Native referenceFiveM

LOAD_STREAM

0x1F1F957154EC51DF AUDIO
FUNCTION SIGNATURE
BOOL LOAD_STREAM(char* streamName, char* soundSet);
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 AUDIO