View Single Post
TESLA-X4
Senior Member
Join Date: Dec 2008
Location: $Recycle.Bin
Old 06-02-2009 , 08:22   Re: Flesh'n'Scream (WIP)
Reply With Quote #3

Use SNDCHAN_STATIC instead of SNDCHAN_AUTO.

By this I mean changing line 216 from:
EmitSoundToClient(i, TheSound, client, _, 150, _, fns_volume, PitchR);

To:
EmitSoundToClient(i, TheSound, client, SNDCHAN_STATIC, 150, _, fns_volume, PitchR);

Using this channel (6), multiple sounds can be overlapped.

Hope this helps
TESLA-X4 is offline