08.06.2015, 16:49
What is the problem
Bad English , I am sorry
Код:
LoadSpawnPoints( FileName[] ) { new XML:file = xml_open(FileName); #define STRING_LENG 2014 new string[STRING_LENG]; AllMapSpawns = 0; for(new i = 1; i <= xml_get_int(file, "count(map/spawnpoint)");i++) { new Vehicle, Interior, Float:pos[4]; format(string, STRING_LENG, "map/spawnpoint[%d]/@vehicle", i); Vehicle = xml_get_int(file, string); format(string, STRING_LENG, "map/spawnpoint[%d]/@interior", i); Interior = xml_get_int(file, string); format(string, STRING_LENG, "map/spawnpoint[%d]/@posX", i); pos[0] = xml_get_float(file, string); format(string, STRING_LENG, "map/spawnpoint[%d]/@posY", i); pos[1] = xml_get_float(file, string); format(string, STRING_LENG, "map/spawnpoint[%d]/@posZ", i); pos[2] = xml_get_float(file, string); format(string, STRING_LENG, "map/spawnpoint[%d]/@rotZ", i); pos[3] = xml_get_float(file, string); PlayerSpawnData[i][pPosVehicle] = Vehicle; PlayerSpawnData[i][pPosInterior] = Interior; PlayerSpawnData[i][pPosX] = pos[0]; PlayerSpawnData[i][pPosY] = pos[1]; PlayerSpawnData[i][pPosZ] = pos[2]; PlayerSpawnData[i][pPosRZ] = pos[3]; AllMapSpawns ++; } #undef STRING_LENG xml_close(file); return true; }
Код:
<?xml version="1.0" encoding="utf-16"?> <map mod="deathmatch"> <spawnpoint posX="4120.758789" posY="-1812.186890" posZ="20.790709" rotation="182" vehicle="541" id="spawnpoint0" /> <spawnpoint posX="4120.266602" posY="-1847.749146" posZ="20.534603" rotation="360" vehicle="541" id="spawnpoint1" /> <spawnpoint posX="4093.644531" posY="-1847.823608" posZ="6.700233" rotation="360" vehicle="541" id="spawnpoint2" /> <spawnpoint posX="4093.727539" posY="-1812.279663" posZ="6.743363" rotation="182" vehicle="541" id="spawnpoint3" /> <spawnpoint posX="4120.374023" posY="-1795.312134" posZ="20.580122" rotation="178" vehicle="541" id="spawnpoint4" /> <spawnpoint posX="4156.514160" posY="-1812.180908" posZ="39.397392" rotation="182" vehicle="541" id="spawnpoint5" /> <spawnpoint posX="4187.609863" posY="-1812.279907" posZ="55.553829" rotation="182" vehicle="541" id="spawnpoint6" /> <spawnpoint posX="4191.386719" posY="-1847.359253" posZ="58.456184" rotation="90" vehicle="541" id="spawnpoint7" /> <spawnpoint posX="4191.241211" posY="-1888.051636" posZ="58.416824" rotation="90" vehicle="541" id="spawnpoint8" /> <spawnpoint posX="4156.271484" posY="-1882.811401" posZ="39.280384" rotation="360" vehicle="541" id="spawnpoint9" /> <spawnpoint posX="4143.531250" posY="-1883.236084" posZ="32.633877" rotation="360" vehicle="541" id="spawnpoint10" /> <spawnpoint posX="4156.271484" posY="-1853.295654" posZ="39.280388" rotation="360" vehicle="541" id="spawnpoint11" /> <spawnpoint posX="4143.547363" posY="-1867.830078" posZ="32.650841" rotation="182" vehicle="541" id="spawnpoint12" /> <spawnpoint posX="4156.371582" posY="-1867.523071" posZ="39.332455" rotation="182" vehicle="541" id="spawnpoint13" /> <spawnpoint posX="4105.102539" posY="-1830.009277" posZ="18.794645" rotation="271" vehicle="541" id="spawnpoint14" /> <spawnpoint posX="4150.891113" posY="-1807.258911" posZ="37.325184" rotation="90" vehicle="541" id="spawnpoint15" /> <spawnpoint posX="4177.009766" posY="-1823.467651" posZ="34.469997" rotation="90" vehicle="541" id="spawnpoint16" /> <spawnpoint posX="4177.145020" posY="-1859.343140" posZ="34.517521" rotation="90" vehicle="541" id="spawnpoint17" /> <spawnpoint posX="4141.811035" posY="-1852.817261" posZ="16.259722" rotation="90" vehicle="541" id="spawnpoint18" /> <spawnpoint posX="4146.996094" posY="-1783.347900" posZ="17.916882" rotation="182" vehicle="541" id="spawnpoint19" /> <spawnpoint posX="4146.628418" posY="-1829.086304" posZ="17.710278" rotation="182" vehicle="541" id="spawnpoint20" /> <spawnpoint posX="4150.434082" posY="-1867.670410" posZ="36.236301" rotation="182" vehicle="541" id="spawnpoint21" /> <spawnpoint posX="4134.418945" posY="-1867.604248" posZ="27.898607" rotation="182" vehicle="541" id="spawnpoint22" /> <spawnpoint posX="4150.568848" posY="-1883.467651" posZ="36.297615" rotation="360" vehicle="541" id="spawnpoint23" /> <spawnpoint posX="4134.037598" posY="-1883.126953" posZ="27.691175" rotation="360" vehicle="541" id="spawnpoint24" /> <spawnpoint posX="4120.465820" posY="-1888.224731" posZ="20.642820" rotation="360" vehicle="541" id="spawnpoint25" /> <spawnpoint posX="4120.429199" posY="-1857.762451" posZ="20.623758" rotation="182" vehicle="541" id="spawnpoint26" /> <spawnpoint posX="4124.905762" posY="-1823.597900" posZ="21.817390" rotation="90" vehicle="541" id="spawnpoint27" /> <spawnpoint posX="4176.765137" posY="-1783.521118" posZ="34.413998" rotation="90" vehicle="541" id="spawnpoint28" /> <spawnpoint posX="4159.304199" posY="-1818.693115" posZ="25.213993" rotation="90" vehicle="541" id="spawnpoint29" /> <spawnpoint posX="4176.520020" posY="-1892.790527" posZ="34.185570" rotation="90" vehicle="541" id="spawnpoint30" /> <spawnpoint posX="4146.376465" posY="-1887.620483" posZ="17.560724" rotation="360" vehicle="541" id="spawnpoint31" /> <object posX="4089.651611" posY="-1829.974487" posZ="2.193617" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object0" /> <object posX="4094.164551" posY="-1829.983643" posZ="4.547736" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object1" /> <object posX="4105.316406" posY="-1852.711670" posZ="10.344369" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object2" /> <object posX="4120.960449" posY="-1830.003540" posZ="18.472513" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object3" /> <object posX="4105.292480" posY="-1807.286987" posZ="10.330511" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object4" /> <object posX="4097.895020" posY="-1829.636475" posZ="16.240061" rotX="0" rotY="-2.5783100780887" rotZ="0" model="3458" id="object5" /> <object posX="4059.334961" posY="-1823.555664" posZ="16.140074" rotX="-26.6425374735833" rotY="0" rotZ="-20.7038299270523" model="3458" id="object6" /> <object posX="4058.843750" posY="-1816.171753" posZ="16.153591" rotX="-26.6425374735833" rotY="0" rotZ="-54.4537942576744" model="3458" id="object7" /> <object posX="4059.106689" posY="-1816.399902" posZ="16.156683" rotX="-26.6425374735833" rotY="0" rotZ="-88.2038158840761" model="3458" id="object8" /> <object posX="4060.439697" posY="-1801.706909" posZ="16.152035" rotX="-26.6425374735833" rotY="0" rotZ="-121.953780214698" model="3458" id="object9" /> <object posX="4066.471436" posY="-1794.402832" posZ="16.159353" rotX="-26.6425374735833" rotY="0" rotZ="-155.7038018411" model="3458" id="object10" /> <object posX="4074.098633" posY="-1790.471680" posZ="16.187717" rotX="-26.6425374735833" rotY="0" rotZ="-178.203797160108" model="3458" id="object11" /> <object posX="4093.641602" posY="-1790.223389" posZ="14.895555" rotX="0" rotY="0" rotZ="0" model="3458" id="object12" /> <object posX="4120.949707" posY="-1807.998535" posZ="18.456711" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object13" /> <object posX="4105.319336" posY="-1790.218872" posZ="10.320568" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object14" /> <object posX="4089.610352" posY="-1807.869141" posZ="2.135945" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object15" /> <object posX="4075.124756" posY="-1831.179688" posZ="19.086090" rotX="0" rotY="0" rotZ="159.218840618448" model="1408" id="object16" /> <object posX="4070.021240" posY="-1829.214966" posZ="19.061613" rotX="0" rotY="0" rotZ="159.218840618448" model="1408" id="object17" /> <object posX="4067.519287" posY="-1828.252930" posZ="19.041134" rotX="0" rotY="0" rotZ="159.218840618448" model="1408" id="object18" /> <object posX="4063.250244" posY="-1824.973389" posZ="19.055784" rotX="0" rotY="0" rotZ="125.468876287826" model="1408" id="object19" /> <object posX="4060.111816" posY="-1820.587891" posZ="19.068247" rotX="0" rotY="0" rotZ="125.468876287826" model="1408" id="object20" /> <object posX="4059.224609" posY="-1819.384521" posZ="19.071873" rotX="0" rotY="0" rotZ="125.468876287826" model="1408" id="object21" /> <object posX="4057.514893" posY="-1814.432251" posZ="19.085783" rotX="0" rotY="0" rotZ="91.7189119572036" model="1408" id="object22" /> <object posX="4057.323242" posY="-1809.085815" posZ="19.090704" rotX="0" rotY="0" rotZ="91.7189119572036" model="1408" id="object23" /> <object posX="4057.219971" posY="-1806.819458" posZ="19.069069" rotX="0" rotY="0" rotZ="91.7189119572036" model="1408" id="object24" /> <object posX="4058.568115" posY="-1801.833618" posZ="19.052240" rotX="0" rotY="0" rotZ="57.968890330802" model="1408" id="object25" /> <object posX="4061.533691" posY="-1797.085327" posZ="19.047438" rotX="0" rotY="0" rotZ="57.968890330802" model="1408" id="object26" /> <object posX="4065.795166" posY="-1793.029541" posZ="19.057623" rotX="0" rotY="0" rotZ="24.2189260001799" model="1408" id="object27" /> <object posX="4070.890625" posY="-1790.739136" posZ="19.052313" rotX="0" rotY="0" rotZ="24.2189260001799" model="1408" id="object28" /> <object posX="4072.341309" posY="-1790.028320" posZ="19.032709" rotX="0" rotY="0" rotZ="24.2189260001799" model="1408" id="object29" /> <object posX="4061.859863" posY="-1796.473633" posZ="19.042974" rotX="0" rotY="0" rotZ="57.968890330802" model="1408" id="object30" /> <object posX="4077.518311" posY="-1788.823242" posZ="19.013849" rotX="0" rotY="0" rotZ="1.71893068117198" model="1408" id="object31" /> <object posX="4082.934570" posY="-1788.675293" posZ="19.036787" rotX="0" rotY="0" rotZ="1.71893068117198" model="1408" id="object32" /> <object posX="4088.419189" posY="-1788.519653" posZ="19.051544" rotX="0" rotY="0" rotZ="1.71893068117198" model="1408" id="object33" /> <object posX="4091.490967" posY="-1788.379883" posZ="19.060337" rotX="0" rotY="0" rotZ="1.71893068117198" model="1408" id="object34" /> <object posX="4080.890625" posY="-1829.663086" posZ="17.006966" rotX="0" rotY="-17.1887338539247" rotZ="5.72957795130823E-05" model="1245" id="object35" /> <object posX="4141.044434" posY="-1807.276733" posZ="28.925667" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object36" /> <object posX="4156.719238" posY="-1824.992188" posZ="37.080948" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object37" /> <object posX="4141.074219" posY="-1842.619873" posZ="28.917885" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object38" /> <object posX="4176.438965" posY="-1807.258789" posZ="47.334049" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object39" /> <object posX="4172.345703" posY="-1847.645264" posZ="45.227581" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object40" /> <object posX="4081.714355" posY="-1807.224731" posZ="2.210127" rotX="-14.610423775836" rotY="0" rotZ="89.9999812760317" model="1632" id="object41" /> <object posX="4073.412598" posY="-1807.235229" posZ="4.665300" rotX="1.71887338539247" rotY="0" rotZ="89.9999812760317" model="1632" id="object42" /> <object posX="4066.135010" posY="-1807.225464" posZ="9.677485" rotX="21.4859173174059" rotY="0" rotZ="89.9999812760317" model="1632" id="object43" /> <object posX="4063.407959" posY="-1807.234741" posZ="12.870384" rotX="32.6585943224569" rotY="0" rotZ="89.9999812760317" model="1632" id="object44" /> <object posX="4188.008789" posY="-1825.072754" posZ="53.338360" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object45" /> <object posX="4156.700195" posY="-1870.381470" posZ="37.080406" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object46" /> <object posX="4141.024902" posY="-1888.026489" posZ="28.905182" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object47" /> <object posX="4137.234863" posY="-1882.958862" posZ="26.932631" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object48" /> <object posX="4120.966797" posY="-1875.185791" posZ="18.480433" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object49" /> <object posX="4137.184082" posY="-1877.969971" posZ="26.895411" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object50" /> <object posX="4137.759766" posY="-1872.900879" posZ="27.210161" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object51" /> <object posX="4137.232910" posY="-1867.812500" posZ="26.940313" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object52" /> <object posX="4137.114746" posY="-1862.709351" posZ="26.838657" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object53" /> <object posX="4136.946777" posY="-1857.606567" posZ="26.782967" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object54" /> <object posX="4142.765137" posY="-1823.827393" posZ="20.391590" rotX="0" rotY="-2.5783100780887" rotZ="0" model="3458" id="object55" /> <object posX="4162.633789" posY="-1823.843018" posZ="23.612381" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object56" /> <object posX="4178.304199" posY="-1841.547485" posZ="31.797640" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object57" /> <object posX="4162.604492" posY="-1859.155151" posZ="23.619232" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object58" /> <object posX="4146.934082" posY="-1841.486450" posZ="15.446136" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object59" /> <object posX="4139.695801" posY="-1852.666260" posZ="10.313269" rotX="0" rotY="-27.5019741662795" rotZ="180.000019847843" model="3458" id="object60" /> <object posX="4129.751953" posY="-1852.628906" posZ="13.486673" rotX="0" rotY="-2.5783100780887" rotZ="0" model="3458" id="object61" /> <object posX="4176.112793" posY="-1838.376831" posZ="29.991102" rotX="0" rotY="-24.0642273954946" rotZ="179.999962552063" model="3458" id="object62" /> <object posX="4176.830566" posY="-1888.056152" posZ="47.566345" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object63" /> <object posX="4192.464355" posY="-1865.343262" posZ="55.693928" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object64" /> <object posX="3970.138184" posY="-1807.262207" posZ="30.994020" rotX="0" rotY="-2.5783100780887" rotZ="0" model="3458" id="object65" /> <object posX="3970.029785" posY="-1806.107178" posZ="31.031080" rotX="0" rotY="-2.5783100780887" rotZ="11.2500263073937" model="3458" id="object66" /> <object posX="3969.953125" posY="-1808.417236" posZ="31.024340" rotX="0" rotY="-2.5783100780887" rotZ="-11.2500263073937" model="3458" id="object67" /> <object posX="3928.818115" posY="-1808.817993" posZ="31.521839" rotX="0" rotY="0" rotZ="181.718893233235" model="13647" id="object68" /> <object posX="3928.807861" posY="-1807.011597" posZ="31.510134" rotX="0" rotY="0" rotZ="91.7188546614241" model="13648" id="object69" /> <object posX="3907.136475" posY="-1819.173950" posZ="32.172321" rotX="0" rotY="0" rotZ="89.9999812760317" model="3458" id="object70" /> <object posX="4146.928223" posY="-1801.132935" posZ="15.458296" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object71" /> <object posX="4131.210449" posY="-1783.486328" posZ="7.246760" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object72" /> <object posX="4139.750488" posY="-1790.191650" posZ="10.325838" rotX="0" rotY="-27.5019741662795" rotZ="180.000019847843" model="3458" id="object73" /> <object posX="4138.573730" posY="-1784.273193" posZ="12.019135" rotX="0" rotY="0" rotZ="89.9999812760317" model="1479" id="object74" /> <object posX="4138.250488" posY="-1789.394043" posZ="12.016425" rotX="0" rotY="0" rotZ="269.999943828095" model="1479" id="object75" /> <object posX="4136.946777" posY="-1784.259766" posZ="11.322248" rotX="-51.5661442659946" rotY="0" rotZ="89.9999812760317" model="1479" id="object76" /> <object posX="4139.846680" posY="-1789.411377" posZ="11.314843" rotX="-51.5661442659946" rotY="0" rotZ="270.000001123874" model="1479" id="object77" /> <object posX="4178.292969" posY="-1801.389893" posZ="31.811264" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object78" /> <object posX="4162.654785" posY="-1783.523560" posZ="23.629532" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object79" /> <object posX="4146.660156" posY="-1875.211792" posZ="15.285170" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object80" /> <object posX="4141.696289" posY="-1892.847412" posZ="14.445707" rotX="0" rotY="14.610423775836" rotZ="0" model="3458" id="object81" /> <object posX="4116.500488" posY="-1892.036987" posZ="17.210333" rotX="0" rotY="0" rotZ="89.9999812760317" model="1479" id="object82" /> <object posX="4178.300293" posY="-1875.192505" posZ="31.789204" rotX="-27.5019741662795" rotY="0" rotZ="89.9999812760317" model="3458" id="object83" /> <object posX="4162.525879" posY="-1892.848877" posZ="23.533386" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object84" /> <object posX="4145.061035" posY="-1818.779053" posZ="14.475653" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object85" /> <object posX="4115.945313" posY="-1818.805908" posZ="6.455632" rotX="0" rotY="-2.5783100780887" rotZ="0" model="3458" id="object86" /> <object posX="4066.494873" posY="-1818.892822" posZ="-0.057249" rotX="0" rotY="0" rotZ="0" model="1479" id="object87" /> <object posX="4060.017822" posY="-1818.890625" posZ="-0.034972" rotX="0" rotY="0" rotZ="0" model="1479" id="object88" /> <object posX="4053.497803" posY="-1818.885010" posZ="-0.012696" rotX="0" rotY="0" rotZ="0" model="1479" id="object89" /> <object posX="4046.995361" posY="-1818.875000" posZ="-0.016092" rotX="0" rotY="0" rotZ="0" model="1479" id="object90" /> <object posX="4040.503418" posY="-1818.879883" posZ="-0.018815" rotX="0" rotY="0" rotZ="0" model="1479" id="object91" /> <object posX="4033.657471" posY="-1820.239990" posZ="-0.021538" rotX="0" rotY="0" rotZ="22.4999953190079" model="1479" id="object92" /> <object posX="4033.656006" posY="-1817.517700" posZ="-0.024262" rotX="0" rotY="0" rotZ="157.499967233055" model="1479" id="object93" /> <object posX="4030.565918" posY="-1818.858154" posZ="-0.024262" rotX="0" rotY="0" rotZ="-89.9999812760317" model="1479" id="object94" /> <object posX="4027.753662" posY="-1818.859253" posZ="2.573017" rotX="89.3813587446289" rotY="0" rotZ="89.9999812760317" model="1479" id="object95" /> <object posX="4028.786865" posY="-1823.739502" posZ="-0.049262" rotX="0" rotY="0" rotZ="0" model="1479" id="object96" /> <object posX="4028.761963" posY="-1813.971436" posZ="-0.051985" rotX="0" rotY="0" rotZ="-179.999962552063" model="1479" id="object97" /> <object posX="4033.968994" posY="-1822.101196" posZ="-0.099262" rotX="0" rotY="0" rotZ="33.7500216264016" model="1479" id="object98" /> <object posX="4033.909668" posY="-1815.538818" posZ="-0.076986" rotX="0" rotY="0" rotZ="146.249998221441" model="1479" id="object99" /> <object posX="4023.906738" posY="-1821.974976" posZ="-0.026986" rotX="0" rotY="0" rotZ="-270.000001123874" model="1479" id="object100" /> <object posX="4023.917725" posY="-1815.769409" posZ="-0.004709" rotX="0" rotY="0" rotZ="-270.000001123874" model="1479" id="object101" /> <object posX="4002.203613" posY="-1818.803223" posZ="-0.100480" rotX="0" rotY="0" rotZ="0" model="3458" id="object102" /> <object posX="3977.380615" posY="-1818.669678" posZ="2.468925" rotX="0" rotY="0" rotZ="89.9999812760317" model="1632" id="object103" /> <object posX="3970.219727" posY="-1818.654419" posZ="7.018764" rotX="18.9076072393172" rotY="0" rotZ="89.9999812760317" model="1632" id="object104" /> <object posX="3964.747070" posY="-1818.639893" posZ="13.566521" rotX="36.0963410932419" rotY="0" rotZ="89.9999812760317" model="1632" id="object105" /> <object posX="3961.307373" posY="-1817.995972" posZ="21.130526" rotX="54.1444543440833" rotY="19.7670439320134" rotZ="80.5461776563731" model="1632" id="object106" /> <object posX="4028.487793" posY="-1818.844849" posZ="2.034961" rotX="0" rotY="0" rotZ="0" model="1225" id="object107" /> <object posX="3907.157959" posY="-1842.550537" posZ="32.147255" rotX="0" rotY="0" rotZ="89.9999812760317" model="3458" id="object108" /> <object posX="3906.022949" posY="-1879.293091" posZ="33.634129" rotX="0" rotY="0" rotZ="180.000019847843" model="2931" id="object109" /> <object posX="3908.174316" posY="-1889.407104" posZ="35.434956" rotX="0" rotY="0" rotZ="-89.3813587446289" model="968" id="object110" /> <object posX="3905.858643" posY="-1889.392456" posZ="35.434986" rotX="0" rotY="0" rotZ="-85.943611973844" model="968" id="object111" /> <object posX="3907.192383" posY="-1924.205444" posZ="32.147160" rotX="0" rotY="0" rotZ="89.9999812760317" model="3458" id="object112" /> <object posX="3910.416260" posY="-1889.409912" posZ="36.160015" rotX="-0.859436692696235" rotY="-90.2407954373251" rotZ="0" model="968" id="object113" /> <object posX="3909.745361" posY="-1908.630737" posZ="34.340839" rotX="0" rotY="0" rotZ="89.9999812760317" model="978" id="object114" /> <object posX="3909.758301" posY="-1917.941772" posZ="34.365841" rotX="0" rotY="0" rotZ="89.9999812760317" model="978" id="object115" /> <object posX="3904.654297" posY="-1908.619263" posZ="34.315838" rotX="0" rotY="0" rotZ="-89.9999812760317" model="979" id="object116" /> <object posX="3904.671631" posY="-1917.995361" posZ="34.315838" rotX="0" rotY="0" rotZ="-89.9999812760317" model="979" id="object117" /> <object posX="3907.322266" posY="-1943.697510" posZ="33.209846" rotX="57.5822011148682" rotY="0" rotZ="0" model="968" id="object118" /> <object posX="3907.084473" posY="-1943.708374" posZ="33.209846" rotX="57.5822011148682" rotY="0" rotZ="0" model="968" id="object119" /> <object posX="3906.162598" posY="-1872.599609" posZ="32.205711" rotX="0" rotY="0" rotZ="89.9999812760317" model="1479" id="object120" /> <object posX="3906.158447" posY="-1866.077637" posZ="32.230621" rotX="0" rotY="0" rotZ="89.9999812760317" model="1479" id="object121" /> <object posX="3908.130371" posY="-1872.582764" posZ="32.180634" rotX="0" rotY="0" rotZ="-89.9999812760317" model="1479" id="object122" /> <object posX="3908.124512" posY="-1866.049683" posZ="32.205666" rotX="0" rotY="0" rotZ="-89.9999812760317" model="1479" id="object123" /> <object posX="3910.403564" posY="-1889.408203" posZ="42.370312" rotX="-0.859436692696235" rotY="-90.2407954373251" rotZ="0" model="968" id="object124" /> <object posX="4169.552246" posY="-1871.947388" posZ="53.465126" rotX="0" rotY="-2.5783100780887" rotZ="0" model="3458" id="object125" /> <object posX="4142.991699" posY="-1871.931152" posZ="53.619396" rotX="0" rotY="0" rotZ="89.9999812760317" model="1632" id="object126" /> <object posX="3910.301025" posY="-1889.410034" posZ="35.413544" rotX="0" rotY="0" rotZ="0" model="968" id="object127" /> <object posX="3903.438721" posY="-1889.410278" posZ="35.429070" rotX="0" rotY="0" rotZ="0" model="968" id="object128" /> <object posX="3909.253662" posY="-1889.383911" posZ="39.248367" rotX="0" rotY="0" rotZ="0" model="1225" id="object129" /> <object posX="3904.813477" posY="-1889.434937" posZ="39.249168" rotX="0" rotY="0" rotZ="0" model="1225" id="object130" /> <object posX="4178.463867" posY="-1812.359619" posZ="38.986183" rotX="0" rotY="-2.5783100780887" rotZ="0" model="3458" id="object131" /> <object posX="4188.206055" posY="-1818.620850" posZ="40.890236" rotX="-26.6425374735833" rotY="3.43774677078494" rotZ="148.046163613397" model="3458" id="object132" /> <object posX="4189.416016" posY="-1820.375854" posZ="40.937126" rotX="-26.6425374735833" rotY="3.43774677078494" rotZ="114.296141986995" model="3458" id="object133" /> <object posX="4195.957520" posY="-1840.036499" posZ="42.042484" rotX="-26.6425374735833" rotY="3.43774677078494" rotZ="80.5461776563731" model="3458" id="object134" /> <object posX="4193.409180" posY="-1857.823242" posZ="42.986115" rotX="-26.6425374735833" rotY="3.43774677078494" rotZ="45.077282644579" model="3458" id="object135" /> <object posX="4178.183594" posY="-1871.769165" posZ="42.900536" rotX="0" rotY="-13.7509870831398" rotZ="0" model="3458" id="object136" /> <object posX="4162.682617" posY="-1872.071167" posZ="42.497868" rotX="0" rotY="0" rotZ="89.9999812760317" model="1696" id="object137" /> <object posX="4107.125488" posY="-1789.910034" posZ="17.406256" rotX="0" rotY="0" rotZ="269.999943828095" model="1696" id="object138" /> <object posX="4174.437500" posY="-1807.562134" posZ="42.995396" rotX="0" rotY="-2.5783100780887" rotZ="-32.8905849337054" model="1408" id="object139" /> <object posX="4179.012695" posY="-1810.533569" posZ="43.253212" rotX="0" rotY="-2.5783100780887" rotZ="-32.8905849337054" model="1408" id="object140" /> <object posX="4183.576660" posY="-1813.491821" posZ="43.483143" rotX="0" rotY="-2.5783100780887" rotZ="-32.8905849337054" model="1408" id="object141" /> <object posX="4188.081543" posY="-1816.497192" posZ="43.719425" rotX="0" rotY="-2.5783100780887" rotZ="-32.8905849337054" model="1408" id="object142" /> <object posX="4191.391602" posY="-1820.513672" posZ="43.969044" rotX="0" rotY="-2.5783100780887" rotZ="-66.6405492643275" model="1408" id="object143" /> <object posX="4193.477539" posY="-1825.626831" posZ="44.228802" rotX="0" rotY="-2.5783100780887" rotZ="-66.6405492643275" model="1408" id="object144" /> <object posX="4195.612305" posY="-1830.666382" posZ="44.475445" rotX="0" rotY="-2.5783100780887" rotZ="-66.6405492643275" model="1408" id="object145" /> <object posX="4197.349121" posY="-1834.805664" posZ="44.622307" rotX="0" rotY="-2.5783100780887" rotZ="-66.6405492643275" model="1408" id="object146" /> <object posX="4197.738770" posY="-1839.993530" posZ="44.861641" rotX="0" rotY="-2.5783100780887" rotZ="-102.109444276122" model="1408" id="object147" /> <object posX="4196.666992" posY="-1845.335815" posZ="45.106697" rotX="0" rotY="-2.5783100780887" rotZ="-100.390570890729" model="1408" id="object148" /> <object posX="4195.597168" posY="-1850.750366" posZ="45.378632" rotX="0" rotY="-2.5783100780887" rotZ="-100.390570890729" model="1408" id="object149" /> <object posX="4194.555176" posY="-1856.179443" posZ="45.614231" rotX="0" rotY="-2.5783100780887" rotZ="-100.390570890729" model="1408" id="object150" /> <object posX="4194.316895" posY="-1857.227539" posZ="45.651936" rotX="0" rotY="-2.5783100780887" rotZ="-100.390570890729" model="1408" id="object151" /> <object posX="4191.750000" posY="-1861.741089" posZ="45.883945" rotX="0" rotY="-2.5783100780887" rotZ="-137.578339287916" model="1408" id="object152" /> <object posX="4187.675293" posY="-1865.569702" posZ="46.135098" rotX="0" rotY="-2.5783100780887" rotZ="-136.718902595219" model="1408" id="object153" /> <object posX="4183.704102" posY="-1869.294434" posZ="46.370827" rotX="0" rotY="-2.5783100780887" rotZ="-136.718902595219" model="1408" id="object154" /> <object posX="4180.213379" posY="-1872.570923" posZ="46.569206" rotX="0" rotY="-2.5783100780887" rotZ="-136.718902595219" model="1408" id="object155" /> <object posX="4105.284668" posY="-1785.706421" posZ="10.263613" rotX="0" rotY="-27.5019741662795" rotZ="0" model="3458" id="object156" /> <object posX="4160.591309" posY="-1871.731689" posZ="40.695042" rotX="0" rotY="0" rotZ="89.9999812760317" model="970" id="object157" /> <racepickup posX="4059.855957" posY="-1807.255249" posZ="18.894817" type="vehiclechange" vehicle="506" id="pickup0" /> <racepickup posX="4100.813965" posY="-1790.197754" posZ="10.839268" type="repair" id="pickup1" /> <racepickup posX="4192.438477" posY="-1807.393433" posZ="58.559776" type="nitro" id="pickup2" /> <racepickup posX="4120.254883" posY="-1892.925293" posZ="21.333132" type="repair" id="pickup3" /> <racepickup posX="3952.349609" posY="-1807.272827" posZ="33.138687" type="vehiclechange" vehicle="568" id="pickup4" /> <racepickup posX="3907.268066" posY="-1802.495483" posZ="35.200790" type="vehiclechange" vehicle="541" id="pickup5" /> <racepickup posX="4157.036621" posY="-1790.203125" posZ="4.549620" type="nitro" id="pickup6" /> <racepickup posX="4115.395996" posY="-1783.530518" posZ="2.236852" type="repair" id="pickup7" /> <racepickup posX="4156.058105" posY="-1827.714111" posZ="39.959850" type="repair" id="pickup8" /> <racepickup posX="3964.128174" posY="-1807.409668" posZ="33.788685" type="repair" id="pickup9" /> <racepickup posX="4177.709473" posY="-1848.276489" posZ="34.711285" type="repair" id="pickup10" /> <racepickup posX="4192.011230" posY="-1867.077393" posZ="58.681114" type="repair" id="pickup11" /> <racepickup posX="4177.647461" posY="-1804.859741" posZ="34.698483" type="nitro" id="pickup12" /> <racepickup posX="4023.710449" posY="-1818.856689" posZ="2.912574" type="nitro" id="pickup13" /> <racepickup posX="3907.217773" posY="-1906.603027" posZ="35.175629" type="vehiclechange" vehicle="522" id="pickup14" /> <racepickup posX="3907.223389" posY="-1988.464600" posZ="35.175629" type="vehiclechange" vehicle="447" id="pickup15" /> <racepickup posX="4155.628418" posY="-1871.976685" posZ="43.987991" type="vehiclechange" vehicle="477" id="pickup16" /> <racepickup posX="4139.504395" posY="-1872.810547" posZ="22.806700" type="vehiclechange" vehicle="520" id="pickup17" /> <racepickup posX="3907.211914" posY="-1988.555298" posZ="35.175629" type="repair" id="pickup18" /> </map>
Bad English , I am sorry