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:
['eod'] = {
label = 'EOD',
weight = 220,
server = {
export = 'eod.oxUseEOD',
},
},
Additionally, you'll need to open the config.lua file within the Bomb Disposal Robot (EOD) resource and navigate to lines 34-37.
eodItem = { -- Disables the command and requires the item instead.
itemEnabled = false,
itemName = "eod",
oxInventory = false,
Here you can enable the item and also choose the name. You should also enable oxInventory.
Last updated
Was this helpful?