How to stop the move sound from a door between rounds.

Werewolf

Probably not a real Werewolf
aa
Apr 12, 2011
873
309
The map I am working on has a pair of large doors which have a looped move sound which plays while they open. Most times the sound stops when the the doors are fully open, which is as it should be.

But sometimes when a new round is started, the sound is still coming from those doors when they have not been opened. The sound also does not stop when you open the doors, instead it sounds like the sound it being played again by the doors and stops as normal, but the 'bugged' sound still plays.

I know I can use snd_restart in the console as a player, but I'm wondering if there is something I can put into the map to prevent/fix this.
 

ibex

aa
Sep 1, 2013
308
528
Could try firing a "stopsound" on round win to the entity that plays the sound? I've done this for train sounds in one of my maps.