AMX Mod X API Documentation

Signature
native SQL_GetInsertId(Handle:query);
Description

Retrieves the instert ID of the latest INSERT query.

Parameters
  • query Handle of a query.
Returns

The insert ID of the latest INSERT query.

Errors
  • Invalid query handle.
Назад
Верх