[Pedido] Sistema Logar RCON Por Nick
#2

pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    new playername[MAX_PLAYER_NAME];
    if(success)
    {
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
            GetPlayerName(i, playername, sizeof(playername));
            if(!strcmp(playername, "WeenSoares", true) || !strcmp(playername, "[Red]Maninho", true))
            {
                SendClientMessage(i, -1, "Vocк estб autorizado a logar na RCON.");
            }
            else
            {
                SendClientMessage(i, -1, "Vocк nгo estб autorizado a logar na RCON.");
                Kick(i);
            }
        }
    }
    return 1;
}
@EDIT

Dei uma editada pra ficar melhor o entedimento.
Reply


Messages In This Thread
[Pedido] Sistema Logar RCON Por Nick - by [Red]Maninho - 11.01.2012, 13:51
Re: [Pedido] Sistema Logar RCON Por Nick - by WeenSoares_ - 11.01.2012, 13:58
Re: [Pedido] Sistema Logar RCON Por Nick - by AppleX - 11.01.2012, 13:59
Re: [Pedido] Sistema Logar RCON Por Nick - by _Jizzy_ - 11.01.2012, 14:02
Re: [Pedido] Sistema Logar RCON Por Nick - by WeenSoares_ - 11.01.2012, 14:06

Forum Jump:


Users browsing this thread: 1 Guest(s)