mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 09:00:50 +03:00
Publish new Maintain Area (New HiveDLL is required)
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
if (isServer) then {
|
||||
/* PVS/PVC - Skaronator */
|
||||
"PVDZE_send" addPublicVariableEventHandler {(_this select 1) call server_sendToClient};
|
||||
"PVDZE_maintainArea" addPublicVariableEventHandler {(_this select 1) spawn server_maintainArea};
|
||||
|
||||
"PVDZE_plr_Died" addPublicVariableEventHandler {_id = (_this select 1) spawn server_playerDied};
|
||||
"PVDZE_plr_Save" addPublicVariableEventHandler {_id = (_this select 1) spawn server_playerSync;};
|
||||
|
||||
@@ -527,6 +527,7 @@ call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\loot_init.sqf";
|
||||
|
||||
if(isServer) then {
|
||||
dayz_players = [];
|
||||
DZEMaintainCache = [];
|
||||
dead_bodyCleanup = [];
|
||||
needUpdate_objects = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user