10 lines
410 B
Plaintext
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";
|