How do I play a sound from my SFX folder after the terrorists win using Lua? Or without Lua? Please, help needed urgently.
Forum




simple Q: SFX after 'T win'!
3 replies



How do I play a sound from my SFX folder after the terrorists win using Lua? Or without Lua? Please, help needed urgently.
EDIT: This thread can be closed,

edited 1×, last 03.07.11 01:34:11 pm
Re: simple Q: SFX after 'T win'!
Deleted User1
2
3
4
5
6
2
3
4
5
6
addhook('endround', 'er') function er(mode) 	if mode == 1 then 		parse('sv_sound blablabla 	end end



