Implemented console command for listing log flags and module filtering.

Known issue: Using Format to set pre defined width translations doesn't work. "%-19t" should left justify and append spaces to make width 19 chars. Works with "s", but not "t". SourceMod bug?
This commit is contained in:
richard
2009-06-07 17:51:37 +02:00
parent 4ec7405fa3
commit f30e8f5862
4 changed files with 171 additions and 9 deletions

View File

@@ -17,6 +17,7 @@ CommandsInit()
{
// Forward event to modules. (create commands)
ConfigOnCommandsCreate();
LogOnCommandsCreate();
ClassOnCommandsCreate();
WeaponsOnCommandsCreate();
VolOnCommandsCreate();