It's been a busy week, I've come up with 3 scripts already (actually 4, but the fourth is simple) this is my third this week
Script Name: CmdLog (command log)
Script Description: logs commands when used (uses both OnCommand and OnPlayerCommand) writes commands in a (settable) directory (D_Dir) Writes files in this format:
Title format:
FileName(Plr/Adm) [Date]
the entry is like this:
[Time] PlayerName: /command (example: [12:24:25] Kavukamari: /addbot2 Dummy)
the time format is changable (uses FormatDate) and the Date format is settable too (using D_T and D_D respectively)
there is also a D_Nam constant to set the name of the file (before the type tag (either (Plr) or (Adm)))
Original Author(s): Kavukamari
Core Version: 2.6.3
Code: Attached