-
-
Notifications
You must be signed in to change notification settings - Fork 7
KPR_fnc_getRankName
Christian edited this page Aug 21, 2018
·
1 revision
Returns the rank name without the prefix like "USA11". It only contains the rank name like "Master Sergeant"
- 0: OBJECT - Player object from which the rank name should be retrieved (default: player)
- STRING
// Give the executing player a hint with his current rank
hint format ["Your rank is %1", [] call KPR_fnc_getRankName];