Quote
I did it with photoshop, it's just a concept to implement a new weapon in the game
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