From the reference libraryFiveM

AUDIO Natives

natives/AUDIO/0x1F1F957154EC51DF.md

AUDIO Natives

LOAD_STREAM

Property Value
Native Name LOAD_STREAM
Hash 0x1F1F957154EC51DF
Return Type BOOL
Parameters streamName (char*), soundSet (char*)

Description: Load in named stream. Optionally can specify a sound set which contains the sound specified by name.

Names for the streams can be found here, the list will be updated as more are found.

Parameters

  • streamName (char*)
  • soundSet (char*) — an optional sound set, default is null
Back to documentation