Arma3_Exile_Mission/mpmissions/Exile.Altis/init.sqf

23 lines
508 B
Plaintext
Raw Normal View History

2018-03-03 19:32:06 +00:00
if (hasInterface) then {
//A3XAI Client
#include "A3XAI_Client\A3XAI_initclient.sqf";
};
2018-03-03 18:34:07 +00:00
//R3F Logistics
[] execVM "R3F_LOG\init.sqf";
//igiload
2018-03-03 19:32:06 +00:00
[] 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";
2018-03-03 22:22:27 +00:00
};
//Exile Revive
[] execVM "Custom\EnigmaRevive\init.sqf";