AMX Mod X API Documentation

Signature
stock get_customdir(name[], len){ return get_configsdir(name, len);}
Description

Alias to get_configsdir provided for backwards compatibility. Originally

intended to retrieve the AMXX custom directory.

Deprecated

Should not be used as the concept of a custom directory does no

longer exists in AMXX.

Parameters
  • name Buffer to copy path to
  • len Maximum buffer size
Returns

Number of cells written to buffer

Назад
Верх