Anti-Name Issue!
#8

Use this one: http://pastebin.com/kxvK8vGq
Example:
pawn Код:
public OnPlayerConnect(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name,MAX_PLAYER_NAME);
    if(!IsARolePlayName(name)) {
        //Kick him here.
    } else {
        //Your code if it's a good name. :)
    }
    return 1;
}
PD: I don't know who scripted it, not mine.
Reply


Messages In This Thread
Anti-Name Issue! - by Akcent_Voltaj - 16.08.2012, 18:46
Re: Anti-Name Issue! - by lamarr007 - 16.08.2012, 18:54
Re: Anti-Name Issue! - by Sandiel - 16.08.2012, 18:55
Re: Anti-Name Issue! - by Akcent_Voltaj - 16.08.2012, 19:13
Re: Anti-Name Issue! - by Sandiel - 16.08.2012, 19:15
Re: Anti-Name Issue! - by Akcent_Voltaj - 16.08.2012, 19:25
Re: Anti-Name Issue! - by Sandiel - 16.08.2012, 19:28
Re: Anti-Name Issue! - by [DOG]irinel1996 - 16.08.2012, 19:58

Forum Jump:


Users browsing this thread: 1 Guest(s)