get_user_armor
- Синтаксис
-
native get_user_armor(index);
Переменная | Описание |
---|---|
index |
Client index |
- Описание
- Returns the client's armor value.
- Пометка
-
While this is mod-independent, the mod may track armor data differently, so it can only be retrieved using another native or other methods.
- Возвращает
- Amount of armor the client has. Also returns 0 if the client is not connected or the index is not within the range of 1 to MaxClients