Код
// enum WEAPON_CLASS_TYPE
#define WEAPON_CLASS_UNKNOWN 0
#define WEAPON_CLASS_KNIFE 1
#define WEAPON_CLASS_HANDGUN 2
#define WEAPON_CLASS_ASSAULT 3
#define WEAPON_CLASS_SMG 4
#define WEAPON_CLASS_SNIPER 5
#define WEAPON_CLASS_SHOTGUN 6
#define WEAPON_CLASS_THROWING 7
#define WEAPON_CLASS_ITEM 8
#define WEAPON_CLASS_MISSION 9
#define WEAPON_CLASS_MG 10
#define WEAPON_CLASS_GRENADESHELL 11
#define WEAPON_CLASS_BOMBTRIGGER 12
#define WEAPON_CLASS_CIC 13
#define WEAPON_CLASS_DUALHANDGUN 14
#define WEAPON_CLASS_DUALKNIFE 15
#define WEAPON_CLASS_ROCKET_LAUNCHER 16
#define WEAPON_CLASS_OBJECT_GUN 17
#define WEAPON_CLASS_DUALSMG 18
#define WEAPON_CLASS_DINO 19
#define WEAPON_CLASS_DINO_LEFT_SCRATCH 20
#define WEAPON_CLASS_COUNT 21
#define WEAPON_CLASS_WOODEN_ARROW 22