0.9 + pre 1.7.5

This commit is contained in:
vbawol
2013-02-03 08:26:46 -06:00
parent 8fd13cf31f
commit 6cdcf6c094
20 changed files with 32879 additions and 257 deletions

View File

@@ -47,7 +47,6 @@ if (_section and _hasToolbox) then {
{dayz_myCursorTarget removeAction _x} forEach s_player_repairActions;s_player_repairActions = [];
dayz_myCursorTarget = objNull;
s_player_repair_crtl = -1;
//check if repaired fully
_hitpoints = _vehicle call vehicle_getHitpoints;
@@ -63,4 +62,5 @@ _allFixed = true;
if (_allFixed) then {
_vehicle setDamage 0;
["dayzUpdateVehicle",[_vehicle,"repair"]] call callRpcProcedure;
};
};
s_player_repair_crtl = -1;