This commit is contained in:
vbawol
2013-02-17 18:00:57 -06:00
parent e209908387
commit 56c310400f
3 changed files with 3 additions and 3 deletions

View File

@@ -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"];

View File

@@ -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
}; };
}; };

View File

@@ -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;