towing fixes

This commit is contained in:
[VB]AWOL
2013-08-11 10:46:24 -05:00
parent ad53f1612d
commit fbb65b007f
2 changed files with 17 additions and 11 deletions

View File

@@ -68,6 +68,8 @@ if(_inTow) then {
_towTruck setVariable ["DZEinTow", false, true];
_towTruck setVariable ["DZEvehicleInTow", objNull, true];
cutText [format["%1 has been detached from Tow Truck.",_nameText], "PLAIN DOWN"];
_vehicle setvelocity [0,0,1];
};
} else {
_towTruck setVariable ["DZEinTow", false, true];