DisplayMenuAtItem
Displays a menu to a client, starting from the given item.
native bool DisplayMenuAtItem(Handle menu, int client, int first_item, int time)Parameters
int first_item
First item to begin drawing from.
int time
Maximum time to leave menu on the screen.
Return Value
bool True on success, false on failure.Error
Invalid Handle or client not in game.