Page 1 of 1

gungame question

PostPosted: Mon Aug 31, 2009 1:57 am
by rdsxfn0713
I was wondering about something... how do i get the random gun order in my gungame. right now, it starts on pistols and progresses.

PostPosted: Tue Sep 01, 2009 4:00 am
by Xp3r7
/cfg/gungame5/gg_en_config.cfg

//=========================================================
// 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 #default

Set it to gg_weapon_order_type #random