New Calpis
Well-Known Member
Hey wondering how to do this really could use some help. Thanks 
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if (isServer) then {
_vehicle_0 = objNull;
if (true) then
{
_this = createVehicle ["Land_Mil_Barracks_i", [1024.152, 2989.8599, 0.06082559], [], 0, "CAN_COLLIDE"];
_vehicle_0 = _this;
_this setDir -193.71664;
_this setVehicleLock "LOCKED";
_this setPos [1024.152, 2989.8599, 0.06082559];
};
};
[] ExecVM "\z\addons\dayz_server\map\Rogovo.sqf";
Have fun![]()
I've done a lot of map customization on my dayz.st server (that method works for all hosting Cos, by the way) and my buildings are multiple spawning, ie one inside another. I've been looking for a fix for it, but no luck so far.
Anyone know?