I have a small issue when using snd_play to play my audio files. When playing a sound it plays only in the right channel. The issue doesn't change whether the sound is stereo or mono. The functions I am using are more-or-less this:

sound subgun = <gunfire01.wav>;

snd_play(subgun, 25, 0);

snd play being in a function, of course. The only time I can get the sound remotely balanced is when I set the balance to -100, but it is random whether the sound plays correctly or not.

Last edited by mpdeveloper_B; 09/05/08 21:39.

- aka Manslayer101