Jump to content

setSoundPosition not working with playSound3D ?


stscripter

Recommended Posts

I've been trying to use setSoundPosition for a long time, this happens when I use remote links in playSound3D.

 

Examples I used :
From what was explained on the wiki you would have to pause, set the position, and unpause.

 

addEventHandler("onClientSoundStream", root, function()
    for object,sound in pairs(Global.Music) do
        if sound == source then
            setSoundPaused(source, true)
            setSoundPosition(source, 20000)
            setSoundPaused(source, false)
            break
        end
    end
end)
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...