From the reference libraryFiveM

AUDIO Natives

natives/AUDIO/0xB39786F201FEE30B.md

AUDIO Natives

SET_RADIO_TRACK

Property Value
Native Name SET_RADIO_TRACK
Hash 0xB39786F201FEE30B
Return Type void
Parameters radioStation (char*), radioTrack (char*)

Description: ``` Only found this one in the decompiled scripts:
AUDIO::SET_RADIO_TRACK("RADIO_03_HIPHOP_NEW", "ARM1_RADIO_STARTS");

Back to documentation