rsm_get_user_mvp

Returns client's MVP count.

Syntax

native rsm_get_user_mvp(index) /** * Returns client's rounds won. * * @param index Client index. * @return Client's rounds won. * */ native rsm_get_user_rounds_won(index) /** * Returns client's amount of bombs planted. * * @param index Client index. * @return Client's bombs planted amount. * */ native rsm_get_user_bombs_planted(index) /** * Returns client's amount of bombs defused. * * @param index Client index. * @return Client's bombs defused amount. * */ native rsm_get_user_bombs_defused(index) /**

Usage

index Client index.

Return

Client's MVP count.

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