9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
if (hasInterface) exitWith {};
|
|
|
|
if (isDedicated) then {
|
|
[] call compile preprocessFileLineNumbers "\A3XAI\init\A3XAI_initserver.sqf";
|
|
} else {
|
|
[] call compile preprocessFileLineNumbers "\A3XAI\init\A3XAI_inithc.sqf";
|
|
};
|
|
|