Elrol

serverStartup

Apr 10th, 2020 (edited)
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. local name = "Server" --The display name of this terminal
  2. local port = 0 --The port to this terminal
  3. local side = "top" --The location of the modem
  4. local cable = "back" --The location of the bundled cable
  5. local guiColor = colors.green
  6.  
  7. local server = require("server")
  8. server.init(name, port, side, cable, guiColor)
Advertisement
Add Comment
Please, Sign In to add comment