Aim Block

Aimblock allows you to block certain weapons from shooting players

Config.AimBlock = {
    enable = true,
    global = true,
    weaponsToBlock = { 
        `WEAPON_HEAVYSNIPER_MK2`,
    }
}

By setting global value to false you allow the aim block only functional in the hunting zones otherwise its gonna work everyone even out of hunting zones

How to add more weapons to block

Last updated