mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-16 21:22:57 +03:00
0.85
This commit is contained in:
@@ -2,6 +2,18 @@
|
||||
|
||||
dayz_versionNo = getText(configFile >> "CfgMods" >> "DayZ" >> "version");
|
||||
dayz_hiveVersionNo = getNumber(configFile >> "CfgMods" >> "DayZ" >> "hiveVersion");
|
||||
_script = getText(missionConfigFile >> "onPauseScript");
|
||||
|
||||
if (_script != "") then
|
||||
{
|
||||
diag_log "MISSION: File Updated";
|
||||
} else {
|
||||
while {true} do
|
||||
{
|
||||
diag_log "MISSION: File Needs Updating";
|
||||
sleep 1;
|
||||
};
|
||||
};
|
||||
|
||||
serverVehicleCounter = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user