Rio Posted April 28, 2015 Share Posted April 28, 2015 I want to know how to loop a sound. I wanted to use it during my map.Please Help me. What i know is this: function mapMisc() local misc = playSound("misc/map.mp3") setSoundVolume(misc, 0.5) end addEventHandler( "OnClientPlayerSpawn", root, mapmisc) Link to comment
DNL291 Posted April 28, 2015 Share Posted April 28, 2015 Set the second argument of playSound function to true. local misc = playSound("misc/map.mp3", true) 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