Anticheat..
#1

Can anyone give me a good anticheat for a hard roleplay server ?
I need for weapon and airbreak...
At weapon anticheat i need to ban player when he gives that arms from ******...
When an admin use /givegun i don`t want to give him ban...
Or at LSPD...
Please,help me with a good anticheat for roleplay server..
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=319800
https://sampforum.blast.hk/showthread.php?tid=218139
Reply
#3

Uber-anticheat, everything detected, bans 1000% of cheaterz.
Reply
#4

SilentSoul,i used ELC but that anticheat gives ban anytime..when an admin give a gun with /givegun he have ban..
Reply
#5

Well i don't know perfectly about good system that detect the airbreak hacks , but you can follow that for the Anti weapon hack , working awesome. Also you can set an admin command that give guns without making the player get ban just use
pawn Код:
ServerWeapon(playerid, weaponid, ammo);
//instead of using
GivePlayerWeapon(playerid,weaponid, ammo);
So your command should look like that ,
pawn Код:
CMD:giveweapon(playerid, params[])
{
    new id,weaponid,ammo;
    if(sscanf(params, "uii",id , weaponid , ammo)) return SendClientMessage(playerid, -1, "{FF0000}Usage: /giveweapon [playerid] [weaponid] [ammo]");
    ServerWeapon(id, weaponid, ammo);
    return 1;
}
Reply
#6

I tried that tutorial but i can`t...The pawno give me : pawno library has stopped working [ Too many errors ]...And in my script i don`t have errors...
I need urgent a FS with a weapon anti cheat..But for roleplay server..not for stunt/rpg..
Reply
#7

Anyone ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)