Originally posted by DECKIE123
Ok this took me a while to understand but heres a simple code you can use
//This Is The Menu Functions Configure To Your Best Load Out...
bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee"
bind BUTTON_LSTICK "+breath_sprint"
set gpad_button_rstick_deflect_max 1
set gpad_button_lstick_deflect_max 1
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "+actionslot 1"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_START "togglemenu"
bind DPAD_LEFT "vstr MENU"
//Here Is Where You Will Add Your Function Names...
set MENU "set Cg_hudchatposition 900 800;bind BUTTON_B vstr EXIT; vstr MAIN_OPT1"
set MAIN_TITLE "say ^2==== ^4MENU ====^2"
set EXIT "bind DPAD_UP +actionslot 1;bind DPAD_DOWN +actionslot 2;bind BUTTON_B +stance;set Cg_hudchatposition 900 800"
set MAIN_OPT1 "vstr MAIN_TITLE;say ^4-- ^2function name^4--;bind BUTTON_A vstr MAIN_OPT1_RUN; bind DPAD_UP vstr MAIN_OPT5; bind DPAD_DOWN vstr MAIN_OPT2;"
set MAIN_OPT2 "vstr MAIN_TITLE;say ^4-- ^2function name^4--;bind BUTTON_A vstr MAIN_OPT2_RUN; bind DPAD_UP vstr MAIN_OPT1; bind DPAD_DOWN vstr MAIN_OPT3;"
set MAIN_OPT3 "vstr MAIN_TITLE;say ^4-- ^2function name^4--;bind BUTTON_A vstr MAIN_OPT3_RUN; bind DPAD_UP vstr MAIN_OPT2; bind DPAD_DOWN vstr MAIN_OPT4;"
set MAIN_OPT4 "vstr MAIN_TITLE;say ^4-- ^2function name^4--;bind BUTTON_A vstr MAIN_OPT4_RUN; bind DPAD_UP vstr MAIN_OPT3; bind DPAD_DOWN vstr MAIN_OPT5;"
set MAIN_OPT5 "vstr MAIN_TITLE;say ^4-- ^1CLOSE MENU^4--;bind BUTTON_A vstr MAIN_OPT5_RUN; bind DPAD_UP vstr MAIN_OPT4; bind DPAD_DOWN vstr MAIN_OPT1;"
//My Basic Functions Just Some Dvars...
set MAIN_OPT1_RUN "your function"
set MAIN_OPT2_RUN "your function"
set MAIN_OPT3_RUN "your function"
set MAIN_OPT4_RUN "your function"
set MAIN_OPT5_RUN ""
In order to get your functions to work you will have to put it in a format such as set clanname or set"whatever here i like using dvars"
any codes used from the previous patches will not work most of them are patched. So basically the only codes that really work for sure are some infections and dvars
Having Trouble? Feel free to PM me or post a comment here
CREDITS
PCFREAK30 for the best Generator ever :p
AND ME