lil problem
#3

use this :
Код:
if(strcmp(cmdtext, "/ping", true) == 0)
  {
  new ping[128];
  format(ping,sizeof(ping),"Your Current Ping Is %d",GetPlayerPing(playerid));
  SendClientMessage(playerid,COLOR_YELLOW,ping);
  return 1;
  }
Reply


Messages In This Thread
lil problem - by pmk1 - 06.04.2010, 21:03
Re: lil problem - by Steven82 - 06.04.2010, 21:06
Re: lil problem - by aircombat - 06.04.2010, 21:12
Re: lil problem - by Carlton - 06.04.2010, 21:14
Re: lil problem - by pmk1 - 06.04.2010, 21:39
Re: lil problem - by Steven82 - 06.04.2010, 22:56
Re: lil problem - by pmk1 - 07.04.2010, 20:45

Forum Jump:


Users browsing this thread: 1 Guest(s)