rsm_get_user_bombs_planted

Returns client's amount of bombs planted.

Syntax

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) /** * Returns client's total played time in seconds. * * @param index Client index. * @return Client's played time in seconds. * */ native rsm_get_user_played_time(index) /** * Returns client's current rank name. * * @param index Client index. * @param buffer String buffer to store the name. * @param len Maximum buffer lenght. * @noreturn * */ native rsm_get_user_rank(index, buffer[], len)

Usage

index Client index.

Return

Client's bombs planted amount.

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