variety of crash sites

calamity

Well-Known Member
can anyone help me get more of a variety of crashsites like
[["MV22Wreck", "LADAWreck", "BMP2Wreck", "MH60Wreck", "C130JWreck", "Mi24Wreck", "UralWreck", "HMMWVWreck", "T72Wreck"], ["Military", "HeliCrash", "MilitarySpecial"]

sooo here is my plan I have no idea if it will work... in server_fuctions.pbo im thinking

Change this
_veh = createVehicle ["UH1Wreck_DZ",_position, [], 0, "CAN_COLLIDE"];

to this
_veh = createVehicle ["UH1Wreck_DZ", "MV22Wreck", "LADAWreck", "BMP2Wreck", "MH60Wreck", "C130JWreck", "Mi24Wreck", "UralWreck", "HMMWVWreck",_position, [], 0, "CAN_COLLIDE"];

anyone that has a clue if this should work let me know I cant test it my server is too full. I would also love help getting crashsites to spawn on both islands
 
ok this kinda works but they spawn on top of each other
how would I change each position and what would it be ????
_veh = createVehicle ["BMP2Wreck",_position, [], 0, "CAN_COLLIDE"];
_veh = createVehicle ["Mi24Wreck",_position, [], 0, "CAN_COLLIDE"];
_veh = createVehicle [""C130JWreck",_position, [], 0, "CAN_COLLIDE"];
 
Back
Top