🐂ox_inventory (Installation)
This guide explains how to properly install and configure utility_respray
for use with ox_inventory
.
To ensure compatibility, you need to add the spraygun to the inventory:ignoreweapons
convar in your server configuration.
Installation Steps
setr inventory:ignoreweapons ["WEAPON_SPRAYGUN"]
If you already have the 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.
Last updated
Was this helpful?