AMX Mod X API Documentation

Signature
native log_amx(const string[], any:...);
Description

Logs a message to the current AMXX log file.

Notes
  • The message will automatically be tagged with the plugin's name and the

    log will include a timestamp with the message.

Parameters
  • string Formatting rules
  • ... Variable number of formatting parameters
No return value
Назад
Верх