get_user_frags
- Синтаксис
-
native get_user_frags(index);
Переменная | Описание |
---|---|
index |
Client index |
- Описание
- Returns the client's frags.
- Пометка
-
While this is mod-independent, the mod may track frag count differently, so it can only be retrieved using another native or other methods.
- Пометка
-
This will actually return the client's overall score, which may or may not be equal to their scored frags depending on the mod.
- Возвращает
- Frags/Score of the client. Also returns 0 if the client is not connected or the index is not within the range of 1 to MaxClients