Skip to content

KPR_fnc_getRankScoreNext

Christian edited this page Aug 22, 2018 · 1 revision

Description

Gets the needed score for the next rank of the current player.

Parameter(s)

  • 0: STRING - Steam UID of the player (default: uid of current player)

Returns

  • NUMBER

Example

// Show the executing player, which score he needs to keep his current rank
hint format ["You need a score of %1 to be promoted to the next rank.", [] call KPR_fnc_getRankScoreNext];
Clone this wiki locally