mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +03:00
Update to Core Patch BIS_Effects
This commit is contained in:
@@ -17,7 +17,7 @@ if (!DZE_NoVehicleExplosions) then {
|
||||
["Eject", _v] call BIS_Effects_globalEvent;
|
||||
if ((random _int)>2.2) then
|
||||
{
|
||||
_b = createVehicle ["SmallSecondary", (getPosATL _v), [], 0, "CAN_COLLIDE"];
|
||||
_b = "SmallSecondary" createvehicle (getpos _v);
|
||||
};
|
||||
};
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user