//Configs
#define WEAPON_NAME "weapon_saiga"
#define WEAPON_SLOT 2
#define WEAPON_POSITION 5
#define WEAPON_PRIMARY_AMMO "buckshot"
#define WEAPON_PRIMARY_AMMO_MAX 50
#define WEAPON_SECONDARY_AMMO ""
#define WEAPON_SECONDARY_AMMO_MAX 0
#define WEAPON_MAX_CLIP 7
#define WEAPON_DEFAULT_AMMO 50
#define WEAPON_FLAGS 0
#define WEAPON_WEIGHT 20
#define WEAPON_DAMAGE 25.0
#define WEAPON_RATE_OF_FIRE 0.4