Native referenceFiveM

SET_PLAYER_MAX_ARMOUR

0x77DFCCF5948B8C71 PLAYER
FUNCTION SIGNATURE
void SET_PLAYER_MAX_ARMOUR(Player player, int value);
Property Value
Native Name SET_PLAYER_MAX_ARMOUR
Hash 0x77DFCCF5948B8C71
Return Type void
Parameters player (Player), value (int)

Description: ``` Default is 100. Use player id and not ped id. For instance: PLAYER::SET_PLAYER_MAX_ARMOUR(PLAYER::PLAYER_ID(), 100); // main_persistent.ct4

Back to PLAYER