If you have questions, check
API. For beginners it may take some time to understand it (personal experience).
Your question has an answer in
cstrike.inc.
PHP Code:
enum CsArmorType
{
CS_ARMOR_NONE = 0, // no armor
CS_ARMOR_KEVLAR = 1, // body vest only
CS_ARMOR_VESTHELM = 2, // vest and helmet
};
^ The third argument for