evilcake 10 Posted December 11, 2009 Hey just wondering if anyone know how to get a server to stay on one mission because I'm having problems with the server.cfg I'm using this format below. class Missions { class Mission_01 // name for the mission, can be anything { template = signs.utes; // omit the .pbo suffix /* difficulty: recruit, regular, veteran & expert as specified in *.Arma2profile */ difficulty = "Expert"; /* But it seems to give me errors every time I try to start it up. ErrorMessage: File server.cfg, line 116: /Missions/: Missing '}' and some others. Share this post Link to post Share on other sites
[kh]jman 49 Posted December 11, 2009 Well in that particular example you are not closing the class names with } There should be two there. Please see an old post of mine here: http://forums.bistudio.com/showthread.php?p=1428728#post1428728 Share this post Link to post Share on other sites