7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
// Scripts
|
|
// Task selection and spawning
|
|
civinfo_task = compileFinal preprocessFileLineNumbers "scripts\server\civinformant\tasks\civinfo_task.sqf";
|
|
|
|
// Start spawn loop
|
|
execVM "scripts\server\civinformant\civinfo_loop.sqf";
|