Quantcast
Channel: Open DayZ Community
Viewing all articles
Browse latest Browse all 9026

Building Tilting After Save

$
0
0
I'm trying to place a new tower at castle rog but everytime I save the change and import it into the server the tower comes in tilted very badly to one side. Here is the code I have so far:

Code:
_vehicle_1 = objNull;
if (true) then
{
  _this = createVehicle ["Land_A_Castle_Bergfrit", [11281.459, 4299.2485, 0.056658447], [], 0, "CAN_COLLIDE"];
  _vehicle_1 = _this;
   _this setVectorUp [0,0,+0.1];
  _this setDir -23.467649;
  _this setPos [11281.459, 4299.2485, 0.056658447];
};

_vehicle_2 =...
Building Tilting After Save

Viewing all articles
Browse latest Browse all 9026

Trending Articles