player_build.sqf Enhancements and PV renames

This commit is contained in:
Zac Surplice
2013-10-07 10:56:47 +11:00
parent 340d2d2437
commit d3f7e67647
68 changed files with 301 additions and 347 deletions

View File

@@ -37,8 +37,8 @@ if(_outcome == "PASS") then {
if(isDedicated) then {
setDate _date;
dayzSetDate = _date;
publicVariable "dayzSetDate";
PVDZE_plr_SetDate = _date;
publicVariable "PVDZE_plr_SetDate";
};
diag_log ("HIVE: Local Time set to " + str(_date));
@@ -268,7 +268,7 @@ if (isServer and isNil "sm_done") then {
};
//Monitor the object
dayz_serverObjectMonitor set [count dayz_serverObjectMonitor,_object];
PVDZE_serverObjectMonitor set [count PVDZE_serverObjectMonitor,_object];
};
} forEach _objectArray;
// # END OF STREAMING #