Thank you, it's working now
But, i'm having another issue: I can't change the weapon order! Could you please check out the file and tell me if there's anything I'm missing?
// ============================================================================
// >> WEAPON ORDER FILE
// ============================================================================
// Notes:
// * The file must be located under "cfg/gungame5/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 "reverse_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
// ============================================================================
// Options:
// #default = Order will go Top -> Bottom.
// #reversed = Order will go Bottom -> Top.
// #random = Order will be randomly shuffled.
// Note:
// #reversed and #random sort types will move hegrenade and knife levels
// to the end of the order.
// Default Value: "#default"
// The order in which the weapons and levels will be sorted.
gg_weapon_order_sort_type "#reversed"
//
Am I doing something wrong?