From the reference libraryFiveM

AUDIO Natives

natives/AUDIO/0x4E404A9361F75BB2.md

AUDIO Natives

SET_CUSTOM_RADIO_TRACK_LIST

Property Value
Native Name SET_CUSTOM_RADIO_TRACK_LIST
Hash 0x4E404A9361F75BB2
Return Type void
Parameters radioStation (char*), trackListName (char*), forceNow (BOOL)

Description: Queues up a custom track list on the specified radio station. The content in the track list will be played as soon as possible. The station does not have to be frozen.

Parameters

  • radioStation (char*)
  • trackListName (char*)
  • forceNow (BOOL) — wheter or not to interrupt the current track on the tracklist
Back to documentation