Hi.
I´ve used Surface.PlaySound in my Script. I want that the Sound stops when the TTT Hook “TTTEndRound” is called. In the Garry´s Mod wiki I couldn´t find anything.
Has anybody an Idea how to stop that Sound?
Thanks.
Hi.
I´ve used Surface.PlaySound in my Script. I want that the Sound stops when the TTT Hook “TTTEndRound” is called. In the Garry´s Mod wiki I couldn´t find anything.
Has anybody an Idea how to stop that Sound?
Thanks.
Well I´ve got a solution. I use ConCommand “stopsound” when the hook is called. But thanks for the edvice
That will stop all sounds. Using a soundpatch will allow you to target the single sound.
That´s good to know.