Page cover image

Compatibility with ox_inventory

This page will outline and explain how to make our script compatible with ox_inventory


Making the compatibility

1

Please navigate to ox_inventory and find the init.lua file within the resource, which can be found at the following path. ox_inventory > init.lua

2

Edit the init.lua

Please proceed to review line 108 and incorporate the following lines:

ignoreweapons[`WEAPON_FOAMBRANCH`] = true 
ignoreweapons[`WEAPON_REELBRANCH`] = true
ignoreweapons[`WEAPON_FERTILIZERCAN`] = true

Last updated