So I have just found out about DZAI and I have followed the instructions through to install it. I have the DZAI folder inside of my server file and I have set it up correctly inside of my server_monitor.sqf file as follows; (should work)
		endLoadingScreen;
	};    
	[] ExecVM "\z\addons\dayz_server\DZAI\init\dzai_initserver.sqf";
        [] ExecVM "\z\addons\dayz_server\WAI\init.sqf";
	[] ExecVM "\z\addons\dayz_server\EMS\DZMSInit.sqf";
	allowConnection = true;
	
	sm_done = true;
	publicVariable "sm_done";
};
Roaming AI as far as I can see don't seem to be spawning. In install instructions instead of using ExecVM it states you should use the following instead;
[] call compile preprocessFileLineNumbers "\z\addons\dayz_server\DZAI\init\dzai_initserver.sqf";
However when I use this players that load into game just get stuck on the "Waiting for character to create" screen. I am using the following version from this github.
https://github.com/dayzai/DZAI
Any suggestions for what may be the problem? Thanks.

 
