SourceOP
Turn votemap off? - Printable Version

+- SourceOP (http://forums.sourceop.com)
+-- Forum: SourceOP Plugin (http://forums.sourceop.com/SourceOP-Plugin-forum)
+--- Forum: General Chat (http://forums.sourceop.com/General-Chat-forum)
+---- Forum: Bugs/Problems (http://forums.sourceop.com/Bugs-Problems-forum)
+---- Thread: Turn votemap off? (/Turn-votemap-off-thread)



Turn votemap off? - Yaaz - 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.


Turn votemap off? - Naquadria - Aug 28, 2005

I've never even heard of beetlefart's and sourceop was never ment to run along with Mani.


Turn votemap off? - Yaaz - 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?


Turn votemap off? - Maksim - 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?


Turn votemap off? - Drunken F00l - Feb 05, 2006

This may be an actual problem, however, I will not be able to check or fix it until Sunday evening.


Turn votemap off? - khjb007 - Feb 05, 2006

"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


Turn votemap off? - Maksim - Feb 05, 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!


Turn votemap off? - khjb007 - Feb 06, 2006

you are welcome :wink:


Turn votemap off? - Drunken F00l - Feb 06, 2006

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 ("DefaultBig Grinefault") in DF_admins.txt file and add:
denyCmd = mapvote


Turn votemap off? - Maksim - Feb 06, 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.