Advertisement
kleinkiko

LSPD Los Santos Exterior

Jan 2nd, 2019
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 40.75 KB | None | 0 0
  1. // LSPD by kleinkiko
  2. // Ich habe für die Schranke folgendes Include benutzt: B_Schranke 2.0 ( by Beavis )
  3. // Link zum Include: https://goo.gl/qm12oV
  4. // Ihr könnt mit der Map machen was ihr wollt aber bitte gibt sich nicht als eure aus :)
  5. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
  6.  
  7. #include B_Schranke
  8.  
  9. //Tor LSPD
  10. new tor;
  11. forward gatezu1();
  12.  
  13. new schranke;
  14. forward schrankezu();
  15.  
  16. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
  17.  
  18. public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
  19. {
  20.     if(newkeys == (KEY_NO))
  21.     {
  22.         if(IsPlayerInRangeOfPoint(playerid, 25, 1603.530029, -1666.769042, 6.909998))
  23.         {
  24.             MoveObject(tor, 1603.53003, -1666.76904, 8.55400, 1.0, -0.02000, -93.15500, 270.00000 );
  25.             SetTimer("gatezu1", 10000, 0);
  26.             SendClientMessage(playerid,BLAU,"Das Tor wurde geöffnet!");
  27.            
  28.          }
  29.     }
  30.    
  31.     if(newkeys == (KEY_NO))
  32.     {
  33.         if(!IsPlayerInRangeOfSchranke(playerid,schranke,10.0))return SendClientMessage(playerid,-1,"Hier ist keine schranke");
  34.         {
  35.             MoveSchranke(schranke);
  36.             SetTimer("schrankezu", 10000, 0);
  37.          }
  38.     }
  39. }
  40.  
  41. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
  42.  
  43. public gatezu1()
  44. {
  45.     MoveObject(tor, 1603.530029, -1666.769042, 6.909998, 1.0 , 0.000000, 0.000000, 270.000000); //2.5 ist die geschwindigkeit
  46.     return 1;
  47. }
  48.  
  49. public schrankezu()
  50. {
  51.     //MoveObject(schranke, 1539.79480, -1632.71716, 13.31850, 1.0 , 0.00000, 90.00000, 90.00000); //2.5 ist die geschwindigkeit
  52.     SetSchranke(schranke, false);
  53.     return 1;
  54. }
  55.  
  56. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
  57.  
  58. // Objekte
  59.  
  60. //LSPD
  61. //Tor
  62. tor = CreateObject(10184, 1603.530029, -1666.769042, 6.909998, 0.000000, 0.000000, 270.000000, 300.00);
  63.  
  64. //Schranke
  65. schranke = CreateSchranke(968, 1539.79480, -1632.71716, 13.31850,   0.00000, 90.00000, 90.00000);
  66.  
  67. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////
  68.  
  69. new tmpobjid;
  70. tmpobjid = CreateObject(18981, 1552.043945, -1614.764648, 12.053998, 0.000000, 90.000000, 0.000000, 300.00);
  71. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  72. tmpobjid = CreateObject(18981, 1552.040039, -1714.732055, 12.045000, 0.000000, 90.000000, 0.000000, 300.00);
  73. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  74. tmpobjid = CreateObject(18981, 1577.037963, -1714.732055, 12.045000, 0.000000, 90.000000, 0.000000, 300.00);
  75. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  76. tmpobjid = CreateObject(18981, 1600.533203, -1713.752929, 12.036000, 0.000000, 90.000000, 0.000000, 300.00);
  77. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  78. SetObjectMaterial(tmpobjid, 2, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  79. SetObjectMaterial(tmpobjid, 6, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  80. tmpobjid = CreateObject(18981, 1600.558593, -1689.210937, 9.237000, 0.000000, 76.998001, 270.000000, 300.00);
  81. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  82. tmpobjid = CreateObject(18981, 1600.584960, -1664.744140, 12.045000, 0.000000, 90.000000, 0.000000, 300.00);
  83. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  84. tmpobjid = CreateObject(18981, 1577.024414, -1639.753906, 12.053998, 0.000000, 90.000000, 0.000000, 300.00);
  85. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  86. tmpobjid = CreateObject(18981, 1600.610351, -1639.753906, 12.045000, 0.000000, 90.000000, 0.000000, 300.00);
  87. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  88. tmpobjid = CreateObject(4141, 1579.073242, -1682.607421, 12.923000, 0.000000, 0.000000, 270.000000, 300.00);
  89. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  90. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "ws_trainstationwin1", 0xFF003333);
  91. SetObjectMaterial(tmpobjid, 2, 7555, "bballcpark1", "ws_carparknew2", 0xFF000000);
  92. SetObjectMaterial(tmpobjid, 3, 3980, "cityhall_lan", "LAcityhwal1", 0x00000000);
  93. tmpobjid = CreateObject(4558, 1570.657226, -1674.767578, 18.809000, 0.000000, 0.000000, 179.994995, 300.00);
  94. SetObjectMaterial(tmpobjid, 2, 3816, "bighangarsfxr", "ws_breezeblocks", 0x00000000);
  95. SetObjectMaterial(tmpobjid, 4, 18787, "matramps", "grating3", 0x00000000);
  96. SetObjectMaterial(tmpobjid, 6, 3816, "bighangarsfxr", "ws_breezeblocks", 0x00000000);
  97. SetObjectMaterial(tmpobjid, 10, 9507, "boxybld2_sfw", "bevdoor01_law", 0x00000000);
  98. SetObjectMaterial(tmpobjid, 12, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  99. tmpobjid = CreateObject(4141, 1575.380981, -1666.058959, 12.901000, 0.000000, 0.000000, 180.000000, 300.00);
  100. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  101. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "ws_trainstationwin1", 0xFF003333);
  102. SetObjectMaterial(tmpobjid, 2, 7555, "bballcpark1", "ws_carparknew2", 0xFF000000);
  103. SetObjectMaterial(tmpobjid, 3, 3980, "cityhall_lan", "LAcityhwal1", 0x00000000);
  104. tmpobjid = CreateObject(19377, 1569.609008, -1656.152954, 24.152999, 0.000000, 90.000000, 0.000000, 300.00);
  105. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  106. tmpobjid = CreateObject(19377, 1569.608032, -1665.770996, 24.152999, 0.000000, 90.000000, 0.000000, 300.00);
  107. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  108. tmpobjid = CreateObject(19377, 1569.607055, -1675.394042, 24.152999, 0.000000, 90.000000, 0.000000, 300.00);
  109. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  110. tmpobjid = CreateObject(19377, 1569.607055, -1685.015991, 24.152999, 0.000000, 90.000000, 0.000000, 300.00);
  111. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  112. tmpobjid = CreateObject(19377, 1569.607055, -1688.777954, 24.162000, 0.000000, 90.000000, 0.000000, 300.00);
  113. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  114. tmpobjid = CreateObject(19377, 1580.107055, -1688.776977, 24.162000, 0.000000, 90.000000, 0.000000, 300.00);
  115. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  116. tmpobjid = CreateObject(19377, 1590.598022, -1688.776000, 24.162000, 0.000000, 90.000000, 0.000000, 300.00);
  117. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  118. tmpobjid = CreateObject(19377, 1580.104003, -1656.543945, 24.152999, 0.000000, 90.000000, 0.000000, 300.00);
  119. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  120. tmpobjid = CreateObject(19377, 1580.105957, -1666.176025, 24.152999, 0.000000, 90.000000, 0.000000, 300.00);
  121. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  122. tmpobjid = CreateObject(19377, 1580.105957, -1675.797973, 24.152999, 0.000000, 90.000000, 0.000000, 300.00);
  123. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  124. tmpobjid = CreateObject(19377, 1580.105957, -1685.430053, 24.152999, 0.000000, 90.000000, 0.000000, 300.00);
  125. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  126. tmpobjid = CreateObject(19454, 1587.103027, -1675.509033, 24.155000, 0.000000, 90.000000, 0.000000, 300.00);
  127. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  128. tmpobjid = CreateObject(19370, 1551.942016, -1666.501953, 18.982000, 0.000000, 0.000000, 0.000000, 300.00);
  129. SetObjectMaterial(tmpobjid, 0, 4833, "airprtrunway_las", "policeha02black_128", 0x00000000);
  130. tmpobjid = CreateObject(19381, 1544.787109, -1643.655273, 12.479998, 0.000000, 90.000000, 0.000000, 300.00);
  131. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  132. tmpobjid = CreateObject(19381, 1544.787963, -1653.287963, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  133. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  134. tmpobjid = CreateObject(19381, 1544.786987, -1662.922973, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  135. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  136. tmpobjid = CreateObject(19381, 1544.785034, -1682.176025, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  137. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  138. tmpobjid = CreateObject(19381, 1544.784057, -1691.802978, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  139. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  140. tmpobjid = CreateObject(19381, 1544.782958, -1701.435058, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  141. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  142. tmpobjid = CreateObject(19381, 1544.781005, -1711.062011, 12.479998, 0.000000, 90.000000, 0.000000, 300.00);
  143. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  144. tmpobjid = CreateObject(19381, 1555.275024, -1711.062011, 12.479998, 0.000000, 90.000000, 0.000000, 300.00);
  145. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  146. tmpobjid = CreateObject(19381, 1565.770996, -1711.062011, 12.479998, 0.000000, 90.000000, 0.000000, 300.00);
  147. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  148. tmpobjid = CreateObject(19381, 1576.270996, -1711.062011, 12.479998, 0.000000, 90.000000, 0.000000, 300.00);
  149. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  150. tmpobjid = CreateObject(19381, 1586.770019, -1711.062011, 12.475000, 0.000000, 90.000000, 0.000000, 300.00);
  151. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  152. tmpobjid = CreateObject(19381, 1594.517944, -1711.062011, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  153. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  154. tmpobjid = CreateObject(19381, 1594.517944, -1701.435058, 12.461998, 0.000000, 90.000000, 0.000000, 300.00);
  155. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  156. tmpobjid = CreateObject(19381, 1586.770019, -1701.435058, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  157. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  158. tmpobjid = CreateObject(19381, 1576.270996, -1701.435058, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  159. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  160. tmpobjid = CreateObject(19381, 1565.770996, -1701.433959, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  161. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  162. tmpobjid = CreateObject(19381, 1555.275024, -1701.435058, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  163. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  164. tmpobjid = CreateObject(19381, 1555.274047, -1691.802978, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  165. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  166. tmpobjid = CreateObject(19381, 1555.270996, -1682.176025, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  167. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  168. tmpobjid = CreateObject(19380, 1544.785034, -1672.744995, 12.472000, 0.000000, 90.000000, 0.000000, 300.00);
  169. SetObjectMaterial(tmpobjid, 0, 9515, "bigboxtemp1", "poshground_sfw", 0x00000000);
  170. tmpobjid = CreateObject(19380, 1555.280029, -1672.744018, 12.472000, 0.000000, 90.000000, 0.000000, 300.00);
  171. SetObjectMaterial(tmpobjid, 0, 9515, "bigboxtemp1", "poshground_sfw", 0x00000000);
  172. tmpobjid = CreateObject(19445, 1553.977050, -1677.479980, 10.817000, 0.000000, 0.000000, 90.000000, 300.00);
  173. SetObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  174. tmpobjid = CreateObject(19445, 1544.349609, -1677.479492, 10.817000, 0.000000, 0.000000, 90.000000, 300.00);
  175. SetObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  176. tmpobjid = CreateObject(8650, 1539.926025, -1692.828979, 12.350998, 0.000000, 0.000000, 0.000000, 300.00);
  177. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  178. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  179. tmpobjid = CreateObject(8650, 1539.935058, -1707.042968, 12.347000, 0.000000, 0.000000, 0.000000, 300.00);
  180. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  181. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  182. tmpobjid = CreateObject(8650, 1539.926025, -1652.682983, 12.350998, 0.000000, 0.000000, 0.000000, 300.00);
  183. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  184. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  185. tmpobjid = CreateObject(8650, 1554.926025, -1639.234008, 12.342000, 0.000000, 0.000000, 270.000000, 300.00);
  186. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  187. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  188. tmpobjid = CreateObject(19380, 1553.504028, -1663.116943, 12.472000, 0.000000, 90.000000, 0.000000, 300.00);
  189. SetObjectMaterial(tmpobjid, 0, 9515, "bigboxtemp1", "poshground_sfw", 0x00000000);
  190. tmpobjid = CreateObject(19353, 1548.338012, -1666.323974, 10.815999, 0.000000, 0.000000, 0.000000, 300.00);
  191. SetObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  192. tmpobjid = CreateObject(19353, 1548.338012, -1663.114013, 10.815999, 0.000000, 0.000000, 0.000000, 300.00);
  193. SetObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  194. tmpobjid = CreateObject(19353, 1546.649047, -1667.840942, 10.815999, 0.000000, 0.000000, 270.000000, 300.00);
  195. SetObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  196. tmpobjid = CreateObject(19353, 1543.442993, -1667.840942, 10.815999, 0.000000, 0.000000, 270.000000, 300.00);
  197. SetObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  198. tmpobjid = CreateObject(19426, 1541.036987, -1667.838989, 10.817000, 0.000000, 0.000000, 90.000000, 300.00);
  199. SetObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  200. tmpobjid = CreateObject(8650, 1555.578979, -1715.491943, 12.350998, 0.000000, 0.000000, 270.000000, 300.00);
  201. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  202. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  203. tmpobjid = CreateObject(8650, 1584.512695, -1715.490234, 12.347000, 0.000000, 0.000000, 270.000000, 300.00);
  204. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  205. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  206. tmpobjid = CreateObject(8650, 1599.347045, -1707.042968, 12.347000, 0.000000, 0.000000, 0.000000, 300.00);
  207. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  208. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  209. tmpobjid = CreateObject(8650, 1597.856445, -1602.474609, 12.350998, 0.000000, 0.000000, 270.000000, 300.00);
  210. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  211. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  212. tmpobjid = CreateObject(8650, 1612.715942, -1618.124023, 12.350998, 0.000000, 0.000000, 180.000000, 300.00);
  213. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  214. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  215. tmpobjid = CreateObject(8650, 1612.715820, -1648.615234, 12.350998, 0.000000, 0.000000, 179.994995, 300.00);
  216. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  217. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  218. tmpobjid = CreateObject(8650, 1597.857055, -1664.245971, 12.350998, 0.000000, 0.000000, 270.000000, 300.00);
  219. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  220. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  221. tmpobjid = CreateObject(18981, 1577.042968, -1614.764648, 12.053998, 0.000000, 90.000000, 0.000000, 300.00);
  222. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  223. tmpobjid = CreateObject(18981, 1602.041015, -1614.765014, 12.041000, 0.000000, 90.000000, 0.000000, 300.00);
  224. SetObjectMaterial(tmpobjid, 0, 4829, "airport_las", "Grass_128HV", 0x00000000);
  225. tmpobjid = CreateObject(19376, 1544.802978, -1627.921997, 12.468000, 0.000000, 90.000000, 0.000000, 300.00);
  226. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  227. tmpobjid = CreateObject(19376, 1555.302001, -1627.921997, 12.468000, 0.000000, 90.000000, 0.000000, 300.00);
  228. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  229. tmpobjid = CreateObject(19376, 1565.802001, -1627.921997, 12.468000, 0.000000, 90.000000, 0.000000, 300.00);
  230. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  231. tmpobjid = CreateObject(19376, 1576.301025, -1627.921997, 12.468000, 0.000000, 90.000000, 0.000000, 300.00);
  232. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  233. tmpobjid = CreateObject(19376, 1586.801025, -1627.921997, 12.468000, 0.000000, 90.000000, 0.000000, 300.00);
  234. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  235. tmpobjid = CreateObject(19376, 1576.301025, -1618.291015, 12.468000, 0.000000, 90.000000, 0.000000, 300.00);
  236. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  237. tmpobjid = CreateObject(19376, 1586.800048, -1618.291015, 12.468000, 0.000000, 90.000000, 0.000000, 300.00);
  238. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  239. tmpobjid = CreateObject(19376, 1586.800048, -1608.659057, 12.468000, 0.000000, 90.000000, 0.000000, 300.00);
  240. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  241. tmpobjid = CreateObject(19376, 1576.300048, -1608.657958, 12.468000, 0.000000, 90.000000, 0.000000, 300.00);
  242. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  243. tmpobjid = CreateObject(8650, 1567.358398, -1602.474609, 12.350998, 0.000000, 0.000000, 270.000000, 300.00);
  244. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  245. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  246. tmpobjid = CreateObject(8650, 1554.783203, -1602.470703, 12.347000, 0.000000, 0.000000, 270.000000, 300.00);
  247. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  248. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  249. tmpobjid = CreateObject(18981, 1600.558593, -1664.863281, 3.614000, 0.000000, 76.998001, 270.000000, 300.00);
  250. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  251. tmpobjid = CreateObject(18981, 1612.119995, -1677.270019, 0.035000, 0.000000, 0.000000, 0.000000, 300.00);
  252. SetObjectMaterial(tmpobjid, 0, 1426, "break_scaffold", "CJ_BLUE_WOOD", 0x00000000);
  253. tmpobjid = CreateObject(18981, 1612.124023, -1702.229003, 0.035000, 0.000000, 0.000000, 0.000000, 300.00);
  254. SetObjectMaterial(tmpobjid, 0, 1426, "break_scaffold", "CJ_BLUE_WOOD", 0x00000000);
  255. tmpobjid = CreateObject(18981, 1625.109985, -1665.270996, -0.115000, 0.000000, 0.000000, 270.000000, 300.00);
  256. SetObjectMaterial(tmpobjid, 0, 1426, "break_scaffold", "CJ_BLUE_WOOD", 0x00000000);
  257. tmpobjid = CreateObject(18766, 1540.036987, -1607.869018, 10.968000, 0.000000, 0.000000, 270.000000, 300.00);
  258. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  259. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  260. tmpobjid = CreateObject(18766, 1540.036010, -1617.866943, 10.968000, 0.000000, 0.000000, 270.000000, 300.00);
  261. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  262. tmpobjid = CreateObject(18766, 1540.034179, -1637.899414, 10.958998, 0.000000, 0.000000, 270.000000, 300.00);
  263. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  264. tmpobjid = CreateObject(1696, 1537.036010, -1625.255981, 11.892998, 352.000000, 0.000000, 270.000000, 300.00);
  265. SetObjectMaterial(tmpobjid, 2, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  266. tmpobjid = CreateObject(1696, 1537.035034, -1629.817016, 11.892998, 351.996002, 0.000000, 270.000000, 300.00);
  267. SetObjectMaterial(tmpobjid, 2, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  268. tmpobjid = CreateObject(18766, 1592.543945, -1607.868041, 10.968000, 0.000000, 0.000000, 270.000000, 300.00);
  269. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  270. tmpobjid = CreateObject(18766, 1592.543945, -1629.099975, 10.968000, 0.000000, 0.000000, 270.000000, 300.00);
  271. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  272. tmpobjid = CreateObject(18766, 1582.559570, -1633.230468, 10.968000, 0.000000, 0.000000, 179.994995, 300.00);
  273. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  274. tmpobjid = CreateObject(18766, 1577.072021, -1637.732055, 10.968000, 0.000000, 0.000000, 270.000000, 300.00);
  275. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  276. tmpobjid = CreateObject(18766, 1588.046875, -1633.234375, 10.958998, 0.000000, 0.000000, 179.994995, 300.00);
  277. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  278. tmpobjid = CreateObject(18766, 1592.552734, -1621.373046, 10.963998, 0.000000, 0.000000, 270.000000, 300.00);
  279. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  280. tmpobjid = CreateObject(19458, 1596.857055, -1614.621948, 12.465998, 0.000000, 90.000000, 90.000000, 300.00);
  281. SetObjectMaterial(tmpobjid, 0, 9515, "bigboxtemp1", "poshground_sfw", 0x00000000);
  282. tmpobjid = CreateObject(19458, 1606.484008, -1614.620971, 12.465998, 0.000000, 90.000000, 90.000000, 300.00);
  283. SetObjectMaterial(tmpobjid, 0, 9515, "bigboxtemp1", "poshground_sfw", 0x00000000);
  284. tmpobjid = CreateObject(19458, 1609.553955, -1621.181030, 12.465998, 0.000000, 90.000000, 0.000000, 300.00);
  285. SetObjectMaterial(tmpobjid, 0, 9515, "bigboxtemp1", "poshground_sfw", 0x00000000);
  286. tmpobjid = CreateObject(19458, 1609.553955, -1630.812011, 12.465998, 0.000000, 90.000000, 0.000000, 300.00);
  287. SetObjectMaterial(tmpobjid, 0, 9515, "bigboxtemp1", "poshground_sfw", 0x00000000);
  288. tmpobjid = CreateObject(19458, 1602.988037, -1633.879028, 12.465998, 0.000000, 90.000000, 90.000000, 300.00);
  289. SetObjectMaterial(tmpobjid, 0, 9515, "bigboxtemp1", "poshground_sfw", 0x00000000);
  290. tmpobjid = CreateObject(19458, 1599.918945, -1627.317016, 12.465998, 0.000000, 90.000000, 0.000000, 300.00);
  291. SetObjectMaterial(tmpobjid, 0, 9515, "bigboxtemp1", "poshground_sfw", 0x00000000);
  292. tmpobjid = CreateObject(19458, 1599.918945, -1617.685058, 12.461998, 0.000000, 90.000000, 0.000000, 300.00);
  293. SetObjectMaterial(tmpobjid, 0, 9515, "bigboxtemp1", "poshground_sfw", 0x00000000);
  294. tmpobjid = CreateObject(19447, 1602.048950, -1624.139038, 11.697999, 0.000000, 0.000000, 0.000000, 300.00);
  295. SetObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "sf_pave2", 0x00000000);
  296. tmpobjid = CreateObject(19447, 1607.031005, -1624.139038, 11.697999, 0.000000, 0.000000, 0.000000, 300.00);
  297. SetObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "sf_pave2", 0x00000000);
  298. tmpobjid = CreateObject(19355, 1603.739013, -1619.410034, 11.699000, 0.000000, 0.000000, 90.000000, 300.00);
  299. SetObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "sf_pave2", 0x00000000);
  300. tmpobjid = CreateObject(19355, 1603.734985, -1628.865966, 11.699000, 0.000000, 0.000000, 90.000000, 300.00);
  301. SetObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "sf_pave2", 0x00000000);
  302. tmpobjid = CreateObject(19428, 1606.141601, -1628.866210, 11.697999, 0.000000, 0.000000, 90.000000, 300.00);
  303. SetObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "sf_pave2", 0x00000000);
  304. tmpobjid = CreateObject(19428, 1606.141967, -1619.410034, 11.697999, 0.000000, 0.000000, 90.000000, 300.00);
  305. SetObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "sf_pave2", 0x00000000);
  306. tmpobjid = CreateObject(18766, 1570.548950, -1618.104980, 10.963998, 0.000000, 0.000000, 270.000000, 300.00);
  307. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  308. tmpobjid = CreateObject(18766, 1570.548950, -1608.114013, 10.963998, 0.000000, 0.000000, 270.000000, 300.00);
  309. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  310. tmpobjid = CreateObject(18766, 1576.027954, -1603.610961, 10.968000, 0.000000, 0.000000, 179.994995, 300.00);
  311. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  312. tmpobjid = CreateObject(18766, 1586.022949, -1603.609985, 10.968000, 0.000000, 0.000000, 179.994995, 300.00);
  313. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  314. tmpobjid = CreateObject(18766, 1588.045043, -1603.604980, 10.958998, 0.000000, 0.000000, 179.994995, 300.00);
  315. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  316. tmpobjid = CreateObject(18766, 1565.051025, -1622.604003, 10.968000, 0.000000, 0.000000, 179.994995, 300.00);
  317. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  318. tmpobjid = CreateObject(18766, 1555.055053, -1622.604003, 10.968000, 0.000000, 0.000000, 179.994995, 300.00);
  319. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  320. tmpobjid = CreateObject(18766, 1545.055053, -1622.604003, 10.963998, 0.000000, 0.000000, 179.994995, 300.00);
  321. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  322. tmpobjid = CreateObject(18981, 1604.548828, -1677.269531, 0.035000, 0.000000, 0.000000, 0.000000, 300.00);
  323. SetObjectMaterial(tmpobjid, 0, 1426, "break_scaffold", "CJ_BLUE_WOOD", 0x00000000);
  324. tmpobjid = CreateObject(18981, 1604.548950, -1702.269042, 0.035000, 0.000000, 0.000000, 0.000000, 300.00);
  325. SetObjectMaterial(tmpobjid, 0, 1426, "break_scaffold", "CJ_BLUE_WOOD", 0x00000000);
  326. tmpobjid = CreateObject(18980, 1600.010986, -1666.479003, 9.312000, 0.000000, 90.000000, 0.000000, 300.00);
  327. SetObjectMaterial(tmpobjid, 0, 1426, "break_scaffold", "CJ_BLUE_WOOD", 0x00000000);
  328. tmpobjid = CreateObject(18980, 1600.010986, -1666.479003, 10.295000, 0.000000, 90.000000, 0.000000, 300.00);
  329. SetObjectMaterial(tmpobjid, 0, 1426, "break_scaffold", "CJ_BLUE_WOOD", 0x00000000);
  330. tmpobjid = CreateObject(18980, 1600.010986, -1666.479003, 11.272000, 0.000000, 90.000000, 0.000000, 300.00);
  331. SetObjectMaterial(tmpobjid, 0, 1426, "break_scaffold", "CJ_BLUE_WOOD", 0x00000000);
  332. tmpobjid = CreateObject(18981, 1591.834960, -1688.788940, 12.036000, 0.000000, 90.000000, 0.000000, 300.00);
  333. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  334. tmpobjid = CreateObject(18981, 1604.548950, -1652.301025, 0.035000, 0.000000, 0.000000, 0.000000, 300.00);
  335. SetObjectMaterial(tmpobjid, 0, 1426, "break_scaffold", "CJ_BLUE_WOOD", 0x00000000);
  336. tmpobjid = CreateObject(18981, 1604.548950, -1627.314941, 0.035000, 0.000000, 0.000000, 0.000000, 300.00);
  337. SetObjectMaterial(tmpobjid, 0, 1426, "break_scaffold", "CJ_BLUE_WOOD", 0x00000000);
  338. tmpobjid = CreateObject(717, 1541.074951, -1666.994995, 12.593000, 0.000000, 0.000000, 0.000000, 300.00);
  339. SetObjectMaterial(tmpobjid, 2, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  340. tmpobjid = CreateObject(717, 1547.495971, -1666.994018, 12.593000, 0.000000, 0.000000, 0.000000, 300.00);
  341. SetObjectMaterial(tmpobjid, 2, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  342. tmpobjid = CreateObject(717, 1547.494995, -1678.300048, 12.593000, 0.000000, 0.000000, 0.000000, 300.00);
  343. SetObjectMaterial(tmpobjid, 2, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  344. tmpobjid = CreateObject(717, 1541.073974, -1678.296997, 12.593000, 0.000000, 0.000000, 0.000000, 300.00);
  345. SetObjectMaterial(tmpobjid, 2, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  346. tmpobjid = CreateObject(19376, 1544.802978, -1637.542846, 12.468000, 0.000000, 90.000000, 0.000000, 300.00);
  347. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  348. tmpobjid = CreateObject(19376, 1555.302368, -1637.542846, 12.468000, 0.000000, 90.000000, 0.000000, 300.00);
  349. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  350. tmpobjid = CreateObject(19376, 1565.792236, -1637.542846, 12.468000, 0.000000, 90.000000, 0.000000, 300.00);
  351. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  352. tmpobjid = CreateObject(19376, 1572.312377, -1637.542846, 12.468001, 0.000000, 90.000000, 0.000000, 300.00);
  353. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  354. tmpobjid = CreateObject(8650, 1597.857055, -1664.245971, 12.350998, 0.000000, 0.000000, 270.000000, 300.00);
  355. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  356. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  357. tmpobjid = CreateObject(8650, 1597.786987, -1676.866699, 12.540989, 0.000000, 0.000000, 270.000000, 300.00);
  358. SetObjectMaterial(tmpobjid, 0, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  359. SetObjectMaterial(tmpobjid, 1, 16639, "a51_labs", "dam_terazzo", 0x00000000);
  360. tmpobjid = CreateObject(18981, 1600.584960, -1664.744140, 11.914998, 0.000000, 90.000000, 0.000000, 300.00);
  361. SetObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  362. /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  363. /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  364. /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  365. tmpobjid = CreateObject(966, 1539.79224, -1632.63892, 12.54270,   0.00000, 0.00000, 270.00000);
  366. tmpobjid = CreateObject(1214, 1539.75830, -1624.32532, 12.28530,   0.00000, 0.00000, 0.00000);
  367. tmpobjid = CreateObject(18981, 1552.040039, -1639.753906, 12.053998, 0.000000, 90.000000, 0.000000, 300.00);
  368. tmpobjid = CreateObject(18981, 1552.040039, -1664.746948, 12.053998, 0.000000, 90.000000, 0.000000, 300.00);
  369. tmpobjid = CreateObject(18981, 1552.040039, -1689.739013, 12.053998, 0.000000, 90.000000, 0.000000, 300.00);
  370. tmpobjid = CreateObject(18981, 1577.035034, -1689.738037, 12.053998, 0.000000, 90.000000, 0.000000, 300.00);
  371. tmpobjid = CreateObject(18981, 1577.008056, -1664.745971, 12.053998, 0.000000, 90.000000, 0.000000, 300.00);
  372. tmpobjid = CreateObject(19381, 1555.285034, -1643.654052, 12.479000, 0.000000, 90.000000, 0.000000, 300.00);
  373. tmpobjid = CreateObject(19381, 1555.281982, -1653.286987, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  374. tmpobjid = CreateObject(19381, 1544.786010, -1672.553955, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  375. tmpobjid = CreateObject(19381, 1555.271972, -1672.553955, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  376. tmpobjid = CreateObject(19381, 1555.271972, -1662.921997, 12.470998, 0.000000, 90.000000, 0.000000, 300.00);
  377. tmpobjid = CreateObject(4032, 1633.618164, -1653.990234, 8.765000, 0.000000, 0.000000, 270.000000, 300.00);
  378. tmpobjid = CreateObject(18981, 1599.298950, -1702.267944, 0.035000, 0.000000, 0.000000, 0.000000, 300.00);
  379. tmpobjid = CreateObject(19445, 1542.349975, -1636.970947, 10.817000, 0.000000, 0.000000, 330.000000, 300.00);
  380. tmpobjid = CreateObject(19445, 1545.827148, -1636.970703, 10.817000, 0.000000, 0.000000, 329.990997, 300.00);
  381. tmpobjid = CreateObject(19445, 1549.308593, -1636.970703, 10.817000, 0.000000, 0.000000, 329.990997, 300.00);
  382. tmpobjid = CreateObject(19445, 1552.777954, -1636.970947, 10.817000, 0.000000, 0.000000, 329.996002, 300.00);
  383. tmpobjid = CreateObject(19445, 1556.250976, -1636.970947, 10.817000, 0.000000, 0.000000, 329.996002, 300.00);
  384. tmpobjid = CreateObject(19445, 1559.723999, -1636.970947, 10.817000, 0.000000, 0.000000, 329.996002, 300.00);
  385. tmpobjid = CreateObject(19445, 1563.192993, -1636.970947, 10.817000, 0.000000, 0.000000, 329.996002, 300.00);
  386. tmpobjid = CreateObject(19445, 1566.692016, -1636.970947, 10.817000, 0.000000, 0.000000, 329.996002, 300.00);
  387. tmpobjid = CreateObject(19445, 1570.191040, -1636.970947, 10.817000, 0.000000, 0.000000, 329.996002, 300.00);
  388. tmpobjid = CreateObject(19445, 1573.660034, -1636.970947, 10.817000, 0.000000, 0.000000, 329.996002, 300.00);
  389. tmpobjid = CreateObject(19603, 1604.587036, -1626.453979, 13.045998, 0.000000, 0.000000, 0.000000, 300.00);
  390. tmpobjid = CreateObject(19603, 1604.587036, -1621.832031, 13.036998, 0.000000, 0.000000, 0.000000, 300.00);
  391. tmpobjid = CreateObject(848, 1545.541992, -1617.036010, 13.916000, 0.000000, 0.000000, 0.000000, 300.00);
  392. tmpobjid = CreateObject(846, 1551.514038, -1611.699951, 13.126000, 0.000000, 0.000000, 310.000000, 300.00);
  393. tmpobjid = CreateObject(669, 1560.313964, -1608.014038, 11.803998, 0.000000, 0.000000, 0.000000, 300.00);
  394. tmpobjid = CreateObject(671, 1548.025024, -1607.156982, 12.453000, 0.000000, 0.000000, 250.000000, 300.00);
  395. tmpobjid = CreateObject(672, 1560.416992, -1619.468017, 13.171998, 0.000000, 0.000000, 0.000000, 300.00);
  396. tmpobjid = CreateObject(669, 1548.394042, -1619.764038, 11.803998, 0.000000, 0.000000, 270.000000, 300.00);
  397. tmpobjid = CreateObject(669, 1543.894042, -1609.514038, 12.053998, 0.000000, 0.000000, 270.000000, 300.00);
  398. tmpobjid = CreateObject(669, 1547.894042, -1648.133056, 11.803998, 0.000000, 0.000000, 270.000000, 300.00);
  399. tmpobjid = CreateObject(669, 1543.963989, -1684.641967, 12.633998, 0.000000, 0.000000, 270.000000, 300.00);
  400. tmpobjid = CreateObject(669, 1548.713989, -1706.891967, 12.467000, 0.000000, 0.000000, 170.000000, 300.00);
  401. tmpobjid = CreateObject(669, 1579.343017, -1712.712036, 11.717000, 0.000000, 0.000000, 169.996994, 300.00);
  402. tmpobjid = CreateObject(669, 1561.343017, -1712.712036, 12.623000, 0.000000, 0.000000, 119.997001, 300.00);
  403. tmpobjid = CreateObject(671, 1596.873046, -1608.468017, 12.453000, 0.000000, 0.000000, 249.998992, 300.00);
  404. tmpobjid = CreateObject(671, 1606.873046, -1608.468017, 12.140998, 0.000000, 0.000000, 189.998992, 300.00);
  405. tmpobjid = CreateObject(671, 1595.373046, -1619.968017, 12.140998, 0.000000, 0.000000, 189.998001, 300.00);
  406. tmpobjid = CreateObject(672, 1595.977050, -1627.218017, 12.786998, 0.000000, 0.000000, 300.000000, 300.00);
  407. tmpobjid = CreateObject(846, 1603.942016, -1645.447998, 13.126000, 0.000000, 0.000000, 309.996002, 300.00);
  408. tmpobjid = CreateObject(846, 1605.191040, -1651.859008, 12.963000, 0.000000, 0.000000, 23.996000, 300.00);
  409. tmpobjid = CreateObject(19445, 1542.817993, -1718.071044, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  410. tmpobjid = CreateObject(870, 1553.917968, -1708.979003, 12.786000, 0.000000, 0.000000, 0.000000, 300.00);
  411. tmpobjid = CreateObject(870, 1551.917968, -1707.729003, 12.786000, 0.000000, 0.000000, 0.000000, 300.00);
  412. tmpobjid = CreateObject(870, 1553.917968, -1706.229003, 12.786000, 0.000000, 0.000000, 70.000000, 300.00);
  413. tmpobjid = CreateObject(870, 1555.917968, -1707.979003, 12.786000, 0.000000, 0.000000, 69.999000, 300.00);
  414. tmpobjid = CreateObject(870, 1555.917968, -1710.979003, 12.786000, 0.000000, 0.000000, 95.999000, 300.00);
  415. tmpobjid = CreateObject(871, 1543.881958, -1661.779052, 12.840000, 0.000000, 0.000000, 0.000000, 300.00);
  416. tmpobjid = CreateObject(871, 1542.631958, -1663.277954, 12.840000, 0.000000, 0.000000, 0.000000, 300.00);
  417. tmpobjid = CreateObject(871, 1544.381958, -1663.776977, 12.840000, 0.000000, 0.000000, 0.000000, 300.00);
  418. tmpobjid = CreateObject(871, 1545.845947, -1661.026000, 12.840000, 0.000000, 0.000000, 300.000000, 300.00);
  419. tmpobjid = CreateObject(871, 1542.345947, -1661.025024, 12.840000, 0.000000, 0.000000, 299.997985, 300.00);
  420. tmpobjid = CreateObject(871, 1544.095947, -1659.524047, 12.840000, 0.000000, 0.000000, 299.997985, 300.00);
  421. tmpobjid = CreateObject(871, 1542.095947, -1665.022949, 12.840000, 0.000000, 0.000000, 299.997985, 300.00);
  422. tmpobjid = CreateObject(871, 1543.595947, -1665.522949, 12.840000, 0.000000, 0.000000, 299.997985, 300.00);
  423. tmpobjid = CreateObject(871, 1545.595947, -1663.022949, 12.840000, 0.000000, 0.000000, 299.997985, 300.00);
  424. tmpobjid = CreateObject(758, 1588.051025, -1640.239990, 11.666000, 0.000000, 0.000000, 0.000000, 300.00);
  425. tmpobjid = CreateObject(758, 1586.301025, -1638.489013, 11.027000, 0.000000, 0.000000, 29.999000, 300.00);
  426. tmpobjid = CreateObject(19445, 1546.220947, -1718.069946, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  427. tmpobjid = CreateObject(19445, 1549.689941, -1718.068969, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  428. tmpobjid = CreateObject(19445, 1553.157958, -1718.067993, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  429. tmpobjid = CreateObject(19445, 1556.616943, -1718.067016, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  430. tmpobjid = CreateObject(19445, 1560.077026, -1718.066040, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  431. tmpobjid = CreateObject(19445, 1563.536132, -1718.064453, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  432. tmpobjid = CreateObject(19445, 1566.996948, -1718.064941, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  433. tmpobjid = CreateObject(19445, 1570.457031, -1718.064941, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  434. tmpobjid = CreateObject(19445, 1573.917968, -1718.064941, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  435. tmpobjid = CreateObject(19445, 1577.375000, -1718.064941, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  436. tmpobjid = CreateObject(19445, 1580.839965, -1718.064941, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  437. tmpobjid = CreateObject(19445, 1584.300048, -1718.064941, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  438. tmpobjid = CreateObject(19445, 1587.760009, -1718.064941, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  439. tmpobjid = CreateObject(19445, 1591.219970, -1718.064941, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  440. tmpobjid = CreateObject(19445, 1594.680053, -1718.064941, 10.798998, 0.000000, 0.000000, 329.990997, 300.00);
  441. tmpobjid = CreateObject(758, 1587.801025, -1638.488037, 11.027000, 0.000000, 0.000000, 339.997985, 300.00);
  442. tmpobjid = CreateObject(758, 1587.051025, -1637.987060, 11.027000, 0.000000, 352.000000, 349.993988, 300.00);
  443. tmpobjid = CreateObject(1214, 1592.217041, -1614.746948, 12.256999, 0.000000, 0.000000, 0.000000, 300.00);
  444. tmpobjid = CreateObject(1214, 1539.732055, -1669.605957, 12.256999, 0.000000, 0.000000, 0.000000, 300.00);
  445. tmpobjid = CreateObject(1214, 1539.732055, -1671.109985, 12.256999, 0.000000, 0.000000, 0.000000, 300.00);
  446. tmpobjid = CreateObject(1214, 1539.732055, -1672.859008, 12.256999, 0.000000, 0.000000, 0.000000, 300.00);
  447. tmpobjid = CreateObject(1214, 1539.732055, -1674.385009, 12.256999, 0.000000, 0.000000, 0.000000, 300.00);
  448. tmpobjid = CreateObject(1214, 1539.732055, -1675.982055, 12.256999, 0.000000, 0.000000, 0.000000, 300.00);
  449. tmpobjid = CreateObject(7090, 1553.124023, -1678.084960, 23.874000, 0.000000, 0.000000, 180.000000, 300.00);
  450. tmpobjid = CreateObject(7090, 1548.625976, -1659.896972, 22.100999, 0.000000, 0.000000, 179.994995, 300.00);
  451. tmpobjid = CreateObject(1694, 1561.340942, -1648.718994, 46.812999, 0.000000, 0.000000, 0.000000, 300.00);
  452. tmpobjid = CreateObject(1211, 1543.751953, -1678.228027, 12.916998, 0.000000, 0.000000, 0.000000, 300.00);
  453. tmpobjid = CreateObject(1223, 1597.926025, -1616.635986, 12.541000, 0.000000, 0.000000, 0.000000, 300.00);
  454. tmpobjid = CreateObject(1223, 1597.921020, -1616.666992, 12.541000, 0.000000, 0.000000, 90.000000, 300.00);
  455. tmpobjid = CreateObject(1223, 1593.171020, -1616.666992, 12.541000, 0.000000, 0.000000, 90.000000, 300.00);
  456. tmpobjid = CreateObject(1223, 1597.926025, -1623.635986, 12.541000, 0.000000, 0.000000, 0.000000, 300.00);
  457. tmpobjid = CreateObject(1223, 1597.926025, -1631.885986, 12.541000, 0.000000, 0.000000, 0.000000, 300.00);
  458. tmpobjid = CreateObject(1223, 1611.522949, -1623.635986, 12.541000, 0.000000, 0.000000, 180.000000, 300.00);
  459. tmpobjid = CreateObject(1223, 1607.833007, -1612.635986, 12.519000, 0.000000, 0.000000, 269.994995, 300.00);
  460. tmpobjid = CreateObject(1223, 1593.166992, -1612.635986, 12.519000, 0.000000, 0.000000, 269.989013, 300.00);
  461. tmpobjid = CreateObject(19324, 1551.512939, -1663.491943, 13.199000, 0.000000, 0.000000, 270.000000, 300.00);
  462. tmpobjid = CreateObject(1280, 1611.660034, -1627.083984, 12.928998, 0.000000, 0.000000, 0.000000, 300.00);
  463. tmpobjid = CreateObject(1280, 1602.409057, -1612.333984, 12.928998, 0.000000, 0.000000, 90.000000, 300.00);
  464. tmpobjid = CreateObject(1280, 1598.907958, -1612.333984, 12.928998, 0.000000, 0.000000, 90.000000, 300.00);
  465. tmpobjid = CreateObject(1280, 1604.406982, -1635.983032, 12.932998, 0.000000, 0.000000, 271.750000, 300.00);
  466. tmpobjid = CreateObject(1216, 1551.602050, -1666.015991, 13.250000, 0.000000, 0.000000, 270.000000, 300.00);
  467. tmpobjid = CreateObject(1216, 1551.602050, -1667.051025, 13.250000, 0.000000, 0.000000, 270.000000, 300.00);
  468. tmpobjid = CreateObject(1216, 1551.602050, -1664.993041, 13.250000, 0.000000, 0.000000, 270.000000, 300.00);
  469. tmpobjid = CreateObject(1359, 1600.639038, -1612.525024, 13.218000, 0.000000, 0.000000, 0.000000, 300.00);
  470. tmpobjid = CreateObject(1359, 1602.561035, -1635.963012, 13.218000, 0.000000, 0.000000, 0.000000, 300.00);
  471. tmpobjid = CreateObject(11714, 1605.029052, -1618.160034, 4.416998, 0.000000, 0.000000, 0.000000, 300.00);
  472. tmpobjid = CreateObject(3462, 1597.876953, -1636.109008, 14.059000, 0.000000, 0.000000, 236.000000, 300.00);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement