Jump to content
Sign in to follow this  
cael817

Disable voting in 1.40

Recommended Posts

I noticed in the rpt logs (with 1.40) that when i had set "voteThreshold" to 1.1 it says it reverts to 0.5

What is the right way to disable all forms of voting right now or at least make it impossible for a vote to pass.

Thanks

---------- Post added at 14:21 ---------- Previous post was at 12:44 ----------

So,

will

voteMissionPlayers = 9999;
voteThreshold = 1;
allowedVoteCmds[] = {};
allowedVotedAdminCmds[] = {};

Suffice?

Share this post


Link to post
Share on other sites

Thanks,

And this seemed to work

voteMissionPlayers = 9999;
voteThreshold = 1;
allowedVoteCmds[] = {};
allowedVotedAdminCmds[] = {};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×