[Ajuda] LIMITE DE PING?
#7

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;
}

Й ISSO MAIS QUANDO COMPILO APARECE:
Код:
C:\Documents and Settings\Gabriel Souza.Gabriel-Souza\Desktop\mygmsv.pwn(1649) : error 017: undefined symbol "Cor"
Reply


Messages In This Thread
LIMITE DE PING? - by Khax - 09.09.2012, 01:36
Re: LIMITE DE PING? - by Delete_ - 09.09.2012, 01:39
Re: LIMITE DE PING? - by Bruno Alves - 09.09.2012, 01:41
Re: LIMITE DE PING? - by Delete_ - 09.09.2012, 01:46
Re: LIMITE DE PING? - by Khax - 09.09.2012, 01:58
Re: LIMITE DE PING? - by SuB_ZeRo0_ - 09.09.2012, 02:00
Re: LIMITE DE PING? - by Khax - 09.09.2012, 02:06
Re: LIMITE DE PING? - by SuB_ZeRo0_ - 09.09.2012, 02:09
Re: LIMITE DE PING? - by Khax - 09.09.2012, 02:09
Re: LIMITE DE PING? - by Khax - 09.09.2012, 02:13

Forum Jump:


Users browsing this thread: 2 Guest(s)