Jump to content

TheGreenRooms Custom Mine


Recommended Posts

"Adigo Ad Mortem Mine"

 

I had a bit of time today so decided that I would make a mine for Chernarus.  This is LARGE and has trees inside it. I know some of you wont like that but I find it can make it claustrophobic, so great for battles with AI of PVP.

There are plenty of Gold, Silver and Iron Veins in the mine and also a crate with a few essentials.

 

I have added a zombie trigger, but you could easily enough switch them out for AI if you wanted or use WAI missions to place them.

 

If it is of use to you, enjoy! :)

 

1) Add the MIne.sqf and MineCrate.sqf as you would any other custom map addon.(Either server side or client - personally I use server.)

2) Edit your Mission.sqm file to add the sensor and marker. (Remember you will need to edit the classitems accordingly and also the address in the sensor script, directing it to where you have the MineZombieSpawn.sqf.)

 

Images and Location

image.jpg 2015_03_25_00002.jpg 2015_03_25_00003.jpg

2015_03_25_00004.jpg 2015_03_25_00006.jpg 2015_03_25_00008.jpg

2015_03_25_00009.jpg 2015_03_25_00010.jpg 2015_03_25_00011.jpg
 

Mine SQF

if (isServer) then {

_vehicle_33 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8114.2358, 5814.6973, 2.4813771], [], 0, "CAN_COLLIDE"];
  _vehicle_33 = _this;
  _this setDir 17.68528;
  _this setPos [8114.2358, 5814.6973, 2.4813771];
};

_vehicle_36 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8152.4175, 5814.8818, -0.0002746582], [], 0, "CAN_COLLIDE"];
  _vehicle_36 = _this;
  _this setDir -17.112894;
  _this setPos [8152.4175, 5814.8818, -0.0002746582];
};

_vehicle_38 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8192.3193, 5844.5337, -6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_38 = _this;
  _this setDir -74.169495;
  _this setPos [8192.3193, 5844.5337, -6.1035156e-005];
};

_vehicle_40 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8081.6885, 5829.46], [], 0, "CAN_COLLIDE"];
  _vehicle_40 = _this;
  _this setDir 177.19162;
  _this setPos [8081.6885, 5829.46];
};

_vehicle_43 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8101.2422, 5880.7456, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_43 = _this;
  _this setDir -235.91418;
  _this setPos [8101.2422, 5880.7456, 6.1035156e-005];
};

_vehicle_45 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8134.2993, 5894.147, -0.00018310547], [], 0, "CAN_COLLIDE"];
  _vehicle_45 = _this;
  _this setDir -182.84685;
  _this setPos [8134.2993, 5894.147, -0.00018310547];
};

_vehicle_47 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8137.3975, 5853.0005, 0.00018310547], [], 0, "CAN_COLLIDE"];
  _vehicle_47 = _this;
  _this setDir -29.421612;
  _this setPos [8137.3975, 5853.0005, 0.00018310547];
};

_vehicle_49 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8070.7563, 5862.2798, -0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_49 = _this;
  _this setDir -200.63213;
  _this setPos [8070.7563, 5862.2798, -0.00012207031];
};

_vehicle_51 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8026.1147, 5847.3848, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_51 = _this;
  _this setDir -384.9826;
  _this setPos [8026.1147, 5847.3848, -3.0517578e-005];
};

_vehicle_53 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8043.7417, 5805.1621, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_53 = _this;
  _this setDir -143.94647;
  _this setPos [8043.7417, 5805.1621, 1.5258789e-005];
};

_vehicle_55 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7987.5068, 5831.4702, -0.00038146973], [], 0, "CAN_COLLIDE"];
  _vehicle_55 = _this;
  _this setDir -48.445133;
  _this setPos [7987.5068, 5831.4702, -0.00038146973];
};

_vehicle_57 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7996.1069, 5800.2905, 0.0004119873], [], 0, "CAN_COLLIDE"];
  _vehicle_57 = _this;
  _this setDir -37.912167;
  _this setPos [7996.1069, 5800.2905, 0.0004119873];
};

_vehicle_59 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7966.5352, 5795.9458, 0.00045776367], [], 0, "CAN_COLLIDE"];
  _vehicle_59 = _this;
  _this setDir -7.1596789;
  _this setPos [7966.5352, 5795.9458, 0.00045776367];
};

_vehicle_61 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7952.9175, 5836.7129, -0.00042724609], [], 0, "CAN_COLLIDE"];
  _vehicle_61 = _this;
  _this setDir -161.97809;
  _this setPos [7952.9175, 5836.7129, -0.00042724609];
};

_vehicle_63 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7926.0249, 5794.4546, -0.0011138916], [], 0, "CAN_COLLIDE"];
  _vehicle_63 = _this;
  _this setDir -23.337643;
  _this setPos [7926.0249, 5794.4546, -0.0011138916];
};

_vehicle_65 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7884.6792, 5785.749, 0.00022888184], [], 0, "CAN_COLLIDE"];
  _vehicle_65 = _this;
  _this setDir -22.486298;
  _this setPos [7884.6792, 5785.749, 0.00022888184];
};

_vehicle_67 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7844.0703, 5767.1953, -0.00010681152], [], 0, "CAN_COLLIDE"];
  _vehicle_67 = _this;
  _this setDir -231.97978;
  _this setPos [7844.0703, 5767.1953, -0.00010681152];
};

_vehicle_69 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7831.6846, 5732.8306, 0.00074768066], [], 0, "CAN_COLLIDE"];
  _vehicle_69 = _this;
  _this setDir -104.51996;
  _this setPos [7831.6846, 5732.8306, 0.00074768066];
};

_vehicle_71 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7800.772, 5873.7539, -7.6293945e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_71 = _this;
  _this setDir -74.169495;
  _this setPos [7800.772, 5873.7539, -7.6293945e-005];
};

_vehicle_73 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7824.6709, 5899.8135, 0.00025939941], [], 0, "CAN_COLLIDE"];
  _vehicle_73 = _this;
  _this setDir 154.51668;
  _this setPos [7824.6709, 5899.8135, 0.00025939941];
};

_vehicle_75 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7850.7236, 5897.3804, 0.00021362305], [], 0, "CAN_COLLIDE"];
  _vehicle_75 = _this;
  _this setDir 21.662374;
  _this setPos [7850.7236, 5897.3804, 0.00021362305];
};

_vehicle_77 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7892.3604, 5886.6074, -0.00054931641], [], 0, "CAN_COLLIDE"];
  _vehicle_77 = _this;
  _this setDir -181.69627;
  _this setPos [7892.3604, 5886.6074, -0.00054931641];
};

