Arma3_Exile_Mission/mpmissions/Exile.Altis/init.sqf
2018-03-03 12:32:06 -07:00

20 lines
447 B
Plaintext

if (hasInterface) then {
//A3XAI Client
#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";
};