armyant Posted July 7, 2015 Report Share Posted July 7, 2015 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 More sharing options...
Richie Posted July 7, 2015 Report Share Posted July 7, 2015 You need to add it to the safe vehicle list, look for the deploy bike scripts, I've forgotton what it's called now but you add the vehicle classname and the anti-hacker script won't kill you. armyant 1 Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted July 8, 2015 Report Share Posted July 8, 2015 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. Link to comment Share on other sites More sharing options...
Richie Posted July 8, 2015 Report Share Posted July 8, 2015 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 More sharing options...
armyant Posted July 8, 2015 Author Report Share Posted July 8, 2015 Thanks for the info I'm manually adding these in for a faster way to get back to AI Island so players can retrieve there gear and carry on Mapped vehicles reset after a restart :) Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now