2020-02-18 16:04:47 +00:00
|
|
|
|
|
|
|
|
2020-02-18 19:06:46 +00:00
|
|
|
execVM "debug\blckClient.sqf";
|
2020-02-18 18:38:44 +00:00
|
|
|
#include "A3EAI_Client\A3EAI_initclient.sqf";
|
2020-02-18 16:04:47 +00:00
|
|
|
|
|
|
|
if hasInterface then
|
|
|
|
{
|
2020-02-18 19:42:12 +00:00
|
|
|
[] ExecVM "addons\Status_Bar\init_statusBar.sqf";
|
2020-02-18 16:04:47 +00:00
|
|
|
[] ExecVM "VEMFr_client\sqf\initClient.sqf"; // Client-side part of VEMFr
|
2020-02-18 19:42:12 +00:00
|
|
|
FlipVic = compileFinal preProcessFileLineNumbers "scripts\flip.sqf";
|
|
|
|
execVM "scripts\playermarker.sqf";
|
2020-02-19 07:15:56 +00:00
|
|
|
execVM "addons\service_point\service_point.sqf";
|
2020-02-18 16:04:47 +00:00
|
|
|
};
|
2020-02-18 19:42:12 +00:00
|
|
|
|
|
|
|
//Advanced towing only tow 1 car
|
|
|
|
SA_MAX_TOWED_CARGO = 1;
|