arma2-epoch-server/MPMissions/DayZ_Epoch_24.Napf/logistic/init.sqf

10 lines
196 B
Plaintext
Raw Normal View History

2022-04-21 16:15:41 +03:00
if (!isDedicated) then {
LOG_READY = false;
call compile preprocessFileLineNumbers "logistic\compiles.sqf";
waitUntil{LOG_READY};
[] spawn MONI_OBJECT;
sleep 0.1;
[] spawn MONI_ACTION;
};