[Include] US_AC (anticheat include)
#9

The include won't work.

It won't detect anything!!

You set a timer without passing playerid
Код:
SetTimer("USACHealthCheckKick", 500, true);
Код:
forward USACHealthCheckKick(playerid);
 
public USACHealthCheckKick(playerid)
{
        GetPlayerHealth(playerid, USACPlayerHealth);
        if(USACPlayerHealth >= 100)
        {
           Kick(playerid);
        }
        return 1;
}
You have done it everywhere!!

Moreover, even if you correct it will ban innocents if they use a vending machine.
Reply


Messages In This Thread
US_AC (anticheat include) - by UltraScripter - 24.06.2015, 22:01
Re: US_AC (anticheat include) - by kyriakos587 - 24.06.2015, 22:04
Re: US_AC (anticheat include) - by UltraScripter - 24.06.2015, 22:05
Re: US_AC (anticheat include) - by ChromeAmazing - 24.06.2015, 22:07
Re: US_AC (anticheat include) - by UltraScripter - 24.06.2015, 22:08
Re: US_AC (anticheat include) - by kyriakos587 - 24.06.2015, 22:10
AW: US_AC (anticheat include) - by BigETI - 24.06.2015, 22:16
Re: AW: US_AC (anticheat include) - by Crayder - 24.06.2015, 22:37
Re: US_AC (anticheat include) - by Yashas - 25.06.2015, 10:35
Re: US_AC (anticheat include) - by vannesenn - 25.06.2015, 13:56

Forum Jump:


Users browsing this thread: 2 Guest(s)