I did this terrorist won It shows you a picture that expresses that too counter terrorists
But that not working for me. Is there an helper?
This is codes
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
addhook("endround","roundimage")
function roundimage(mode)
if mode == 1 then -- Terrorist win
image("gfx/dchate/toll.png", 1, 1, 0)
end
	if mode == 2 then -- Conter Terrorist win
	 image("gfx/dchate/hats.png", 1, 1, 0)
	end
end
image not working
1 
Offline