AMX Mod X API Documentation

Signature
native dbg_fmt_error(buffer[], maxLength);
Description

Retrieves the formatted error string from a trace.

Notes
  • The string format is generally: "Run time error : "
Parameters
  • buffer Buffer to copy error message to
  • maxLength Maximum buffer size
Returns

1 on success, 0 if no trace data is available

Назад
Верх