AMX Mod X API Documentation

Signature
native GameConfGetAddress(GameConfig:handle, const name[]);
Description

Finds an address calculation in a GameConfig file.

Parameters
  • handle Game config handle
  • name Name of the property to find
Returns

An address calculated on success, otherwise 0 on failure.

Errors
  • Invalid game config handle
Назад
Верх