Samking Posted April 29, 2019 Share Posted April 29, 2019 function snd() if isElement(sound) then stopSound(sound) end sound=playSound("music\gang.mp3") end addEvent("sound", true) addEventHandler("sound", root, snd) BASS ERROR 2 in LoadMedia path:E:\Mta sa\mods\deathmatch\resources\vips\musicgang.mp3 3d:0 loop:0 how I can solve this problem? Link to comment
Samking Posted April 29, 2019 Author Share Posted April 29, 2019 sorry the problem was I put the / in the wrong direction sound=playSound("music/gang.mp3") close the topis idk how to remove. 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