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
Scripts
If Team wins then
If Team wins then
1

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
EngiN33R has writtenaddhook("endround","teamwin")
function teamwin(mode)
	if mode==1 then
		--Terrorists won, do stuff
	elseif mode==2 then
		--CT won, do stuff
	end
end
1
