qb-radio
qb-radio provides a radio UI on top of pma-voice. The current manifest requires qb-core and
pma-voice; the default radio inventory item is radio.
Configuration
Config.RadioItemselects the required item.Config.MaxFrequencylimits the accepted frequency.Config.RestrictedChannelsmaps protected channels to allowed jobs or gangs.- The client export
exports['qb-radio']:IsRadioOn()reports the local radio state.
if exports['qb-radio']:IsRadioOn() then
QBCore.Functions.Notify('Radio is connected')
endStart pma-voice before qb-radio. Keep restricted-channel checks enabled on the server and test
job changes, item removal, reconnects, and resource restarts.
Source: official repositoryΒ