Problems with Welcome Credits by IT07

Hi everyone.

So Im running Chernarus 1.8.0.3

Added the credits script found here http://opendayz.net/threads/dayz-welcome-message-credits-style.13071/

I'm getting the error saying "compile\Server_WelcomeCredits.sqf not found
So Im guessing Iv called it wrong somehow.

This is how my Init looks like:

Code:
};

if (!isDedicated) then {[] execVM "scripts\kh_actions.sqf";
[] execVM "compile\Server_WelcomeCredits.sqf";
    //Conduct map operations
    waitUntil {!isNil "dayz_loadScreenMsg"};
    dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");

    //Run the player monitor
    _id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
    _playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
    if (dayz_antihack == 1) then {

    };
};
 
Do you have a folder in your mission.pbo called "compile" with the file "Server_WelcomeCredits.sqf" in it? The RPT is saying you don't.
 
Yeah Ill double check.

You sure I placed that line correctly in between the two? I mean I cant have a typo anywhere else but
in the init.
 
I'm on epoch chernarus 1.0.4.1 right now and the welcome scrolls stopped working

I haven't changed anything but it just doesn't work now. I have two similiar servers and neither are working with welcome scroll they do boot up but also my entire loading time is horrid lately. Have a few buildings about 12 client side addons and blur's intro music I tried with and without that still not working. Had krixes self blood and removed that ....no help. Maybe need to have it pause before loading as I have alot of stuff going on in startup?
 
Back
Top