Nette grüße
Redskull
Allgemein
Bräuchte hilfe bei Map (gebäude)
Bräuchte hilfe bei Map (gebäude)
1

Redskull
addhook("move","move_house")
function move_house(id,x,y,w)
	if(x>=320 and x<=448 and y==512)then
		if(player(id,"usgn")~=XY)then
			parse("setpos "..id.." "..(player(id,"x")).." "..(player(id,"y")-1))
			msg2(id,"this is not yout house!")
		end
	end
end
1
