09.09.2012, 02:06
Quote:
#define MaxPing 1500 new Nome[MAX_PLAYER_NAME]; public OnPlayerUpdate(playerid) { if(GetPlayerPing(playerid) > MaxPing) { new string[128]; GetPlayerName(playerid, Nome, MAX_PLAYER_NAME); format(string, sizeof(string), "[ANTI-PING] %s Foi kickado por ultrapassar o limite. (Mбximo: %d ms)", Nome, MaxPing); SendClientMessageToAll(Cor, string); Kick(playerid); } return 1; } |
Код:
C:\Documents and Settings\Gabriel Souza.Gabriel-Souza\Desktop\mygmsv.pwn(1649) : error 017: undefined symbol "Cor"