Create the SCBA Item for ox_inventory
1. Configure the SCBA ItemName in config.lua
config.luaItemName = 'scba'2. Create the item in ox_inventory/data/items.lua
ox_inventory/data/items.lua['scba'] = {
label = 'MSA G1 SCBA',
weight = 10000,
stack = false,
consume = 0,
client = {
export = 'r_scba.SetSCBA'
}
},What each value means
3. Add the SCBA image (icon) for ox_inventory
Copy the file
4. Restart and test
Last updated