1.0.1.95 Dev Build

This commit is contained in:
[VB]AWOL
2013-08-27 15:44:33 -05:00
parent 9e85a88c8f
commit 6efe3fea01
8 changed files with 98 additions and 12 deletions

View File

@@ -209,6 +209,15 @@ if (_hasrequireditem) then {
detach _object;
deleteVehicle _object;
};
if (DZE_cancelBuilding) exitWith {
_isOk = false;
_cancel = true;
_reason = "Cancelled building.";
detach _object;
deleteVehicle _object;
DZE_cancelBuilding = false;
};
};