AMX Mod X API Documentation

Signature
stock get_basedir(name[], len){ return get_localinfo("amxx_basedir", name, len);}
Description

Retrieves the path to the AMXX base directory.

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

Number of cells written to buffer

Назад
Верх