snd_stop (var handle);

Stops the sound with the handle number given by the variable.

Paramter:

handle - Handle des Sounds

Example:

SOUND wave = "wave.wav";
var wavehandle;
...
wavehandle = snd_play(wave,50,-75);
wait(-3); 
snd_stop(wavehandle); 

See also:

snd_play, snd_loop, ent_playsound, ent_playloop, snd_tune, snd_playing, snd_stopall