This commit is contained in:
[VB]AWOL
2014-06-10 11:51:00 -05:00
parent b144c7dce6
commit 6757429878

View File

@@ -24,4 +24,4 @@ while {_int>1} do
sleep _x;
if((_lifecheck&&(alive _v))||(isnull _v)||(((getposASL _v)select 2)<0))exitwith{};
createVehicle ["SmallSecondary", (_v modelToWorld _effect2pos), [], 0, "CAN_COLLIDE"];
}count(_list);
}forEach(_list);