PDA

View Full Version : I have a problem with "show/hide" menu.



foad-torfi
10-25-2010, 05:12 PM
I have a problem with "show/hide" menu.
How can I switch game display by clicking on ESC botton to open "show/hide" menu ?
Please help me or suggest me some useful source.
Thank you
http://4img.ir/images/tqiwi3j572lr6al8xg9c.jpg

Matt Doyle
10-25-2010, 05:41 PM
I would say your best bet is to bind a key in DefaultInput.ini to an exec function in your script. Have a look at how we implemented the Pause menu in UTGFxHudWrapper.uc.

The functions to look at are: ShowMenu() & TogglePauseMenu()