others
HUNK_AC.AntiClearPedTasks
always true
it detects freezelobby or kicking all players out of their vehicles
HUNK_AC.AntiTazePlayers
always true
it detects Taze cheat
you need to put the jobs name into the HUNK_AC.WhitelistedJobs
it means only these jobs can have tazer weapon
HUNK_AC.AntiSpamTaze
another method for detecting the taze cheat
once before there was a police player on my server and he tased all players by cheat
so even if we add the whitelisted job the cheater might be already inside the job so he can tase players without detection
in order to detect him we have HUNK_AC.MaxTaze and HUNK_AC.MaxTazeCooldown
for example, MaxTaze is 3 and Cooldown is 5
it means if anyone taze more than 3 times under 5 sec he gets detected
also, remember that the Taser weapon cannot be spammed for shooting
but cheaters can do that and that's why we added this feature
Last updated