How to Disable RP Nick Checker for Admins?
#6

Quote:
Originally Posted by Basicz
Посмотреть сообщение
Wtf? That will not work....

pawn Код:
public OnPlayerConnect( playerid )
{
    new
        useUnderscore[ MAX_PLAYERS ] = { 1, ... }
    ;

    new
        pName[ 24 ]
    ;

    GetPlayerName( playerid, pName, sizeof ( pName ) );

    if ( strfind( pName, "Admin", true ) != -1 ) {
        SendClientMessage(playerid, COLOR_BM, ">> OK you are an admin, wait for login..");
        useUnderscore[ playerid ] = 0;
    }

    useUnderscore[ playerid ] = 1;

    if ( useUnderscore[ playerid ] ) {
        if ( strfind( pName, "_", true ) == -1 ) {
            SendClientMessage(playerid, COLOR_BM, ">> Bad nickname.");
            SendClientMessage(playerid, COLOR_BM, ">> Name type: Firstname_Lastname.");
            Kick(playerid);
        }
    }

    return 1;
}

I think it will work like that...
These not working;



I give up make it like FS. I will use it on gamemode OnPlayerLogin with pAdmin (LARP GM) As Shadoww5 and RealCop228 said. But still dont know how to do it.
Reply


Messages In This Thread
How to Disable RP Nick Checker for Admins? - by Matz - 08.07.2011, 21:49
Re: How to Disable RP Nick Checker for Admins? - by SmileyForCheat - 08.07.2011, 21:57
Re: How to Disable RP Nick Checker for Admins? - by Shadoww5 - 09.07.2011, 01:28
Re: How to Disable RP Nick Checker for Admins? - by Basicz - 09.07.2011, 02:55
Re: How to Disable RP Nick Checker for Admins? - by Scenario - 09.07.2011, 03:52
Re: How to Disable RP Nick Checker for Admins? - by Matz - 09.07.2011, 09:54
Re: How to Disable RP Nick Checker for Admins? - by jameskmonger - 09.07.2011, 10:14

Forum Jump:


Users browsing this thread: 2 Guest(s)