mirror of
https://github.com/Ghostrider-DbD-/GMS_RC.git
synced 2024-08-30 16:02:11 +00:00
28 lines
841 B
Plaintext
28 lines
841 B
Plaintext
/*
|
|
by Ghostrider [GRG]
|
|
|
|
--------------------------
|
|
License
|
|
--------------------------
|
|
All the code and information provided here is provided under an Attribution Non-Commercial ShareAlike 4.0 Commons License.
|
|
|
|
http://creativecommons.org/licenses/by-nc-sa/4.0/
|
|
*/
|
|
//diag_log "[GMS] Initializing UMS";
|
|
|
|
#include "\GMS\Compiles\Init\GMS_defines.hpp"
|
|
GMS_dynamicUMS_MissionsRuning = 0;
|
|
GMS_priorDynamicUMS_Missions = [];
|
|
GMS_UMS_ActiveDynamicMissions = [];
|
|
|
|
//diag_log "Including GMS_UMS_configurations.sqf";
|
|
#include "GMS_UMS_configurations.sqf";
|
|
//diag_log "Including GMS_UMS_dynamicMissionLIsts.sqf";
|
|
//#include "GMS_UMS_dynamicMissionList.sqf";
|
|
//diag_log format ["Initializing UMS static missions at %1",diag_tickTime];
|
|
[] execVM "q\addons\GMS\Missions\UMS\GMS_UMS_StaticMissions_init.sqf";
|
|
|
|
//diag_log "[GMS] UMS <Initialized>";
|
|
|
|
|