Added support for post map configs (with workaround for SourceMod bug 3803). Log cleanup. Minior fixes.
Removed log check in fatal errors. Those must always log. Stored LogCheckFlag result in a boolean where log is executed more than once. Fixed invalid translation string used in menu title. Fixed index out of bounds in zspawn when a client disconnects.
This commit is contained in:
@ -92,6 +92,7 @@ LogInit()
|
||||
* LOG_FORMAT_TYPE_SIMPLE - Simple, no module or block info.
|
||||
* LOG_FORMAT_TYPE_FULL - Full, with module and block info, printed in normal log.
|
||||
* LOG_FORMAT_TYPE_ERROR - Full, printed in error log.
|
||||
* LOG_FORMAT_TYPE_FATALERROR - Full, stops the plugin.
|
||||
* @param any... Formatting parameters.
|
||||
*/
|
||||
LogMessageFormatted(client, const String:module[], const String:block[], const String:message[], type = LOG_FORMAT_TYPE_FULL, any:...)
|
||||
|
Reference in New Issue
Block a user