setObjectViewDistance 800; setViewDistance 1000; [] spawn { for "_idxGroup" from -20 to 20 step 1 do { private _newGroup = createGroup CIVILIAN; for "_idx" from 1 to 5 step 1 do { private _pos = [5340,2240,0] vectoradd [30*_idxGroup,0,0]; private _unit = _newGroup createUnit ["C_Man_1",_pos,[],100,"NONE"]; _unit enableSimulation false; }; }; };