Skip to content

Commit

Permalink
Add new CSGO weapon id's/itemdefs. (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
Drifter321 authored and Headline committed Dec 12, 2018
1 parent 81766d3 commit 3c1c6f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions plugins/include/cstrike.inc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -141,6 +141,17 @@ enum CSWeaponID
CSWeapon_CZ75A = 63, CSWeapon_CZ75A = 63,
CSWeapon_REVOLVER = 64, CSWeapon_REVOLVER = 64,
CSWeapon_TAGGRENADE = 68, CSWeapon_TAGGRENADE = 68,
CSWeapon_FISTS = 69,
CSWeapon_BREACHCHARGE = 70,
CSWeapon_TABLET = 72,
CSWeapon_MELEE = 74,
CSWeapon_AXE = 75,
CSWeapon_HAMMER = 76,
CSWeapon_SPANNER = 78,
CSWeapon_KNIFE_GHOST = 80,
CSWeapon_FIREBOMB = 81,
CSWeapon_DIVERSION = 82,
CSWeapon_FRAGGRENADE = 83,
CSWeapon_MAX_WEAPONS_NO_KNIFES, // Max without the knife item defs, useful when treating all knives as a regular knife. CSWeapon_MAX_WEAPONS_NO_KNIFES, // Max without the knife item defs, useful when treating all knives as a regular knife.
CSWeapon_BAYONET = 500, CSWeapon_BAYONET = 500,
CSWeapon_KNIFE_FLIP = 505, CSWeapon_KNIFE_FLIP = 505,
Expand Down

0 comments on commit 3c1c6f6

Please sign in to comment.