Advertisement
Marlingaming

CC Tweaked CCSPS Iron - Network Status Check

Jan 31st, 2022
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. local Work = false
  2.  
  3. if Work == true then
  4. print("sorry to bother you, but just to let you know, some network features may not work right now due to either routine Maintenance or some updates/changes to systems. Thank you for your patience")
  5. print("press enter to acknowledge")
  6. repeat
  7. local event, key = os.pullEvent("key")
  8. until key == key.enter
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement