Broadcasts a menu to a list of clients. The most selected item will be returned through MenuAction_End. On a tie, a random item will be returned from a list of the tied items.
Note that MenuAction_VoteEnd and MenuAction_VoteStart are both default callbacks and do not need to be enabled.
bool VoteMenu(Handle menu, int[] clients, int numClients, int time, int flags)
Menu Handle.
Array of clients to broadcast to.
Number of clients in the array.
Maximum time to leave menu on the screen.
Optional voting flags.
True on success, false if this menu already has a vote session in progress.
Invalid Handle, or a vote is already in progress.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.