Quote:
Originally Posted by Dark Style
|
What does that have to do with anything lol?
@OP - I suggest using show_menu function to make a menu disappear at a point of code you want. The command is:
PHP Code:
show_menu(id, 0, "^n", 1);
If you want it to be to everybody, id = 0.
NOTE: show_menu will close any menu the player is viewing at that moment, you can use menu_destroy to "free" the information within the menu also if you dont use it after anymore.
__________________