View Single Post
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 10-03-2022 , 21:45   Re: Multiple wavs playing
Reply With Quote #3

usually you can use stopsound (if you are using spk to play sound) or mp3 stop (if you are using mp3 play) to stop the sound before play the next next one.

PHP Code:
client_cmd(id"mp3 stop; stopsound;"//Use to stop all sound 

client_cmd(id,"stopsound"//Use to stop wav/spk sound

client_cmd(0,"mp3 stop")  //Use to stop mp3 
__________________
My plugin:

Last edited by Celena Luna; 10-03-2022 at 21:47.
Celena Luna is offline