get_customdir
Функция устарела, старайтесь не использовать!
Should not be used as the concept of a custom directory does no longer exists in AMXX.
- Синтаксис
-
#pragma deprecated The concept of a custom directory no longer exists in AMXX. Do not use. stock get_customdir(name[], len) { return get_configsdir(name, len); }
Переменная | Описание |
---|---|
name |
Buffer to copy path to |
len |
Maximum buffer size |
- Описание
- Alias to get_configsdir provided for backwards compatibility. Originally intended to retrieve the AMXX custom directory.
- Возвращает
- Number of cells written to buffer