native
player_menu_info
Syntax
native player_menu_info(id, &menu, &newmenu, &menupage=0);
Description
Returns information about a menu (if any) the client is currently viewing.
If newmenu is valid, then the menu will refer to the menuid associated with
the title. If newmenu is not valid, and the menu is valid, then the player
is viewing a menu displayed with show_menu().
Both may be invalid if the player is not viewing a menu.
Parameters
| id | Client index. |
|---|---|
| menu | Variable to store old menu id. If none, then <1 will be stored. |
| newmenu | Variable to store new menu id. If none, then -1 will be stored. |
| menupage | Variable to store current page of the new menu, if any. |
Return
1 if the player is viewing a menu, 0 otherwise.
Error
Invalid client.