Bind Keys

9

975sirkillalot

Guest
Hi. how do i bin the num keys button?????

i whant to bind like this: bind keypad 2 teamsay *37"

but something is wrong. or should the keypad be written in another way?

Please some one help me, you are my last hope...
 
C

ch_avenger

Guest
to bind key for the number pad this is what you do:

KP_END
KP_DOWNARROW
KP_PGDN
KP_LEFTARROW
KP_5
KP_RIGHTARROW
KP_HOME
KP_UPARROW
KP_PGUP

KP_ENTER
KP_INS

Not sure about the "/"

Not sure about the "*"

Not sure about the "-"

Not sure about the "+"

Not Sure about the "

_CH_Avenger
 
C

ch_avenger

Guest
Below is all you need for the voice commands. Just copy and paste it into notepad. Insert your binds in at the bottom in the Bind section A through E. You don't have to put a bind on all of them. Just use what you want. When satisfied save the file as "custom.cfg" without the quotes of course. Then drop it into your MOHAA/main folder and enjoy. DO NOT ALTER ANY OF THE ALIAS COMMANDS. THE BIND COMMANDS MUST BE TYPED EXACTLY AS THEY ARE IN THE ALIAS SECTIONS, SO DON"T ALTER ANYTHING EXCEPT THE BINDS YOU PUT IN.




//Copy/Paste here:

//custom cfg file for MOHAA

// instamsg_group_a
alias Squad_move_in "say *11"
alias Squad_fall_back "say *12"
alias Squad_attack_right_flank "say *13"
alias Squad_attack_left_flank "say *14"
alias Squad_hold_this_position "say *15"
alias Squad_covering_fire "say *16"
alias Squad_regroup "say *17"

// instamsg_group_b
alias Cover_me "say *21"
alias I'll_cover_you "say *22"
alias Follow_me "say *23"
alias You_take_point "say *24"
alias You_take_the_lead "say *25"
alias Taking_fire_need_help "say *26"
alias Charge "say *27"
alias Attack "say *28"
alias Open_fire "say *29"

// instamsg_group_c
alias Yes_sir "say *31"
alias No_sir "say *32"
alias Enemy_spotted "say *33"
alias Sniper "say *34"
alias Grenade_take_cover "say *35"
alias Area_clear "say *36"
alias Great_shot "say *37"
alias Thanks "say *38"
alias I_owe_you_one "say *39"

// instamsg_group_d
alias Is_that_all_you've_got "say *41"
alias out_of_real_men "say *42"
alias yellow_bellies "say *43"
alias They're_a_bunch_of_cowards "say *44"
alias target_practice "say *45"
alias Come_prepared_next_time "say *46"
alias Try_again "say *47"
alias French_school_girls "say *48"
alias That_made_a_mess "say *49"

// instamsg_group_e
alias He's_going_to_get_us_killed "say *51"
alias poor_leadership "say *52"
alias Good_riddance "say *53"
alias guy_get_us_all_killed "say *54"
alias Hey_buddy_get_down "say *55"
alias Stay_out_of_my_foxhole_pal "say *56"
alias Find_your_own_hiding_place "say *57"
alias Get_out_of_my_way "say *58"


//BINDINGS
// instamsg_group_a_bindings
bind Squad_move_in
bind Squad_fall_back
bind Squad_attack_right_flank
bind Squad_attack_left_flank
bind Squad_hold_this_position
bind Squad_covering_fire
bind Squad_regroup

// instamsg_group_b_bindings
bind Cover_me
bind I'll_cover_you
bind Follow_me
bind You_take_point
bind You_take_the_lead
bind Taking_fire_need_help
bind Charge
bind Attack
bind Open_fire

// instamsg_group_c_bindings
bind Yes_sir
bind No_sir
bind Enemy_spottted
bind Sniper
bind Grenade_take_cover
bind Area_clear
bind Great_shot
bind Thanks
bind I_owe_you_one

// instamsg_group_d_bindings
bind Is_that_all_you've_got
bind out_of_real_men
bind yellow_bellies
bind They're_a_bunch_of_cowards
bind target_practice
bind Come_prepared_next_time
bind Try_again
bind French_school_girls
bind That_made_a_mess

// instamsg_group_e_bindings
bind He's_going_to_get_us_killed
bind poor_leadership
bind Good_riddance
bind guy_get_us_all_killed
bind Hey_buddy_get_down
bind Stay_out_of_my_foxhole_pal
bind Find_your_own_hiding_place
bind Get_out_of_my_way

//End Copy/Paste

_CH_Avenger
 
9

975sirkillalot

Guest
Re: bing keys

Thanks mate. now you solve my problems.....
 

Users who are viewing this thread

Top Bottom