Reply to Re: How to stop playsounds?
If you don't have an account, just leave the password field blank.
You may be able to make the sound a variable and kill it. I think I've seen this done in other DMODs. I'm not 100% sure but it's worth a shot.
int &sound = playsound()
kill(&sound,1);
int &sound = playsound()
kill(&sound,1);






