Q4 Voteflags broken?

Locked
GODLIKE
Posts: 387
Joined: Tue Nov 30, 1999 8:00 am

Q4 Voteflags broken?

Post 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?
PuPPeT
Posts: 18
Joined: Fri Oct 28, 2005 10:05 am

Post by PuPPeT »

same here.i have the same problem.
Quakers Don't Die.. They Respawn..
PieceMaker
Posts: 899
Joined: Tue Jan 25, 2005 4:43 pm

Re: Q4 Voteflags broken?

Post 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. :(
Hex
Posts: 190
Joined: Fri Oct 18, 2002 7:00 am

Post 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.
Locked