Disable music in Benny's

Hello, i added a radio to my Benny’s but it’s overlapping with the default music it plays in Benny’s. Can i somehow turn off the default music in Benny’s?

Look into the SetStaticEmitterEnabled native, it will allow you to disable certain audio (such as music at a location) if you place the code inside of a looped thread.

1 Like

You can check a list of static emitters here:

However what I would do is use Codewalker and you can see the static emitters, you should be able to see the one at the location and get it’s name, though I assume it would be called carmod or something

1 Like