Menu.DisplayAt Method

Displays a menu to a client, starting from the given item.

bool DisplayAt(int client, int first_item, int time)

Parameters

int client

Client index.

int first_item

First item to begin drawing from.

int time

Maximum time to leave menu on the screen.

Return Value

True on success, false on failure.

Errors

Client not in game.