Anti-cheat didn't work
#1

I have this anti-cheat and when i try to hack a wep i always get banned but today i saw a guy spawning weps killing around and he didnt get banned.
How should i get them easily.
PHP код:
public OnGameModeInit()
{
    
SetTimer("WeaponCheck",2000,1);
    return 
1;
}
public 
WeaponCheck()
{
    new 
playeridIP[16];
     if( 
PlayerInfo[playerid][pAdmin] >=) return 0;
     if( 
WeaponGiven[playerid] == ) return 0;
     if( 
Logged[playerid] == )
     {
        new 
weaponid GetPlayerWeaponplayerid );
        if( ( 
weaponid >= && weaponid <=45 ) )
        {
            
GetPlayerNameplayeridNamsizeof Nam );
            
GetPlayerIpplayeridIP16 );
            
formatmystringsizeof mystring"Admin-Log: %s has been banned for weapon hack(%s)."NamIP);
            
SendAdminMessageCOLOR_REDmystring );
            
BanEx(playerid"WEAPON HACK");
        }
    }
    return 
1;

Reply


Messages In This Thread
Anti-cheat didn't work - by Bogdan1992 - 19.01.2012, 16:19
Re: Anti-cheat didn't work - by Sascha - 19.01.2012, 16:25
Re: Anti-cheat didn't work - by Michael@Belgium - 19.01.2012, 16:29
Re: Anti-cheat didn't work - by Bogdan1992 - 19.01.2012, 18:40
Re: Anti-cheat didn't work - by GamingTurf - 19.01.2012, 18:43
Re: Anti-cheat didn't work - by Bogdan1992 - 19.01.2012, 19:00
Re: Anti-cheat didn't work - by 2KY - 19.01.2012, 19:06
Re: Anti-cheat didn't work - by Vince - 19.01.2012, 19:09
Re: Anti-cheat didn't work - by Bogdan1992 - 19.01.2012, 19:12
Re: Anti-cheat didn't work - by Tigerkiller - 19.01.2012, 21:23

Forum Jump:


Users browsing this thread: 1 Guest(s)