forked from YaLTeR/OpenAG
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4884a10
commit 76474a0
Showing
6 changed files
with
133 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/**** | ||
* | ||
* Copyright © 2021-2024 The Phoenix Project Software. Some Rights Reserved. | ||
* | ||
* AURA | ||
* | ||
* cl_weapons.h - a shortcut to define the IDs of weapons clientside. | ||
* | ||
* | ||
****/ | ||
|
||
#define WEAPON_NONE 0 | ||
#define WEAPON_CROWBAR 1 | ||
#define WEAPON_GLOCK 2 | ||
#define WEAPON_PYTHON 3 | ||
#define WEAPON_MP5 4 | ||
#define WEAPON_CHAINGUN 5 | ||
#define WEAPON_CROSSBOW 6 | ||
#define WEAPON_SHOTGUN 7 | ||
#define WEAPON_RPG 8 | ||
#define WEAPON_GAUSS 9 | ||
#define WEAPON_EGON 10 | ||
#define WEAPON_HORNETGUN 11 | ||
#define WEAPON_HANDGRENADE 12 | ||
#define WEAPON_TRIPMINE 13 | ||
#define WEAPON_SATCHEL 14 | ||
#define WEAPON_SNARK 15 | ||
#define WEAPON_GRAPPLE 16 | ||
#define WEAPON_EAGLE 17 | ||
#define WEAPON_PIPEWRENCH 18 | ||
#define WEAPON_M249 19 | ||
#define WEAPON_DISPLACER 20 | ||
#define WEAPON_SHOCKRIFLE 22 | ||
#define WEAPON_SPORELAUNCHER 23 | ||
#define WEAPON_SNIPERRIFLE 24 | ||
#define WEAPON_KNIFE 25 | ||
#define WEAPON_PENGUIN 26 | ||
#define WEAPON_ONE 27 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters