🔓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

global = false

How to add more weapons to block

weaponsToBlock = { 
     `WEAPON_HEAVYSNIPER_MK2`,
     `WEAPON_PISTOL`,
     `WEAPON_ASSAULTRIFLE`,
     -- add how many weapons you want
}

Last updated