Quote
I did it with photoshop, it's just a concept to implement a new weapon in the game
General
Beta 0.1.2.0 Suggestions & Ideas
Bobakrome has written
Env_flame

xxMadChickenxx has written
ImBack has written
ImBack has written
Yates has written
xxMadChickenxx has written
ImBack has written
SRAN has written
ImBack has written
Yasday has written
SRAN has written
Geez has writtenaddhook("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