Advertisement
Guest User

test

a guest
Apr 24th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. tx = 0
  2. ty = 0
  3. tz = 0
  4.  
  5. player = {px = 0, py = 0, pz = 0}
  6.  
  7. pid = 0
  8.  
  9. rednet.open("right")
  10.  
  11. tx, ty, tz = gps.locate()
  12.  
  13. print(tx.." "..ty.." "..tz)
  14.  
  15. --while true do
  16. pid, player{}, blah = rednet.receive()
  17.  
  18. print(player["px"])
  19. print(player["py"])
  20. print(player["pz"])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement