rsm_get_user_deaths

Returns client's deaths.

Syntax

native rsm_get_user_deaths(index) /** * Returns client's headshots. * * @param index Client index. * @return Client's headshots. * */ native rsm_get_user_headshots(index) /** * Returns client's assists. * * @param index Client index. * @return Client's assists. * */ native rsm_get_user_assists(index) /** * Returns client's shots. * * @param index Client index. * @return Client's shots. * */ native rsm_get_user_shots(index) /**

Usage

index Client index.

Return

Client's deaths.

Defined in ranksmysql.inc at line 41 . This documentation was automatically generated from source.