Im currently working on own missions, works so far, but i have a problem with destroying buildings, some will destroy completly, others not (like hangars, some barns, fuel tanks etc.)
_dRadius = (getPosATL _bomb) nearObjects 50; {_x setDamage 1} forEach _dRadius; {_x setdamage 1} forEach vehicles;
also tried
{_bomb setdamage 1;} foreach (nearestobjects [getpos _bomb, [],50]); or [_bomb,50,42,[]] call bis_fnc_destroyCity;
someone know a solution?
thx