Skip to content

KPR_fnc_getRankScore

Christian edited this page Aug 22, 2018 · 1 revision

Description

Gets the needed score to keep the current player rank.

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 to stay above a score of %1 to keep your current rank.", [] call KPR_fnc_getRankScore];
Clone this wiki locally