1
📦Required Dependencies
- Install Utility Lib
2
🐂 Add the spraygun to the ignored weapon list (ox_inventory)
Add the following
convar to your
Save the changes and restart your server to apply the configuration
server.cfg to prevent ox_inventory from removing the spraygun weaponIf you already have the
For example, if your current array is
Make sure each weapon is separated by a comma and enclosed in double quotes.
inventory:ignoreweapons convar set elsewhere in your server.cfg, simply add WEAPON_SPRAYGUN to the existing array.For example, if your current array is
["WEAPON_KNIFE", "WEAPON_BAT"], update it to ["WEAPON_KNIFE", "WEAPON_BAT", "WEAPON_SPRAYGUN"].Make sure each weapon is separated by a comma and enclosed in double quotes.