_vehicle_79 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7921.1553, 5865.2144, 0.00024414063], [], 0, "CAN_COLLIDE"];
  _vehicle_79 = _this;
  _this setDir -131.05319;
  _this setPos [7921.1553, 5865.2144, 0.00024414063];
};

_vehicle_81 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7778.5889, 5851.7686, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_81 = _this;
  _this setDir 149.5166;
  _this setPos [7778.5889, 5851.7686, 4.5776367e-005];
};

_vehicle_83 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7740.8662, 5845.4253, -0.00010681152], [], 0, "CAN_COLLIDE"];
  _vehicle_83 = _this;
  _this setDir -11.4884;
  _this setPos [7740.8662, 5845.4253, -0.00010681152];
};

_vehicle_85 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7732.7891, 5774.7349, 0.0007019043], [], 0, "CAN_COLLIDE"];
  _vehicle_85 = _this;
  _this setDir 96.674179;
  _this setPos [7732.7891, 5774.7349, 0.0007019043];
};

_vehicle_87 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7878.1255, 5670.084, 0.00036621094], [], 0, "CAN_COLLIDE"];
  _vehicle_87 = _this;
  _this setDir -108.62972;
  _this setPos [7878.1255, 5670.084, 0.00036621094];
};

_vehicle_89 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7854.1084, 5705.5488, 0.00021362305], [], 0, "CAN_COLLIDE"];
  _vehicle_89 = _this;
  _this setDir -156.09387;
  _this setPos [7854.1084, 5705.5488, 0.00021362305];
};

_vehicle_91 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7865.4507, 5639.0601, 0.00048828125], [], 0, "CAN_COLLIDE"];
  _vehicle_91 = _this;
  _this setDir -30.700504;
  _this setPos [7865.4507, 5639.0601, 0.00048828125];
};

_vehicle_93 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7818.5356, 5642.208, -0.00036621094], [], 0, "CAN_COLLIDE"];
  _vehicle_93 = _this;
  _this setDir -178.91876;
  _this setPos [7818.5356, 5642.208, -0.00036621094];
};

_vehicle_95 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7752.0249, 5743.0176, 0.0002746582], [], 0, "CAN_COLLIDE"];
  _vehicle_95 = _this;
  _this setDir -0.047404528;
  _this setPos [7752.0249, 5743.0176, 0.0002746582];
};

_vehicle_97 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7786.6616, 5723.5439, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_97 = _this;
  _this setDir -121.48045;
  _this setPos [7786.6616, 5723.5439, 4.5776367e-005];
};

_vehicle_99 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7802.6426, 5808.6567, 0.00085449219], [], 0, "CAN_COLLIDE"];
  _vehicle_99 = _this;
  _this setDir -78.400444;
  _this setPos [7802.6426, 5808.6567, 0.00085449219];
};

_vehicle_101 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7779.7085, 5783.0522, 0.0005645752], [], 0, "CAN_COLLIDE"];
  _vehicle_101 = _this;
  _this setDir -27.54377;
  _this setPos [7779.7085, 5783.0522, 0.0005645752];
};

_vehicle_103 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7831.6733, 5884.1206, 12.402114], [], 0, "CAN_COLLIDE"];
  _vehicle_103 = _this;
  _this setDir -206.67853;
  _this setPos [7831.6733, 5884.1206, 12.402114];
};

_vehicle_105 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7781.1943, 5829.6499, 13.413934], [], 0, "CAN_COLLIDE"];
  _vehicle_105 = _this;
  _this setDir -248.13928;
  _this setPos [7781.1943, 5829.6499, 13.413934];
};

_vehicle_107 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7795.395, 5818.6753, 14.915294], [], 0, "CAN_COLLIDE"];
  _vehicle_107 = _this;
  _this setDir -236.11517;
  _this setPos [7795.395, 5818.6753, 14.915294];
};

_vehicle_109 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7761.8545, 5790.8506, 20.918272], [], 0, "CAN_COLLIDE"];
  _vehicle_109 = _this;
  _this setDir -218.96535;
  _this setPos [7761.8545, 5790.8506, 20.918272];
};

_vehicle_113 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7794.3682, 5750.813, 21.075933], [], 0, "CAN_COLLIDE"];
  _vehicle_113 = _this;
  _this setDir -122.53751;
  _this setPos [7794.3682, 5750.813, 21.075933];
};

_vehicle_115 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7809.8857, 5779.1387, 18.428986], [], 0, "CAN_COLLIDE"];
  _vehicle_115 = _this;
  _this setDir 5.2781053;
  _this setPos [7809.8857, 5779.1387, 18.428986];
};

_vehicle_117 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7815.728, 5741.9438, 27.793076], [], 0, "CAN_COLLIDE"];
  _vehicle_117 = _this;
  _this setDir -103.74673;
  _this setPos [7815.728, 5741.9438, 27.793076];
};

_vehicle_119 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7772.417, 5780.583, 20.634222], [], 0, "CAN_COLLIDE"];
  _vehicle_119 = _this;
  _this setDir -74.169495;
  _this setPos [7772.417, 5780.583, 20.634222];
};

_vehicle_121 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7816.1367, 5713.6157, 14.974538], [], 0, "CAN_COLLIDE"];
  _vehicle_121 = _this;
  _this setDir -190.83348;
  _this setPos [7816.1367, 5713.6157, 14.974538];
};

_vehicle_123 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7854.6357, 5688.7524, 12.85732], [], 0, "CAN_COLLIDE"];
  _vehicle_123 = _this;
  _this setDir -130.60878;
  _this setPos [7854.6357, 5688.7524, 12.85732];
};

_vehicle_125 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7856.8696, 5654.6479, 9.8203516], [], 0, "CAN_COLLIDE"];
  _vehicle_125 = _this;
  _this setDir -24.9566;
  _this setPos [7856.8696, 5654.6479, 9.8203516];
};

_vehicle_127 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7768.2593, 5757.7363, 15.198988], [], 0, "CAN_COLLIDE"];
  _vehicle_127 = _this;
  _this setDir 12.329021;
  _this setPos [7768.2593, 5757.7363, 15.198988];
};

_vehicle_129 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7876.1221, 5817.8726, -0.00025939941], [], 0, "CAN_COLLIDE"];
  _vehicle_129 = _this;
  _this setDir -201.53334;
  _this setPos [7876.1221, 5817.8726, -0.00025939941];
};

