RedrawClientVoteMenu

Last Updated2014-12-13
Created At2008-05-17

Redraws the current vote menu to a client in the voting pool.

native bool RedrawClientVoteMenu(int client, bool revotes = true)

Parameters

int client
Client index.
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.