oualidboy1996
Member
- Joined
- Aug 4, 2009
- Messages
- 60
- Reaction score
- 6
Does anyone knows how to teleport by clicking on a tree???
Im using Styller Yourots thanks
Im using Styller Yourots thanks
local teleportto = {x=xxxx, y=xxxx, z=x}
function onUse(cid, item)
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF)
doTeleportThing(cid,teleportto)
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT)
return TRUE
end