arma2-epoch-server/MPMissions/DayZ_Epoch_24.Napf/logistic/init.sqf
2022-04-21 16:15:41 +03:00

10 lines
196 B
Plaintext
Executable File

if (!isDedicated) then {
LOG_READY = false;
call compile preprocessFileLineNumbers "logistic\compiles.sqf";
waitUntil{LOG_READY};
[] spawn MONI_OBJECT;
sleep 0.1;
[] spawn MONI_ACTION;
};