#pragma deprecated native cmsstats_get_stats(place, stats[8], bodyhits[8], name[], len, authid[] = "", authidlen = 0);
| index | Rank index |
| stats | Buffer to copy statistics to |
| bodyhits | Buffer to copy body hits to |
| name | Buffer to copy client name to |
| len | Maximum name buffer size |
| authid | Buffer to copy client auth id to |
| authidlen | Maximum authid buffer size |
Аналог функции get_stats из модуля CSX Получает статистику игрока по месту в топе
The permanent storage is updated on client disconnect.
For a list of possible body hitplaces see the HIT_* constants in amxconst.inc
The fields in the statistics are: 0 - Kills 1 - Deaths 2 - Headshots 3 - Teamkills 4 - Shots 5 - Hits 6 - Damage 7 - Rank
Next rank index (> 0 and > index), or 0 if no more statistics exist
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.