Originally posted by .NINK.
The functions I posted are for a centered menu, like in the video. You need to change "gameMsgWindow1" (center) to "gameMsgWindow0" (side). Even then, it may or may not work on the side...
And FYI, you have to remove those dvars from anywhere else in the script.
set 12menulines "^0;^0;^0;^0;^0,^0;^0;^0;^0;^0;^0;^0;toggle cg_gun_x 15;vstr ShaderOn;vstr binds;vstr SpecialOpen;vstr MenuDvarsOpen"
set close "toggle cg_gun_x 0;vstr ShaderOff;bind button_rstick +melee;bind button_x +usereload; bind button_a +gostand; bind button_b +stance; bind dpad_up vstr 12menulines; bind dpad_right +actionslot 4; bind dpad_down +actionslot 2; bind dpad_left +actionslot 3;reset r_filmTweakLightTint;reset r_filmtweakenable;reset r_filmTweakInvert;vstr MenuDvarsClose;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0;wait 5;^0"
set MenuDvarsOpen "set ui_smallFont 0.5;set con_gameMsgWindow0FadeOutTime 999;set con_gameMsgWindow0MsgTime 999"
set MenuDvarsClose "set ui_smallFont 0.25;set con_gameMsgWindow0FadeOutTime 0.5;set con_gameMsgWindow0MsgTime 3"
Now i changed THIS dvar but do i have to remove all other dvars?