native cs_get_user_armor(index, &CsArmorType:armortype = CS_ARMOR_NONE);
index | Client index |
armortype | Variable to store armor type in |
Returns the client's armor value and retrieves the type of armor.
For a list of possible armor types see the CsArmorType enum.
Amount of armor, 0 if client has no armor
If the client index is not within the range of 1 to MaxClients, or the client is not connected, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.