SetPlayerArmor
Sets the armor of a player.
C# Syntax
void NAPI.Player.SetPlayerArmor(Client player, int armor);
Parameters
- player: Parameter input should be in Client type.
- armor: Parameter input should be in int type.
Example
NAPI.Player.SetPlayerArmor(player, 100);