menu_cancel
Syntax
native menu_cancel(player);
Usage
| Parameter | Description |
|---|---|
| player | Client index. |
Description
Cancels a player's menu, effectively forcing the player to select MENU_EXIT. The menu will still exist on their screen but any results are invalidated, and the callback is invoked.
Return
This function has no return value.
Error
Invalid client index.