From 5103cec6c12d09980f14c51f447b8ecf32b26a83 Mon Sep 17 00:00:00 2001 From: Night Owl Date: Sat, 31 Mar 2018 03:03:53 +0500 Subject: [PATCH] Fix weapons id. --- dlls/weapons.h | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/dlls/weapons.h b/dlls/weapons.h index 93c1ac25..f0497044 100644 --- a/dlls/weapons.h +++ b/dlls/weapons.h @@ -63,16 +63,13 @@ public: #define ITEM_BATTERY 4 #define WEAPON_NONE 0 -#define WEAPON_HEATERPIPE 2 -#define WEAPON_BRADNAILER 3 -#define WEAPON_NAILGUN 4 -#define WEAPON_SHOTGUN 5 -#define WEAPON_CMLWBR 6 -#define WEAPON_XS 7 -#define WEAPON_PIPEBOMB 8 -#define WEAPON_PAR21 9 -#define WEAPON_CROWBAR 10 -#define WEAPON_SATCHEL 11 +#define WEAPON_CROWBAR 1 +#define WEAPON_GLOCK 2 +#define WEAPON_MP5 4 +#define WEAPON_CROSSBOW 6 +#define WEAPON_SHOTGUN 7 +#define WEAPON_GAUSS 9 +#define WEAPON_SATCHEL 14 #define WEAPON_ALLWEAPONS (~(1<