From dd61223c0bd1c4ac9b1011f037c1077702f0349e Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez Date: Wed, 12 Dec 2018 14:35:36 -0500 Subject: [PATCH] Add new CSGO weapon id's/itemdefs. (#929) --- plugins/include/cstrike.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/plugins/include/cstrike.inc b/plugins/include/cstrike.inc index 940f6b7f..d7389e45 100644 --- a/plugins/include/cstrike.inc +++ b/plugins/include/cstrike.inc @@ -141,6 +141,17 @@ enum CSWeaponID CSWeapon_CZ75A = 63, CSWeapon_REVOLVER = 64, CSWeapon_TAGGRENADE = 68, + CSWeapon_FISTS = 69, + CSWeapon_BREACHCHARGE = 70, + CSWeapon_TABLET = 72, + CSWeapon_MELEE = 74, + CSWeapon_AXE = 75, + CSWeapon_HAMMER = 76, + CSWeapon_SPANNER = 78, + CSWeapon_KNIFE_GHOST = 80, + CSWeapon_FIREBOMB = 81, + CSWeapon_DIVERSION = 82, + CSWeapon_FRAGGRENADE = 83, CSWeapon_MAX_WEAPONS_NO_KNIFES, // Max without the knife item defs, useful when treating all knives as a regular knife. CSWeapon_BAYONET = 500, CSWeapon_KNIFE_FLIP = 505,