View Single Post
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 03-11-2023 , 05:15   Re: [L4D2] Mute the music of the Tank and the Witch
Reply With Quote #2

Just provide the possible way.

Use left4dhooks functions to stop music when tank spawn

PHP Code:
L4D_StopMusic(client"Event.Tank");
L4D_StopMusic(client"Event.TankMidpoint");
L4D_StopMusic(client"Event.TankBrothers"); 
__________________

Last edited by HarryPotter; 03-11-2023 at 05:17.
HarryPotter is offline