AMX Mod X API Documentation

Signature
native elog_message(const message[], any:...);
Description

Logs a message hookable by plugins to the current server log file.

Notes
  • The log will include a timestamp with the message.
  • The message can be hooked using "register_logevent".
Parameters
  • message Formatting rules
  • ... Variable number of formatting parameters
Returns

Number of printed characters

Назад
Верх