(adsbygoogle = window.adsbygoogle || []).push({});
How To Create Different Menu's.
this will just show you how you can switch you're button layout to use diffrent menu's.
i found this from my call of duty 4 experience of bypass from an error but i also found out it works for mw2.
so, you see when you've created you mod menu and you adding you binds e.g.
bind [COLOR="Red"]d[/COLOR]pad_up
do you see the
d ?
this means defualt button layout, so if i put gpad_up this will activate another button layout, so now if i had my mod menu i would put dpad on one type and gpad binds on the other, this will allow you to change diffrent menu's from changing your button layout. i would change this by replacing the
d with a
G and that would change the layout.
there is more button layouts but i havn't found them all yet. i'm still looking and i will update the thread later, but here's an example of what i mean. just a simple bind
menu #1-
bind dpad_up "toggle jump_height 999 0"
menu #2-
bind gpad_up "toggle g_speed 999 0"
these codes were just an example, but you could put..
"bind dpad_up vstr 1"
or
"bind gpad_up vstr 2"
it's a simple tutorial, it's easy and i hope it helps =D :love:
[/FONT]