gUtZ has written
I wonder why you need those hooks as it can be done with endround hook.
Geez has written
@DC
very important to me (for AMXX-like RoundSound) - lua hooks: twin, ctwin (name says all - there is only endround hook for now)
very important to me (for AMXX-like RoundSound) - lua hooks: twin, ctwin (name says all - there is only endround hook for now)
I wonder why you need those hooks as it can be done with endround hook.
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("endround", "end_of_round") function end_of_round(mode) 	if mode==1 then 		msg("Ts won") 	elseif mode==2 then 		msg("CTs won") 	end end
still that does not completely solve the problem, as it doesn't change the statstics.