Any help in this?
Forum
CS2D Maps/Editor Unbreakable TurretUnbreakable Turret
2 replies 1
Any help in this?
1
2
3
4
5
6
7
2
3
4
5
6
7
addhook("objectdamage","objdmg") function objdmg(oid) 	local t = object(oid,"type") 	if t == 8 or t == 11 or t == 12 then 		return 1 	end end
You are the best
1