mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
@@ -22,9 +22,9 @@ if (_build) then {
|
||||
_direction = getDir _ghost;
|
||||
_object = createVehicle [_classname, getMarkerpos "respawn_west", [], 0, "CAN_COLLIDE"];
|
||||
|
||||
// if (_object isKindOf "DZ_buildables") then { _object allowDamage false; };
|
||||
_object setDir _direction;
|
||||
if ((Dayz_constructionContext select 5) or _keepOnSlope) then {
|
||||
|
||||
if ((Dayz_constructionContext select 5) or (_keepOnSlope)) then {
|
||||
_object setVectorUp surfaceNormal _location;
|
||||
_location set [2,0];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user