Jump to content

I could use some help regarding the dzms and wai mission systems


NielsDEF

Recommended Posts

Where/how are you calling wai? 

Should be in server_montior.sqfand should look like below or similar for both WAI and DZAI and DZMS

 

if (isDedicated) then {endLoadingScreen;};

[] ExecVM "\z\addons\dayz_server\WAI\init.sqf"; //MISSIONS
[] call compile preprocessFileLineNumbers "\z\addons\dayz_server\DZAI\init\dzai_initserver.sqf";
[] ExecVM "\z\addons\dayz_server\DZMS\DZMSInit.sqf";
allowConnection = true;
sm_done = true;
publicVariable "sm_done";

 

Link to comment
Share on other sites

  • 5 months later...

@NielsDEF @lwbuk I am having this same issue aswell and i have it the same way you guys have it set up in the server_monitor.sqf. did you guys somehow make it work?

Spoiler

if (isDedicated) then {endLoadingScreen;};


// DZAI 
    [] call compile preprocessFileLineNumbers "\z\addons\dayz_server\DZAI\init\dzai_initserver.sqf";

// DZMS
    [] ExecVM "\z\addons\dayz_server\DZMS\DZMSInit.sqf";

allowConnection = true;
sm_done = true;
publicVariable "sm_done";

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...