"GunGame.Weapon"
{
"WeaponOrder"
{
/**
* Weapon Choices:
* There are a total of 32 levels by default. (To change this value you can edit the gungame.inc
* to change the maximum allowed level of the game by changing the define MAX_LEVEL)
*
* There are a total of 25 usable killing weapons for GunGame.
* By default weapon order only 23 levels and uses 23 out of 25 of the usable killing weapons.
*
* WARNING:
* DO NOT SKIP LEVELS in any config for WeaponOrder.
* ie .. Only have level 1 to 3 and skip 4 and use 5 to level 23.
* DO NOT SKIP LEVELS
*
* HandGuns:
* glock, usp, p228, deagle, fiveseven, elite
*
* Shotguns:
* m3, xm1014
*
* Sub Machine Guns:
* tmp, mac10, mp5navy, ump45, p90
*
* Rifles:
* galil, famas, ak47, scout, m4a1, sg552,
* aug, m249, awp
*
* Automatic Rifles:
* sg552, g3sg1
*
* Machine Gun:
* m249
*
* Other:
* knife, hegrenade
*/
"1" "glock"
"2" "usp"
"3" "p228"
"4" "deagle"
"5" "fiveseven"
"6" "elite"
"7" "m3"
"8" "xm1014"
"9" "tmp"
"10" "mac10"
"11" "mp5navy"
"12" "ump45"
"13" "p90"
"14" "galil"
"15" "famas"
"16" "ak47"
"17" "scout"
"18" "m4a1"
"19" "g3sg1"
"20" "sg552"
"21" "sg550"
"22" "aug"
"23" "awp"
"24" "m249"
"25" "hegrenade"
"26" "knife"
/* This will take the weapons in the WeaponOrder and randomize all the weapons order.*/
"RandomWeaponOrder" "0"
}
"MultipleKillsPerLevel"
{
"1" "3"
"2" "3"
"3" "3"
"4" "3"
"5" "3"
"6" "3"
"7" "3"
"8" "3"
"9" "3"
"10" "3"
"11" "3"
"12" "3"
"13" "3"
"14" "3"
"15" "3"
"16" "3"
"17" "3"
"18" "3"
"19" "3"
"20" "3"
"21" "3"
"22" "3"
"23" "3"
"24" "3"
"25" "1"
"26" "1"
}
}