From the reference libraryFiveM

AUDIO Natives

natives/AUDIO/0xA3B0C41BA5CC0BB5.md

AUDIO Natives

STOP_SOUND

Property Value
Native Name STOP_SOUND
Hash 0xA3B0C41BA5CC0BB5
Return Type void
Parameters soundId (int)

Description: Stops the sound from currently playing, there isn't a way to resume a sound after stopping it.

Parameters

  • soundId (int) — The sound id to stop
Back to documentation