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