Reply to Re: Killing a Sound
If you don't have an account, just leave the password field blank.
Or use kill_all_sounds(); if you want to kill all sounds...
And sound_set_kill(); requires a number. So you could do:
int &variable = playsound();
sound_set_kill(&variable);
(If I'm not mistaken)
And sound_set_kill(); requires a number. So you could do:
int &variable = playsound();
sound_set_kill(&variable);
(If I'm not mistaken)
