Page 1 of 1

Quick Question

PostPosted: Tue Jun 19, 2012 9:13 pm
by SaintZ
How would I make it so that you have to kill 2 people in order to advance to the next gun?

PostPosted: Tue Jun 19, 2012 9:54 pm
by Nightmare-DK
If i remember right, you just type
glock 2
usp 2
p228 2
deagle 2
fiveseve 2
and so on in weapon order file

PostPosted: Wed Jun 20, 2012 1:16 am
by satoon101
To change "all" weapons to 2 multikills, look for the following in your ../cfg/gungame51/gg_en_config.cfg:
// ============================================================================
// >> MULTIKILL OVERRIDE
// ============================================================================
// Notes:
//    * Keep this variable set to 0 unless you want to override the values you
//       have set in your weapon order file.
//    * This will not override hegrenade and knife, these are always 1.
// Default Value: 0

// The amount of kills a player needs to level up per weapon.
   gg_multikill_override 0

If you want different multikill values for different weapons, do what Nightmare-DK posted and set them individually in the weapon order file you use.

Satoon