cs_get_translated_item_alias
- Синтаксис
-
native bool:cs_get_translated_item_alias(const alias[], itemname[], maxlength);
Переменная | Описание |
---|---|
alias |
Alias name |
itemname |
Buffer to store item name to |
maxlength |
Maximum buffer size |
- Описание
- Returns an item name associated with a command alias.
- Пометка
-
The alias is case sensitive.
- Пометка
-
If not an alias to a weapon, buffer will be set with the original alias.
- Возвращает
- True if alias is translated, false otherwise