Author Topic: Please help with my menu  (Read 1046 times)

abnormal

  • Autococker
  • Posts: 649
Please help with my menu
« on: September 14, 2009, 07:23:50 AM »
Hi,
I made a menu with names selection, that I don't have to go to "menu setup_funname" or bind it in "F1, F2, etc" when I forget what bind is what name..

I made a "menu names" with names I use. I binded it on "F1". I want it when I press "F1" to open that menu and when I leave holding of it to run back the game. Just like when I pres "TAB" with "+scores".

I tried to make it like this:
bind "F1" "+names"
alias +names "menu names"

but I don't know what to write in "alias -names"..

Help me please, Ab

ic3y

  • Committee Member
  • Autococker
  • Posts: 1398
Re: Please help with my menu
« Reply #1 on: September 14, 2009, 09:47:36 AM »
bind "F1" "+names"
alias -names "menu pop"
alias +names "menu names"

abnormal

  • Autococker
  • Posts: 649
Re: Please help with my menu
« Reply #2 on: September 14, 2009, 10:34:37 AM »
thanks, works now.