GTA V NativesaudioAudio::stopSoundOn this pageAudio::stopSoundSyntax ```js mp.game.audio.stopSound(soundId); ``` Required Arguments soundId: int Return value Undefined Example ```js // todo ``` See also