For resource ox_inventory
['mobilephone'] = {
label = 'Smartphone',
weight = 500,
stack = false,
close = true,
client = {
export = 'sfphone.mobilephone', -- if you use ox_inventory_examples 'yourscript.mobilephone'
},
consume = 0
},
['simcard'] = {
label = 'Sim card',
weight = 100,
stack = false,
client = {
export = 'sfphone.simcard', -- if you use ox_inventory_examples or 'yourscript.simcard'
},
consume = 0
},