• Soundpath
    4 replies, posted
[code]self.Entity:EmitSound ("addons/test/sound/test.wav",200, 200)[/code] What is wrong with this? I've validated EVERYTHING. its all in the right dir, its the files' name. What should i do? :( My explosion does not emit sound.
Try self:EmitSound ("test.wav",200, 200)
[QUOTE=my_hat_stinks;34475680]Try self:EmitSound ("test.wav",200, 200)[/QUOTE] Cant see how its going to work. The 'test.wav' is in the addon folder, not main gmod folder.
[QUOTE=RedNinja;34475762]Cant see how its going to work. The 'test.wav' is in the addon folder, not main gmod folder.[/QUOTE] Did you try it?
Yes, Im a starter in lua. When its 200, its pretty low. When its 2000, its unhearable. How do i make it loud? i tried 20, but was low aswell. edit: worked! ty
Sorry, you need to Log In to post a reply to this thread.