_vehicle_131 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7843.999, 5794.7354, 18.270533], [], 0, "CAN_COLLIDE"];
  _vehicle_131 = _this;
  _this setDir -184.68623;
  _this setPos [7843.999, 5794.7354, 18.270533];
};

_vehicle_133 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7899.1719, 5803.1558, 11.069404], [], 0, "CAN_COLLIDE"];
  _vehicle_133 = _this;
  _this setDir -184.08121;
  _this setPos [7899.1719, 5803.1558, 11.069404];
};

_vehicle_135 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7835.2139, 5817.6489, 20.555943], [], 0, "CAN_COLLIDE"];
  _vehicle_135 = _this;
  _this setDir -18.805244;
  _this setPos [7835.2139, 5817.6489, 20.555943];
};

_vehicle_137 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7825.3521, 5832.5605, 13.758876], [], 0, "CAN_COLLIDE"];
  _vehicle_137 = _this;
  _this setDir -174.92386;
  _this setPos [7825.3521, 5832.5605, 13.758876];
};

_vehicle_139 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8137.3882, 5865.062, 13.103367], [], 0, "CAN_COLLIDE"];
  _vehicle_139 = _this;
  _this setDir -218.70226;
  _this setPos [8137.3882, 5865.062, 13.103367];
};

_vehicle_141 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8094.3105, 5861.2813, 12.77124], [], 0, "CAN_COLLIDE"];
  _vehicle_141 = _this;
  _this setDir -63.545864;
  _this setPos [8094.3105, 5861.2813, 12.77124];
};

_vehicle_143 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8062.8193, 5843.9824, 12.517928], [], 0, "CAN_COLLIDE"];
  _vehicle_143 = _this;
  _this setDir -202.55032;
  _this setPos [8062.8193, 5843.9824, 12.517928];
};

_vehicle_145 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8014.0874, 5828.3223, 14.126675], [], 0, "CAN_COLLIDE"];
  _vehicle_145 = _this;
  _this setDir -12.905901;
  _this setPos [8014.0874, 5828.3223, 14.126675];
};

_vehicle_147 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7983.8892, 5812.3281, 17.557741], [], 0, "CAN_COLLIDE"];
  _vehicle_147 = _this;
  _this setDir -24.057854;
  _this setPos [7983.8892, 5812.3281, 17.557741];
};

_vehicle_149 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8108.9067, 5847.6763, 21.964823], [], 0, "CAN_COLLIDE"];
  _vehicle_149 = _this;
  _this setDir 110.20657;
  _this setPos [8108.9067, 5847.6763, 21.964823];
};

_vehicle_151 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8130.2871, 5881.855, 16.863596], [], 0, "CAN_COLLIDE"];
  _vehicle_151 = _this;
  _this setDir -194.79218;
  _this setPos [8130.2871, 5881.855, 16.863596];
};

_vehicle_153 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8181.2466, 5849.0469, 18.952976], [], 0, "CAN_COLLIDE"];
  _vehicle_153 = _this;
  _this setDir -74.169495;
  _this setPos [8181.2466, 5849.0469, 18.952976];
};

_vehicle_155 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8124.2876, 5832.4204, 28.032797], [], 0, "CAN_COLLIDE"];
  _vehicle_155 = _this;
  _this setDir 38.423611;
  _this setPos [8124.2876, 5832.4204, 28.032797];
};

_vehicle_157 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8150.7539, 5843.9692, 25.014282], [], 0, "CAN_COLLIDE"];
  _vehicle_157 = _this;
  _this setDir -19.577703;
  _this setPos [8150.7539, 5843.9692, 25.014282];
};

_vehicle_160 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7747.8574, 5768.8359, 16.503305], [], 0, "CAN_COLLIDE"];
  _vehicle_160 = _this;
  _this setDir -61.041599;
  _this setPos [7747.8574, 5768.8359, 16.503305];
};

_vehicle_162 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7814.749, 5789.3203, 20.299604], [], 0, "CAN_COLLIDE"];
  _vehicle_162 = _this;
  _this setDir -190.89836;
  _this setPos [7814.749, 5789.3203, 20.299604];
};

_vehicle_164 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7895.1948, 5855.792, 27.810434], [], 0, "CAN_COLLIDE"];
  _vehicle_164 = _this;
  _this setDir -78.780579;
  _this setPos [7895.1948, 5855.792, 27.810434];
};

_vehicle_166 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7883.1724, 5825.5791, 23.526724], [], 0, "CAN_COLLIDE"];
  _vehicle_166 = _this;
  _this setDir -171.56271;
  _this setPos [7883.1724, 5825.5791, 23.526724];
};

_vehicle_168 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7871.1069, 5871.9468, 33.218044], [], 0, "CAN_COLLIDE"];
  _vehicle_168 = _this;
  _this setDir -182.16685;
  _this setPos [7871.1069, 5871.9468, 33.218044];
};

_vehicle_170 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7840.9609, 5862.0996, 27.431471], [], 0, "CAN_COLLIDE"];
  _vehicle_170 = _this;
  _this setDir -81.466713;
  _this setPos [7840.9609, 5862.0996, 27.431471];
};

_vehicle_172 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7814.3906, 5863.9971, 24.781223], [], 0, "CAN_COLLIDE"];
  _vehicle_172 = _this;
  _this setDir -41.675613;
  _this setPos [7814.3906, 5863.9971, 24.781223];
};

_vehicle_174 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7824.4175, 5851.2578, 28.754887], [], 0, "CAN_COLLIDE"];
  _vehicle_174 = _this;
  _this setDir -25.176365;
  _this setPos [7824.4175, 5851.2578, 28.754887];
};

_vehicle_176 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7910.2183, 5825.7178, 19.98279], [], 0, "CAN_COLLIDE"];
  _vehicle_176 = _this;
  _this setDir -312.48904;
  _this setPos [7910.2183, 5825.7178, 19.98279];
};

_vehicle_178 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7918.292, 5838.7461, 22.95055], [], 0, "CAN_COLLIDE"];
  _vehicle_178 = _this;
  _this setDir -121.73618;
  _this setPos [7918.292, 5838.7461, 22.95055];
};

_vehicle_180 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7945.9551, 5812.8403, 16.395824], [], 0, "CAN_COLLIDE"];
  _vehicle_180 = _this;
  _this setDir -23.451126;
  _this setPos [7945.9551, 5812.8403, 16.395824];
};

