Jump to content
  • 0

ADD CUSTOM BUIDINGS EPOCH 1.0.6


Jamrock

Question

Is there a way to add custom buildings in the latest epoch version?

In the 1.0.5.1 it worked with 

_nil = [] execVM "\z\addons\dayz_server\buildings\addons.sqf";

in the ifServer section.

Now it doesnt. Any help 

 

my code in the addons.sqf looks sth like this:

_vehicle_0 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Mil_ControlTower", [6541.1475, 8493.415, -2.0742416e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_0 = _this;
  _this setDir 298.33878;
  _this setPos [6541.1475, 8493.415, -2.0742416e-005];
};

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...