From 23e1c0b71ec847b0d18984f22fdea55c60e92066 Mon Sep 17 00:00:00 2001 From: Bara Date: Mon, 4 Nov 2019 13:36:17 +0100 Subject: [PATCH] Add slot define for healthshot/shield and tablet (#1114) --- plugins/include/cstrike.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/include/cstrike.inc b/plugins/include/cstrike.inc index 0ea610da..c4239e13 100644 --- a/plugins/include/cstrike.inc +++ b/plugins/include/cstrike.inc @@ -45,6 +45,8 @@ #define CS_SLOT_KNIFE 2 /**< Knife slot. */ #define CS_SLOT_GRENADE 3 /**< Grenade slot (will only return one grenade). */ #define CS_SLOT_C4 4 /**< C4 slot. */ +#define CS_SLOT_BOOST 11 /**< Slot for healthshot and shield (will only return one weapon/item). */ +#define CS_SLOT_UTILITY 12 /**< Slot for tablet. */ #define CS_DMG_HEADSHOT (1 << 30) /**< Headshot */