25.01.2010, 16:28
Код:
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); } }