Jump to content

Help setting up DZAI spawning in buildings or elevation


Nazdock

Recommended Posts

I've placed a carrier in the game, I've set the elevation to 19m but the IA spawn on the coast next to the carrier. The marker means spawn in 1 meter right?

 

_this = createMarker ["carrier1", [7701.42, 2979.1, 19]];
    _this setMarkerShape "ELLIPSE";
    _this setMarkerType "Flag";
    _this setMarkerBrush "Solid";
    _this setMarkerSize [1, 1];
    _this setMarkerAlpha 0;
_marker_65 = _this;

Link to comment
Share on other sites

I built a metal floor on the carrier, looked up the worldspace coords in the db. They are still spawning on the coast not on the ship.

 

_this = createMarker ["carrier1", [7706.68, 3015.38, 21.097]];
    _this setMarkerShape "ELLIPSE";
    _this setMarkerType "Flag";
    _this setMarkerBrush "Solid";
    _this setMarkerSize [1, 1];
    _this setMarkerAlpha 0;
_carrier1 = _this;

Link to comment
Share on other sites

Im trying spawn DZAI in elevation but cant... in Sauerland map, in 1 castle, tryed to spawn the bots on the towers, but they always spawn down next to the tower, used coords with me looking position on database, and with the Arma editor, but nothing, they always spawn down...

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...