alt.Player.local.maxArmour
Used to get the player's Maximum Armour.
Syntax
readonly maxArmour: number;
Real World Example
const maxArmour = alt.Player.local.maxArmour;
console.log(`Your max armour is: ${maxArmour}`);
alt.Player.local can also be a player instance from server