This commit is contained in:
HARLAN
2013-11-26 18:29:12 -05:00
parent c4927a3bfa
commit 509b5ffd65

View File

@@ -17,7 +17,7 @@ if (!isDedicated) then {
_i=0; _i=0;
_dr=0.2; _dr=0.2;
_tv=11; _tv=11;
removeallweapons _v; removeAllWeapons _v;
if (local _v AND {(_v isKindOf "Air")}) then { if (local _v AND {(_v isKindOf "Air")}) then {
_expl=createVehicle ["HelicopterExploSmall",(getPosATL _v),[],0,"CAN_COLLIDE"]; _expl=createVehicle ["HelicopterExploSmall",(getPosATL _v),[],0,"CAN_COLLIDE"];
}; };