Skip to content

KPR_fnc_getRankName

Christian edited this page Aug 21, 2018 · 1 revision

Description

Returns the rank name without the prefix like "USA11". It only contains the rank name like "Master Sergeant"

Parameter(s)

  • 0: OBJECT - Player object from which the rank name should be retrieved (default: player)

Returns

  • STRING

Example

// Give the executing player a hint with his current rank
hint format ["Your rank is %1", [] call KPR_fnc_getRankName];
Clone this wiki locally