Hello there,
How am i able to make the buttons able to press only when the bool has set true for example
if the bool is set false you cant press the button, if its true you can. I tryed this:
PHP Code:
new szText[555 char]
formatex(szText, charsmax(szText), "\rtest")
new menu = menu_create(szText, "Menuhandler")
formatex(szText, charsmax(szText), "Secret Phrase \d#1")
menu_additem(menu, szText, "1", HasAchievement[id])
Edit: im trying to edit the pacces, that you only can acces the button if the bool is set true, else not
__________________