Posts: 4
Threads: 2
Joined: Aug 28, 2005
Is there a way to turn votemap off? I tried setting DF_feature_mapvote 0 in the sourceop.cfg file, but did not turn off.
I am also running Mani and to have two voting systems working off the same say command is confusing.
Devs: Would be a good idea not to use the same say commands that are used by the two well-known/used Admin Systems: Mani and Beetlefart's.
Posts: 697
Threads: 30
Joined: Dec 11, 2004
I've never even heard of beetlefart's and sourceop was never ment to run along with Mani.
Posts: 4
Threads: 2
Joined: Aug 28, 2005
Naquadria Wrote:I've never even heard of beetlefart's and sourceop was never ment to run along with Mani.
http://qoda.net/cssource/minimumadmin/doc/
Can votemap be turned off or not?
Posts: 3
Threads: 0
Joined: Feb 04, 2006
I am also having this problem, I set DF_feature_mapvote to 0 yet it does not turn off the vote from Source OP. I want to keep Source OP for credits and stuff yet make voting system to run off Mani Plugin...
In console I check to see if DF_feature_mapvote is 0 and it is, so something's not right with it, it isn't turning off Source OP's voting system. Any suggestions on what I should do?
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
This may be an actual problem, however, I will not be able to check or fix it until Sunday evening.
Posts: 75
Threads: 11
Joined: Nov 27, 2005
"disabled" sourceop mapvote
DF_feature_mapvote 0
DF_vote_freq 599940
DF_vote_ratio 100
sourceop doesn't interfere with mani vote system with this setting
Posts: 3
Threads: 0
Joined: Feb 04, 2006
khjb007 Wrote:"disabled" sourceop mapvote
DF_feature_mapvote 0
DF_vote_freq 599940
DF_vote_ratio 100
sourceop doesn't interfere with mani vote system with this setting
Thank you. I appreciate your help. That setup works great!
Posts: 75
Threads: 11
Joined: Nov 27, 2005
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
All the logic in the code seems to check out. So I'll have to investigate later.
Keep in mind that admins are always allowed to start a map vote regardless of whether or not it's disabled. If this is your issue, let me know so I can stop looking for problems. If this is your problem, you can fix it by adding to the user:
denyAdminCmd = mapvoteadmin
If this isn't your issue another workaround is to edit the Default user ("Default

efault") in DF_admins.txt file and add:
denyCmd = mapvote
Posts: 3
Threads: 0
Joined: Feb 04, 2006
Yea, the problem was was that I was an admin and mapvote still worked.. I see what was happening. I've added those lines in DF_admins.txt file. Now it should work as I wanted. Thank you for your help.