Here is the basic structure of my addon folder:
[CODE]SADG
- addon.json
- lua
- weapons
- sadg
- shared.lua
- sound
- sad.wav[/CODE]
Whenever I use the primary trigger it is supposed to play sad.wav, but I get an error stating something like
"Could not find sound/sad.wav. File probably missing."
Of course, the parameters I put in shared.lua for the sound file is "sound/sad.wav"
Remove the "sound/" part from your code.
[QUOTE=Robotboy655;48628694]Remove the "sound/" part from your code.[/QUOTE]
oh... ok.
Sorry, you need to Log In to post a reply to this thread.