Перейти к содержанию

GetPlayerArmor

Материал из RAGE MP Wiki Archive

This function will tell you how much armor has the player.

Syntax

<syntaxhighlight lang="C#" >int NAPI.Player.GetPlayerArmor(Player player);</syntaxhighlight>

Required Arguments

  • player: parameter input should be in Player type.

NOTE: This function returns data in int type.

Usage example(s)

Example Description <syntaxhighlight lang="C#" >NAPI.Player.GetPlayerArmor(player);</syntaxhighlight>