vNet 10 Posted March 22, 2014 Hello folks, i've tried to create a simple server with the server.cfg from the wiki here. I've search for the problem that the server stuck by creating a mission. I believe the problem is that in the map-cycle there is only ONE mission, but you need 2 missions so that the server can cycle. // MISSIONS CYCLE (see below) class Missions { class Arma3 { template="MP_COOP_m07.Stratis"; difficulty="Regular"; }; class Arma3_2 { template="MP_COOP_m02.Stratis"; difficulty="Regular"; }; }; this worked for me now. Hope others can solv the problem like me with this options. Regards. Share this post Link to post Share on other sites