12.08.2010, 14:33
nossa usa o search e bom ein pow xD
Agora so edit esse codigo do geito que desejar !
BY : Andmeida10
Agora so edit esse codigo do geito que desejar !
pawn Код:
if(text[0] == '201.' || text[0] == '187.' || text[0] == '189.' || text[0] == '200.' ||)
{
new pName[MAX_PLAYER_NAME];
new string[38];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "%s foi banido por tentar divulgar IP ", pName);
SendClientMessageToAll(0xAAAAAAAA, string);
Ban(playerid);
return 0;
}