From 8a36d0486b842575fe9b4443d840ce9f46cbd8fc Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez Date: Sun, 10 Sep 2017 10:16:23 -0400 Subject: [PATCH] Add enum value for max regular items. --- plugins/include/cstrike.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/cstrike.inc b/plugins/include/cstrike.inc index a80103b5..e7d84152 100644 --- a/plugins/include/cstrike.inc +++ b/plugins/include/cstrike.inc @@ -141,6 +141,7 @@ enum CSWeaponID CSWeapon_CZ75A = 63, CSWeapon_REVOLVER = 64, CSWeapon_TAGGRENADE = 68, + CSWeapon_MAX_WEAPONS_NO_KNIFES, // Max without the knife item defs, usefull when treating all knives as a regular knife. CSWeapon_BAYONET = 500, CSWeapon_KNIFE_FLIP = 505, CSWeapon_KNIFE_GUT = 506,