Cstrike: Add CSW_SHIELDGUN constant (valid CS value)

This commit is contained in:
Arkshine 2014-05-30 16:56:26 +02:00
parent f130a8ea89
commit 9d99863c7e

View File

@ -107,8 +107,9 @@
#define CSW_AK47 28 #define CSW_AK47 28
#define CSW_KNIFE 29 #define CSW_KNIFE 29
#define CSW_P90 30 #define CSW_P90 30
#define CSW_VEST 31 #define CSW_VEST 31 // Custom
#define CSW_VESTHELM 32 #define CSW_VESTHELM 32 // Custom
#define CSW_SHIELDGUN 99
#define HIW_BERETTA 1 #define HIW_BERETTA 1
#define HIW_SPAS12 2 #define HIW_SPAS12 2