Loop problem
#2

Код:
public player_ping(playerid)
{
   new string[256];
   new ping[playerid];
   for(new i=0; i<MAX_PLAYERS; i++)
   {
   ping=GetPlayerPing(i);
   format(string,sizeof(string),"ping: %d",ping[i]);
   SendClientMessage(i,COLOR_LILA,string);
   }
}
i think now works
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)