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?
Q4 Voteflags broken?
-
- Posts: 899
- Joined: Tue Jan 25, 2005 4:43 pm
Re: Q4 Voteflags broken?
Doesn't 15 disable the following?GODLIKE wrote: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.
//1 (bit 0) restart now
//2 (bit 1) time limit
//4 (bit 2) frag limit
//8 (bit 3) game type
1+2+4+8=15 right?
But I know what your talking about I've seen quite abit on this in browsing
other forums for info on server settings.
