blckeagles-revisited-RC/@epochhive/addons/custom_server/init/fn_init.sqf
2016-10-22 17:15:11 -04:00

10 lines
410 B
Plaintext

///////////////////////////////////////////////
// prevent the system from being started twice
//////////////////////////////////////////////
if !(isNil "blck_missionSystemRunning") exitWith {};
blck_missionSystemRunning = true;
/////////////////////////////////////////////
// Run the initialization routinge
////////////////////////////////////////////
execVM "\q\addons\custom_server\init\blck_init.sqf";