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