My anti cheat isnt working
#1

Everytime I log into the server I am immediatly being banned
Why is that?
pawn Код:
forward AntiCheat(playerid);
new Float:Armour;

public OnPlayerConnect(playerid)
{
    SetTimerEx("AntiCheat",500,true,"d",playerid);
    return 1; }


public AntiCheat(playerid) {
    if(!IsPlayerAdmin(playerid)) {
        if(GetPlayerVirtualWorld(playerid) != W_DeathMatchZones) {
            if(GetPlayerWeapon(playerid) != 0 || GetPlayerWeapon(playerid) != 46 ) Ban(playerid);
            if(GetPlayerArmour(playerid,Float:Armour) > 0) return Ban(playerid); } }
     return 1; }
Reply


Messages In This Thread
My anti cheat isnt working - by nuriel8833 - 15.01.2014, 12:15
Re: My anti cheat isnt working - by EmilLykke - 15.01.2014, 12:19
Re: My anti cheat isnt working - by Vince - 15.01.2014, 12:32
Re: My anti cheat isnt working - by EmilLykke - 15.01.2014, 12:40
Re: My anti cheat isnt working - by nuriel8833 - 15.01.2014, 12:46
Re: My anti cheat isnt working - by EmilLykke - 15.01.2014, 12:48

Forum Jump:


Users browsing this thread: 1 Guest(s)