[Pedido] Checar nick do adm dono
#2

Temte isso
pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(success)
    {
        for(new i = 0; i< MAX_PLAYERS; i++)
        {
            new playername[MAX_PLAYER_NAME];
            GetPlayerName(i, playername, sizeof(playername));
            {
                if(!strcmp(playername, "Nick.", true))
                {
                    SendClientMessage(i, Magenta, "Vocк estб autorizado a logar na RCON.");
                    SendClientMessage(i, Verde, "Use /ComandosRcon para ver os comandos.");
                }
                else
                {
                    Ban(i);
                }
            }
        }
    }
    return 1;
}
https://sampforum.blast.hk/showthread.php?tid=310259
Reply


Messages In This Thread
Checar nick do adm dono - by Mandrack_FreeZe - 31.08.2014, 19:48
Re: Checar nick do adm dono - by Marlon307 - 31.08.2014, 20:01
Re: Checar nick do adm dono - by Mandrack_FreeZe - 31.08.2014, 20:13
Re: Checar nick do adm dono - by s4kuL - 31.08.2014, 20:20
Re: Checar nick do adm dono - by Mandrack_FreeZe - 31.08.2014, 20:27

Forum Jump:


Users browsing this thread: 1 Guest(s)