Zivrok Posted March 28, 2019 Share Posted March 28, 2019 Hello there, I was wondering if there is any function in lua to mute all sounds in client side ( exactly mute map music ) thanx for help i appreciate that Link to comment
Moderators Patrick Posted March 28, 2019 Moderators Share Posted March 28, 2019 https://wiki.multitheftauto.com/wiki/SetWorldSoundEnabled 1 Link to comment
Zivrok Posted March 28, 2019 Author Share Posted March 28, 2019 1 minute ago, stPatrick said: https://wiki.multitheftauto.com/wiki/SetWorldSoundEnabled Oh didn't notice that , thank you so much Link to comment
Zivrok Posted March 28, 2019 Author Share Posted March 28, 2019 1 hour ago, stPatrick said: https://wiki.multitheftauto.com/wiki/SetWorldSoundEnabled hmm didnt work bro Link to comment
KillerX Posted March 28, 2019 Share Posted March 28, 2019 for index = 0 , 44 do setWorldSoundEnabled( index , -1 , false , true ) end 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now