Advertisement
Guest User

Lector de velocidad y coordenadas

a guest
Mar 6th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. function eventLoop()
  2. for name in pairs(tfm.get.room.playerList) do
  3. ui.addTextArea(1, "Tu velocidad X: "..tfm.get.room.playerList[name].vx.."<br>Tu velocidad Y: "..tfm.get.room.playerList[name].vy.."<br>Tus coordenadas X: "..tfm.get.room.playerList[name].x.."<br>Tus coordenadas Y: "..tfm.get.room.playerList[name].y.."", name, 5, 20, 200, 60)
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement