I want to play a sound with playsoundlocal and then deactivate it with stopsound.
But according to parsec the following isn't possible. (Some vague error it gives.)
int diggin local
diggin=PlaySoundLocal(blahblah);
StopSound(diggin, 0);
How do I set it up then?
But according to parsec the following isn't possible. (Some vague error it gives.)
int diggin local
diggin=PlaySoundLocal(blahblah);
StopSound(diggin, 0);
How do I set it up then?