mint3d Posted May 27, 2014 Share Posted May 27, 2014 Ok so I have this script addEventHandler( 'onClientResourceStart', resourceRoot, function( ) local sound = playSound3D( 'http://www.181.fm/winamp.pls?station=181-power&style=mp3&description=Power%20181%20(Top%2040)&file=181-power.pls', 488.087890625, -14.6435546875, 1000.6796875 ) setSoundMaxDistance(sound, 4000 ) setElementDimension ( sound, 7 ) setElementInterior ( sound, 17 ) setSoundVolume(sound, 1) setInteriorSoundsEnabled end ) Everything worked good until I tried to remove the original music from Alhambra can someone help me? I want to remove Alhambra music. Link to comment
Castillo Posted May 27, 2014 Share Posted May 27, 2014 You can't disable music in a per interior basis, if you disable them, it's global. setInteriorSoundsEnabled ( false ) Link to comment
mint3d Posted May 27, 2014 Author Share Posted May 27, 2014 So it disabled all music in every interior? Link to comment
xXMADEXx Posted May 27, 2014 Share Posted May 27, 2014 So it disabled all music in every interior? This function allows you to disable the music played by default in clubs. Link to comment
mint3d Posted May 27, 2014 Author Share Posted May 27, 2014 How would I put it into a script? I mean surely I can't just add that line.. 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