OX Inventory Integration
Configure this resource to work with ox_inventory.
Enable ox_inventory integration
Follow these steps to enable the ox_inventory backend for your framework:
- Open your framework integration files, usually in frameworks/[framework]/.
- In server.lua, locate the inventory line:/frameworks/[framework]/server.lua 
- Uncomment the line (remove the leading --).
- Save the file.
- In client.lua, locate the inventory line:/frameworks/[framework]/client.lua 
- Uncomment the line (remove the leading --).
- Save the file.
- Restart the resource to apply the changes.
Tip: If you cannot find the line, make sure you are on the latest version of the resource and you are viewing the correct frameworks/[framework]/ files.