Stratos4Kamikaze
(xfire: Stratos4Adict)
Posts: 34
06:09 AM 21/12/2009 |
I think Falcar said it is possible, so it is like zom_db? where you put openscriptmenu_z_bind"_"key"_"fire mode name" or how is the comand?.
|
LaZzy
(xfire: LaZerAus)
OBSmin (S Rank)
Posts: 225
07:54 AM 21/12/2009 |
Yeah, theres a small tutorial he made in the Help menu just so you know.
/bind "key" openscriptmenu binding "firemodenumber"
|
Stratos4Kamikaze
(xfire: Stratos4Adict)
Posts: 34
12:18 AM 22/12/2009 |
Thank you i didn't check the last Help Menu.
|
Yeastwood
Posts: 12
10:13 AM 23/01/2010 |
<<Yeah, theres a small tutorial he made in the Help menu just so you know.
/bind "key" openscriptmenu binding "firemodenumber">>
I have absolutely no clue how this works. I saw the tutorial in EAS help menu, but cannot make heads or tails of it. Like, what "firemodenumber" represents what? For example, how would you bind "4" to the "pull" function? Can you only use the Home, End, Insert, etc. Number Pad keys?
|
LaZzy
(xfire: LaZerAus)
OBSmin (S Rank)
Posts: 225
11:30 AM 23/01/2010 |
In-game, If you hit "b4" it shows you all the Fire-mode's listed with numbers beside them.
/bind "kp_home" openscriptmenu binding "1"
Whenever I press the home key, it should be binded to the Fire mode number of my choice. As for binding just the numpad, not too sure about that one.
Hope that helps.
|
Snakelet
(xfire: snakelet)
OBS Dev
Posts: 1330
01:11 PM 23/01/2010 |
Yeah, I use numpad.
Numpad codes are:
kp_home kp_uparrow kp_pgup kp_leftarrow kp_5 kp_rightarrow kp_end kp_downarrow kp_pgdn kp_INS kp_DEL kp_enter
kp_PLUS kp_MINUS
|