Arma3_Exile_Mission/mpmissions/Exile.Altis/init.sqf

27 lines
652 B
Plaintext

//A3XAI Client
if (hasInterface) then {
#include "A3XAI_Client\A3XAI_initclient.sqf";
};
//R3F Logistics
[] execVM "R3F_LOG\init.sqf";
//igiload
[] execVM "IgiLoad\IgiLoadInit.sqf";
//ST Map Gestures Server
if (isServer) then {
call compile preProcessFileLineNumbers "Custom\st_map_gestures\serverInit.sqf";
};
if (hasInterface) then {
call compile preprocessFileLineNumbers "Custom\st_map_gestures\clientInit.sqf";
};
//Exile Revive
[] execVM "Custom\EnigmaRevive\init.sqf";
//Repair and Re-arm
[] execVM "Custom\rearm\takegive_poptab_init.sqf";
if(hasInterface) then{
[] execVM "Custom\rearm\service_point.sqf";
};