All in-game sounds are breaking or cutting out

This issue is usually caused by too many sound effects being added by various scripts. GTA has a limit on the number of audio submixes that can be active at once. If this limit is exceeded, you may ex


# How to fix it

To resolve this issue, you should either:

  • Reduce the number of scripts that add sound effects

  • Or disable the sound-related features in those scripts


Examples of scripts that add sound effects:

  • tgiann-megaphone

  • tgiann-radio

To identify which of your scripts are adding sound effects, you can:

  • Search for the native CreateAudioSubmix

  • Or simply search for the keyword submix in your script files

Last updated