_vehicle_182 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7935.5576, 5823.2485, 20.645346], [], 0, "CAN_COLLIDE"];
  _vehicle_182 = _this;
  _this setDir -218.65611;
  _this setPos [7935.5576, 5823.2485, 20.645346];
};

_vehicle_184 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7875.8994, 5851.2852, 26.654285], [], 0, "CAN_COLLIDE"];
  _vehicle_184 = _this;
  _this setDir -186.46886;
  _this setPos [7875.8994, 5851.2852, 26.654285];
};

_vehicle_186 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7855.2725, 5822.6709, 18.612589], [], 0, "CAN_COLLIDE"];
  _vehicle_186 = _this;
  _this setDir -130.63577;
  _this setPos [7855.2725, 5822.6709, 18.612589];
};

_vehicle_188 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7843.022, 5869.4111, -25.880005], [], 0, "CAN_COLLIDE"];
  _vehicle_188 = _this;
  _this setDir -95.718964;
  _this setPos [7843.022, 5869.4111, -25.880005];
};

_vehicle_190 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7794.6382, 5736.0166, -21.039347], [], 0, "CAN_COLLIDE"];
  _vehicle_190 = _this;
  _this setDir -74.169495;
  _this setPos [7794.6382, 5736.0166, -21.039347];
};

_vehicle_192 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8168.7153, 5872.063, -20.404648], [], 0, "CAN_COLLIDE"];
  _vehicle_192 = _this;
  _this setDir -41.489594;
  _this setPos [8168.7153, 5872.063, -20.404648];
};

_vehicle_194 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7719.1982, 5908.8262, 0.00024414063], [], 0, "CAN_COLLIDE"];
  _vehicle_194 = _this;
  _this setDir 113.57748;
  _this setPos [7719.1982, 5908.8262, 0.00024414063];
};

_vehicle_196 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7713.7432, 5867.1167, 0.00022888184], [], 0, "CAN_COLLIDE"];
  _vehicle_196 = _this;
  _this setDir 63.497032;
  _this setPos [7713.7432, 5867.1167, 0.00022888184];
};

_vehicle_198 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7702.1748, 5944.4956, 0.00025939941], [], 0, "CAN_COLLIDE"];
  _vehicle_198 = _this;
  _this setDir -138.23077;
  _this setPos [7702.1748, 5944.4956, 0.00025939941];
};

_vehicle_200 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7663.9111, 5958.8037, -9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_200 = _this;
  _this setDir -8.1340647;
  _this setPos [7663.9111, 5958.8037, -9.1552734e-005];
};

_vehicle_202 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7683.2778, 5781.1304], [], 0, "CAN_COLLIDE"];
  _vehicle_202 = _this;
  _this setDir 9.2567358;
  _this setPos [7683.2778, 5781.1304];
};

_vehicle_204 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7613.8101, 5767.314, -0.0005645752], [], 0, "CAN_COLLIDE"];
  _vehicle_204 = _this;
  _this setDir -157.74217;
  _this setPos [7613.8101, 5767.314, -0.0005645752];
};

_vehicle_206 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7578.8892, 5804.2417, 0.00025939941], [], 0, "CAN_COLLIDE"];
  _vehicle_206 = _this;
  _this setDir 53.424206;
  _this setPos [7578.8892, 5804.2417, 0.00025939941];
};

_vehicle_208 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7638.6909, 5934.5952, -0.00025939941], [], 0, "CAN_COLLIDE"];
  _vehicle_208 = _this;
  _this setDir -74.169495;
  _this setPos [7638.6909, 5934.5952, -0.00025939941];
};

_vehicle_210 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7615.958, 5891.9272, 0.0004119873], [], 0, "CAN_COLLIDE"];
  _vehicle_210 = _this;
  _this setDir -66.193314;
  _this setPos [7615.958, 5891.9272, 0.0004119873];
};

_vehicle_212 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7601.7588, 5877.6646, 0.0001373291], [], 0, "CAN_COLLIDE"];
  _vehicle_212 = _this;
  _this setDir -2.6024685;
  _this setPos [7601.7588, 5877.6646, 0.0001373291];
};

_vehicle_214 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7563.6323, 5839.7974, 0.0010375977], [], 0, "CAN_COLLIDE"];
  _vehicle_214 = _this;
  _this setDir -119.98552;
  _this setPos [7563.6323, 5839.7974, 0.0010375977];
};

_vehicle_216 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7661.0386, 5812.8892, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_216 = _this;
  _this setDir 89.850914;
  _this setPos [7661.0386, 5812.8892, -1.5258789e-005];
};

_vehicle_218 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7702.0386, 5822.5156, 0.1928499], [], 0, "CAN_COLLIDE"];
  _vehicle_218 = _this;
  _this setDir -61.690746;
  _this setPos [7702.0386, 5822.5156, 0.1928499];
};

_vehicle_220 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7722.6621, 5789.5078, 0.035512507], [], 0, "CAN_COLLIDE"];
  _vehicle_220 = _this;
  _this setDir -257.94046;
  _this setPos [7722.6621, 5789.5078, 0.035512507];
};

_vehicle_222 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7606.8936, 5798.0166, 0.00028991699], [], 0, "CAN_COLLIDE"];
  _vehicle_222 = _this;
  _this setDir -133.64616;
  _this setPos [7606.8936, 5798.0166, 0.00028991699];
};

_vehicle_224 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7644.6953, 5818.8726, 0.00028991699], [], 0, "CAN_COLLIDE"];
  _vehicle_224 = _this;
  _this setDir -133.49022;
  _this setPos [7644.6953, 5818.8726, 0.00028991699];
};

_vehicle_226 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7720.4106, 5816.7231, 17.037682], [], 0, "CAN_COLLIDE"];
  _vehicle_226 = _this;
  _this setDir -247.31522;
  _this setPos [7720.4106, 5816.7231, 17.037682];
};

_vehicle_228 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7729.9883, 5800.4897, 14.942487], [], 0, "CAN_COLLIDE"];
  _vehicle_228 = _this;
  _this setDir 32.72945;
  _this setPos [7729.9883, 5800.4897, 14.942487];
};

_vehicle_230 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7740.3521, 5815.3755, 16.591204], [], 0, "CAN_COLLIDE"];
  _vehicle_230 = _this;
  _this setDir 46.020523;
  _this setPos [7740.3521, 5815.3755, 16.591204];
};

_vehicle_232 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7753.5962, 5822.4365, 19.648491], [], 0, "CAN_COLLIDE"];
  _vehicle_232 = _this;
  _this setDir -265.19843;
  _this setPos [7753.5962, 5822.4365, 19.648491];
};

_vehicle_234 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7579.4829, 5859.3335, 11.858557], [], 0, "CAN_COLLIDE"];
  _vehicle_234 = _this;
  _this setDir -39.493332;
  _this setPos [7579.4829, 5859.3335, 11.858557];
};

_vehicle_236 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7627.9121, 5851.7061, 17.682261], [], 0, "CAN_COLLIDE"];
  _vehicle_236 = _this;
  _this setDir -117.74628;
  _this setPos [7627.9121, 5851.7061, 17.682261];
};

_vehicle_238 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7609.1123, 5855.3203, 14.627823], [], 0, "CAN_COLLIDE"];
  _vehicle_238 = _this;
  _this setDir -172.88976;
  _this setPos [7609.1123, 5855.3203, 14.627823];
};

_vehicle_240 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7586.4395, 5836.0801, 18.025221], [], 0, "CAN_COLLIDE"];
  _vehicle_240 = _this;
  _this setDir -78.179146;
  _this setPos [7586.4395, 5836.0801, 18.025221];
};

_vehicle_242 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7648.3032, 5777.1016, 13.546909], [], 0, "CAN_COLLIDE"];
  _vehicle_242 = _this;
  _this setDir -215.74008;
  _this setPos [7648.3032, 5777.1016, 13.546909];
};

_vehicle_244 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7636.5239, 5792.71, 15.62043], [], 0, "CAN_COLLIDE"];
  _vehicle_244 = _this;
  _this setDir -57.64399;
  _this setPos [7636.5239, 5792.71, 15.62043];
};

_vehicle_246 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7626.7939, 5828.2065, 18.625837], [], 0, "CAN_COLLIDE"];
  _vehicle_246 = _this;
  _this setDir 53.248001;
  _this setPos [7626.7939, 5828.2065, 18.625837];
};

_vehicle_248 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7601.4932, 5828.9609, 20.273176], [], 0, "CAN_COLLIDE"];
  _vehicle_248 = _this;
  _this setDir -90.743576;
  _this setPos [7601.4932, 5828.9609, 20.273176];
};

_vehicle_250 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7616.2124, 5814.1924, 20.133657], [], 0, "CAN_COLLIDE"];
  _vehicle_250 = _this;
  _this setDir 46.681568;
  _this setPos [7616.2124, 5814.1924, 20.133657];
};

_vehicle_252 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7683.4951, 5798.688, 9.8974152], [], 0, "CAN_COLLIDE"];
  _vehicle_252 = _this;
  _this setDir 1.7368076;
  _this setPos [7683.4951, 5798.688, 9.8974152];
};

_vehicle_254 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7684.8687, 5884.9995, 22.076464], [], 0, "CAN_COLLIDE"];
  _vehicle_254 = _this;
  _this setDir -170.99768;
  _this setPos [7684.8687, 5884.9995, 22.076464];
};

_vehicle_256 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7656.0684, 5856.1973, 25.36268], [], 0, "CAN_COLLIDE"];
  _vehicle_256 = _this;
  _this setDir -87.556831;
  _this setPos [7656.0684, 5856.1973, 25.36268];
};

_vehicle_258 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7678.9712, 5828.3223, 23.584856], [], 0, "CAN_COLLIDE"];
  _vehicle_258 = _this;
  _this setDir -109.3325;
  _this setPos [7678.9712, 5828.3223, 23.584856];
};

_vehicle_260 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7699.833, 5851.3711, 22.375383], [], 0, "CAN_COLLIDE"];
  _vehicle_260 = _this;
  _this setDir -288.96832;
  _this setPos [7699.833, 5851.3711, 22.375383];
};

_vehicle_262 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7697.9263, 5921.999, 25.539076], [], 0, "CAN_COLLIDE"];
  _vehicle_262 = _this;
  _this setDir -103.442;
  _this setPos [7697.9263, 5921.999, 25.539076];
};

_vehicle_264 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7665.0796, 5906.2959, 26.329304], [], 0, "CAN_COLLIDE"];
  _vehicle_264 = _this;
  _this setDir -195.45872;
  _this setPos [7665.0796, 5906.2959, 26.329304];
};

_vehicle_266 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7675.8149, 5928.0186, 19.411575], [], 0, "CAN_COLLIDE"];
  _vehicle_266 = _this;
  _this setDir -120.42046;
  _this setPos [7675.8149, 5928.0186, 19.411575];
};

_vehicle_268 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7654.3042, 5923.6743, 19.021137], [], 0, "CAN_COLLIDE"];
  _vehicle_268 = _this;
  _this setDir -245.22797;
  _this setPos [7654.3042, 5923.6743, 19.021137];
};

_vehicle_270 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7641.2808, 5877.9048, 24.992203], [], 0, "CAN_COLLIDE"];
  _vehicle_270 = _this;
  _this setDir -274.8028;
  _this setPos [7641.2808, 5877.9048, 24.992203];
};

_vehicle_272 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7664.2349, 5815.5, 26.747482], [], 0, "CAN_COLLIDE"];
  _vehicle_272 = _this;
  _this setDir -105.9833;
  _this setPos [7664.2349, 5815.5, 26.747482];
};

_vehicle_274 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7670.3115, 5876.8125, 29.022333], [], 0, "CAN_COLLIDE"];
  _vehicle_274 = _this;
  _this setDir 36.447342;
  _this setPos [7670.3115, 5876.8125, 29.022333];
};

_vehicle_276 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [7703.96, 5850.4507, 24.371948], [], 0, "CAN_COLLIDE"];
  _vehicle_276 = _this;
  _this setDir -113.3211;
  _this setPos [7703.96, 5850.4507, 24.371948];
};

_vehicle_278 = objNull;
if (true) then
{
  _this = createVehicle ["UralWreck", [7598.5361, 5856.9756, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_278 = _this;
  _this setDir 101.05317;
  _this setPos [7598.5361, 5856.9756, -3.0517578e-005];
};

_vehicle_281 = objNull;
if (true) then
{
  _this = createVehicle ["UralWreck", [7698.7231, 5795.0557, 0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_281 = _this;
  _this setDir 54.451855;
  _this setPos [7698.7231, 5795.0557, 0.00012207031];
};

_vehicle_283 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8128.9741, 5788.8833, 0.00033569336], [], 0, "CAN_COLLIDE"];
  _vehicle_283 = _this;
  _this setDir -72.410965;
  _this setPos [8128.9741, 5788.8833, 0.00033569336];
};

_vehicle_285 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8071.3452, 5767.6191, -10.202968], [], 0, "CAN_COLLIDE"];
  _vehicle_285 = _this;
  _this setDir -317.82343;
  _this setPos [8071.3452, 5767.6191, -10.202968];
};

