cmsstats_get_stats

Syntax

#pragma deprecated 
native cmsstats_get_stats(place, stats[8], bodyhits[8], name[], len, authid[] = "", authidlen = 0);

Usage

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

Description

Аналог функции get_stats из модуля CSX
Получает статистику игрока по месту в топе

Note

The permanent storage is updated on client disconnect.

Note

For a list of possible body hitplaces see the HIT_* constants in
amxconst.inc

Note

The fields in the statistics are:
   0 - Kills
   1 - Deaths
   2 - Headshots
   3 - Teamkills
   4 - Shots
   5 - Hits
   6 - Damage
   7 - Rank

Return

Next rank index (> 0 and > index), or 0 if no more
statistics exist