Native referenceFiveM

OVERRIDE_UNDERWATER_STREAM

0xF2A9CDABCEA04BD6 AUDIO
FUNCTION SIGNATURE
void OVERRIDE_UNDERWATER_STREAM(char* streamName, BOOL override);
Property Value
Native Name OVERRIDE_UNDERWATER_STREAM
Hash 0xF2A9CDABCEA04BD6
Return Type void
Parameters streamName (char*), override (BOOL)

Description: This native allows a scripter to override the current underwater stream. It needs to be called before going into the water

It needs to also be called with OVERRIDE_UNDERWATER_STREAM("", false) in order to stop overriding.

Back to AUDIO