Anti Cheat is giving R5 admin out :P
#1

So yesterday I had a problem with the anti cheat and I now know what is causing it. When the anti cheat is on everyone gets R5 admin, including new accounts. Can anyone help me?

pawn Код:
SetTimer("AntiCheat", 1000, true);
pawn Код:
forward AntiCheat();
pawn Код:
public AntiCheat()
{
    foreach(Player, i)
    {
        if(IsPlayerConnected(i) && GetPlayerSpecialAction(i) == SPECIAL_ACTION_USEJETPACK && PlayerInfo[i][Admin] < 1)
        {
            Kick(i);
        }
    }
}
EDIT: It's like it cancels out the ResetVariables I have to prevent this...
Reply


Messages In This Thread
Anti Cheat is giving R5 admin out :P - by cloudysky - 15.07.2011, 12:35
Re: Anti Cheat is giving R5 admin out :P - by Famalamalam - 15.07.2011, 12:42
Re: Anti Cheat is giving R5 admin out :P - by cloudysky - 15.07.2011, 12:44
Re: Anti Cheat is giving R5 admin out :P - by Famalamalam - 15.07.2011, 13:07

Forum Jump:


Users browsing this thread: 1 Guest(s)