From 3e454db2d80497e49ccfd08bcec54f50886652fe Mon Sep 17 00:00:00 2001 From: Bara Date: Sat, 5 Jan 2019 20:56:07 +0100 Subject: [PATCH] Add snowball to CSWeaponID (#936) --- plugins/include/cstrike.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/cstrike.inc b/plugins/include/cstrike.inc index d7389e45..d7ef0f2f 100644 --- a/plugins/include/cstrike.inc +++ b/plugins/include/cstrike.inc @@ -152,6 +152,7 @@ enum CSWeaponID CSWeapon_FIREBOMB = 81, CSWeapon_DIVERSION = 82, CSWeapon_FRAGGRENADE = 83, + CSWeapon_SNOWBALL = 84, 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,