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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...