GetPlayerArmor

From Multi Theft Auto: Wiki
Revision as of 03:35, 20 May 2006 by Ransom (talk | contribs)
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" ) )
outputChatBox ( "Someguy's current Armor: ", armor, "." )