Guest User

Untitled

a guest
Jul 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function onStepIn(cid, item, pos)
  2.  
  3. local pos = {x=, y=, z=}
  4.  
  5. if item.actionid == XXXX and getPlayerVocation(cid) == 1 or getPlayerVocation(cid) == 5 then
  6. doTeleportThing(cid,pos)
  7. doSendMagicEffect(pos,10)
  8. end
  9. end
Add Comment
Please, Sign In to add comment