For some reason my SEM missions, Welcomes.sqf, and Earplugs won't work, The status bar is working fine though. SEM missions was fine yesterday but now that won't start up either, I'm certain something is wrong in my init but i can't see what?? Can anyone help me here?
// stop server loading the client script
if (isDedicated) exitWith {};// compile the script on mission loadsdropClient=compileFinal preprocessFileLineNumbers "sdropClient.sqf";// wait client is readywaitUntil{(isPlayer player) && (alive player) && !isNil "EPOCH_loadingScreenDone"};// Starts running the script[] spawn sdropClient;if(hasInterface)then{execVM "semClient.sqf"};[] execVM "scripts\fn_statusBar.sqf";// Welcome Credits[] execVM "custom\welcome.sqf";