Digital Paint Discussion Board

Paintball 2: The Game => Help and Support => Topic started by: abnormal on September 14, 2009, 09:23:50 AM

Title: Please help with my menu
Post by: abnormal on September 14, 2009, 09: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
Title: Re: Please help with my menu
Post by: ic3y on September 14, 2009, 11:47:36 AM
bind "F1" "+names"
alias -names "menu pop"
alias +names "menu names"
Title: Re: Please help with my menu
Post by: abnormal on September 14, 2009, 12:34:37 PM
thanks, works now.