Advertisement
Marlingaming

SCS3 Server System - Server Start

Sep 7th, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. --this program is for a computer that acts as a server for bank transactions. Uses the SCS3 Banking system i created
  2. Settings_ServerKey = 0
  3. start()
  4. function start()
  5. if fs.exists(".Accounts") == false then
  6. ServerSetup()
  7. else
  8.  
  9. end
  10. end
  11.  
  12. function ServerSetup()
  13.  
  14. end
  15.  
  16. function StartServer()
  17. shell.run(".ServerManagement")
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement