Page 1 of 1

Q4 Voteflags broken?

Posted: Fri Nov 11, 2005 8:28 am
by GODLIKE
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?

Posted: Fri Nov 11, 2005 10:51 am
by PuPPeT
same here.i have the same problem.

Re: Q4 Voteflags broken?

Posted: Fri Nov 11, 2005 11:26 pm
by PieceMaker
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.
Doesn't 15 disable the following?
//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. :(

Posted: Sat Nov 12, 2005 2:21 am
by Hex
agreed. My testing indicates that si_allowvoting 1 or 0 works, but the g_voteflags doesn't seem to do anything...everything is always votable.