Jump to content
Sign in to follow this  
eJay

SecOp Module works on dedi?

Recommended Posts

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×