Player::setArmour

From RAGE Multiplayer Wiki

Sets the armor of the specified player.

ped: The Ped to set the armor of.
amount: A value between 0 and 100 indicating the value to set the Ped's armor to.

Syntax

player.setArmour(amount);

Required Arguments

  • amount: int

Return value

  • Undefined

Example

// todo

See also