DestroyMenu

From SA-MP Wiki

Jump to: navigation, search


Destroys the specified menu.


Parameters:
(menuid)
menuidThe menu ID to destroy


ReturnsTrue if the destroying was successful, otherwise false


new Menu:examplemenu;
examplemenu = CreateMenu("Your Menu", 2, 200.0, 100.0, 150.0, 150.0);
 
// ...
DestroyMenu(examplemenu);


Related Functions

The following functions may be useful, as they are related to this function in one way or another.


Related Callbacks

The following callbacks might be useful, as they're related to this function in one way or another.

Personal tools
In other languages