Epoch_Server/Server/mpmissions/epoch.Bornholm/init.sqf
Zepheris da8bb5c4ba Disabled Flip Vehicle function. Its causing more harm than helping.
Removed spawn message for spawning bike and mozzie. Epoch has a message 
stating its a temp vehicle.
2020-02-21 08:33:59 -07:00

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