• EmitSound doesn't work with .mp3
    4 replies, posted
(both codes are clientside) this code works: [lua]v:EmitSound("/arcade/tune.wav", 60, 100, 1, CHAN_AUTO);[/lua] this code doesn't: [lua]v:EmitSound("/arcade/tune.mp3", 60, 100, 1, CHAN_AUTO);[/lua] [code]Create Stream Failed error 41 Failed to load sound "\arcade\tune.mp3", file probably missing from disk/repository[/code] both sounds exist in that exact place on the client and server. i really need to use mp3s so i dont have to make my clients spend at least quadruple the time downloading a single file.
can you do in console "play arcade/tune.mp3" and see if this actually plays the sound?
[QUOTE=gonzalolog;48025715]can you do in console "play arcade/tune.mp3" and see if this actually plays the sound?[/QUOTE] It does.
Your server or client is missing the file it seems.
Seems like you can't have both files with different formats, delete the wav one
Sorry, you need to Log In to post a reply to this thread.