armyman
Member
- Joined
- Feb 15, 2014
- Messages
- 318
- Reaction score
- 14
What are wrong? don't work :/
i want use a vial of blood in gravestone sqm and be teleported
i want use a vial of blood in gravestone sqm and be teleported
LUA:
function onStepIn(cid, item, position, fromPosition)
blood = {x=32793, y=32333, z=9, stackpos=1}
getsangue = getThingfromPos(blood)
if isPlayer(cid) and item.uid == 4652 and getblood.itemid == 2016 then
doTeleportThing(cid, {x=32793, y=32334, z=10})
else
doPlayerSendCancel(cid,"Sorry, not possible.")
end
end