_vehicle_287 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8092.5088, 5758.6572, -10.697308], [], 0, "CAN_COLLIDE"];
  _vehicle_287 = _this;
  _this setDir -19.920881;
  _this setPos [8092.5088, 5758.6572, -10.697308];
};

_vehicle_289 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8101.9722, 5777.7725, 11.43851], [], 0, "CAN_COLLIDE"];
  _vehicle_289 = _this;
  _this setDir -52.95269;
  _this setPos [8101.9722, 5777.7725, 11.43851];
};

_vehicle_291 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8082.2803, 5778.5005, 11.47179], [], 0, "CAN_COLLIDE"];
  _vehicle_291 = _this;
  _this setDir -143.94647;
  _this setPos [8082.2803, 5778.5005, 11.47179];
};

_vehicle_293 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8079.708, 5810.6216, 15.586579], [], 0, "CAN_COLLIDE"];
  _vehicle_293 = _this;
  _this setDir -199.77084;
  _this setPos [8079.708, 5810.6216, 15.586579];
};

_vehicle_295 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8096.8989, 5793.1865, 16.817005], [], 0, "CAN_COLLIDE"];
  _vehicle_295 = _this;
  _this setDir -132.05962;
  _this setPos [8096.8989, 5793.1865, 16.817005];
};

_vehicle_297 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_R2_RockWall", [8053.874, 5818.1499, 17.669016], [], 0, "CAN_COLLIDE"];
  _vehicle_297 = _this;
  _this setDir -143.94647;
  _this setPos [8053.874, 5818.1499, 17.669016];
};

_vehicle_305 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_busStop_village", [7583.3638, 5846.8701, 0.14996088], [], 0, "CAN_COLLIDE"];
  _vehicle_305 = _this;
  _this setDir -132.8503;
  _this setPos [7583.3638, 5846.8701, 0.14996088];
};

_vehicle_306 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7810.2739, 5790.9556, 0.00018310547], [], 0, "CAN_COLLIDE"];
  _vehicle_306 = _this;
  _this setPos [7810.2739, 5790.9556, 0.00018310547];
};

_vehicle_307 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7816.021, 5835.7427, -0.0001373291], [], 0, "CAN_COLLIDE"];
  _vehicle_307 = _this;
  _this setPos [7816.021, 5835.7427, -0.0001373291];
};

_vehicle_308 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7832.1133, 5892.4526, -0.00039672852], [], 0, "CAN_COLLIDE"];
  _vehicle_308 = _this;
  _this setPos [7832.1133, 5892.4526, -0.00039672852];
};

_vehicle_309 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7838.4312, 5872.9517, -0.00032043457], [], 0, "CAN_COLLIDE"];
  _vehicle_309 = _this;
  _this setPos [7838.4312, 5872.9517, -0.00032043457];
};

_vehicle_310 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7868.4106, 5878.9912, 0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_310 = _this;
  _this setPos [7868.4106, 5878.9912, 0.00012207031];
};

_vehicle_311 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7885.2168, 5834.6846], [], 0, "CAN_COLLIDE"];
  _vehicle_311 = _this;
  _this setPos [7885.2168, 5834.6846];
};

_vehicle_312 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7925.1421, 5853.1069, -0.00033569336], [], 0, "CAN_COLLIDE"];
  _vehicle_312 = _this;
  _this setPos [7925.1421, 5853.1069, -0.00033569336];
};

_vehicle_313 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7923.7495, 5845.4243, -0.00039672852], [], 0, "CAN_COLLIDE"];
  _vehicle_313 = _this;
  _this setPos [7923.7495, 5845.4243, -0.00039672852];
};

_vehicle_314 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7974.3843, 5816.8433, -0.00039672852], [], 0, "CAN_COLLIDE"];
  _vehicle_314 = _this;
  _this setPos [7974.3843, 5816.8433, -0.00039672852];
};

_vehicle_315 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7995.8784, 5820.2261, -0.00045776367], [], 0, "CAN_COLLIDE"];
  _vehicle_315 = _this;
  _this setPos [7995.8784, 5820.2261, -0.00045776367];
};

_vehicle_316 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [8012.4536, 5836.5957, -4.5776367e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_316 = _this;
  _this setPos [8012.4536, 5836.5957, -4.5776367e-005];
};

_vehicle_317 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [8124.8574, 5794.4316, -0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_317 = _this;
  _this setPos [8124.8574, 5794.4316, -0.00012207031];
};

_vehicle_318 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [8109.9829, 5775.5591, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_318 = _this;
  _this setPos [8109.9829, 5775.5591, 6.1035156e-005];
};

_vehicle_319 = objNull;
if (true) then
{
  _this = createVehicle ["Silver_Vein_DZE", [8068.6685, 5782.0215, 0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_319 = _this;
  _this setPos [8068.6685, 5782.0215, 0.00012207031];
};

_vehicle_320 = objNull;
if (true) then
{
  _this = createVehicle ["Silver_Vein_DZE", [8072.1421, 5779.3408, 0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_320 = _this;
  _this setPos [8072.1421, 5779.3408, 0.00012207031];
};

_vehicle_321 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [8088.6523, 5767.9023, 0.00018310547], [], 0, "CAN_COLLIDE"];
  _vehicle_321 = _this;
  _this setPos [8088.6523, 5767.9023, 0.00018310547];
};

_vehicle_322 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [8084.2593, 5767.1206, -0.00018310547], [], 0, "CAN_COLLIDE"];
  _vehicle_322 = _this;
  _this setPos [8084.2593, 5767.1206, -0.00018310547];
};

_vehicle_323 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [8080.3066, 5768.436, 9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_323 = _this;
  _this setPos [8080.3066, 5768.436, 9.1552734e-005];
};

