Да кстати ты там наших войнов не встречал?
-
_pos = [_building, _x select 1, (_x select 0) + direction _building] call BIS_fnc_relPos;
-
_pos = [_pos select 0, _pos select 1, ((getPosASL _building) select 2) - (_x select 2)];
-
([_faction, ["rifleman", "autorifleman"] select floor random 2] call BIS_pickSiteUnit) createUnit [_pos, _newGrp,"BIS_currentDude = this"]; - оно?
-
doStop BIS_currentDude;
-
commandStop BIS_currentDude;
-
BIS_currentDude setPosASL _pos;
-
BIS_currentDude setUnitPos "UP";
-
BIS_currentDude doWatch ([BIS_currentDude, 1000, direction _building + (_x select 3)] call BIS_fnc_relPos);
-
BIS_currentDude setDir direction _building + (_x select 3);
-
} forEach _paramsArray;
Ну а потом освободительное движение сепаратисты и так далее! - круть.
Как тебе идея?)))
Edited by D_Donskoy, 14 January 2015 - 01:59.