10.08.2011, 23:24
(
Последний раз редактировалось [Red]Maninho; 10.08.2011 в 23:25.
Причина: Errei Sinal
)
Me Chamando De Burro Ashuashuashua
Nao Esta Certo?
PHP код:
//Topo Gamemode
new IsFlooding[MAX_PLAYERS];
//public OnPlayerText(playerid, text[])
//{
if(IsPlayerFlooding(playerid) && !IsPlayerAdmin(playerid))
{
SendClientMessage(playerid, 0xFF0000FF, "* You can only send a message once every two seconds.");
return 0;
}
else
{
IsFlooding[playerid] = gettime()+2;
return 1;
}
return 0;
}