Advertisement
Greyman27

gps host

Nov 25th, 2024 (edited)
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. --use 4 computers with this in the startup file
  2. --tutorial https://ccf.squiddev.cc/topic/3088-how-to-guide-gps-global-position-system.html
  3. --change x,y,z to be coords of the computer
  4. local x = 0
  5. local y = 0
  6. local z = 0
  7. shell.run("bg","gps","host",x,y,z)
  8. shell.run("bg", "set", "motd.enable", "false")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement