Originally posted by ADDIDASMAN12
I tried that. But i cant seem to find a small simple one.
mess around with some dvars. I can make a simple one here.
bind button_a vstr a;
vstr a cg_drawFPS 1 0;
More advanced menus will use more bindings.
bind button_ vstr a; vstr b; vstr c;
vstr a "cg_drawFPS 1 0"; vstr b "party_hostmigration 0 1"; vstr c "player_melee_Range 999"
Hope this helps.