Jump to content

This doesn't work.


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...