Jump to content

custom Mapping of Boats and Jetskis


armyant

Recommended Posts

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];
};
 
 
 

 

Link to comment
Share on other sites

There's no reason you should have to add them to the safe vehicle list. They are default Epoch/Dayz vehicles. If that works, it's strange and must be the results of something you have added to your server.

 

Because he's spawning them in manually.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...