well, i want to "hide" and "desactivate" the exit menu option...
here is the code
Code:
public menuletras(id)
{
new menu = menu_create("\yQuieres que las balas te empujen?", "mostrar_menu")
menu_additem(menu, "\wSi", "1", 0)
menu_additem(menu, "\wNo \y(Esta opcion cuesta 10 Ammo Packs)", "2", 0)
//Set a property on the menu
menu_setprop(menu, MPROP_EXIT, MEXIT_ALL)
menu_display(id, menu, 0)
}
but it is not hiding the exit option T_T
what is bad?xd