GTA V NativesaudioAudio::cancelMusicEventOn this pageAudio::cancelMusicEventAll music event names found in the b617d scripts: pastebin.com/GnYt0R3P Syntax ```js mp.game.audio.cancelMusicEvent(eventName); ``` Required Arguments eventName: String Return value Boolean Example ```js // todo ``` See also