Anti Armour Hack problem
#1

pawn Код:
forward ArmourTimer();
public ArmourTimer()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            new Float:armour[MAX_PLAYERS];
            GetPlayerArmour(i, armour[i]);
            if( armour[i] > 99.1 )
            {
                BanEx( i, "Armour Hack" );
            }
        }
    }
}
It doesn't ban the player, i use a anti-cheat program for testing, and it doesn't ban me if i do 'Restore Armour', which sets the armour to 100%
Reply


Messages In This Thread
Anti Armour Hack problem - by Dripac - 20.03.2012, 09:33
Re: Anti Armour Hack problem - by Twisted_Insane - 20.03.2012, 09:40
Re: Anti Armour Hack problem - by Dripac - 20.03.2012, 09:42
Re: Anti Armour Hack problem - by Twisted_Insane - 20.03.2012, 09:43
Re: Anti Armour Hack problem - by Dripac - 20.03.2012, 09:44
Re: Anti Armour Hack problem - by Dripac - 20.03.2012, 09:54
Re: Anti Armour Hack problem - by T0pAz - 20.03.2012, 09:57
Re: Anti Armour Hack problem - by Dripac - 20.03.2012, 09:58
Re: Anti Armour Hack problem - by T0pAz - 20.03.2012, 09:59
Re: Anti Armour Hack problem - by antonio112 - 20.03.2012, 10:01

Forum Jump:


Users browsing this thread: 1 Guest(s)