Jump to content

armyant

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by armyant

  1. Hello All  hope someone can help :)

     

    I'm having trouble with mapping ie Boats and Jet ski, I got them on my test server ok. but when I get in /on one I die? 

    Is there something i'm missing when editing the code ? 

                         Here is two examples of the code.

     

    _vehicle_3 = objNull;
    if (true) then
    {
      _this = createVehicle ["JetSkiYanahui_Green", [13259.347, 18508.629, 2.6702881e-005], [], 0, "CAN_COLLIDE"];
      _vehicle_3 = _this;
      _this setDir 41.757809;
      _this setPos [13259.347, 18508.629, 2.6702881e-005];
    };
     
     
     
    _vehicle_5 = objNull;
    if (true) then
    {
      _this = createVehicle ["PBX", [13256.8, 18516.707, -0.44596094], [], 0, "CAN_COLLIDE"];
      _vehicle_5 = _this;
      _this setDir 224.62543;
      _this setPos [13256.8, 18516.707, -0.44596094];
    };
     
     
     

     

×
×
  • Create New...