18.01.2012, 16:26
pawn Код:
if(strfind(PlayerName(playerid), "[", true) != -1 || strfind(PlayerName(playerid), "]", true) != -1)
{
return 1;
}
else
{
ShowPlayerDialog(playerid, 552, DIALOG_STYLE_MSGBOX, "Nick incorreto", "Nick Incorreto\nUse [DF]Nick", "Sair","");
Kick(playerid);
return 1;
}