Q4 Voteflags broken?
Posted: Fri Nov 11, 2005 8:28 am
Server Admins:
I can't seem to make voteflags behave, is anybody doing this successfully?
My settings:
seta si_allowVoting "1" //enable or disable server option voting
seta g_voteFlags "15" //mask of votes not allowed on this server:
//1 (bit 0) restart now
//2 (bit 1) time limit
//4 (bit 2) frag limit
//8 (bit 3) game type
//16 (bit 4) kick player
//32 (bit 5) change map
//64 (bit 6) spectators
//128 (bit 7) next map
The above config, for example, should disable the player's options to change the game type, or the frag limit. What actually happens, though, is that once "si_allowvoting" is set to "1", then the players can always call a vote on anything, regardless of the bitmask setting.
Am I missing something? Has anybody made this work?
I can't seem to make voteflags behave, is anybody doing this successfully?
My settings:
seta si_allowVoting "1" //enable or disable server option voting
seta g_voteFlags "15" //mask of votes not allowed on this server:
//1 (bit 0) restart now
//2 (bit 1) time limit
//4 (bit 2) frag limit
//8 (bit 3) game type
//16 (bit 4) kick player
//32 (bit 5) change map
//64 (bit 6) spectators
//128 (bit 7) next map
The above config, for example, should disable the player's options to change the game type, or the frag limit. What actually happens, though, is that once "si_allowvoting" is set to "1", then the players can always call a vote on anything, regardless of the bitmask setting.
Am I missing something? Has anybody made this work?