eJay 1 Posted September 5, 2010 Hi Any idea how to use this module on dedicated server? I mean I put it in mission and named SOM_1 but it doesn't work, it's deactivated at start - no Notes about SOM appeared and no side missions. My init file looks like: // wait for JIP playerss to sync if ( (!isServer) && (player != player) ) then { waitUntil {player == player}; waitUntil {time > 10}; }; //once we have a player, execute the briefing script to set up tasks and diary entries if !(isnull player) then { null = [] execvm "briefing.sqf"; }; So I thought that could be issue in this phase, because (maybe) SOM is required to start exactly with init file. How to do this? And also configure it in it? Share this post Link to post Share on other sites