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:
Problems with Welcome Credits by IT07
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 (Text):
};
if (!isDedicated) then {[] execVM "scripts\kh_actions.sqf";
[] execVM "compile\Server_WelcomeCredits.sqf";
//Conduct map operations
waitUntil {!isNil...
if (!isDedicated) then {[] execVM "scripts\kh_actions.sqf";
[] execVM "compile\Server_WelcomeCredits.sqf";
//Conduct map operations
waitUntil {!isNil...