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().
native bool IsClientInVotePool(int client)
Parameters
int client
Client index.
Return Value
bool True if client is allowed to vote, false otherwise.
Error
If no vote is in progress or client index is invalid.