Merge pull request #574 from EpochModTeam/experimental

0.3.9 b564
This commit is contained in:
vbawol 2016-07-09 10:30:18 -05:00 committed by GitHub
commit dd3d86a51b
32 changed files with 7 additions and 5 deletions

View File

@ -1 +1 @@
build=563;
build=564;

View File

@ -1 +1 @@
build=563;
build=564;

View File

@ -23,6 +23,7 @@ _allVehicles = [];
_vehicleDamages = [];
_serverSettingsConfig = configFile >> "CfgEpochServer";
_simulationHandler = [_serverSettingsConfig, "simulationHandlerOld", false] call EPOCH_fnc_returnConfigEntry;
for "_i" from 1 to _maxVehicleLimit do {
_vehicleSlotIndex = EPOCH_VehicleSlots pushBack str(_i);
@ -190,6 +191,7 @@ for "_i" from 1 to _maxVehicleLimit do {
// set damage and hitpoints
_vehicle setDamage _damage;
_allHitpoints = getAllHitPointsDamage _vehicle;
_hitpoints = _arr select 3;
if !(_allHitpoints isEqualTo []) then{
_actualHitpoints = _allHitpoints select 0;
if ((count _actualHitpoints) == (count _hitpoints)) then{

View File

@ -1 +1 @@
build=563;
build=564;

View File

@ -1 +1 @@
build=563;
build=564;

View File

@ -1 +1 @@
563
564