AMX Mod X API Documentation

Signature
native SQL_QueryError(Handle:query, error[], maxlength);
Description

Gets information about a failed query error.

Parameters
  • query Handle of a query to extract the error from.
  • error Buffer where to store the error string.
  • maxlength The maximum length of the output buffer.
Returns

The error code.

Назад
Верх