sWaffle7982

airplaneServer

Aug 6th, 2021 (edited)
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. --[[===================
  2.  
  3. Made by: Nemo Eriksson
  4. Pastebin: PywVC6dt
  5. Description: Controlls the clients
  6.  
  7. ====================]]--
  8.  
  9. function sendCommand(command, amount)
  10.   rednet.open('back')
  11.   rednet.broadcast('goto '..command..' '..amount)
  12. end
  13.  
  14. -- Main
  15. local args = {...}
  16. sendCommand(args[1], args[2])
  17.  
  18.  
Advertisement
Add Comment
Please, Sign In to add comment