AMX Mod X API Documentation

Signature
forward plugin_log();
Description

Called when a message is about to be logged.

Notes
  • Message data and information can be retrieved using the read_log* set

    of functions.

Returns

PLUGIN_CONTINUE to let the log message through

PLUGIN_HANDLED or higher to stop the log message

Назад
Верх