AntiCheat
#8

Look for UAC (ultimate anti cheat).. i use their anti weapon thing but remember there is a bug.. there are no satchel charges in slot 7! xD i think he forgot to add the flame thrower.. <LOL>
nvm i use this.. i just set a timer:
pawn Код:
forward AntiWeaponHack();
public AntiWeaponHack(){
    new string[256];
    for(new i; i<MAX_PLAYERS; i++){
      if(IsPlayerConnected(i)){
            new weapon, ammo;
            GetPlayerWeaponData(i, 7, weapon, ammo);
            if(IsInMinigunArena[i] == 0 && weapon == 38 && ammo >= 1){
                ResetPlayerWeapons(i);GiveStandardWeapons(i);
                SendClientMessage(i,CDRED,"Twoje Bronie Zostaly usuniete z powodu minigun-a.");
                format(string,sizeof(string),"RAPORT SYSTEM: Wykryto Minigun u gracza %s poza Arena, Usunieto go.",PlayerName(i));
                SendClientMessageToAdmins(CDRED,string);
            }
            if(weapon == 36 && ammo >= 1){
                ResetPlayerWeapons(i);GiveStandardWeapons(i);
                SendClientMessage(i,CDRED,"Twoje Bronie Zostaly usuniete z powodu Bazooki.");
                format(string,sizeof(string),"RAPORT SYSTEM: Wykryto Bazooke u gracza %s , Usunieto ja.",PlayerName(i));
                SendClientMessageToAdmins(CDRED,string);
            }
            if(weapon == 35 && ammo >= 1){
                ResetPlayerWeapons(i);GiveStandardWeapons(i);
                SendClientMessage(i,CDRED,"Twoje Bronie Zostaly usuniete z powodu Bazooki.");
                format(string,sizeof(string),"RAPORT SYSTEM: Wykryto Bazooke u gracza %s , Usunieto ja.",PlayerName(i));
                SendClientMessageToAdmins(CDRED,string);
            }
            if(weapon == 37 && ammo >= 1){
                ResetPlayerWeapons(i);GiveStandardWeapons(i);
                SendClientMessage(i,CDRED,"Twoje Bronie Zostaly usuniete z powodu miotacza ognia.");
                format(string,sizeof(string),"RAPORT SYSTEM: Wykryto miotacz ognia u gracza %s , Usunieto go.",PlayerName(i));
                SendClientMessageToAdmins(CDRED,string);
            }
        }
    }
    return 1;
}
credits go to the crators of ultimate anti cheat!
i suggest a timer every 5-6 sek.. (ex SetTimer("BAD_WEAPON_CHECK",6317,1);
Reply


Messages In This Thread
AntiCheat - by Calgon - 19.08.2009, 01:54
Re: AntiCheat - by Backwardsman97 - 19.08.2009, 03:09
Re: AntiCheat - by Calgon - 19.08.2009, 03:11
Re: AntiCheat - by Calgon - 20.08.2009, 01:43
Re: AntiCheat - by Calgon - 20.08.2009, 21:41
Re: AntiCheat - by Calgon - 21.08.2009, 19:46
Re: AntiCheat - by coole210 - 21.08.2009, 20:13
Re: AntiCheat - by Gamer_Z - 21.08.2009, 23:53
Re: AntiCheat - by Calgon - 22.08.2009, 01:23
Re: AntiCheat - by Gamer_Z - 22.08.2009, 08:14

Forum Jump:


Users browsing this thread: 1 Guest(s)