enable dynamic simulation on vehicles

This commit is contained in:
vbawol 2017-07-08 18:52:42 -05:00
parent 0efc699370
commit b2354dc5a6
2 changed files with 5 additions and 4 deletions

View File

@ -111,3 +111,4 @@ _say3dsounds = "isClass _x" configClasses (_say3dsoundsConfig);
// disable remote sensors on server and client as all Epoch AI is local to the side controlling it.
disableRemoteSensors (["CfgEpochClient", "disableRemoteSensors", true] call EPOCH_fnc_returnConfigEntryV2);
enableDynamicSimulationSystem true;

View File

@ -212,7 +212,7 @@ for "_i" from 1 to _maxVehicleLimit do {
// vehicle simulation handler
if (_simulationHandler) then{
_vehicle enableSimulationGlobal false;
_vehicle enableDynamicSimulation true;
};
// turrets
/*