Maciccio 2 Posted September 26, 2020 Hello everybody. Is there a console command, or a file modification, to block the vote that makes a player server administrator? I would like only those with the administrator password to become one. And one more thing ... Is it also possible to block the player's request to become a high commander? I would like only the server owner and therefore administrator to become one Share this post Link to post Share on other sites
Tankbuster 1746 Posted September 26, 2020 This covers what you want. https://community.bistudio.com/wiki/Arma_3:_Mission_voting Share this post Link to post Share on other sites
Maciccio 2 Posted September 26, 2020 2 hours ago, Tankbuster said: This covers what you want. https://community.bistudio.com/wiki/Arma_3:_Mission_voting Thanks for the quick reply. Does this work to disable admin, high commander voting, or both? Now I can't try because I've had an active mission for a few days and I don't want to interrupt it. Does it work if I enter the command in console? Share this post Link to post Share on other sites
Janez 531 Posted September 26, 2020 allowedVoteCmds[] = { {"admin", false, false, 0.5} }; this in server.cfg, disables voting for admin. High commander is something dependent on and implemented in the mission you are playing/hosting. It is not a global Arma 3 feature or setting, so you'll have to refer to mission author as to what control there is over that. Share this post Link to post Share on other sites
Maciccio 2 Posted September 26, 2020 2 hours ago, Janez said: allowedVoteCmds[] = { {"admin", false, false, 0.5} }; this in server.cfg, disables voting for admin. High commander is something dependent on and implemented in the mission you are playing/hosting. It is not a global Arma 3 feature or setting, so you'll have to refer to mission author as to what control there is over that. So to do this I would have to make a patch file and do everything as a mod? Or just put the server.cfg in the mpmission folder? I wouldn't want to make a mod for that Share this post Link to post Share on other sites
Janez 531 Posted September 26, 2020 34 minutes ago, Maciccio said: So to do this I would have to make a patch file and do everything as a mod? Or just put the server.cfg in the mpmission folder? I wouldn't want to make a mod for that For this high commander you speak of, I don't know. It entirely depends on what mission you are playing. Chances are, there is a setting for that in mission parameters though. As for server admin voting... that is the setting that controls it via server.cfg configuration file that you use to set up your server. Really, just read the aforementioned documentation on how to set a server up properly. Share this post Link to post Share on other sites
Maciccio 2 Posted September 26, 2020 50 minutes ago, Janez said: For this high commander you speak of, I don't know. It entirely depends on what mission you are playing. Chances are, there is a setting for that in mission parameters though. As for server admin voting... that is the setting that controls it via server.cfg configuration file that you use to set up your server. Really, just read the aforementioned documentation on how to set a server up properly. thank you. I have to learn many things Share this post Link to post Share on other sites