there is 2 sec delay and after you build a teleport and i want to remove it
like build and jump in without any waiting ?
thanks
addhook("buildattempt","fastbuild") function fastbuild(id,type,x,y) 	if type == 13 then 		parse("spawnobject "..type.." "..x.." "..y.." "..player(id,"rot").." 0 "..player(id,"team").." "..id) 		return 1 	end end