// Weapon settings
#define WEAPON_NAME "weapon_knife"
#define WEAPON_SLOT 1
#define WEAPON_POSITION 3 // NULL
#define WEAPON_PRIMARY_AMMO ""
#define WEAPON_PRIMARY_AMMO_MAX -1
#define WEAPON_SECONDARY_AMMO "" // NULL
#define WEAPON_SECONDARY_AMMO_MAX -1
#define WEAPON_MAX_CLIP -1
#define WEAPON_DEFAULT_AMMO -1
#define WEAPON_FLAGS 0
#define WEAPON_WEIGHT 0
#define WEAPON_DAMAGE 10.0
#define WEAPON_DAMAGE_STAB 40.0
#define WEAPON_DAMAGE_BACK 1000.0