Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.29 KB | None | 0 0
  1. function onStepIn(cid, item, position, fromPosition)
  2.     doLogScript(1084, SCRIPT_TYPE_MOVEMENT)
  3.  
  4.     local player = Player(cid)
  5.     if not player then
  6.         return true
  7.     end
  8.  
  9.         player:teleportTo(Position(33743, 32190, 14))
  10.         player:getPosition():sendMagicEffect(CONST_ME_TELEPORT)
  11.     return true
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement