mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-14 04:02:56 +03:00
0.962
This commit is contained in:
@@ -49,7 +49,7 @@ if (_qty >= _qty_in) then {
|
|||||||
_location = (getPosATL (_helipad select 0));
|
_location = (getPosATL (_helipad select 0));
|
||||||
} else {
|
} else {
|
||||||
_location = [(position player),0,20,1,0,20,0] call BIS_fnc_findSafePos;
|
_location = [(position player),0,20,1,0,20,0] call BIS_fnc_findSafePos;
|
||||||
}
|
};
|
||||||
|
|
||||||
//place tent (local)
|
//place tent (local)
|
||||||
_veh = createVehicle [_part_out, _location, [], 0, "CAN_COLLIDE"];
|
_veh = createVehicle [_part_out, _location, [], 0, "CAN_COLLIDE"];
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ class CfgMods
|
|||||||
hidePicture = 0;
|
hidePicture = 0;
|
||||||
hideName = 0;
|
hideName = 0;
|
||||||
action = "http://www.dayzepoch.com";
|
action = "http://www.dayzepoch.com";
|
||||||
version = "0.961";
|
version = "0.962";
|
||||||
hiveVersion = 0.96; //0.93
|
hiveVersion = 0.96; //0.93
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ class RscDisplayMain : RscStandardDisplay
|
|||||||
class DAYZ_Version : CA_Version
|
class DAYZ_Version : CA_Version
|
||||||
{
|
{
|
||||||
idc = -1;
|
idc = -1;
|
||||||
text = "DayZ Epoch 0.961 (1.7.5.1)";
|
text = "DayZ Epoch 0.962 (1.7.5.1)";
|
||||||
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
|
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
|
||||||
};
|
};
|
||||||
class CA_TitleMainMenu;
|
class CA_TitleMainMenu;
|
||||||
|
|||||||
Reference in New Issue
Block a user