rsu_get_user_bombs_planted
Returns client's amount of bombs planted.
Syntax
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) /** * Returns client's total played time in seconds. * * @param index Client index. * @return Client's played time in seconds. * */ native rsu_get_user_played_time(index) /**
Usage
| index | Client index. |
Return
Client's bombs planted amount.
Defined in
ranksultimate.inc
at line 143
.
This documentation was automatically generated from source.