// Zombie Riot CS:GO Weapon Cooldown Configuration
// Here you can setup a weapon cooldown for all the guns.
//
// Add weapon classname at a new line. (Ignore 'weapon_' prefix).
// Then add max. amount of shots between cooldown. Value 1 will create cooldown after every shot, 2 - after 2 shots, etc.
// Then add actual cooldown value (in seconds). Value can not be less than 0.0!
// Example: ak47;1;1.0 will set 1 second cooldown for an ak47 after every single shot. Symbol ; is case sensitive in configuring!
// Weaponlist https://developer.valvesoftware.com/wiki/List_of_Counter-Strike:_Global_Offensive_Entities

// negev;10;0.5
// m249;15;0.5