native cs_set_user_armor(index, armorvalue, CsArmorType:armortype);
index | Client index |
armorvalue | Amount of armor to set |
armortype | CS armor type |
Sets the client's armor value the type of armor.
For a list of possible armor types see the CsArmorType enum.
Sends the appropriate message to update the client's HUD.
This function has no return value.
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.