_vehicle_324 = objNull;
if (true) then
{
  _this = createVehicle ["Silver_Vein_DZE", [8072.6504, 5824.3877, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_324 = _this;
  _this setPos [8072.6504, 5824.3877, 1.5258789e-005];
};

_vehicle_325 = objNull;
if (true) then
{
  _this = createVehicle ["Silver_Vein_DZE", [8040.3188, 5840.7358, -6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_325 = _this;
  _this setPos [8040.3188, 5840.7358, -6.1035156e-005];
};

_vehicle_326 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [8053.6348, 5850.189, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_326 = _this;
  _this setPos [8053.6348, 5850.189, 3.0517578e-005];
};

_vehicle_327 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [8111.9126, 5885.2568, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_327 = _this;
  _this setPos [8111.9126, 5885.2568, -3.0517578e-005];
};

_vehicle_328 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [8146.645, 5888.7866, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_328 = _this;
  _this setPos [8146.645, 5888.7866, -3.0517578e-005];
};

_vehicle_329 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [8143.1006, 5888.8091, -0.00024414063], [], 0, "CAN_COLLIDE"];
  _vehicle_329 = _this;
  _this setPos [8143.1006, 5888.8091, -0.00024414063];
};

_vehicle_330 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [8159.0767, 5873.4082, -0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_330 = _this;
  _this setPos [8159.0767, 5873.4082, -0.00012207031];
};

_vehicle_331 = objNull;
if (true) then
{
  _this = createVehicle ["Silver_Vein_DZE", [8124.772, 5850.3613, -0.00015258789], [], 0, "CAN_COLLIDE"];
  _vehicle_331 = _this;
  _this setPos [8124.772, 5850.3613, -0.00015258789];
};

_vehicle_332 = objNull;
if (true) then
{
  _this = createVehicle ["Silver_Vein_DZE", [8095.7627, 5841.2246, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_332 = _this;
  _this setPos [8095.7627, 5841.2246, -3.0517578e-005];
};

_vehicle_333 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [8111.126, 5822.1133, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_333 = _this;
  _this setPos [8111.126, 5822.1133, 6.1035156e-005];
};

_vehicle_334 = objNull;
if (true) then
{
  _this = createVehicle ["Silver_Vein_DZE", [8071.8569, 5842.3037, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_334 = _this;
  _this setPos [8071.8569, 5842.3037, 0];
};

_vehicle_335 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [8042.8643, 5821.8345, -7.6293945e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_335 = _this;
  _this setPos [8042.8643, 5821.8345, -7.6293945e-005];
};

_vehicle_336 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [8046.6714, 5819.771, -0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_336 = _this;
  _this setPos [8046.6714, 5819.771, -0.00012207031];
};

_vehicle_337 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7993.4629, 5805.6313, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_337 = _this;
  _this setPos [7993.4629, 5805.6313, -3.0517578e-005];
};

_vehicle_338 = objNull;
if (true) then
{
  _this = createVehicle ["Silver_Vein_DZE", [7955.1699, 5798.314, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_338 = _this;
  _this setPos [7955.1699, 5798.314, -1.5258789e-005];
};

_vehicle_339 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7896.4507, 5801.8628, 0.00019836426], [], 0, "CAN_COLLIDE"];
  _vehicle_339 = _this;
  _this setPos [7896.4507, 5801.8628, 0.00019836426];
};

_vehicle_340 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7899.6377, 5811.5146, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_340 = _this;
  _this setPos [7899.6377, 5811.5146, 4.5776367e-005];
};

_vehicle_341 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7866.7612, 5786.4404, -9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_341 = _this;
  _this setPos [7866.7612, 5786.4404, -9.1552734e-005];
};

_vehicle_342 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7871.7578, 5783.4277, -0.00036621094], [], 0, "CAN_COLLIDE"];
  _vehicle_342 = _this;
  _this setPos [7871.7578, 5783.4277, -0.00036621094];
};

_vehicle_343 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7848.0522, 5803.415, -6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_343 = _this;
  _this setPos [7848.0522, 5803.415, -6.1035156e-005];
};

_vehicle_344 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7760.7456, 5747.7705, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_344 = _this;
  _this setPos [7760.7456, 5747.7705, -3.0517578e-005];
};

_vehicle_345 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7754.8765, 5769.5894, 0.0001373291], [], 0, "CAN_COLLIDE"];
  _vehicle_345 = _this;
  _this setPos [7754.8765, 5769.5894, 0.0001373291];
};

_vehicle_346 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7947.3623, 5834.5205, -0.00036621094], [], 0, "CAN_COLLIDE"];
  _vehicle_346 = _this;
  _this setPos [7947.3623, 5834.5205, -0.00036621094];
};

_vehicle_347 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7773.2446, 5841.4937, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_347 = _this;
  _this setPos [7773.2446, 5841.4937, 4.5776367e-005];
};

_vehicle_348 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7795.0073, 5798.4766, 0.0001373291], [], 0, "CAN_COLLIDE"];
  _vehicle_348 = _this;
  _this setPos [7795.0073, 5798.4766, 0.0001373291];
};

_vehicle_349 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7796.1504, 5800.5254, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_349 = _this;
  _this setPos [7796.1504, 5800.5254, 3.0517578e-005];
};

_vehicle_350 = objNull;
if (true) then
{
  _this = createVehicle ["Silver_Vein_DZE", [7768.3193, 5784.1616, 0.00032043457], [], 0, "CAN_COLLIDE"];
  _vehicle_350 = _this;
  _this setPos [7768.3193, 5784.1616, 0.00032043457];
};

_vehicle_351 = objNull;
if (true) then
{
  _this = createVehicle ["Silver_Vein_DZE", [7728.6504, 5796.4536, 0.00035095215], [], 0, "CAN_COLLIDE"];
  _vehicle_351 = _this;
  _this setPos [7728.6504, 5796.4536, 0.00035095215];
};

_vehicle_352 = objNull;
if (true) then
{
  _this = createVehicle ["Silver_Vein_DZE", [7726.3457, 5798.9268, 7.6293945e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_352 = _this;
  _this setPos [7726.3457, 5798.9268, 7.6293945e-005];
};

_vehicle_353 = objNull;
if (true) then
{
  _this = createVehicle ["Silver_Vein_DZE", [7735.8032, 5799.0771, -4.5776367e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_353 = _this;
  _this setDir -52.926773;
  _this setPos [7735.8032, 5799.0771, -4.5776367e-005];
};

_vehicle_354 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7744.417, 5831.7051, 0.00010681152], [], 0, "CAN_COLLIDE"];
  _vehicle_354 = _this;
  _this setDir -40.944862;
  _this setPos [7744.417, 5831.7051, 0.00010681152];
};

_vehicle_355 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7720.7319, 5832.2388, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_355 = _this;
  _this setPos [7720.7319, 5832.2388, 3.0517578e-005];
};

_vehicle_356 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7722.835, 5831.5488, 0.00015258789], [], 0, "CAN_COLLIDE"];
  _vehicle_356 = _this;
  _this setPos [7722.835, 5831.5488, 0.00015258789];
};

