IsClientInVotePool Function

Returns whether a client is in the pool of clients allowed to participate in the current vote. This is determined by the client list passed to VoteMenu().

bool IsClientInVotePool(int client)

Parameters

int client

Client index.

Return Value

True if client is allowed to vote, false otherwise.

Errors

If no vote is in progress or client index is invalid.