Freezetag Server Callvoting Problems

O

old.godmode

Guest
Hello,

I'm making my own freezetagserver, only callvoting does not seem to be working properly. So far I haven't found any indication of what caused the problem.
So I hope there's some admin who has had experience with creating a freezetag server and encountered similar problems.

It seems to me that the mod is creating this problem, not to sure though...

The current setup for voting is:
---
seta g_allowVote "1"
seta votelimit "7"
---
With:

//map_restart 1
//nextmap 2
//map 4
//g_gametype 8
//kick 16
//clientkick 32
//g_doWarmup 64
//timelimit 128
//fraglimit 256
//g_grapple 512

that should give the possibility of map_restart, nextmap and map as vote options.
However the options it gives the player are the following:

g_gametype, kick, clientkick, g_dowarmup, timelimit, fraglimit, g_grapple.

The last one I can understand, but the others..... the problem is that you can vote for these options, but not for the requested ones (map etc.)

Any help would be greatly appreciated.
 
L

ln-jinx

Guest
hehe well you could have come up with the answer yaself; you have all the voting options now but the ones you actually want, thus meaning the "mask" works the other way around :) Instead of votelimit 7 you should make it votelimit (8+16+32+64 etc etc you calculate it :p). You "mask out" the voting options you _don't_ want.
 
O

old.godmode

Guest
arg,

could I have misinterpreted it so badly? boohoo! *blush*

Thanks.
 
L

ln-jinx

Guest
Originally posted by godmode
arg,

could I have misinterpreted it so badly? boohoo! *blush*

Thanks.

You're not the only one who made that "mistake" :)
 
O

old.Doolittle

Guest
Sorry for confusion!

My only thinking was this: for people that just do g_allowVote 1
Then that should mean that everything can be voted on (like a normal Q3 server) but if you took the extra time you could pick which ones to "limit".., er, not have as a vote option.

Doolittle
:eek:
 

Users who are viewing this thread

Similar threads

P
Replies
38
Views
3K
D
I
Replies
18
Views
2K
Lashknife
L
L
Replies
1
Views
700
D
B
Replies
12
Views
2K
ln-jinx
L
Y
Replies
7
Views
1K
Yakumo
Y
Top Bottom