comment out tow truck code

This commit is contained in:
[VB]AWOL
2013-10-27 00:07:43 -05:00
parent 34ab662f27
commit 69a0778e29
2 changed files with 4 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ if(_IsNearVehicle >= 1) then {
if((sizeOf typeOf _vehicle) <= _allowedSize) then {
if([_vehicle,_towTruck] call fnc_isInsideBuilding2 and ((vectorUp _vehicle) select 2) > 0.5) then {
if(typeOf _towTruck == "VIL_asistvan_DZE" ) then {
if(typeOf _towTruck == "TOW_DZE" ) then {
_vehicle attachTo [_towTruck,[1.3,-2,2.3]];
_towTruck setVariable ["DZEinTow", true, true];
_towTruck setVariable ["DZEvehicleInTow", _vehicle, true];