Skip to Content
Resourcesqb-radio Setup with pma-voice

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.RadioItem selects the required item.
  • Config.MaxFrequency limits the accepted frequency.
  • Config.RestrictedChannels maps 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') end

Start 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Β