Advertisement
Tectoon

[TFM] Teleport

Mar 22nd, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. for all,_ in pairs (tfm.get.room.playerList) do
  2. system.bindMouse(all, true);
  3. end
  4.  
  5. function eventMouse(playerName, x, y)
  6. tfm.exec.movePlayer(playerName, x, y);
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement