Jump to content

setSoundPosition not working with playSound3D ?


stscripter

Recommended Posts

Posted
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)
  • Moderators
Posted
6 hours ago, stscripter said:

It didn't work with the playSound3D function.

In that case, try to make a bug report.

And cache the audio files for now on the server. (For clients to dowload from)

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...