how to choose a smg or mg or other weapons with binding them
Posted: Wed Oct 03, 2007 4:15 pm
MoHAA Mapping
http://map.moh-central.net/forum/
i do not believe this can be done from what i have read up on but the binding of weapons can be changed easily enough.(i'm talking about when you choose a team like allies and i want to automatically choose a weapon to play with)
Code: Select all
bind 1 "useweaponclass pistol"
bind 2 "useweaponclass rifle"
bind 3 "useweaponclass smg"
bind 4 "useweaponclass mg"
bind 5 "useweaponclass grenade"
bind 6 "useweaponclass heavy"
bind 7 "toggleitem"
//bind 8 "useweaponclass item2"
//bind 9 "useweaponclass item3"
//bind 0 "useweaponclass item4"
make a new autoexec.cfg file using notepad and add it to you own .pk3 filein pak1.pk3 there is a file called autoexec.cfg where this script is found
Code: Select all
bind 1 "useweaponclass pistol"
bind 4 "useweaponclass rifle"
bind 2 "useweaponclass smg"
bind 3 "useweaponclass mg"
bind g "useweaponclass grenade"
bind n "useweaponclass heavy"