🛠️Setup

This is a detailed setup guide for Fivem Modern Radio. If you have any questions before making a purchase, you can contact us on Discord

Detailed Config is Provided with the script with detailed information:

Events and Exports

Client Side

  • Open Radio UI
    TriggerEvent('cs:radio:openUI')
  • Disable Radio
    TriggerEvent('cs:radio:disableRadio')
  • Set Dead Status [true,false]
    TriggerEvent('cs:radio:isDead', true/false)
  • Check if Player Connected
    exports['cs_radio']:isInRadio()

Last updated