Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BetterDeadThanZed's issue - DZAI check (DZAI compatibility) #5

Closed
zambino opened this issue May 26, 2014 · 1 comment
Closed

BetterDeadThanZed's issue - DZAI check (DZAI compatibility) #5

zambino opened this issue May 26, 2014 · 1 comment
Labels
Milestone

Comments

@zambino
Copy link
Owner

zambino commented May 26, 2014

I've added your latest github release to my test server and I am seeing this in my rpt log:

19:07:58 Error in expression < Exiting.");_doExit = true;
};

if(!isNil(DZAI_isActive)) then
{
diag_log(_o>
19:07:58 Error position: <isNil(DZAI_isActive)) then
{
diag_log(_o>
19:07:58 Error isnil: Type Bool, expected String,code
19:07:58 File z\addons\dayz_server\ZFM\ZFM_Mission_Functions.sqf, line 243

This is line 243 and everything around it:

/*

  • Check for DZ AI
    */
    if(!isNil(DZAI_isActive)) then // <--- This is line 243
    {
    diag_log(_outputMessage + "CheckExistingAI - DZ AI discovered. This will interfere with ZFM, and must be disabled before ZFM can run. Exiting.");
    _doExit = true;
    };

_doExit
};

I see DZAI isn't compatible. Will it be at some point? I can't get rid of DZAI. I will disable it on the test server, just to test out the missions.

@zambino zambino added the bug label May 26, 2014
@zambino zambino added this to the Alpha release milestone Jun 1, 2014
@zambino
Copy link
Owner Author

zambino commented Jun 1, 2014

Issue now resolved.

@zambino zambino closed this as completed Jun 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant