ESX / QB
For ESX / QB Core Frameworks
Inventory Item
You will need to setup the Radio as an Inventory Item in your Inventory resource. Once you have done this, place its name in the value.
Config.InventoryItem = 'radio'
Job Whitelisting
If you wish to whitelist the Radio's Access, Contacts & View of Panic Buttons, you can enable this and setup the relevant jobs by name.
Config.RequireJob = true
Config.AllowedJobs = {
'Police',
'Ambulance',
'Fire'
}
Last updated