peds

HUNK_AC.BlacklistedPeds

I already added the models that are used by cheat menus

With this feature, we can detect spawn enemy cheat

the reaction is kick by default because if any of your scripts use these models the player won't get banned from the server

HUNK_AC.AntiSpamPeds

if somehow the cheater could spawn a ped that was not inside the blacklisted models then most of the time they gonna spam it

so by this method, we can also detect them

by default HUNK_AC.MaxPedsPerUser is 3 and HUNK_AC.MaxPedsCooldown is 10

it means if anyone creates more than 3 peds under 10 seconds they get detected by the anticheat

HUNK_AC.WhitelistedPedsForSpamming

if you are using AntiSpamPeds then you can also put the whitelisted models inside here

I already added the models that are used for the hunting script

because it spawns multiple times too many animals for hunting so we don't want the hunters to get banned right? That's why we have HUNK_AC.WhitelistedPeds

Last updated