|
|
@ -94,9 +94,9 @@ public: |
|
|
|
#define MP5_WEIGHT 15 |
|
|
|
#define MP5_WEIGHT 15 |
|
|
|
#define SHOTGUN_WEIGHT 15 |
|
|
|
#define SHOTGUN_WEIGHT 15 |
|
|
|
#define CROSSBOW_WEIGHT 10 |
|
|
|
#define CROSSBOW_WEIGHT 10 |
|
|
|
#define RPG_WEIGHT 20 |
|
|
|
#define RPG_WEIGHT 70 |
|
|
|
#define GAUSS_WEIGHT 20 |
|
|
|
#define GAUSS_WEIGHT 50 |
|
|
|
#define EGON_WEIGHT 20 |
|
|
|
#define EGON_WEIGHT 70 |
|
|
|
#define HORNETGUN_WEIGHT 10 |
|
|
|
#define HORNETGUN_WEIGHT 10 |
|
|
|
#define HANDGRENADE_WEIGHT 5 |
|
|
|
#define HANDGRENADE_WEIGHT 5 |
|
|
|
#define SNARK_WEIGHT 5 |
|
|
|
#define SNARK_WEIGHT 5 |
|
|
@ -105,27 +105,27 @@ public: |
|
|
|
|
|
|
|
|
|
|
|
// weapon clip/carry ammo capacities
|
|
|
|
// weapon clip/carry ammo capacities
|
|
|
|
#define URANIUM_MAX_CARRY 100 |
|
|
|
#define URANIUM_MAX_CARRY 100 |
|
|
|
#define _9MM_MAX_CARRY 250 |
|
|
|
#define _9MM_MAX_CARRY 200 |
|
|
|
#define _357_MAX_CARRY 36 |
|
|
|
#define _357_MAX_CARRY 24 |
|
|
|
#define BUCKSHOT_MAX_CARRY 125 |
|
|
|
#define BUCKSHOT_MAX_CARRY 90 |
|
|
|
#define BOLT_MAX_CARRY 50 |
|
|
|
#define BOLT_MAX_CARRY 15 |
|
|
|
#define ROCKET_MAX_CARRY 5 |
|
|
|
#define ROCKET_MAX_CARRY 3 |
|
|
|
#define HANDGRENADE_MAX_CARRY 10 |
|
|
|
#define HANDGRENADE_MAX_CARRY 5 |
|
|
|
#define SATCHEL_MAX_CARRY 5 |
|
|
|
#define SATCHEL_MAX_CARRY 3 |
|
|
|
#define TRIPMINE_MAX_CARRY 5 |
|
|
|
#define TRIPMINE_MAX_CARRY 4 |
|
|
|
#define SNARK_MAX_CARRY 15 |
|
|
|
#define SNARK_MAX_CARRY 20 |
|
|
|
#define HORNET_MAX_CARRY 8 |
|
|
|
#define HORNET_MAX_CARRY 10 |
|
|
|
#define M203_GRENADE_MAX_CARRY 10 |
|
|
|
#define M203_GRENADE_MAX_CARRY 4 |
|
|
|
|
|
|
|
|
|
|
|
// the maximum amount of ammo each weapon's clip can hold
|
|
|
|
// the maximum amount of ammo each weapon's clip can hold
|
|
|
|
#define WEAPON_NOCLIP -1 |
|
|
|
#define WEAPON_NOCLIP -1 |
|
|
|
|
|
|
|
|
|
|
|
//#define CROWBAR_MAX_CLIP WEAPON_NOCLIP
|
|
|
|
//#define CROWBAR_MAX_CLIP WEAPON_NOCLIP
|
|
|
|
#define GLOCK_MAX_CLIP 17 |
|
|
|
#define GLOCK_MAX_CLIP 15 |
|
|
|
#define PYTHON_MAX_CLIP 6 |
|
|
|
#define PYTHON_MAX_CLIP 6 |
|
|
|
#define MP5_MAX_CLIP 50 |
|
|
|
#define MP5_MAX_CLIP 30 |
|
|
|
#define MP5_DEFAULT_AMMO 25 |
|
|
|
#define MP5_DEFAULT_AMMO 30 |
|
|
|
#define SHOTGUN_MAX_CLIP 8 |
|
|
|
#define SHOTGUN_MAX_CLIP 6 |
|
|
|
#define CROSSBOW_MAX_CLIP 5 |
|
|
|
#define CROSSBOW_MAX_CLIP 5 |
|
|
|
#define RPG_MAX_CLIP 1 |
|
|
|
#define RPG_MAX_CLIP 1 |
|
|
|
#define GAUSS_MAX_CLIP WEAPON_NOCLIP |
|
|
|
#define GAUSS_MAX_CLIP WEAPON_NOCLIP |
|
|
@ -137,21 +137,21 @@ public: |
|
|
|
#define SNARK_MAX_CLIP WEAPON_NOCLIP |
|
|
|
#define SNARK_MAX_CLIP WEAPON_NOCLIP |
|
|
|
|
|
|
|
|
|
|
|
// the default amount of ammo that comes with each gun when it spawns
|
|
|
|
// the default amount of ammo that comes with each gun when it spawns
|
|
|
|
#define GLOCK_DEFAULT_GIVE 17 |
|
|
|
#define GLOCK_DEFAULT_GIVE 15 |
|
|
|
#define PYTHON_DEFAULT_GIVE 6 |
|
|
|
#define PYTHON_DEFAULT_GIVE 6 |
|
|
|
#define MP5_DEFAULT_GIVE 25 |
|
|
|
#define MP5_DEFAULT_GIVE 30 |
|
|
|
#define MP5_DEFAULT_AMMO 25 |
|
|
|
#define MP5_DEFAULT_AMMO 30 |
|
|
|
#define MP5_M203_DEFAULT_GIVE 0 |
|
|
|
#define MP5_M203_DEFAULT_GIVE 0 |
|
|
|
#define SHOTGUN_DEFAULT_GIVE 12 |
|
|
|
#define SHOTGUN_DEFAULT_GIVE 6 |
|
|
|
#define CROSSBOW_DEFAULT_GIVE 5 |
|
|
|
#define CROSSBOW_DEFAULT_GIVE 5 |
|
|
|
#define RPG_DEFAULT_GIVE 1 |
|
|
|
#define RPG_DEFAULT_GIVE 1 |
|
|
|
#define GAUSS_DEFAULT_GIVE 20 |
|
|
|
#define GAUSS_DEFAULT_GIVE 20 |
|
|
|
#define EGON_DEFAULT_GIVE 20 |
|
|
|
#define EGON_DEFAULT_GIVE 20 |
|
|
|
#define HANDGRENADE_DEFAULT_GIVE 5 |
|
|
|
#define HANDGRENADE_DEFAULT_GIVE 1 |
|
|
|
#define SATCHEL_DEFAULT_GIVE 1 |
|
|
|
#define SATCHEL_DEFAULT_GIVE 1 |
|
|
|
#define TRIPMINE_DEFAULT_GIVE 1 |
|
|
|
#define TRIPMINE_DEFAULT_GIVE 1 |
|
|
|
#define SNARK_DEFAULT_GIVE 5 |
|
|
|
#define SNARK_DEFAULT_GIVE 5 |
|
|
|
#define HIVEHAND_DEFAULT_GIVE 8 |
|
|
|
#define HIVEHAND_DEFAULT_GIVE 10 |
|
|
|
|
|
|
|
|
|
|
|
// The amount of ammo given to a player by an ammo item.
|
|
|
|
// The amount of ammo given to a player by an ammo item.
|
|
|
|
#define AMMO_URANIUMBOX_GIVE 20 |
|
|
|
#define AMMO_URANIUMBOX_GIVE 20 |
|
|
@ -160,7 +160,7 @@ public: |
|
|
|
#define AMMO_MP5CLIP_GIVE MP5_MAX_CLIP |
|
|
|
#define AMMO_MP5CLIP_GIVE MP5_MAX_CLIP |
|
|
|
#define AMMO_CHAINBOX_GIVE 200 |
|
|
|
#define AMMO_CHAINBOX_GIVE 200 |
|
|
|
#define AMMO_M203BOX_GIVE 2 |
|
|
|
#define AMMO_M203BOX_GIVE 2 |
|
|
|
#define AMMO_BUCKSHOTBOX_GIVE 12 |
|
|
|
#define AMMO_BUCKSHOTBOX_GIVE 6 |
|
|
|
#define AMMO_CROSSBOWCLIP_GIVE CROSSBOW_MAX_CLIP |
|
|
|
#define AMMO_CROSSBOWCLIP_GIVE CROSSBOW_MAX_CLIP |
|
|
|
#define AMMO_RPGCLIP_GIVE RPG_MAX_CLIP |
|
|
|
#define AMMO_RPGCLIP_GIVE RPG_MAX_CLIP |
|
|
|
#define AMMO_URANIUMBOX_GIVE 20 |
|
|
|
#define AMMO_URANIUMBOX_GIVE 20 |
|
|
|