by tnarocks » Sat Mar 03, 2012 5:33 pm
/cstrike/cfg/gungame51/weapon_orders and in there you can change one of the orders.
/cstrike/cfg/gungame51/gg_en_config.cfg
that file you can change some of the stuff in it like this
// ============================================================================
// >> WEAPON ORDER FILE
// ============================================================================
// Notes:
// * The file must be located under "cfg/gungame51/weapon_orders/".
// * Changing this variable in-game will result in a restart.
// * If gg_weapon_order_random = 1, this will be the starting weapon order.
// Default Value: "default_weapon_order"
// The file that will be used for the weapon order.
gg_weapon_order_file "default_weapon_order"
// ============================================================================
// >> RANDOM WEAPON ORDER FILE
// ============================================================================
// Options:
// 0 = (Disabled) use gg_weapon_order for a static weapon order.
// 1 = (Enabled) get a new weapon order each map change.
// Default Value: 0
// Randomly select a new weapon order file each map.
gg_weapon_order_random 0
// ============================================================================
// >> RANDOM WEAPON ORDER EXCLUDED FILES
// ============================================================================
// Options:
// "" = (Disabled) No weapon orders are excluding when choosing a random
// weapon order with gg_weapon_order_random enabled above.
// "name1,name2" = (Enabled) Exclude these orders when choosing a random
// weapon order with gg_weapon_order_random enabled above.
// Default Value: "weapon_short,nade_bonus_order"
// Excluded orders when choosing a random order with gg_weapon_order_random.
gg_weapon_order_random_excluded "weapon_short,nade_bonus_order"
// ============================================================================
// >> WEAPON ORDER SORT TYPE
// ============================================================================
// Notes:
// * #random sort type will move hegrenade and knife levels to the end of
// the order.
// Options:
// #default = Order will go Top -> Bottom.
// #random = Order will be randomly shuffled.
// Default Value: "#default"
// The order in which the weapons and levels will be sorted.
gg_weapon_order_sort_type "#default"