OX_Inventory Integration
Find information on configuring for OX_Inventory
The following code needs to be added into ox_inventory/data/items.lua within your OX_Inventory resource:
['matrix_board'] = {
label = 'Matrix Board',
weight = 220,
server = {
export = 'smartmatrix.OxUseMatrixBoard',
},
},
Additionally, you'll need to open the config.lua file within the Smart Matrix resource and navigate to lines 34-37.
matrixItem = { -- Set any of these to true to have an item for the matrix board instead of the command
itemName = "matrix_board",
inventory = {
oxInv = false,
Here you can enable the item and also choose the names. You should also enable oxInv.
Last updated
Was this helpful?