AMX Mod X API Documentation

Signature
native CloseGameConfigFile(&GameConfig:handle);
Description

Destroys a game config and frees its memory.

Notes
  • The function automatically sets the variable passed to it to 0 to aid

    in preventing accidental usage after destroy.

Parameters
  • handle Game config handle
Returns

1 on success, 0 if an invalid handle was passed in

Назад
Верх