RedrawClientVoteMenu
Redraws the current vote menu to a client in the voting pool.
native bool RedrawClientVoteMenu(int client, bool revotes = true)
Parameters
bool revotes
True to allow revotes, false otherwise.
Return Value
bool True on success, false if the client is in the vote pool
but cannot vote again.Error
No vote in progress, int client is not in the voting pool,
or client index is invalid.