Page 1 of 1

Friendly Fire at specified level

PostPosted: Tue Dec 02, 2008 8:25 pm
by disconnect
Has anyone had a problem with their friendly fire coming on when the players reach the level specified? I have my setting set to 1, so at nade level ff should kick in. It doesnt though...

Cheers,

PostPosted: Tue Dec 02, 2008 8:49 pm
by Warren
In revision r549 and after, to have friendly fire kick in on the next to last level, gg_friendlyfire should be 2.

From ../cfg/gungame5/gg_default_addons.cfg:
//=========================================================
// FRIENDLY FIRE
//=========================================================
// Automatically turn on friendly fire when a player reaches "x" levels
// below the last level (+1)
//
// Example: gg_friendlyfire 1
// => The above will turn on friendly fire when a player reaches the
// last level.
//
// Example: gg_friendlyfire 2
// => The above will turn on friendly fire when a player reaches one
// level before the last.
//
// Options: 0 = Disabled
// <level> = Enabled

gg_friendlyfire 2

PostPosted: Wed Dec 03, 2008 3:04 pm
by disconnect
Ah, didnt even notice that change!

Thanks scope!