Jamrock Posted February 1, 2017 Report Share Posted February 1, 2017 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 More sharing options...
0 Jamrock Posted February 1, 2017 Author Report Share Posted February 1, 2017 OK got it working guys. Link to comment Share on other sites More sharing options...
Question
Jamrock
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