hi have just installed gg5 all working but i cannot change the weapon order.
have changed it in the cfg but it still runs the defult
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// WEAPON SETTINGS
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//=========================================================
// 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 reverse_weapon_order
//=========================================================
// RANDOM WEAPON ORDER FILE
//=========================================================
// This variable controls whether a random weapon order will be chosen at the
// of each map.
//
// Options: 0 = Off, use gg_weapon_order for a static weapon order.
// 1 = On, get a new weapon order each map change.
//
// Default Value: 0
gg_weapon_order_random 0
//=========================================================
// WEAPON ORDER
//=========================================================
// This variable controls which order type in which the weapon order will be parsed.
//
// Options: #default = Order will go Top -> Bottom.
// #reversed = Order will go Bottom -> Top.
// #random = Order will be shuffled.
//
// Default Value: #default
gg_weapon_order_type #reversed
thats what i have changed
thanks in advance