_vehicle_357 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7701.3535, 5778.9883, -0.00028991699], [], 0, "CAN_COLLIDE"];
  _vehicle_357 = _this;
  _this setDir -43.474411;
  _this setPos [7701.3535, 5778.9883, -0.00028991699];
};

_vehicle_358 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7703.3472, 5778.2832, 0.00047302246], [], 0, "CAN_COLLIDE"];
  _vehicle_358 = _this;
  _this setDir 67.606438;
  _this setPos [7703.3472, 5778.2832, 0.00047302246];
};

_vehicle_359 = objNull;
if (true) then
{
  _this = createVehicle ["Silver_Vein_DZE", [7704.5444, 5778.4121, 0.00019836426], [], 0, "CAN_COLLIDE"];
  _vehicle_359 = _this;
  _this setDir -93.454544;
  _this setPos [7704.5444, 5778.4121, 0.00019836426];
};

_vehicle_360 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7680.9746, 5789.9019, 0.0005645752], [], 0, "CAN_COLLIDE"];
  _vehicle_360 = _this;
  _this setPos [7680.9746, 5789.9019, 0.0005645752];
};

_vehicle_362 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7681.4624, 5788.6655, -0.00022888184], [], 0, "CAN_COLLIDE"];
  _vehicle_362 = _this;
  _this setDir -128.08543;
  _this setPos [7681.4624, 5788.6655, -0.00022888184];
};

_vehicle_364 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7681.4321, 5787.667, 0.00039672852], [], 0, "CAN_COLLIDE"];
  _vehicle_364 = _this;
  _this setDir -87.085114;
  _this setPos [7681.4321, 5787.667, 0.00039672852];
};

_vehicle_365 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7705.7988, 5844.1787, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_365 = _this;
  _this setPos [7705.7988, 5844.1787, -1.5258789e-005];
};

_vehicle_366 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7703.5757, 5854.3267, 0.0001373291], [], 0, "CAN_COLLIDE"];
  _vehicle_366 = _this;
  _this setPos [7703.5757, 5854.3267, 0.0001373291];
};

_vehicle_368 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7642.7202, 5831.9531, 0.00021362305], [], 0, "CAN_COLLIDE"];
  _vehicle_368 = _this;
  _this setPos [7642.7202, 5831.9531, 0.00021362305];
};

_vehicle_370 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7690.6704, 5816.2646, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_370 = _this;
  _this setPos [7690.6704, 5816.2646, 3.0517578e-005];
};

_vehicle_372 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7648.7422, 5824.8008, 0.00038146973], [], 0, "CAN_COLLIDE"];
  _vehicle_372 = _this;
  _this setDir -24.286123;
  _this setPos [7648.7422, 5824.8008, 0.00038146973];
};

_vehicle_373 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7655.9209, 5943.5957, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_373 = _this;
  _this setPos [7655.9209, 5943.5957, 1.5258789e-005];
};

_vehicle_374 = objNull;
if (true) then
{
  _this = createVehicle ["Silver_Vein_DZE", [7674.5981, 5947.9092, 0.00010681152], [], 0, "CAN_COLLIDE"];
  _vehicle_374 = _this;
  _this setPos [7674.5981, 5947.9092, 0.00010681152];
};

_vehicle_376 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7676.5332, 5946.6455, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_376 = _this;
  _this setPos [7676.5332, 5946.6455, 6.1035156e-005];
};

_vehicle_378 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7675.1846, 5946.9629, 0.00012207031], [], 0, "CAN_COLLIDE"];
  _vehicle_378 = _this;
  _this setPos [7675.1846, 5946.9629, 0.00012207031];
};

_vehicle_380 = objNull;
if (true) then
{
  _this = createVehicle ["Iron_Vein_DZE", [7708.0532, 5931.4692, -6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_380 = _this;
  _this setPos [7708.0532, 5931.4692, -6.1035156e-005];
};

_vehicle_382 = objNull;
if (true) then
{
  _this = createVehicle ["Gold_Vein_DZE", [7628.8115, 5904.4639], [], 0, "CAN_COLLIDE"];
  _vehicle_382 = _this;
  _this setPos [7628.8115, 5904.4639];
};

};

 

Mine Crate

if (isServer) then {


        _vehicle_9876 = objNull;
        
        if (true) then
        {
          _this = createVehicle ["TKVehicleBox_EP1", [7855.825195, 5852.507813, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
          _vehicle_9876 = _this;
          _this setDir 20;

          clearWeaponCargoGlobal _this;
          clearMagazineCargoGlobal _this;

          
          _this addWeaponCargoGlobal ["ItemCrowbar",4];
          
          _this addMagazineCargoGlobal ["FoodbeefCooked",4];
          _this addMagazineCargoGlobal ["ItemWaterbottle",4];
        };
};

 

If you guys would like Zombies to spawn then use this Sensor.(Remember to change your class item numbers)

Sensor

class Item?
        {
            position[]={7891.2803,5808.7749,0.001};
            a=200;
            b=200;
            activationBy="ANY";
            repeating=1;
            interruptable=1;
            age="UNKNOWN";
            name="MineTrigger";
            expCond="(vehicle player) in thislist;";
            expActiv="zomblespawnt = [] execVM ""custom\MineZombieSpawn.sqf"";";
            expDesactiv="terminate zomblespawnt;";
            class Effects
            {
            };
        };

The sensor will trigger this;

Mine Zombie Spawn SQF

_zombletypes = [
"z_worker1",
"z_worker2",
"z_worker3",
"z_villager1",
"z_villager2",
"z_villager3",
"z_teacher",
"z_doctor",
"z_hunter"
];
_zomblesposition =    [7811.2871, 5764.2905, 1.5258789e-005];
_i = 1;
    for "_i" from 1 to 30 do
    {
        _genzombles = _zombletypes call BIS_fnc_selectRandom;
        _agent = createAgent [_genzombles, _zomblesposition, [], 5, "NONE"];
        _zombleselectedpos = getPosATL _agent;
        [_zombleselectedpos,_agent] execFSM "\z\addons\dayz_code\system\zombie_agent.fsm";

And if you would like to have a marker add this.(Remember again to edit the Class Items numbers.)

Marker

class Item?
        {
            position[]={7891.2803,0.001,5808.7749};
            name="Mine1";
            text="Adigo Ad Mortem Mine";
            type="mil_circle";
            colorName="ColorKhaki";
        };

 

If you have any issues or would like a more detailed installation then let me know ~ iCEtIMed

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...