Need help with ox inventory


Hello, how can I make the same items be in the same slot by using OX Inventory

Find what houses the items (IIRC in ox_inventory it’s a Lua file with a table in it) and adjust the property of the “coca leaf” item to be stackable. The exact way that’d be done depends on how the script is set up, so make sure to consult the documentation if any is provided for assistance.

stack = true

Ox_inventory/data/items.lua

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.