Marlingaming

CC Tweaked CCSPS Iron 2.0.0 - Log Manager

Feb 11th, 2022 (edited)
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local tArg = {...}--Program, Message
  2.  
  3. local Date = os.day("utc")
  4. File = Date..".txt"
  5.  
  6. local file = fs.open(fs.combine("os/System/Files/Logs",File),"a")
  7. file.writeLine("["..os.time().."]["..tArg[1].."]"..tArg[2])
  8. file.close()
Add Comment
Please, Sign In to add comment