The basic idea is, that usually when debugging a plugin, or just testing one I usually come up with new ideas and improvements... but after a hearty 15 minutes of playing I've already forgotten what I came up with. So, why not log your thoughts in game? I've made this admin only, and the plugin is aimed mostly at developing purposes.
Usage:
Ingame command:
Result in mode 0, in the Amxx logfile:say log All this text after the word log will be logged in a file
say_team log Also, all this text after the word will be logged in a file
Result in mode 1, in a custom logfile:Map: <mapname> <user>: All this text after the word log will be logged in a file
Map: <mapname> <user>: Also, all this text after the word will be logged in a file
<date> <time> <mapname> <user>: All this text after the word log will be logged in a file
<date> <time> <mapname> <user>: Also, all this text after the word will be logged in a file
Cvar's:
log_mode 0 - Logging mode, defaults to "0"
log_filename "notes" - Logging file's name, this default will result in cstrike\notes.txt
get plugin