I haven't gotten around to adding that information to the Wiki as of yet. Basically, you want to either make a new file in your server's
../cfg/gungame51/weapon_orders/ folder, or edit one of the one's currently in that folder. Then, set the value of
gg_weapon_order_file to the name of that file (minus the .txt part) in your
../cfg/gungame51/gg_en_config.cfg file:
// ============================================================================
// >> WEAPON ORDER FILE
// ============================================================================
// Notes:
// * The file must be located under "cfg/gungame51/weapon_orders/".
// * Changing this variable in-game will result in arestart.
// * 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"
Satoon