01.10.2015, 23:13
I lowered it down so there are only 2 zones for the simplicity of it, ill add in more later when(if) I get it to work.
^ Is pretty much all I got I right now. How does the script know which of the 3d arrays above have to do with each area? Does it do it automaticly or? And thats just a small question I dont know how to continue after that
And where(how) do I create the dm mode? a #define? I dont even know what Im talking about right now.
Код:
new gZoneSpawns[2][10][3] = { {"1244.6598,-2007.9690,59.8583"}, // #1 {"1263.8115,-2008.7446,59.3110"}, // #2 {"1274.2030,-2017.0784,59.0140"}, // #3 {"1275.0482,-2029.7145,59.0075"}, // #4 {"1267.9203,-2039.6437,59.1826"}, // #5 {"1257.5148,-2045.0038,59.4839"}, // #6 {"1248.4553,-2045.1805,59.7547"}, // #7 {"1241.6305,-2040.7483,60.0307"}, // #8 {"1237.1600,-2037.8246,60.4849"}, // #9 {"1231.9650,-2033.4900,62.9660"} // #10 {"-2634.5728,1352.5977,7.1206"}, // #1 {"-2628.7397,1356.4369,7.0964"}, // #2 {"-2626.7644,1364.8420,7.0882"}, // #3 {"-2635.1113,1367.3550,7.1229"}, // #4 {"-2638.3760,1359.6676,7.1364"}, // #5 {"-2633.6199,1351.5447,7.1167"}, // #6 {"-2624.4773,1349.3302,7.1448"}, // #7 {"-2616.0916,1347.4570,7.1953"}, // #8 {"-2613.6470,1355.6351,7.1460"}, // #9 {"-2605.9299,1360.8137,7.0848"} // #10 };
And where(how) do I create the dm mode? a #define? I dont even know what Im talking about right now.