Epoch_Server/Server/mpmissions/epoch.Bornholm/init.sqf

20 lines
447 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";
};
//#include "A3EAI_Client\A3EAI_initclient.sqf";
//Advanced towing only tow 1 car
SA_MAX_TOWED_CARGO = 1;