27.08.2012, 15:30
Tenta
pawn Code:
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
if(strfind(pName, "_", true) == -1)
{
new string[126];
format(string, 256, "%s foi kickado pelo servidor. | Motivo: Nome RPG Invбlido (Ex. Nome_Sobrenome).", pName);
SendClientMessageToAll(-1, string);
Kick(playerid);
return 1;
}