Loop problem
#4

Код:
public player_ping()
{
   new string[256];
   new ping;
   for(new i; i<MAX_PLAYERS; i++)
   {
   ping=GetPlayerPing(i);
   format(string,sizeof(string),"ping: %d",ping);
   SendClientMessage(i,COLOR_LILA,string);
   }
}
Try this..
Reply


Messages In This Thread
Loop problem - by nesty - 25.01.2010, 16:26
Re: Loop problem - by akis_tze - 25.01.2010, 16:28
Re: Loop problem - by nesty - 25.01.2010, 16:57
Re: Loop problem - by ¤Adas¤ - 25.01.2010, 17:04
Re: Loop problem - by nesty - 25.01.2010, 17:08
Re: Loop problem - by ¤Adas¤ - 25.01.2010, 17:10
Re: Loop problem - by Niixie - 25.01.2010, 17:11
Re: Loop problem - by nesty - 25.01.2010, 17:17
Re: Loop problem - by ¤Adas¤ - 25.01.2010, 17:41
Re: Loop problem - by nesty - 25.01.2010, 18:16

Forum Jump:


Users browsing this thread: 1 Guest(s)