20.01.2013, 20:46
You must find a character in the whole name:
If not, the server will kick the player..
Add this at the OnPlayerConnect Callback
pawn Код:
if(!strfind(playername, "_", true, 1) !=-1) return Kick(playerid);
Add this at the OnPlayerConnect Callback