FiveM Inventories
Sonoran Radio integrates with FiveM inventory systems for physical radio and scanner items.
Last updated
Was this helpful?
Was this helpful?
['sonoran_radio_scanner'] = {
label = 'Sonoran Radio Scanner',
description = 'Listen to radio chatter with the Sonoran Radio Scanner',
weight = 1,
client = {
image = 'radio.png',
remove = function(total)
if total < 1 then
TriggerServerEvent('SonoranRadio::DropItem::Scanner')
end
end
}
},
['sonoran_radio'] = {
label = 'Sonoran Radio',
description = 'Communicate with others through the Sonoran Radio',
weight = 1,
client = {
image = 'radio.png'
}
},