Epoch_Server/Server/mpmissions/epoch.Bornholm/init.sqf
2020-02-19 16:41:26 -07:00

21 lines
563 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");