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 */