06.01.2012, 09:13
Roleplay Name Checker by Lonelymoo
I present you my Roleplay Name Checker by this you can check if player is not using the RP Name Format
this code is example its working for me 100%
pawn Код:
if(!NameValidator(playerid))
{
SendClientMessage(playerid,COLOR_WHITE,"Your name is non-roleplay name, "red"You have been kicked!");
SendClientMessage(playerid,COLOR_RED,"HINT: "white"Your name must be in Firstname_Lastname format, (E.G: John_Hernandez)");
Kick(playerid);
}
----------------------------------------
Mediafire - http://www.mediafire.com/?udqina5saerk4hm
Pastebin - http://pastebin.com/h469xB1c
Mirrors are allowed PM me the mirrors link i will post here
----------------------------------------
Credits to the Guy who post this code
Edit by LonelyMoo