why isnt the exit button showing when i set
Code:
menu_setprop(nkmenu, MPROP_PERPAGE, 0)
(i have 8 items in the menu)
edit:
i found this:
http://forums.alliedmods.net/showthread.php?t=46364
Quote:
One can remove the Next, Back, and Exit buttons to show up to 10 items by using:
Code:
menu_setprop(menu, MPROP_PERPAGE, 0);
|
so i have to create my own exit button if i want it?