24.10.2009, 18:49
edit: Fuck my indentation!
Code:
new plname[MAX_PLAYER_NAME];
GetPlayerName(playerid, plname, sizeof(plname));
new namestring = strfind(plname, "_", true);
if(namestring == -1)
{
SendClientMessage(playerid, COLOR_YELLOW, "Your name is not a role play name.");
Kick(playerid);
return 1;
}

