rsu_get_user_rounds_won

Returns client's rounds won.

Syntax

native rsu_get_user_rounds_won(index) /** * Returns client's amount of bombs planted. * * @param index Client index. * @return Client's bombs planted amount. * */ native rsu_get_user_bombs_planted(index) /** * Returns client's amount of bombs exploded. * * @param index Client index. * @return Client's bombs exploded amount. * */ native rsu_get_user_bombs_exploded(index) /** * Returns client's amount of bombs defused. * * @param index Client index. * @return Client's bombs defused amount. * */ native rsu_get_user_bombs_defused(index) /**

Usage

index Client index.

Return

Client's rounds won.

Defined in ranksultimate.inc at line 134 . This documentation was automatically generated from source.