mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Maybe addPVEH needs to be scheduled...
This commit is contained in:
parent
f2d797e172
commit
46af5cf997
@ -15,17 +15,24 @@ EAST setFriend[RESISTANCE,0];
|
||||
EAST setFriend[WEST,0];
|
||||
WEST setFriend[EAST,0];
|
||||
|
||||
"DMS_HC_INIT" addPublicVariableEventHandler
|
||||
_code =
|
||||
{
|
||||
DMS_HC_Object = _this select 1 select 0;
|
||||
diag_log format ["DMS Headless Client :: DMS_HC_Object = %1 | serverTime: %2",DMS_HC_Object,(_this select 1 select 1)];
|
||||
"DMS_HC_INIT" addPublicVariableEventHandler
|
||||
{
|
||||
DMS_HC_Object = _this select 1 select 0;
|
||||
diag_log format ["DMS Headless Client :: DMS_HC_Object = %1 | serverTime: %2",DMS_HC_Object,(_this select 1 select 1)];
|
||||
};
|
||||
};
|
||||
[0, _code, [], false] call ExileServer_system_thread_addTask;
|
||||
|
||||
if(DMS_StaticMission) then {
|
||||
|
||||
if(DMS_StaticMission) then
|
||||
{
|
||||
call compileFinal preprocessFileLineNumbers "\x\addons\dms\static\static_init.sqf";//<---- TODO
|
||||
};
|
||||
|
||||
if (DMS_DynamicMission) then {
|
||||
if (DMS_DynamicMission) then
|
||||
{
|
||||
call compileFinal preprocessFileLineNumbers "\x\addons\dms\missions\mission_init.sqf";
|
||||
execFSM "\x\addons\dms\FSM\missions.fsm";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user