(adsbygoogle = window.adsbygoogle || []).push({});
Hey guys Duddy here with a thing/code for saving space. This will make binds smaller and whatnot so you don't have to set bind blahblah every single time. Before we get started I got this form DarknessxGXx in his HUGE menus so credit goes to him. Im just posting this because I haven't seen it lately so that I would bring it up-to-date.
Let say in your menu you have
bind dpad_up "vstr 1"
set 1 "say ^1God;bind button_x god;bind dpad_down vstr 2"
Everytime you make a new string you set a bind well in the first bind (bind dpad_up "vstr 1") just add "vstr 1;bind button_x vstr X;bind dpad_down vstr D" or what ever your bind is and it will make it so every new string you can set it as...
bind dpad_up "vstr 1;bind button_x vstr X;bind dpad_down vstr D"
set 1 "say ^1God;set X god;set D vstr 2"
This makes it so you don't have to keep putting bind button/dpad so it will save space.
Some of you may know this already but I just thought it would help so don't flame please im just trying to help.