GetPlayerArmor
Jump to navigation
Jump to search
Description
This function returns a float that contains the current armor for the specified player.
Syntax
float getPlayerArmor ( player player )
Required Arguments
- player: The player whose armor you want to check
Example
armor = getPlayerArmor ( findPlayer ( "Someguy" ) ) serverChat ( "Someguy's current Armor: ", armor, "." )