09.12.2011, 10:12
Does anyone know if someone has compiled a list of how much damage each gun does per hit?
#define WEAPON_DAMAGE_DEAGLE 46 #define WEAPON_DAMAGE_SHOTGUN 3 #define WEAPON_DAMAGE_SPAS12 3 #define WEAPON_DAMAGE_MP5 8 #define WEAPON_DAMAGE_M4 10 #define WEAPON_DAMAGE_AK47 10 #define WEAPON_DAMAGE_SNIPER 41 #define WEAPON_DAMAGE_RIFLE 25
I have from most common weapons
Код:
#define WEAPON_DAMAGE_DEAGLE 46 #define WEAPON_DAMAGE_SHOTGUN 3 #define WEAPON_DAMAGE_SPAS12 3 #define WEAPON_DAMAGE_MP5 8 #define WEAPON_DAMAGE_M4 10 #define WEAPON_DAMAGE_AK47 10 #define WEAPON_DAMAGE_SNIPER 41 #define WEAPON_DAMAGE_RIFLE 25 |