Arma3_Epoch_PrisonIsland/Server/mpmissions/epoch.Bornholm/init.sqf
2020-10-29 09:18:06 -06:00

21 lines
577 B
Plaintext

// execVM "debug\blckClient.sqf";
#include "A3EAI_Client\A3EAI_initclient.sqf";
if hasInterface then
{
[] ExecVM "addons\Status_Bar\init_statusBar.sqf";
//[] ExecVM "VEMFr_client\sqf\initClient.sqf"; // Client-side part of VEMFr
//FlipVic = compileFinal preProcessFileLineNumbers "scripts\flip.sqf";
//execVM "scripts\playermarker.sqf";
//execVM "addons\service_point\service_point.sqf";
};
//Advanced towing only tow 1 car
SA_MAX_TOWED_CARGO = 1;
//Test of AI mod
//TCL_Path = "TCL_System\";
//call compile preprocessFileLineNumbers (TCL_Path+"TCL_Preprocess.sqf");