So please, when team 1 wins the round then: My Action Will Work
And If Team 2 Wins the round then my other Action Will Work
please
addhook("endround","teamwin") function teamwin(mode) 	if mode==1 then 		--Terrorists won, do stuff 	elseif mode==2 then 		--CT won, do stuff 	end end
addhook("endround","teamwin") function teamwin(mode) 	if mode==1 then 		--Terrorists won, do stuff 	elseif mode==2 then 		--CT won, do stuff 	end end