cael817 10 Posted March 10, 2015 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
maddogx 13 Posted March 10, 2015 See allowedVoteCmds. Share this post Link to post Share on other sites
cael817 10 Posted March 10, 2015 Thanks, And this seemed to work voteMissionPlayers = 9999; voteThreshold = 1; allowedVoteCmds[] = {}; allowedVotedAdminCmds[] = {}; Share this post Link to post Share on other sites