[Ajuda] Anti Rcon-Hack
#13

Assim nгo irб Kmatsu.

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, "NICK", true) || !strcmp(playername, "NICK", true)) // vc pode definir mais ou menos nicks
            {
                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);
            }
            break;
        }
    }
    return 1;
}
Reply


Messages In This Thread
Anti Rcon-Hack - by Samantha_Holler - 19.07.2012, 18:27
Re: [AJUDA] Anti RCON-HACK - by [JD]BlackFire - 19.07.2012, 18:31
Re: [AJUDA] Anti RCON-HACK - by WaGnerLiima - 19.07.2012, 18:32
Re : Anti Rcon-Hack - by ipsBruno - 19.07.2012, 19:46
Re: Anti Rcon-Hack - by DouglasRodrigues - 19.07.2012, 19:54
Re: Anti Rcon-Hack - by Victor' - 19.07.2012, 23:32
Re: Anti Rcon-Hack - by [JD]BlackFire - 20.07.2012, 00:54
Re: Anti Rcon-Hack - by Don_Speed - 20.07.2012, 01:09
Re: Anti Rcon-Hack - by Gii - 20.07.2012, 01:45
Re: Anti Rcon-Hack - by Kmatsu - 20.07.2012, 02:01
Re: Anti Rcon-Hack - by Gii - 20.07.2012, 02:12
Re: Anti Rcon-Hack - by Kmatsu - 20.07.2012, 02:13
Re: Anti Rcon-Hack - by .FuneraL. - 20.07.2012, 02:14
Re: Anti Rcon-Hack - by Gii - 20.07.2012, 02:16
Re: Anti Rcon-Hack - by .FuneraL. - 20.07.2012, 02:19
Re: Anti Rcon-Hack - by Kmatsu - 20.07.2012, 02:33
Re: Anti Rcon-Hack - by Samantha_Holler - 20.07.2012, 02:35
Re: Anti Rcon-Hack - by Gii - 20.07.2012, 02:42

Forum Jump:


Users browsing this thread: 1 Guest(s)