Player::setArmour

From RAGE Multiplayer Wiki
Revision as of 23:45, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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