Location: Schwelm
Occupation: Immobilien-Verwalter / Serveradministrator
wcf.user.option.userOption53: Nein
Quoted
//=========================================================
// MULTIKILL OVERRIDE
//=========================================================
// This variable controls the amount of kills a player needs to level up.
//
// Note: Keep this variable set to 0 unless you want to override the values in
// your weapon order file.
//
// Note: This will not override hegrenade and knife, these are always 1.
gg_multikill_override 2
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
//========================================================= // MULTIKILL OVERRIDE //========================================================= // This variable controls the amount of kills a player needs to level up. // // Note: Keep this variable set to 0 unless you want to override the values in // your weapon order file. // // Note: This will not override hegrenade and knife, these are always 1. gg_multikill_override 0 |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
//========================================================= // WEAPON ORDER FILE //========================================================= // This variable controls what weapon order file will be used. // // Note: The file must be located under "cfg/gungame5/weapon_orders/". // // Note: Changing this variable in-game will result in a restart. // // Note: If gg_weapon_order_random = 1, this will be the starting weapon order. // // Default Value: default_weapon_order gg_weapon_order_file default_weapon_order |