Update code

This commit is contained in:
DESKTOP-UH65DCE\MusTanG 2017-04-27 19:25:05 -05:00
parent f64c63261b
commit 97e85393cc

View File

@ -105,11 +105,7 @@ if (!(_grpUnits isEqualTo []) && {(leader _grp) isEqualTo _unit}) then
private _av = _unit getVariable ["DMS_AssignedVeh",objNull]; private _av = _unit getVariable ["DMS_AssignedVeh",objNull];
if (!isNull _av) then if (!isNull _av) then
{ {
if(dynamicSimulationSystemEnabled)then if!(dynamicSimulationEnabled _av)then
{
_av enableDynamicSimulation true;
}
else
{ {
_av enableSimulationGlobal true; _av enableSimulationGlobal true;
}; };
@ -156,14 +152,9 @@ if (!isNull _av) then
[_av, 1] remoteExecCall ["lock", _av]; [_av, 1] remoteExecCall ["lock", _av];
}; };
//_av call ExileServer_system_simulationMonitor_addVehicle; if!(dynamicSimulationEnabled _av)then
if(dynamicSimulationSystemEnabled)then
{
_av enableDynamicSimulation true;
}
else
{ {
_av call ExileServer_system_simulationMonitor_addVehicle;
_av enableSimulationGlobal true; _av enableSimulationGlobal true;
}; };
_av setVariable ["ExileMoney",0,true]; _av setVariable ["ExileMoney",0,true];