mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
re-add sim enable
This commit is contained in:
@@ -237,6 +237,8 @@ if (_status == "ObjectStreamStart") then {
|
|||||||
_object call fnc_veh_ResetEH;
|
_object call fnc_veh_ResetEH;
|
||||||
if (_ownerID != "0" && {!(_object isKindOf "Bicycle")}) then {_object setVehicleLock "locked";};
|
if (_ownerID != "0" && {!(_object isKindOf "Bicycle")}) then {_object setVehicleLock "locked";};
|
||||||
_serverVehicleCounter set [count _serverVehicleCounter,_type]; // total each vehicle
|
_serverVehicleCounter set [count _serverVehicleCounter,_type]; // total each vehicle
|
||||||
|
} else {
|
||||||
|
_object enableSimulation true;
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
// Fix for leading zero issues on safe codes after restart
|
// Fix for leading zero issues on safe codes after restart
|
||||||
|
|||||||
Reference in New Issue
Block a user