Wes Posted May 31, 2013 Share Posted May 31, 2013 How can I do that so while something is active (eg a gui panel) theres a music playing in the background? Can I do it like in PAWN, so with an URL pointing to the music itself, so it wont download anything? Thanks for the answers Link to comment
Castillo Posted May 31, 2013 Share Posted May 31, 2013 Yes, you can use stream URL's. Use the function: playSound to play a sound, and then to destroy it: stopSound You can also play a 3D sound with: playSound3D Link to comment
Wes Posted May 31, 2013 Author Share Posted May 31, 2013 And how to stream URL-s? Cause in the syntax description it only shows the path. Do I need to write like the youtube link there? 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