Adding new blacklisted weapon

Blacklisting weapon will prevent weapon indicator from showing up. In order to add blacklisted weapon headover to /shared/config.lua and apply your weapon here:

Config.WeaponBlacklist = {
    ['weapon_bat'] = true, -- ADD MODEL BLACKLIST SO THE WEAPON INDICATOR WON'T SHOW UP WHILE USING FOR EXAMPLE BAT
}

Last updated