GamerDeMTA Posted July 13, 2013 Share Posted July 13, 2013 This doesn't work, when I'm near, it doesn't sound. function m ( ) local icon = createBlip(-11, 3.23185, 45.92) local so = playSound3D("xd.mp3", -11, 3.23185, 45.92) setSoundMaxDistance(so,100) setSoundVolume(so,1) end addEventHandler("onClientResourceStart", root, m) The Song is added to the Meta and I tried with playSound instead playSound3D. Link to comment
iMr.3a[Z]eF Posted July 13, 2013 Share Posted July 13, 2013 be sure the its client and be sure that the sound file is with the LUA client i mean in the resource file change the sound volume to 1.0 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