cstrike/src/shared/items.h

52 lines
1.8 KiB
C

/*
* Copyright (c) 2016-2020 Marco Hladik <marco@icculus.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
* IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#define ITEM_KNIFE 0x00000001i
#define ITEM_USP45 0x00000002i
#define ITEM_GLOCK18 0x00000004i
#define ITEM_DEAGLE 0x00000008i
#define ITEM_P228 0x00000010i
#define ITEM_ELITES 0x00000020i
#define ITEM_FIVESEVEN 0x00000040i
#define ITEM_M3 0x00000080i
#define ITEM_XM1014 0x00000100i
#define ITEM_MP5 0x00000200i
#define ITEM_P90 0x00000400i
#define ITEM_UMP45 0x00000800i
#define ITEM_MAC10 0x00001000i
#define ITEM_TMP 0x00002000i
#define ITEM_SUIT 0x00004000i
#define ITEM_LONGJUMP 0x00008000i
#define ITEM_AK47 0x00010000i
#define ITEM_SG552 0x00020000i
#define ITEM_M4A1 0x00040000i
#define ITEM_AUG 0x00080000i
#define ITEM_SCOUT 0x00100000i
#define ITEM_AWP 0x00200000i
#define ITEM_G3SG1 0x00400000i
#define ITEM_SG550 0x00800000i
#define ITEM_PARA 0x01000000i
#define ITEM_C4BOMB 0x02000000i
#define ITEM_FLASHBANG 0x04000000i
#define ITEM_HEGRENADE 0x08000000i
#define ITEM_SMOKEGRENADE 0x10000000i
#define ITEM_DEFUSAL 0x20000000i
#define ITEM_NIGHTVISION 0x40000000i
#define ITEM_HELMET 0x80000000i