Items
Default inventory items and image notes for 0r-radio
Items
item = 'advancedradio',
jammer = {
item = 'jammer',
...
}Adding the items in ox_inventory/data/items.lua:
ox_inventory/data/items.lua:['advancedradio'] = {
label = 'Radio',
weight = 200,
stack = false,
close = true,
description = 'A handheld radio.',
client = {
event = '0r-radio:client:useRadio'
}
},
['jammer'] = {
label = 'Signal Jammer',
weight = 1500,
stack = false,
close = true,
description = 'Blocks nearby radio signals.'
},ESX SQL Items
Item images
Last updated