when i build teleporter entrance then show me this messages " You can't build here " but buildings have been built
This is code
addhook("buildattempt","fastbuild") function fastbuild(id,type,x,y) 	if tile(x,y,"walkable") then 		if type==13 then 			parse("spawnobject "..type.." "..x.." "..y.." "..player(id,"rot").." 0 "..player(id,"team").." "..id) 			parse("setmoney "..id.." "..player(id, "money") - 3000) 			return 1 		end 	end end