by TempletonPeck » Thu Mar 25, 2010 3:29 pm
gg_default_addons.cfg
//=========================================================
// HANDICAP
//=========================================================
// Handicap helps newly connected players by adjusting their level.
//
// Options: 0 = Disabled
// 1 = Set player to the lowest level player other than themself.
// (Catch them up if they are behind.)
// 2 = Set player to median level.
// 3 = Set player to average level.
gg_handicap 3
//=========================================================
// HANDICAP UPDATE
//=========================================================
// Set this to the number of seconds between handicap checking for players
// who are below the handicap and increasing their level.
//
// Note: If disabled, players are only updated when they join the server.
// Note: It is recommended you do not update any faster than every 120 seconds.
//
// Options: 0 = Check on connect
// 120 = Check every 2 minutes
gg_handicap_update 0