Forum
CS2D General Fast building!Fast building!
4 replies 1
is better
1
2
3
4
5
6
7
2
3
4
5
6
7
addhook("buildattempt","fastbuild") function fastbuild(id,type,x,y) 	if type < 20 then 		parse("spawnobject "..type.." "..x.." "..y.." "..player(id,"rot").." 0 "..player(id,"team").." "..id) 		return 1 	end end
http://hc.tjoho.org/misc/dloads/MegaConstruction.zip
1