10 lines
196 B
Plaintext
Executable File
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;
|
|
};
|
|
|