Articles on: ARMA 3

Disable mission voting

This article will guide you through disabling the mission voting function.

- Login to your game server's control panel.
- Open your default.cfg config file in the config files area.

By default your server will have the following set:

//     VOTING     //
voteMissionPlayers = 1;                      // Tells the server how many people must connect so that it displays the mission selection screen.
voteThreshold = 0.33;                        // 33% or more players need to vote for something, for example an admin or a new map, to become effective
//voteMissionPlayers = 0;


You will want to replace this code with the code below.

//     VOTING     //
allowedVoteCmds[] = {}; // voting is disabled (not a single command is allowed)


- Then save the config.

Mission voting is now disabled. No commands will be allowed.

Updated on: 24/08/2021

Was this article helpful?

Share your feedback

Cancel

Thank you!