Advertisement
Rawoas13

[TFM] Teleport function

Jan 18th, 2020
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. --Creator: Hass
  2. --Made in: 18/01/2020
  3. --Last update: 18/01/2020
  4. --[[ Notes:
  5.     Does:
  6.         Teleport by clicking on the map
  7. ]]--
  8.  
  9. eventMouse = system.bindMouse("Hass" --[[ Change Hass and put your nickname! ]],true) or function(n,x,y)
  10.     tfm.exec.movePlayer(n,x,y)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement