Hi,
I have code:
and How to move a player from the {x=996, y=995, z=5} to {x=1000, y=1000, z=7}
I have code:
Code:
function wyrzuc(cid)
if(getTileItemById({x=996, y=997, z=5}, 2696).itemid == 2696) then
if(getTopCreature({x=996, y=995, z=5})) then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Niestety, przegrales :(")
end
end
end