Advertisement
Guest User

Untitled

a guest
Jun 1st, 2011
4,472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 443.60 KB | None | 0 0
  1.  
  2. /* ___ ___
  3. /\__\ /\ \
  4. /:/ _/_ ___ /::\ \
  5. /:/ /\ \ /\__\ /:/\:\ \
  6. /:/ /::\ \ /:/ / /:/ /::\ \
  7. /:/__\/\:\__\ /:/__/ /:/_/:/\:\__\
  8. \:\ \ /:/ / /::\ \ \:\/:/ \/__/
  9. \:\ /:/ / /:/\:\ \ \::/__/
  10. \:\/:/ / \/__\:\ \ \:\ \
  11. \::/ / \:\__\ \:\__\
  12. \/__/ \/__/ \/__/
  13. ___ ___
  14. /\ \ /\ \
  15. /::\ \ ___ /::\ \ ___
  16. /:/\:\__\ /\__\ /:/\:\ \ /\__\
  17. /:/ /:/ / /:/__/ ___ ___ /:/ \:\ \ /:/ /
  18. /:/_/:/ / /::\ \ /\ \ /\__\ /:/__/ \:\__\ /:/__/
  19. \:\/:/ / \/\:\ \__ \:\ \ /:/ / \:\ \ /:/ / /::\ \
  20. \::/__/ ~~\:\/\__\ \:\ /:/ / \:\ /:/ / /:/\:\ \
  21. \:\ \ \::/ / \:\/:/ / \:\/:/ / \/__\:\ \
  22. \:\__\ /:/ / \::/ / \::/ / \:\__\
  23. \/__/ \/__/ \/__/ \/__/ \/__/
  24.  
  25. */
  26.  
  27. /* When adding islands, change the island enum (line 101),
  28. also the /setrt dialog, ResetIslandData, OnPlayerEnterCheckpoint, GetDestination,
  29. also add coords in IsPlayerAtRefuelSpot and new map icons
  30.  
  31. This applies to all custom added islands. */
  32.  
  33. #include <irc>
  34. #include <a_samp>
  35. #include <dini>
  36.  
  37. #include <irc>
  38. #include <sscanf2>
  39. #include <mcp>
  40.  
  41.  
  42. #define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
  43. #define COLOR_RED 0xAA3333AA
  44. #define COLORS
  45. #define GREY 0xAFAFAFAA
  46. #define GREEN 0x33AA33AA
  47. #define YELLOW 0xFFFF00AA
  48. #define WHITE 0xFFFFFFAA
  49. #define LIGHTBLUE 0x33CCFFAA
  50. #define ORANGE 0xFF9900AA
  51. #define TEAM_BLUE_COLOR 0x7777DDFF
  52. #define COLOR_OYELLOW 0xFFFF00AA
  53. #define COLOR_GREEN 0x4eab48ff // orginal 0x9EC73DAA
  54. #define COLOR_RED 0xAA3333AA
  55. #define COLOR_WHITE 0xFFFFFFAA
  56. #define COLOR_BLUE 0x0259EAFF
  57. #define COLOR_LIGHTGREEN 0x00FD4DAA
  58. #define COLOR_GREY 0xAFAFAFAA
  59. #define blue 0x375FFFFF
  60. #define COLOR_RED 0xAA3333AA
  61. #define COLOR_RED2 0xFF0000AA
  62. #define COLOR_YELLOW 0xFFFF00AA
  63. #define COLOR_ORANGE 0xFF9900AA
  64. #define COLOR_PINK 0xFF3DF8AA
  65. #define COLOR_LIGHTBLUE 0x33CCFFAA
  66. #define COLOR_DARKRED 0x660000AA
  67. #define COLOR_WHITE 0xFFFFFFAA
  68. #define COLOR_SYSTEM 0xFFFF00AA
  69. #define COLOR_NAVY 0x000080AA
  70. #define COLOR_AQUA 0xF0F8FFAA
  71. #define COLOR_GOLD 0xB8860BAA
  72. #define COLOR_ORANGERED 0xFF4500AA
  73.  
  74.  
  75. #define MAX_BOTS (3)
  76. #define MAX_ROADBLOCKS 35
  77. #define MAX_SPAM 5
  78.  
  79. #define SPEC_TYPE_NONE 0
  80. #define SPEC_TYPE_PLAYER 1
  81. #define SPEC_TYPE_VEHICLE 2
  82.  
  83. #if defined ret_memcpy
  84. #pragma unused ret_memcpy
  85. #endif
  86.  
  87. enum GPSInfo
  88. {
  89. zone_name[30],
  90. Float:zone_minx,
  91. Float:zone_miny,
  92. Float:zone_minz,
  93. Float:zone_maxx,
  94. Float:zone_maxy,
  95. Float:zone_maxz
  96. }
  97.  
  98. stock IsAtRefuelSpot(playerid)
  99. {
  100. if (IsPlayerInRangeOfPoint(playerid, 20, 3364.3716,187.7556,3.7580)) return 1;
  101. if (IsPlayerInRangeOfPoint(playerid, 20, -3573.7981,-313.6209,12.8887)) return 1;
  102. if (IsPlayerInRangeOfPoint(playerid, 20, 1476.5433,1465.9758,10.8281)) return 1;
  103. if (IsPlayerInRangeOfPoint(playerid, 20, 1869.8599,-2493.2256,13.5547)) return 1;
  104. if (IsPlayerInRangeOfPoint(playerid, 20, -1437.0648,48.4609,14.1484)) return 1;
  105. if (IsPlayerInRangeOfPoint(playerid, 20, -1377.8518,507.3687,18.2344)) return 1;
  106.  
  107. if (IsPlayerInRangeOfPoint(playerid, 20, 308.9602,1960.5901,17.6406)) return 1;
  108. if (IsPlayerInRangeOfPoint(playerid, 20, 270.4283,2507.4309,16.4944)) return 1;
  109. if (IsPlayerInRangeOfPoint(playerid, 20, -84.6720,3357.0527,4.2387)) return 1;
  110. if (IsPlayerInRangeOfPoint(playerid, 20, 818.3096,-4558.7163,1.2266)) return 1;
  111. if (IsPlayerInRangeOfPoint(playerid, 20, -277.1337,1544.0427,75.6373)) return 1;
  112.  
  113. if (IsPlayerInRangeOfPoint(playerid, 20, -2615.0771,-2761.8506,9.7525)) return 1;
  114. if (IsPlayerInRangeOfPoint(playerid, 20, 1251.9790,784.9053,11.2433)) return 1;
  115. if (IsPlayerInRangeOfPoint(playerid, 20, -1377.3796,-953.2937,198.2335)) return 1;
  116. if (IsPlayerInRangeOfPoint(playerid, 20, -1377.3796,-953.2937,198.2335)) return 1;
  117.  
  118. if (IsPlayerInRangeOfPoint(playerid, 20, 2854.5713,1823.2413,14.5278)) return 1;
  119. if (IsPlayerInRangeOfPoint(playerid, 20, 617.1669,-2537.6970,16.1343)) return 1;
  120. if (IsPlayerInRangeOfPoint(playerid, 20, 1459.2578,4432.5811,1.9696)) return 1;
  121. if (IsPlayerInRangeOfPoint(playerid, 20, 3801.1831,2506.2078,3.9592)) return 1;
  122.  
  123. if (IsPlayerInRangeOfPoint(playerid, 20, 415.0397,3559.0493,4.6709)) return 1;
  124. if (IsPlayerInRangeOfPoint(playerid, 20, 1015.8787,-3718.7603,5.1134)) return 1;
  125. if (IsPlayerInRangeOfPoint(playerid, 20, 3275.1458,-1819.7595,2.0000)) return 1;
  126. if (IsPlayerInRangeOfPoint(playerid, 20, 3428.0107,-683.0929,4.4299)) return 1;
  127. if (IsPlayerInRangeOfPoint(playerid, 20, 5798.8726,-1556.8759,4.9581)) return 1;
  128. if (IsPlayerInRangeOfPoint(playerid, 20, -1481.1166,3129.1453,19.3932)) return 1;
  129. return 0;
  130. }
  131.  
  132. new Float:Zones[][GPSInfo] = {
  133. { "Unknown", -410.00, 1403.30, -3.00, -137.90, 1681.20, 200.00},
  134. { "Aldea Malvada", -1372.10, 2498.50, 0.00, -1277.50, 2615.30, 200.00},
  135. { "Angel Pine", -2324.90, -2584.20, -6.10, -1964.20, -2212.10, 200.00},
  136. { "Arco del Oeste", -901.10, 2221.80, 0.00, -592.00, 2571.90, 200.00},
  137. { "Avispa Country Club", -2646.40, -355.40, 0.00, -2270.00, -222.50, 200.00},
  138. { "Avispa Country Club", -2831.80, -430.20, -6.10, -2646.40, -222.50, 200.00},
  139. { "Avispa Country Club", -2361.50, -417.10, 0.00, -2270.00, -355.40, 200.00},
  140. { "Avispa Country Club", -2667.80, -302.10, -28.80, -2646.40, -262.30, 71.10},
  141. { "Avispa Country Club", -2470.00, -355.40, 0.00, -2270.00, -318.40, 46.10},
  142. { "Avispa Country Club", -2550.00, -355.40, 0.00, -2470.00, -318.40, 39.70},
  143. { "Back o Beyond", -1166.90, -2641.10, 0.00, -321.70, -1856.00, 200.00},
  144. { "Battery Point", -2741.00, 1268.40, -4.50, -2533.00, 1490.40, 200.00},
  145. { "Bayside", -2741.00, 2175.10, 0.00, -2353.10, 2722.70, 200.00},
  146. { "Bayside Marina", -2353.10, 2275.70, 0.00, -2153.10, 2475.70, 200.00},
  147. { "Beacon Hill", -399.60, -1075.50, -1.40, -319.00, -977.50, 198.50},
  148. { "Blackfield", 964.30, 1203.20, -89.00, 1197.30, 1403.20, 110.90},
  149. { "Blackfield", 964.30, 1403.20, -89.00, 1197.30, 1726.20, 110.90},
  150. { "Blackfield Chapel", 1375.60, 596.30, -89.00, 1558.00, 823.20, 110.90},
  151. { "Blackfield Chapel", 1325.60, 596.30, -89.00, 1375.60, 795.00, 110.90},
  152. { "Blackfield Intersection", 1197.30, 1044.60, -89.00, 1277.00, 1163.30, 110.90},
  153. { "Blackfield Intersection", 1166.50, 795.00, -89.00, 1375.60, 1044.60, 110.90},
  154. { "Blackfield Intersection", 1277.00, 1044.60, -89.00, 1315.30, 1087.60, 110.90},
  155. { "Blackfield Intersection", 1375.60, 823.20, -89.00, 1457.30, 919.40, 110.90},
  156. { "Blueberry", 104.50, -220.10, 2.30, 349.60, 152.20, 200.00},
  157. { "Blueberry", 19.60, -404.10, 3.80, 349.60, -220.10, 200.00},
  158. { "Blueberry Acres", -319.60, -220.10, 0.00, 104.50, 293.30, 200.00},
  159. { "Caligula's Palace", 2087.30, 1543.20, -89.00, 2437.30, 1703.20, 110.90},
  160. { "Caligula's Palace", 2137.40, 1703.20, -89.00, 2437.30, 1783.20, 110.90},
  161. { "Calton Heights", -2274.10, 744.10, -6.10, -1982.30, 1358.90, 200.00},
  162. { "Chinatown", -2274.10, 578.30, -7.60, -2078.60, 744.10, 200.00},
  163. { "City Hall", -2867.80, 277.40, -9.10, -2593.40, 458.40, 200.00},
  164. { "Come-A-Lot", 2087.30, 943.20, -89.00, 2623.10, 1203.20, 110.90},
  165. { "Commerce", 1323.90, -1842.20, -89.00, 1701.90, -1722.20, 110.90},
  166. { "Commerce", 1323.90, -1722.20, -89.00, 1440.90, -1577.50, 110.90},
  167. { "Commerce", 1370.80, -1577.50, -89.00, 1463.90, -1384.90, 110.90},
  168. { "Commerce", 1463.90, -1577.50, -89.00, 1667.90, -1430.80, 110.90},
  169. { "Commerce", 1583.50, -1722.20, -89.00, 1758.90, -1577.50, 110.90},
  170. { "Commerce", 1667.90, -1577.50, -89.00, 1812.60, -1430.80, 110.90},
  171. { "Conference Center", 1046.10, -1804.20, -89.00, 1323.90, -1722.20, 110.90},
  172. { "Conference Center", 1073.20, -1842.20, -89.00, 1323.90, -1804.20, 110.90},
  173. { "Cranberry Station", -2007.80, 56.30, 0.00, -1922.00, 224.70, 100.00},
  174. { "Creek", 2749.90, 1937.20, -89.00, 2921.60, 2669.70, 110.90},
  175. { "Dillimore", 580.70, -674.80, -9.50, 861.00, -404.70, 200.00},
  176. { "Doherty", -2270.00, -324.10, -0.00, -1794.90, -222.50, 200.00},
  177. { "Doherty", -2173.00, -222.50, -0.00, -1794.90, 265.20, 200.00},
  178. { "Downtown", -1982.30, 744.10, -6.10, -1871.70, 1274.20, 200.00},
  179. { "Downtown", -1871.70, 1176.40, -4.50, -1620.30, 1274.20, 200.00},
  180. { "Downtown", -1700.00, 744.20, -6.10, -1580.00, 1176.50, 200.00},
  181. { "Downtown", -1580.00, 744.20, -6.10, -1499.80, 1025.90, 200.00},
  182. { "Downtown", -2078.60, 578.30, -7.60, -1499.80, 744.20, 200.00},
  183. { "Downtown", -1993.20, 265.20, -9.10, -1794.90, 578.30, 200.00},
  184. { "Downtown Los Santos", 1463.90, -1430.80, -89.00, 1724.70, -1290.80, 110.90},
  185. { "Downtown Los Santos", 1724.70, -1430.80, -89.00, 1812.60, -1250.90, 110.90},
  186. { "Downtown Los Santos", 1463.90, -1290.80, -89.00, 1724.70, -1150.80, 110.90},
  187. { "Downtown Los Santos", 1370.80, -1384.90, -89.00, 1463.90, -1170.80, 110.90},
  188. { "Downtown Los Santos", 1724.70, -1250.90, -89.00, 1812.60, -1150.80, 110.90},
  189. { "Downtown Los Santos", 1370.80, -1170.80, -89.00, 1463.90, -1130.80, 110.90},
  190. { "Downtown Los Santos", 1378.30, -1130.80, -89.00, 1463.90, -1026.30, 110.90},
  191. { "Downtown Los Santos", 1391.00, -1026.30, -89.00, 1463.90, -926.90, 110.90},
  192. { "Downtown Los Santos", 1507.50, -1385.20, 110.90, 1582.50, -1325.30, 335.90},
  193. { "East Beach", 2632.80, -1852.80, -89.00, 2959.30, -1668.10, 110.90},
  194. { "East Beach", 2632.80, -1668.10, -89.00, 2747.70, -1393.40, 110.90},
  195. { "East Beach", 2747.70, -1668.10, -89.00, 2959.30, -1498.60, 110.90},
  196. { "East Beach", 2747.70, -1498.60, -89.00, 2959.30, -1120.00, 110.90},
  197. { "East Los Santos", 2421.00, -1628.50, -89.00, 2632.80, -1454.30, 110.90},
  198. { "East Los Santos", 2222.50, -1628.50, -89.00, 2421.00, -1494.00, 110.90},
  199. { "East Los Santos", 2266.20, -1494.00, -89.00, 2381.60, -1372.00, 110.90},
  200. { "East Los Santos", 2381.60, -1494.00, -89.00, 2421.00, -1454.30, 110.90},
  201. { "East Los Santos", 2281.40, -1372.00, -89.00, 2381.60, -1135.00, 110.90},
  202. { "East Los Santos", 2381.60, -1454.30, -89.00, 2462.10, -1135.00, 110.90},
  203. { "East Los Santos", 2462.10, -1454.30, -89.00, 2581.70, -1135.00, 110.90},
  204. { "Easter Basin", -1794.90, 249.90, -9.10, -1242.90, 578.30, 200.00},
  205. { "Easter Basin", -1794.90, -50.00, -0.00, -1499.80, 249.90, 200.00},
  206. { "Easter Bay Airport", -1499.80, -50.00, -0.00, -1242.90, 249.90, 200.00},
  207. { "Easter Bay Airport", -1794.90, -730.10, -3.00, -1213.90, -50.00, 200.00},
  208. { "Easter Bay Airport", -1213.90, -730.10, 0.00, -1132.80, -50.00, 200.00},
  209. { "Easter Bay Airport", -1242.90, -50.00, 0.00, -1213.90, 578.30, 200.00},
  210. { "Easter Bay Airport", -1213.90, -50.00, -4.50, -947.90, 578.30, 200.00},
  211. { "Easter Bay Airport", -1315.40, -405.30, 15.40, -1264.40, -209.50, 25.40},
  212. { "Easter Bay Airport", -1354.30, -287.30, 15.40, -1315.40, -209.50, 25.40},
  213. { "Easter Bay Airport", -1490.30, -209.50, 15.40, -1264.40, -148.30, 25.40},
  214. { "Easter Bay Chemicals", -1132.80, -768.00, 0.00, -956.40, -578.10, 200.00},
  215. { "Easter Bay Chemicals", -1132.80, -787.30, 0.00, -956.40, -768.00, 200.00},
  216. { "El Castillo del Diablo", -464.50, 2217.60, 0.00, -208.50, 2580.30, 200.00},
  217. { "El Castillo del Diablo", -208.50, 2123.00, -7.60, 114.00, 2337.10, 200.00},
  218. { "El Castillo del Diablo", -208.50, 2337.10, 0.00, 8.40, 2487.10, 200.00},
  219. { "El Corona", 1812.60, -2179.20, -89.00, 1970.60, -1852.80, 110.90},
  220. { "El Corona", 1692.60, -2179.20, -89.00, 1812.60, -1842.20, 110.90},
  221. { "El Quebrados", -1645.20, 2498.50, 0.00, -1372.10, 2777.80, 200.00},
  222. { "Esplanade East", -1620.30, 1176.50, -4.50, -1580.00, 1274.20, 200.00},
  223. { "Esplanade East", -1580.00, 1025.90, -6.10, -1499.80, 1274.20, 200.00},
  224. { "Esplanade East", -1499.80, 578.30, -79.60, -1339.80, 1274.20, 20.30},
  225. { "Esplanade North", -2533.00, 1358.90, -4.50, -1996.60, 1501.20, 200.00},
  226. { "Esplanade North", -1996.60, 1358.90, -4.50, -1524.20, 1592.50, 200.00},
  227. { "Esplanade North", -1982.30, 1274.20, -4.50, -1524.20, 1358.90, 200.00},
  228. { "Fallen Tree", -792.20, -698.50, -5.30, -452.40, -380.00, 200.00},
  229. { "Fallow Bridge", 434.30, 366.50, 0.00, 603.00, 555.60, 200.00},
  230. { "Fern Ridge", 508.10, -139.20, 0.00, 1306.60, 119.50, 200.00},
  231. { "Financial", -1871.70, 744.10, -6.10, -1701.30, 1176.40, 300.00},
  232. { "Fisher's Lagoon", 1916.90, -233.30, -100.00, 2131.70, 13.80, 200.00},
  233. { "Flint Intersection", -187.70, -1596.70, -89.00, 17.00, -1276.60, 110.90},
  234. { "Flint Range", -594.10, -1648.50, 0.00, -187.70, -1276.60, 200.00},
  235. { "Fort Carson", -376.20, 826.30, -3.00, 123.70, 1220.40, 200.00},
  236. { "Foster Valley", -2270.00, -430.20, -0.00, -2178.60, -324.10, 200.00},
  237. { "Foster Valley", -2178.60, -599.80, -0.00, -1794.90, -324.10, 200.00},
  238. { "Foster Valley", -2178.60, -1115.50, 0.00, -1794.90, -599.80, 200.00},
  239. { "Foster Valley", -2178.60, -1250.90, 0.00, -1794.90, -1115.50, 200.00},
  240. { "Frederick Bridge", 2759.20, 296.50, 0.00, 2774.20, 594.70, 200.00},
  241. { "Gant Bridge", -2741.40, 1659.60, -6.10, -2616.40, 2175.10, 200.00},
  242. { "Gant Bridge", -2741.00, 1490.40, -6.10, -2616.40, 1659.60, 200.00},
  243. { "Ganton", 2222.50, -1852.80, -89.00, 2632.80, -1722.30, 110.90},
  244. { "Ganton", 2222.50, -1722.30, -89.00, 2632.80, -1628.50, 110.90},
  245. { "Garcia", -2411.20, -222.50, -0.00, -2173.00, 265.20, 200.00},
  246. { "Garcia", -2395.10, -222.50, -5.30, -2354.00, -204.70, 200.00},
  247. { "Garver Bridge", -1339.80, 828.10, -89.00, -1213.90, 1057.00, 110.90},
  248. { "~yGarver Bridge", -1213.90, 950.00, -89.00, -1087.90, 1178.90, 110.90},
  249. { "Garver Bridge", -1499.80, 696.40, -179.60, -1339.80, 925.30, 20.30},
  250. { "Glen Park", 1812.60, -1449.60, -89.00, 1996.90, -1350.70, 110.90},
  251. { "Glen Park", 1812.60, -1100.80, -89.00, 1994.30, -973.30, 110.90},
  252. { "Glen Park", 1812.60, -1350.70, -89.00, 2056.80, -1100.80, 110.90},
  253. { "Green Palms", 176.50, 1305.40, -3.00, 338.60, 1520.70, 200.00},
  254. { "Greenglass College", 964.30, 1044.60, -89.00, 1197.30, 1203.20, 110.90},
  255. { "Greenglass College", 964.30, 930.80, -89.00, 1166.50, 1044.60, 110.90},
  256. { "Hampton Barns", 603.00, 264.30, 0.00, 761.90, 366.50, 200.00},
  257. { "Hankypanky Point", 2576.90, 62.10, 0.00, 2759.20, 385.50, 200.00},
  258. { "Harry Gold Parkway", 1777.30, 863.20, -89.00, 1817.30, 2342.80, 110.90},
  259. { "Hashbury", -2593.40, -222.50, -0.00, -2411.20, 54.70, 200.00},
  260. { "Hilltop Farm", 967.30, -450.30, -3.00, 1176.70, -217.90, 200.00},
  261. { "Hunter Quarry", 337.20, 710.80, -115.20, 860.50, 1031.70, 203.70},
  262. { "Idlewood", 1812.60, -1852.80, -89.00, 1971.60, -1742.30, 110.90},
  263. { "Idlewood", 1812.60, -1742.30, -89.00, 1951.60, -1602.30, 110.90},
  264. { "Idlewood", 1951.60, -1742.30, -89.00, 2124.60, -1602.30, 110.90},
  265. { "Idlewood", 1812.60, -1602.30, -89.00, 2124.60, -1449.60, 110.90},
  266. { "Idlewood", 2124.60, -1742.30, -89.00, 2222.50, -1494.00, 110.90},
  267. { "Idlewood", 1971.60, -1852.80, -89.00, 2222.50, -1742.30, 110.90},
  268. { "Jefferson", 1996.90, -1449.60, -89.00, 2056.80, -1350.70, 110.90},
  269. { "Jefferson", 2124.60, -1494.00, -89.00, 2266.20, -1449.60, 110.90},
  270. { "Jefferson", 2056.80, -1372.00, -89.00, 2281.40, -1210.70, 110.90},
  271. { "Jefferson", 2056.80, -1210.70, -89.00, 2185.30, -1126.30, 110.90},
  272. { "Jefferson", 2185.30, -1210.70, -89.00, 2281.40, -1154.50, 110.90},
  273. { "Jefferson", 2056.80, -1449.60, -89.00, 2266.20, -1372.00, 110.90},
  274. { "Julius Thruway East", 2623.10, 943.20, -89.00, 2749.90, 1055.90, 110.90},
  275. { "Julius Thruway East", 2685.10, 1055.90, -89.00, 2749.90, 2626.50, 110.90},
  276. { "Julius Thruway East", 2536.40, 2442.50, -89.00, 2685.10, 2542.50, 110.90},
  277. { "Julius Thruway East", 2625.10, 2202.70, -89.00, 2685.10, 2442.50, 110.90},
  278. { "Julius Thruway North", 2498.20, 2542.50, -89.00, 2685.10, 2626.50, 110.90},
  279. { "Julius Thruway North", 2237.40, 2542.50, -89.00, 2498.20, 2663.10, 110.90},
  280. { "Julius Thruway North", 2121.40, 2508.20, -89.00, 2237.40, 2663.10, 110.90},
  281. { "Julius Thruway North", 1938.80, 2508.20, -89.00, 2121.40, 2624.20, 110.90},
  282. { "Julius Thruway North", 1534.50, 2433.20, -89.00, 1848.40, 2583.20, 110.90},
  283. { "Julius Thruway North", 1848.40, 2478.40, -89.00, 1938.80, 2553.40, 110.90},
  284. { "Julius Thruway North", 1704.50, 2342.80, -89.00, 1848.40, 2433.20, 110.90},
  285. { "Julius Thruway North", 1377.30, 2433.20, -89.00, 1534.50, 2507.20, 110.90},
  286. { "Julius Thruway South", 1457.30, 823.20, -89.00, 2377.30, 863.20, 110.90},
  287. { "Julius Thruway South", 2377.30, 788.80, -89.00, 2537.30, 897.90, 110.90},
  288. { "Julius Thruway West", 1197.30, 1163.30, -89.00, 1236.60, 2243.20, 110.90},
  289. { "Julius Thruway West", 1236.60, 2142.80, -89.00, 1297.40, 2243.20, 110.90},
  290. { "Juniper Hill", -2533.00, 578.30, -7.60, -2274.10, 968.30, 200.00},
  291. { "Juniper Hollow", -2533.00, 968.30, -6.10, -2274.10, 1358.90, 200.00},
  292. { "K.A.C.C. Military Fuels", 2498.20, 2626.50, -89.00, 2749.90, 2861.50, 110.90},
  293. { "Kincaid Bridge", -1339.80, 599.20, -89.00, -1213.90, 828.10, 110.90},
  294. { "Kincaid Bridge", -1213.90, 721.10, -89.00, -1087.90, 950.00, 110.90},
  295. { "Kincaid Bridge", -1087.90, 855.30, -89.00, -961.90, 986.20, 110.90},
  296. { "King's", -2329.30, 458.40, -7.60, -1993.20, 578.30, 200.00},
  297. { "King's", -2411.20, 265.20, -9.10, -1993.20, 373.50, 200.00},
  298. { "King's", -2253.50, 373.50, -9.10, -1993.20, 458.40, 200.00},
  299. { "LVA Freight Depot", 1457.30, 863.20, -89.00, 1777.40, 1143.20, 110.90},
  300. { "LVA Freight Depot", 1375.60, 919.40, -89.00, 1457.30, 1203.20, 110.90},
  301. { "LVA Freight Depot", 1277.00, 1087.60, -89.00, 1375.60, 1203.20, 110.90},
  302. { "LVA Freight Depot", 1315.30, 1044.60, -89.00, 1375.60, 1087.60, 110.90},
  303. { "LVA Freight Depot", 1236.60, 1163.40, -89.00, 1277.00, 1203.20, 110.90},
  304. { "Las Barrancas", -926.10, 1398.70, -3.00, -719.20, 1634.60, 200.00},
  305. { "Las Brujas", -365.10, 2123.00, -3.00, -208.50, 2217.60, 200.00},
  306. { "Las Colinas", 1994.30, -1100.80, -89.00, 2056.80, -920.80, 110.90},
  307. { "Las Colinas", 2056.80, -1126.30, -89.00, 2126.80, -920.80, 110.90},
  308. { "Las Colinas", 2185.30, -1154.50, -89.00, 2281.40, -934.40, 110.90},
  309. { "Las Colinas", 2126.80, -1126.30, -89.00, 2185.30, -934.40, 110.90},
  310. { "Las Colinas", 2747.70, -1120.00, -89.00, 2959.30, -945.00, 110.90},
  311. { "Las Colinas", 2632.70, -1135.00, -89.00, 2747.70, -945.00, 110.90},
  312. { "Las Colinas", 2281.40, -1135.00, -89.00, 2632.70, -945.00, 110.90},
  313. { "Las Payasadas", -354.30, 2580.30, 2.00, -133.60, 2816.80, 200.00},
  314. { "Las Venturas Airport", 1236.60, 1203.20, -89.00, 1457.30, 1883.10, 110.90},
  315. { "Las Venturas Airport", 1457.30, 1203.20, -89.00, 1777.30, 1883.10, 110.90},
  316. { "Las Venturas Airport", 1457.30, 1143.20, -89.00, 1777.40, 1203.20, 110.90},
  317. { "Las Venturas Airport", 1515.80, 1586.40, -12.50, 1729.90, 1714.50, 87.50},
  318. { "Last Dime Motel", 1823.00, 596.30, -89.00, 1997.20, 823.20, 110.90},
  319. { "Leafy Hollow", -1166.90, -1856.00, 0.00, -815.60, -1602.00, 200.00},
  320. { "Lil' Probe Inn", -90.20, 1286.80, -3.00, 153.80, 1554.10, 200.00},
  321. { "Linden Side", 2749.90, 943.20, -89.00, 2923.30, 1198.90, 110.90},
  322. { "Linden Station", 2749.90, 1198.90, -89.00, 2923.30, 1548.90, 110.90},
  323. { "Linden Station", 2811.20, 1229.50, -39.50, 2861.20, 1407.50, 60.40},
  324. { "Little Mexico", 1701.90, -1842.20, -89.00, 1812.60, -1722.20, 110.90},
  325. { "Little Mexico", 1758.90, -1722.20, -89.00, 1812.60, -1577.50, 110.90},
  326. { "Los Flores", 2581.70, -1454.30, -89.00, 2632.80, -1393.40, 110.90},
  327. { "Los Flores", 2581.70, -1393.40, -89.00, 2747.70, -1135.00, 110.90},
  328. { "Los Santos International", 1249.60, -2394.30, -89.00, 1852.00, -2179.20, 110.90},
  329. { "Los Santos International", 1852.00, -2394.30, -89.00, 2089.00, -2179.20, 110.90},
  330. { "Los Santos International", 1382.70, -2730.80, -89.00, 2201.80, -2394.30, 110.90},
  331. { "Los Santos International", 1974.60, -2394.30, -39.00, 2089.00, -2256.50, 60.90},
  332. { "Los Santos International", 1400.90, -2669.20, -39.00, 2189.80, -2597.20, 60.90},
  333. { "Los Santos International", 2051.60, -2597.20, -39.00, 2152.40, -2394.30, 60.90},
  334. { "Marina", 647.70, -1804.20, -89.00, 851.40, -1577.50, 110.90},
  335. { "Marina", 647.70, -1577.50, -89.00, 807.90, -1416.20, 110.90},
  336. { "Marina", 807.90, -1577.50, -89.00, 926.90, -1416.20, 110.90},
  337. { "Market", 787.40, -1416.20, -89.00, 1072.60, -1310.20, 110.90},
  338. { "Market", 952.60, -1310.20, -89.00, 1072.60, -1130.80, 110.90},
  339. { "Market", 1072.60, -1416.20, -89.00, 1370.80, -1130.80, 110.90},
  340. { "Market", 926.90, -1577.50, -89.00, 1370.80, -1416.20, 110.90},
  341. { "Market Station", 787.40, -1410.90, -34.10, 866.00, -1310.20, 65.80},
  342. { "Martin Bridge", -222.10, 293.30, 0.00, -122.10, 476.40, 200.00},
  343. { "Missionary Hill", -2994.40, -811.20, 0.00, -2178.60, -430.20, 200.00},
  344. { "Montgomery", 1119.50, 119.50, -3.00, 1451.40, 493.30, 200.00},
  345. { "Montgomery", 1451.40, 347.40, -6.10, 1582.40, 420.80, 200.00},
  346. { "Montgomery Intersection", 1546.60, 208.10, 0.00, 1745.80, 347.40, 200.00},
  347. { "Montgomery Intersection", 1582.40, 347.40, 0.00, 1664.60, 401.70, 200.00},
  348. { "Mulholland", 1414.00, -768.00, -89.00, 1667.60, -452.40, 110.90},
  349. { "Mulholland", 1281.10, -452.40, -89.00, 1641.10, -290.90, 110.90},
  350. { "Mulholland", 1269.10, -768.00, -89.00, 1414.00, -452.40, 110.90},
  351. { "Mulholland", 1357.00, -926.90, -89.00, 1463.90, -768.00, 110.90},
  352. { "Mulholland", 1318.10, -910.10, -89.00, 1357.00, -768.00, 110.90},
  353. { "Mulholland", 1169.10, -910.10, -89.00, 1318.10, -768.00, 110.90},
  354. { "Mulholland", 768.60, -954.60, -89.00, 952.60, -860.60, 110.90},
  355. { "Mulholland", 687.80, -860.60, -89.00, 911.80, -768.00, 110.90},
  356. { "Mulholland", 737.50, -768.00, -89.00, 1142.20, -674.80, 110.90},
  357. { "Mulholland", 1096.40, -910.10, -89.00, 1169.10, -768.00, 110.90},
  358. { "Mulholland", 952.60, -937.10, -89.00, 1096.40, -860.60, 110.90},
  359. { "Mulholland", 911.80, -860.60, -89.00, 1096.40, -768.00, 110.90},
  360. { "Mulholland", 861.00, -674.80, -89.00, 1156.50, -600.80, 110.90},
  361. { "Mulholland Intersection", 1463.90, -1150.80, -89.00, 1812.60, -768.00, 110.90},
  362. { "North Rock", 2285.30, -768.00, 0.00, 2770.50, -269.70, 200.00},
  363. { "Ocean Docks", 2373.70, -2697.00, -89.00, 2809.20, -2330.40, 110.90},
  364. { "Ocean Docks", 2201.80, -2418.30, -89.00, 2324.00, -2095.00, 110.90},
  365. { "Ocean Docks", 2324.00, -2302.30, -89.00, 2703.50, -2145.10, 110.90},
  366. { "Ocean Docks", 2089.00, -2394.30, -89.00, 2201.80, -2235.80, 110.90},
  367. { "Ocean Docks", 2201.80, -2730.80, -89.00, 2324.00, -2418.30, 110.90},
  368. { "Ocean Docks", 2703.50, -2302.30, -89.00, 2959.30, -2126.90, 110.90},
  369. { "Ocean Docks", 2324.00, -2145.10, -89.00, 2703.50, -2059.20, 110.90},
  370. { "Ocean Flats", -2994.40, 277.40, -9.10, -2867.80, 458.40, 200.00},
  371. { "Ocean Flats", -2994.40, -222.50, -0.00, -2593.40, 277.40, 200.00},
  372. { "Ocean Flats", -2994.40, -430.20, -0.00, -2831.80, -222.50, 200.00},
  373. { "Octane Springs", 338.60, 1228.50, 0.00, 664.30, 1655.00, 200.00},
  374. { "Old Venturas Strip", 2162.30, 2012.10, -89.00, 2685.10, 2202.70, 110.90},
  375. { "Palisades", -2994.40, 458.40, -6.10, -2741.00, 1339.60, 200.00},
  376. { "Palomino Creek", 2160.20, -149.00, 0.00, 2576.90, 228.30, 200.00},
  377. { "Paradiso", -2741.00, 793.40, -6.10, -2533.00, 1268.40, 200.00},
  378. { "Pershing Square", 1440.90, -1722.20, -89.00, 1583.50, -1577.50, 110.90},
  379. { "Pilgrim", 2437.30, 1383.20, -89.00, 2624.40, 1783.20, 110.90},
  380. { "Pilgrim", 2624.40, 1383.20, -89.00, 2685.10, 1783.20, 110.90},
  381. { "Pilson Intersection", 1098.30, 2243.20, -89.00, 1377.30, 2507.20, 110.90},
  382. { "Pirates in Men's Pants", 1817.30, 1469.20, -89.00, 2027.40, 1703.20, 110.90},
  383. { "Playa del Seville", 2703.50, -2126.90, -89.00, 2959.30, -1852.80, 110.90},
  384. { "Prickle Pine", 1534.50, 2583.20, -89.00, 1848.40, 2863.20, 110.90},
  385. { "Prickle Pine", 1117.40, 2507.20, -89.00, 1534.50, 2723.20, 110.90},
  386. { "Prickle Pine", 1848.40, 2553.40, -89.00, 1938.80, 2863.20, 110.90},
  387. { "Prickle Pine", 1938.80, 2624.20, -89.00, 2121.40, 2861.50, 110.90},
  388. { "Queens", -2533.00, 458.40, 0.00, -2329.30, 578.30, 200.00},
  389. { "Queens", -2593.40, 54.70, 0.00, -2411.20, 458.40, 200.00},
  390. { "Queens", -2411.20, 373.50, 0.00, -2253.50, 458.40, 200.00},
  391. { "Randolph Industrial Estate", 1558.00, 596.30, -89.00, 1823.00, 823.20, 110.90},
  392. { "Redsands East", 1817.30, 2011.80, -89.00, 2106.70, 2202.70, 110.90},
  393. { "Redsands East", 1817.30, 2202.70, -89.00, 2011.90, 2342.80, 110.90},
  394. { "Redsands East", 1848.40, 2342.80, -89.00, 2011.90, 2478.40, 110.90},
  395. { "Redsands West", 1236.60, 1883.10, -89.00, 1777.30, 2142.80, 110.90},
  396. { "Redsands West", 1297.40, 2142.80, -89.00, 1777.30, 2243.20, 110.90},
  397. { "Redsands West", 1377.30, 2243.20, -89.00, 1704.50, 2433.20, 110.90},
  398. { "Redsands West", 1704.50, 2243.20, -89.00, 1777.30, 2342.80, 110.90},
  399. { "Regular Tom", -405.70, 1712.80, -3.00, -276.70, 1892.70, 200.00},
  400. { "Richman", 647.50, -1118.20, -89.00, 787.40, -954.60, 110.90},
  401. { "Richman", 647.50, -954.60, -89.00, 768.60, -860.60, 110.90},
  402. { "Richman", 225.10, -1369.60, -89.00, 334.50, -1292.00, 110.90},
  403. { "Richman", 225.10, -1292.00, -89.00, 466.20, -1235.00, 110.90},
  404. { "Richman", 72.60, -1404.90, -89.00, 225.10, -1235.00, 110.90},
  405. { "Richman", 72.60, -1235.00, -89.00, 321.30, -1008.10, 110.90},
  406. { "Richman", 321.30, -1235.00, -89.00, 647.50, -1044.00, 110.90},
  407. { "Richman", 321.30, -1044.00, -89.00, 647.50, -860.60, 110.90},
  408. { "Richman", 321.30, -860.60, -89.00, 687.80, -768.00, 110.90},
  409. { "Richman", 321.30, -768.00, -89.00, 700.70, -674.80, 110.90},
  410. { "Robada Intersection", -1119.00, 1178.90, -89.00, -862.00, 1351.40, 110.90},
  411. { "Roca Escalante", 2237.40, 2202.70, -89.00, 2536.40, 2542.50, 110.90},
  412. { "Roca Escalante", 2536.40, 2202.70, -89.00, 2625.10, 2442.50, 110.90},
  413. { "Rockshore East", 2537.30, 676.50, -89.00, 2902.30, 943.20, 110.90},
  414. { "Rockshore West", 1997.20, 596.30, -89.00, 2377.30, 823.20, 110.90},
  415. { "Rockshore West", 2377.30, 596.30, -89.00, 2537.30, 788.80, 110.90},
  416. { "Rodeo", 72.60, -1684.60, -89.00, 225.10, -1544.10, 110.90},
  417. { "Rodeo", 72.60, -1544.10, -89.00, 225.10, -1404.90, 110.90},
  418. { "Rodeo", 225.10, -1684.60, -89.00, 312.80, -1501.90, 110.90},
  419. { "Rodeo", 225.10, -1501.90, -89.00, 334.50, -1369.60, 110.90},
  420. { "Rodeo", 334.50, -1501.90, -89.00, 422.60, -1406.00, 110.90},
  421. { "Rodeo", 312.80, -1684.60, -89.00, 422.60, -1501.90, 110.90},
  422. { "Rodeo", 422.60, -1684.60, -89.00, 558.00, -1570.20, 110.90},
  423. { "Rodeo", 558.00, -1684.60, -89.00, 647.50, -1384.90, 110.90},
  424. { "Rodeo", 466.20, -1570.20, -89.00, 558.00, -1385.00, 110.90},
  425. { "Rodeo", 422.60, -1570.20, -89.00, 466.20, -1406.00, 110.90},
  426. { "Rodeo", 466.20, -1385.00, -89.00, 647.50, -1235.00, 110.90},
  427. { "Rodeo", 334.50, -1406.00, -89.00, 466.20, -1292.00, 110.90},
  428. { "Royal Casino", 2087.30, 1383.20, -89.00, 2437.30, 1543.20, 110.90},
  429. { "San Andreas Sound", 2450.30, 385.50, -100.00, 2759.20, 562.30, 200.00},
  430. { "Santa Flora", -2741.00, 458.40, -7.60, -2533.00, 793.40, 200.00},
  431. { "Santa Maria Beach", 342.60, -2173.20, -89.00, 647.70, -1684.60, 110.90},
  432. { "Santa Maria Beach", 72.60, -2173.20, -89.00, 342.60, -1684.60, 110.90},
  433. { "Shady Cabin", -1632.80, -2263.40, -3.00, -1601.30, -2231.70, 200.00},
  434. { "Shady Creeks", -1820.60, -2643.60, -8.00, -1226.70, -1771.60, 200.00},
  435. { "Shady Creeks", -2030.10, -2174.80, -6.10, -1820.60, -1771.60, 200.00},
  436. { "Sobell Rail Yards", 2749.90, 1548.90, -89.00, 2923.30, 1937.20, 110.90},
  437. { "Spinybed", 2121.40, 2663.10, -89.00, 2498.20, 2861.50, 110.90},
  438. { "Starfish Casino", 2437.30, 1783.20, -89.00, 2685.10, 2012.10, 110.90},
  439. { "Starfish Casino", 2437.30, 1858.10, -39.00, 2495.00, 1970.80, 60.90},
  440. { "Starfish Casino", 2162.30, 1883.20, -89.00, 2437.30, 2012.10, 110.90},
  441. { "Temple", 1252.30, -1130.80, -89.00, 1378.30, -1026.30, 110.90},
  442. { "Temple", 1252.30, -1026.30, -89.00, 1391.00, -926.90, 110.90},
  443. { "Temple", 1252.30, -926.90, -89.00, 1357.00, -910.10, 110.90},
  444. { "Temple", 952.60, -1130.80, -89.00, 1096.40, -937.10, 110.90},
  445. { "Temple", 1096.40, -1130.80, -89.00, 1252.30, -1026.30, 110.90},
  446. { "Temple", 1096.40, -1026.30, -89.00, 1252.30, -910.10, 110.90},
  447. { "The Camel's Toe", 2087.30, 1203.20, -89.00, 2640.40, 1383.20, 110.90},
  448. { "The Clown's Pocket", 2162.30, 1783.20, -89.00, 2437.30, 1883.20, 110.90},
  449. { "The Emerald Isle", 2011.90, 2202.70, -89.00, 2237.40, 2508.20, 110.90},
  450. { "The Farm", -1209.60, -1317.10, 114.90, -908.10, -787.30, 251.90},
  451. { "The Four Dragons Casino", 1817.30, 863.20, -89.00, 2027.30, 1083.20, 110.90},
  452. { "The High Roller", 1817.30, 1283.20, -89.00, 2027.30, 1469.20, 110.90},
  453. { "The Mako Span", 1664.60, 401.70, 0.00, 1785.10, 567.20, 200.00},
  454. { "The Panopticon", -947.90, -304.30, -1.10, -319.60, 327.00, 200.00},
  455. { "The Pink Swan", 1817.30, 1083.20, -89.00, 2027.30, 1283.20, 110.90},
  456. { "The Sherman Dam", -968.70, 1929.40, -3.00, -481.10, 2155.20, 200.00},
  457. { "The Strip", 2027.40, 863.20, -89.00, 2087.30, 1703.20, 110.90},
  458. { "The Strip", 2106.70, 1863.20, -89.00, 2162.30, 2202.70, 110.90},
  459. { "The Strip", 2027.40, 1783.20, -89.00, 2162.30, 1863.20, 110.90},
  460. { "The Strip", 2027.40, 1703.20, -89.00, 2137.40, 1783.20, 110.90},
  461. { "The Visage", 1817.30, 1863.20, -89.00, 2106.70, 2011.80, 110.90},
  462. { "The Visage", 1817.30, 1703.20, -89.00, 2027.40, 1863.20, 110.90},
  463. { "Unity Station", 1692.60, -1971.80, -20.40, 1812.60, -1932.80, 79.50},
  464. { "Valle Ocultado", -936.60, 2611.40, 2.00, -715.90, 2847.90, 200.00},
  465. { "Verdant Bluffs", 930.20, -2488.40, -89.00, 1249.60, -2006.70, 110.90},
  466. { "Verdant Bluffs", 1073.20, -2006.70, -89.00, 1249.60, -1842.20, 110.90},
  467. { "Verdant Bluffs", 1249.60, -2179.20, -89.00, 1692.60, -1842.20, 110.90},
  468. { "Verdant Meadows", 37.00, 2337.10, -3.00, 435.90, 2677.90, 200.00},
  469. { "Verona Beach", 647.70, -2173.20, -89.00, 930.20, -1804.20, 110.90},
  470. { "Verona Beach", 930.20, -2006.70, -89.00, 1073.20, -1804.20, 110.90},
  471. { "Verona Beach", 851.40, -1804.20, -89.00, 1046.10, -1577.50, 110.90},
  472. { "Verona Beach", 1161.50, -1722.20, -89.00, 1323.90, -1577.50, 110.90},
  473. { "Verona Beach", 1046.10, -1722.20, -89.00, 1161.50, -1577.50, 110.90},
  474. { "Vinewood", 787.40, -1310.20, -89.00, 952.60, -1130.80, 110.90},
  475. { "Vinewood", 787.40, -1130.80, -89.00, 952.60, -954.60, 110.90},
  476. { "Vinewood", 647.50, -1227.20, -89.00, 787.40, -1118.20, 110.90},
  477. { "Vinewood", 647.70, -1416.20, -89.00, 787.40, -1227.20, 110.90},
  478. { "Whitewood Estates", 883.30, 1726.20, -89.00, 1098.30, 2507.20, 110.90},
  479. { "Whitewood Estates", 1098.30, 1726.20, -89.00, 1197.30, 2243.20, 110.90},
  480. { "Willowfield", 1970.60, -2179.20, -89.00, 2089.00, -1852.80, 110.90},
  481. { "Willowfield", 2089.00, -2235.80, -89.00, 2201.80, -1989.90, 110.90},
  482. { "Willowfield", 2089.00, -1989.90, -89.00, 2324.00, -1852.80, 110.90},
  483. { "Willowfield", 2201.80, -2095.00, -89.00, 2324.00, -1989.90, 110.90},
  484. { "Willowfield", 2541.70, -1941.40, -89.00, 2703.50, -1852.80, 110.90},
  485. { "Willowfield", 2324.00, -2059.20, -89.00, 2541.70, -1852.80, 110.90},
  486. { "Willowfield", 2541.70, -2059.20, -89.00, 2703.50, -1941.40, 110.90},
  487. { "~~Yellow Bell Station", 1377.40, 2600.40, -21.90, 1492.40, 2687.30, 78.00},
  488. // Main Zones
  489. { "Los Santos", 44.60, -2892.90, -242.90, 2997.00, -768.00, 900.00},
  490. { "Las Venturas", 869.40, 596.30, -242.90, 2997.00, 2993.80, 900.00},
  491. { "Bone County", -480.50, 596.30, -242.90, 869.40, 2993.80, 900.00},
  492. { "Tierra Robada", -2997.40, 1659.60, -242.90, -480.50, 2993.80, 900.00},
  493. { "Tierra Robada", -1213.90, 596.30, -242.90, -480.50, 1659.60, 900.00},
  494. { "San Fierro", -2997.40, -1115.50, -242.90, -1213.90, 1659.60, 900.00},
  495. { "Red County", -1213.90, -768.00, -242.90, 2997.00, 596.30, 900.00},
  496. { "Flint County", -1213.90, -2892.90, -242.90, 44.60, -768.00, 900.00},
  497. { "Whetstone", -2997.40, -2892.90, -242.90, -1213.90, -1115.50, 900.00}
  498. };
  499.  
  500.  
  501. new VehicleFriendlyNames[212][] = {
  502. {"Landstalker"},{"Bravura"},{"Buffalo"},{"Linerunner"},{"Perrenial"},{"Sentinel"},
  503. {"Dumper"},{"Firetruck"},{"Trashmaster"},{"Stretch"},{"Manana"},{"Infernus"},{"Voodoo"},
  504. {"Pony"},{"Mule"},{"Cheetah"},{"Ambulance"},{"Leviathan"},{"Moonbeam"},{"Esperanto"},{"Taxi"},
  505. {"Washington"},{"Bobcat"},{"Mr. Whoopee"},{"BF. Injection"},{"Hunter"},{"Premier"},{"Enforcer"},
  506. {"Securicar"},{"Banshee"},{"Predator"},{"Bus"},{"Rhino"},{"Barracks"},{"Hotknife"},{"Article Trailer"},
  507. {"Previon"},{"Coach"},{"Cabbie"},{"Stallion"},{"Rumpo"},{"RC Bandit"},{"Romero"},{"Packer"},{"Monster"},
  508. {"Admiral"},{"Squalo"},{"Seasparrow"},{"Pizzaboy"},{"Tram"},{"Article Trailer 2"},{"Turismo"},{"Speeder"},
  509. {"Reefer"},{"Tropic"},{"Flatbed"},{"Yankee"},{"Caddy"},{"Solair"},{"Berkley's RC Van"},{"Skimmer"},
  510. {"PCJ-600"},{"Faggio"},{"Freeway"},{"RC Baron"},{"RC Raider"},{"Glendale"},{"Oceanic"},{"Sanchez"},
  511. {"Sparrow"},{"Patriot"},{"Quad"},{"Coastguard"},{"Dinghy"},{"Hermes"},{"Sabre"},{"Rustler"},{"ZR-350"},
  512. {"Walton"},{"Regina"},{"Comet"},{"BMX"},{"Burrito"},{"Camper"},{"Marquis"},{"Baggage"},{"Dozer"},
  513. {"Maverick"},{"News Chopper"},{"Rancher"},{"FBI Rancher"},{"Virgo"},{"Greenwood"},{"Jetmax"},{"Hotring"},
  514. {"Sandking"},{"Blista Compact"},{"Police Maverick"},{"Boxville"},{"Benson"},{"Mesa"},{"RC Goblin"},
  515. {"Hotring Racer A"},{"Hotring Racer B"},{"Bloodring Banger"},{"Rancher"},{"Super GT"},{"Elegant"},
  516. {"Journey"},{"Bike"},{"Mountain Bike"},{"Beagle"},{"Cropdust"},{"Stunt"},{"Tanker"},{"Roadtrain"},
  517. {"Nebula"},{"Majestic"},{"Buccaneer"},{"Shamal"},{"Hydra"},{"FCR-900"},{"NRG-500"},{"HPV1000"},
  518. {"Cement Truck"},{"Tow Truck"},{"Fortune"},{"Cadrona"},{"FBI Truck"},{"Willard"},{"Forklift"},
  519. {"Tractor"},{"Combine"},{"Feltzer"},{"Remington"},{"Slamvan"},{"Blade"},{"Freight"},{"Streak"},
  520. {"Vortex"},{"Vincent"},{"Bullet"},{"Clover"},{"Sadler"},{"Firetruck LA"},{"Hustler"},{"Intruder"},
  521. {"Primo"},{"Cargobob"},{"Tampa"},{"Sunrise"},{"Merit"},{"Utility"},{"Nevada"},{"Yosemite"},{"Windsor"},
  522. {"Monster A"},{"Monster B"},{"Uranus"},{"Jester"},{"Sultan"},{"Stratum"},{"Elegy"},{"Raindance"},
  523. {"RC Tiger"},{"Flash"},{"Tahoma"},{"Savanna"},{"Bandito"},{"Freight Flat"},{"Streak Carriage"},
  524. {"Kart"},{"Mower"},{"Dunerider"},{"Sweeper"},{"Broadway"},{"Tornado"},{"AT-400"},{"DFT-30"},{"Huntley"},
  525. {"Stafford"},{"BF-400"},{"Newsvan"},{"Tug"},{"Article Trailer 3"},{"Emperor"},{"Wayfarer"},{"Euros"},{"Mobile Hotdog"},
  526. {"Club"},{"Freight Carriage"},{"Trailer 3"},{"Andromada"},{"Dodo"},{"RC Cam"},{"Launch"},{"Police Car (LSPD)"},
  527. {"Police Car (SFPD)"},{"Police Car (LVPD)"},{"Police Ranger"},{"Picador"},{"S.W.A.T Van"},{"Alpha"},
  528. {"Phoenix"},{"Glendale"},{"Sadler"},{"Luggage Trailer A"},{"Luggage Trailer B"},{"Stair Trailer"},
  529. {"Boxville"},{"Farm Plow"},{"Utility Trailer"}
  530. };
  531.  
  532. new Count;
  533.  
  534. new Tailnumbers[11][] = {
  535. "EA",
  536. "EA",
  537. "OI",
  538. "AT",
  539. "GI",
  540. "GH",
  541. "CO",
  542. "EA",
  543. "EA",
  544. "OI",
  545. "SE"
  546. };
  547. new VehicleTailNumber[MAX_VEHICLES][2];
  548.  
  549. new Text:afk;
  550. new Text:Website;
  551. new Text:FPS[MAX_PLAYERS];
  552.  
  553. new Text:TD_0[MAX_PLAYERS];
  554. new Text:TD_1[MAX_PLAYERS];
  555. new Text:TD_2[MAX_PLAYERS];
  556. new Text:TD_3[MAX_PLAYERS];
  557. new Text:TD_4[MAX_PLAYERS];
  558. new Text:TD_5[MAX_PLAYERS];
  559. new Text:TD_6[MAX_PLAYERS];
  560. new Text:TD_7[MAX_PLAYERS];
  561. new Text:TD_8[MAX_PLAYERS];
  562. new Text:TD_9[MAX_PLAYERS];
  563. new Text:TD_10[MAX_PLAYERS];
  564. new Text:TD_11[MAX_PLAYERS];
  565. new Text:TD_12[MAX_PLAYERS];
  566. new Text:TD_13[MAX_PLAYERS];
  567. new Text:TD_14[MAX_PLAYERS];
  568. new Text:TD_15[MAX_PLAYERS];
  569. new Text:TD_16[MAX_PLAYERS];
  570. new Text:TD_17[MAX_PLAYERS];
  571.  
  572. new ScoreTimer1[MAX_PLAYERS];
  573. new MissionVehicle[MAX_PLAYERS];
  574. new isplayerspectating[MAX_PLAYERS];
  575. new WorkTimer[MAX_PLAYERS];
  576. new SpeedBreak[MAX_PLAYERS];
  577. new OldName[MAX_PLAYERS][32];
  578. new FirstAPName[MAX_PLAYERS][48];
  579. new SecondAPName[MAX_PLAYERS][48];
  580. new closestcar[MAX_PLAYERS];
  581. new Gas[MAX_VEHICLES];
  582.  
  583. enum IslandData
  584. {
  585. PopCorn_Island,
  586. Island_1,
  587. Las_Venturas,
  588. Los_Santos,
  589. San_Fierro,
  590. SF_Carrier,
  591. Area69,
  592. Verdant_Meadows,
  593. Pilot_Island,
  594. Admin_Island,
  595. Strip_Island,
  596. Hunterville,
  597. Rayush_Base,
  598. Campers_Field,
  599. Destruction_Field,
  600. Roleplay_Island,
  601. Farm_Strip,
  602. Communist_AP,
  603. Helicopter_Base,
  604. PopCorn_Field,
  605. Super_Island,
  606. Military_Island,
  607. House_Island,
  608. BB_Ancores,
  609. Pine_Strip,
  610. LostIsland_1,
  611. LostIsland_2,
  612. LostIsland_3,
  613. LostIsland_4,
  614. PopCorn_Mansion,
  615. Rock_Island,
  616. Bubbles_Island,
  617. }
  618.  
  619.  
  620. new Island[IslandData][MAX_PLAYERS];
  621. new Float:IslandX[MAX_PLAYERS];
  622. new Float:IslandY[MAX_PLAYERS];
  623. new Float:IslandZ[MAX_PLAYERS];
  624.  
  625. new Text3D:label[MAX_PLAYERS];
  626.  
  627. new Float:saveX[MAX_PLAYERS],Float:saveY[MAX_PLAYERS],Float:saveZ[MAX_PLAYERS];
  628.  
  629.  
  630. forward SetupPlayerForClassSelection(playerid);
  631. forward UpdateTextdraw();
  632. forward Say(channel[],msg[]);
  633. forward LSay(channel[],msg[]);
  634.  
  635. stock Float:GetDistanceBetweenPoints(Float:X, Float:Y, Float:Z, Float:PointX, Float:PointY, Float:PointZ) return floatsqroot(floatadd(floatadd(floatpower(floatsub(X, PointX), 2.0), floatpower(floatsub(Y, PointY), 2.0)), floatpower(floatsub(Z, PointZ), 2.0)));
  636. stock Float:GetAngleBetweenPoints(Float:X1,Float:Y1,Float:X2,Float:Y2)
  637. {
  638. new Float:angle=atan2(X2-X1,Y2-Y1);
  639. if(angle>360)angle-=360;
  640. if(angle<0)angle+=360;
  641. return angle;
  642. }
  643.  
  644. public OnFilterScriptInit()
  645. {
  646.  
  647. print("\n--------------------------------------");
  648. print(" GTAPilots Started by Joel (Destruction) ");
  649. print("--------------------------------------\n");
  650.  
  651. return 1;
  652. }
  653.  
  654. public UpdateTextdraw()
  655. {
  656. new szString[40];
  657. foreach(Player, i)
  658. {
  659. // AFK
  660. if (GetPVarInt(i, "AFK") == 1) TextDrawShowForPlayer(i, afk);
  661. else TextDrawHideForPlayer(i, afk);
  662. if (IsPlayerInAnyVehicle(i))
  663. {
  664. new Float:X, Float:Y, Float:Z;
  665. GetPlayerPos(i, X, Y, Z);
  666.  
  667. // FUEL
  668. format(szString, 40, "Fuel:~w~ %d", Gas[GetPlayerVehicleID(i)]);
  669. TextDrawSetString(TD_0[i], szString);
  670.  
  671. // DIST
  672. new Float:Dist;
  673. Dist = GetDistanceBetweenPoints(X, Y, Z, IslandX[i], IslandY[i], IslandZ[i]);
  674. if (GetPVarInt(i, "Flight") > 0 || GetPVarInt(i, "Work") > 0)
  675. {
  676. format(szString, 40, "DIST:~w~ %d", floatround(Dist, floatround_round));
  677. TextDrawSetString(TD_4[i], szString);
  678. }
  679. else
  680. {
  681. TextDrawSetString(TD_4[i], "DIST:~w~ None");
  682. }
  683.  
  684. // DMG
  685. new Float:HP;
  686. GetVehicleHealth(GetPlayerVehicleID(i), HP);
  687. format(szString, 40, "DMG:~w~ %d", floatround(HP, floatround_round));
  688. TextDrawSetString(TD_3[i], szString);
  689.  
  690. // ALT
  691.  
  692. format(szString, 40, "ALT:~w~ %d", floatround(Z, floatround_ceil));
  693. TextDrawSetString(TD_5[i], szString);
  694.  
  695. // VEHICLE
  696. format(szString, 40, "VEH:~w~ %s", GetVehicleFriendlyName(GetPlayerVehicleID(i)));
  697. TextDrawSetString(TD_6[i], szString);
  698.  
  699. // STATUS
  700. if (GetPVarInt(i, "Work") > 0)
  701. {
  702. TextDrawSetString(TD_7[i], "Status:~w~ Work");
  703. }
  704.  
  705. if (GetPVarInt(i, "Flight") == 1)
  706. {
  707. TextDrawSetString(TD_7[i], "Status:~w~ On Route");
  708. }
  709.  
  710. if (GetPVarInt(i, "Flight") == 0)
  711. {
  712. if (GetPVarInt(i, "Work") == 0)
  713. {
  714. if (IsAirVehicle(GetPlayerVehicleID(i)))
  715. {
  716. TextDrawSetString(TD_7[i], "Status:~w~ Flying");
  717. }
  718. else
  719. {
  720. TextDrawSetString(TD_7[i], "Status:~w~ None");
  721. }
  722. }
  723. }
  724.  
  725. // HDG
  726. new Float:ZAngle;
  727. GetPlayerFacingAngle(i, ZAngle);
  728. format(szString, 40, "HDG:~w~ %d", floatround(ZAngle, floatround_round));
  729. TextDrawSetString(TD_8[i], szString);
  730.  
  731. // Pilots
  732. format(szString, 40, "Pilots:~w~ %d/20", Count);
  733. TextDrawSetString(TD_11[i], szString);
  734.  
  735. // Cash
  736. format(szString, 40, "Cash:~w~ %d", GetPlayerMoney(i));
  737. TextDrawSetString(TD_12[i], szString);
  738.  
  739. // Tail
  740. format(szString, 40, "~w~%d-%s", VehicleTailNumber[GetPlayerVehicleID(i)][0], Tailnumbers[VehicleTailNumber[GetPlayerVehicleID(i)][1]]);
  741. TextDrawSetString(TD_17[i], szString);
  742.  
  743. // Doors
  744. new engine, lights, alarm, doors, bonnet, boot, objective;
  745. GetVehicleParamsEx(GetPlayerVehicleID(i), engine, lights, alarm, doors, bonnet, boot, objective);
  746. if (doors == 0) TextDrawSetString(TD_10[i], "Doors:~w~ Unlocked");
  747. else TextDrawSetString(TD_10[i], "Doors:~w~ Locked");
  748.  
  749. // DEST
  750. if (GetPVarInt(i, "Flight") > 0)
  751. {
  752. format(szString, 40, "DEST:~w~ %s", GetDestination(i));
  753. }
  754. else if (GetPVarInt(i, "Flight") == 0)
  755. {
  756. TextDrawSetString(TD_2[i], "DEST:~w~ None");
  757. }
  758.  
  759. if (GetPVarInt(i, "Work") > 0)
  760. {
  761. format(szString, 40, "DEST:~w~ %s", GetDestination(i));
  762. }
  763. else if (GetPVarInt(i, "Work") == 0)
  764. {
  765. TextDrawSetString(TD_2[i], "DEST:~w~ None");
  766. }
  767.  
  768. // GPS
  769. format(szString, 40, "GPS:~w~ %s", GetPlayerArea(i));
  770. TextDrawSetString(TD_9[i], szString);
  771.  
  772. // KMH
  773. if (IsPlayerInAnyVehicle(i))
  774. {
  775. new Float:KMH_Sp = GetPlayerSpeed(i, true);
  776. format(szString, 40, "KMH:~w~ %d", floatround(KMH_Sp, floatround_round));
  777. }
  778. else
  779. {
  780. format(szString, 40, "KMH:~w~ %d", 0);
  781. }
  782. TextDrawSetString(TD_14[i], szString);
  783.  
  784. // MPH
  785. if (IsPlayerInAnyVehicle(i))
  786. {
  787. new Float:MPH_Sp = GetPlayerSpeed(i, false);
  788. format(szString, 40, "MPH:~w~ %d", floatround(MPH_Sp, floatround_round));
  789. }
  790. else
  791. {
  792. format(szString, 40, "MPH:~w~ %d", 0);
  793. }
  794. TextDrawSetString(TD_13[i], szString);
  795.  
  796. // KNOTS ( UNUSED )
  797. TextDrawSetString(TD_15[i], " ");
  798. }
  799. }
  800. return 1;
  801. }
  802.  
  803. public OnFilterScriptExit()
  804. {
  805. return 1;
  806. }
  807.  
  808. main()
  809. {
  810. print("\n----------------------------------");
  811. print(" Started Gamemode GTAPilots by Joel ");
  812. print("----------------------------------\n");
  813. }
  814.  
  815.  
  816. forward LowerGas();
  817. public LowerGas()
  818. {
  819. foreach(Player, i)
  820. {
  821. if (IsPlayerInAnyVehicle(i))
  822. {
  823. new v = GetPlayerVehicleID(i);
  824. if (Gas[v] > 1)
  825. {
  826. Gas[v] -= 1;
  827. }
  828.  
  829. if (Gas[v] == 1)
  830. {
  831. RemovePlayerFromVehicle(i);
  832. SendClientMessage(i, -1, "{FF0000}This vehicle doesn't have more fuel");
  833. }
  834. }
  835. }
  836. return 1;
  837. }
  838.  
  839. forward Weather();
  840. public Weather()
  841. {
  842. new string[128], weather[128], weatherid;
  843.  
  844. switch (random(7))
  845. {
  846. case 0: { weather = "Blue skies"; weatherid = 0; }
  847. case 1: { weather = "Blue skies with clouds"; weatherid = 6; }
  848. case 2: { weather = "Foggy skies"; weatherid = 9; }
  849. case 3: { weather = "Scorching hot with heat waves"; weatherid = 11; }
  850. case 4: { weather = "Heavy sandstorm"; weatherid = 19; }
  851. case 5: { weather = "Orange clear skies"; weatherid = 24; }
  852. case 6: { weather = "Dull brown sky"; weatherid = 35; }
  853. }
  854.  
  855. format(string, 128, "WEATHER CAST: The new weather is '%s'", weather);
  856. SendClientMessageToAll(COLOR_ORANGE, string);
  857. SetWeather(weatherid);
  858. return 1;
  859. }
  860.  
  861. public OnGameModeInit()
  862. {
  863. SetGameModeText(" GTA pilots v1.3");
  864. SetTimer("cheats",1000,true);
  865. SetTimer("LowerGas",20000,true);
  866. SetTimer("Weather", 600000, true);
  867. SetTimer("UpdateTextdraw", 2000, true);
  868. //
  869. foreach(Player, i)
  870. {
  871. FPS[i] = TextDrawCreate(550,5.000000, "GTA Pilots");
  872. TextDrawBackgroundColor(FPS[i], 255);
  873. TextDrawFont(FPS[i], 3);
  874. TextDrawLetterSize(FPS[i], 0.480000, 2.000000);
  875. TextDrawColor(FPS[i], -65281);
  876. TextDrawSetOutline(FPS[i], 1);
  877. TextDrawSetProportional(FPS[i], 1);
  878. }
  879.  
  880. SetTimer("FPSUP",1203,true);
  881.  
  882. SetTimer("SendMSG", 300000, true);
  883. afk = TextDrawCreate(200, 215, "When you are ready type /return!");
  884. TextDrawAlignment(Website, 1);
  885. TextDrawFont(Website, 1);
  886. TextDrawLetterSize(Website, 0.4, 0.9);
  887. TextDrawColor(Website, 0xFFFFFFAA);
  888. Website = TextDrawCreate(30, 430, "~r~GTA~w~Pilots");
  889. TextDrawLetterSize(Website, 0.7, 1.3);
  890.  
  891. ShowPlayerMarkers(1);
  892. ShowNameTags(1);
  893. SetWorldTime(17);
  894. AddStaticVehicleEx(437,-1281.18005371,3380.86450195,19.87437057,0.00000000,-1,-1,15); //Coach
  895. AddStaticVehicleEx(437,-1276.53552246,3380.76000977,19.87437057,0.00000000,-1,-1,15); //Coach
  896. CreateObject(10816,-1451.04504395,3148.12719727,17.31476593,0.00000000,0.00000000,180.00000000); //object(airprtgnd_01_sfse) (1)
  897. CreateObject(10766,-1682.35607910,3129.00097656,16.47750092,0.00000000,0.00000000,90.00000000); //object(airport_10_sfse) (1)
  898. CreateObject(10766,-1218.41308594,3128.95336914,16.47750092,0.00000000,0.00000000,270.00000000); //object(airport_10_sfse) (2)
  899. CreateObject(3851,-1297.86425781,3310.54125977,18.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (1)
  900. CreateObject(3851,-1297.78125000,3325.05761719,18.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (2)
  901. CreateObject(3851,-1297.86914062,3336.37841797,18.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (3)
  902. CreateObject(3851,-1298.03906250,3347.75708008,18.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (4)
  903. CreateObject(1523,-1297.65197754,3316.31909180,18.29978752,0.00000000,0.00000000,90.00000000); //object(gen_doorext10) (1)
  904. CreateObject(1523,-1297.79504395,3319.37500000,18.29978943,0.00000000,0.00000000,270.00000000); //object(gen_doorext10) (2)
  905. CreateObject(3851,-1298.03906250,3347.75683594,22.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (7)
  906. CreateObject(2774,-1297.62548828,3303.91162109,27.63035011,0.00000000,0.00000000,0.00000000); //object(cj_airp_pillars) (1)
  907. CreateObject(3851,-1297.02734375,3301.28881836,15.04978943,90.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (9)
  908. CreateObject(2774,-1297.62036133,3291.31420898,28.38035011,0.00000000,0.00000000,0.00000000); //object(cj_airp_pillars) (2)
  909. CreateObject(3851,-1290.99707031,3291.12500000,18.79978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (10)
  910. CreateObject(2774,-1284.45800781,3291.50878906,27.63035011,0.00000000,0.00000000,0.00000000); //object(cj_airp_pillars) (3)
  911. CreateObject(2774,-1284.38183594,3304.20117188,27.88035011,0.00000000,0.00000000,0.00000000); //object(cj_airp_pillars) (4)
  912. CreateObject(3851,-1284.61328125,3297.70361328,18.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (11)
  913. CreateObject(3851,-1291.02966309,3304.25244141,18.79978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (12)
  914. CreateObject(3851,-1292.37438965,3353.39599609,18.79978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (13)
  915. CreateObject(3851,-1292.37402344,3353.39550781,22.79978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (14)
  916. CreateObject(3851,-1297.86914062,3336.37792969,22.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (15)
  917. CreateObject(3851,-1297.78125000,3325.05761719,22.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (16)
  918. CreateObject(3851,-1297.86425781,3310.54101562,22.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (17)
  919. CreateObject(3851,-1297.72314453,3313.83056641,22.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (18)
  920. CreateObject(3851,-1281.09570312,3353.40722656,22.79978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (21)
  921. CreateObject(3851,-1281.09570312,3353.40722656,18.79978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (23)
  922. CreateObject(3851,-1275.44665527,3347.83837891,18.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (24)
  923. CreateObject(3851,-1275.44628906,3347.83789062,22.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (25)
  924. CreateObject(3851,-1275.45568848,3336.78613281,18.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (26)
  925. CreateObject(3851,-1275.45507812,3336.78613281,22.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (27)
  926. CreateObject(3851,-1275.53808594,3325.51367188,22.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (28)
  927. CreateObject(3851,-1275.53808594,3325.51367188,18.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (29)
  928. CreateObject(3851,-1275.59619141,3311.35083008,18.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (30)
  929. CreateObject(3851,-1275.62109375,3314.24121094,22.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (31)
  930. CreateObject(3851,-1281.27087402,3305.47363281,18.79978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (32)
  931. CreateObject(1523,-1275.48889160,3317.00610352,18.29978752,0.00000000,0.00000000,90.00000000); //object(gen_doorext10) (3)
  932. CreateObject(1523,-1275.59606934,3320.00170898,18.29978752,0.00000000,0.00000000,270.00000000); //object(gen_doorext10) (4)
  933. CreateObject(3851,-1292.06347656,3305.46508789,18.79978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (33)
  934. CreateObject(1523,-1296.94714355,3296.11254883,18.29978752,0.00000000,0.00000000,90.00000000); //object(gen_doorext10) (5)
  935. CreateObject(1523,-1296.96997070,3299.39379883,18.29978752,0.00000000,0.00000000,270.00000000); //object(gen_doorext10) (6)
  936. CreateObject(3851,-1296.90246582,3294.25048828,15.04978943,90.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (34)
  937. CreateObject(3851,-1297.05944824,3297.89404297,22.54978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (35)
  938. CreateObject(3851,-1275.59570312,3311.35058594,22.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (36)
  939. CreateObject(3851,-1281.27050781,3305.47363281,22.79978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (37)
  940. CreateObject(3851,-1292.06347656,3305.46484375,22.79978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (38)
  941. CreateObject(3851,-1284.61328125,3297.70312500,22.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (40)
  942. CreateObject(3851,-1290.99707031,3291.12500000,22.54978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (41)
  943. CreateObject(3851,-1291.02929688,3304.25195312,22.79978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (43)
  944. CreateObject(3851,-1284.61328125,3297.70312500,26.79978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (44)
  945. CreateObject(10009,-1290.69604492,3298.97924805,22.85558128,0.00000000,0.00000000,274.00000000); //object(fer_cars3_sfe) (1)
  946. CreateObject(10009,-1291.28906250,3298.45678711,30.60558128,0.00000000,0.00000000,341.99902344); //object(fer_cars3_sfe) (2)
  947. CreateObject(10009,-1291.00488281,3297.71777344,38.10558319,0.00000000,0.00000000,67.99438477); //object(fer_cars3_sfe) (3)
  948. CreateObject(3095,-1293.74511719,3306.28417969,40.64782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (1)
  949. CreateObject(3095,-1285.15820312,3306.44140625,40.64782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  950. CreateObject(3095,-1285.23437500,3297.42578125,40.64782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (3)
  951. CreateObject(3095,-1285.27441406,3288.69531250,40.64782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (4)
  952. CreateObject(3095,-1294.09277344,3288.64550781,40.64782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (5)
  953. CreateObject(3095,-1300.35058594,3288.70117188,40.64782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (7)
  954. CreateObject(3095,-1300.49414062,3306.14941406,40.64782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (8)
  955. CreateObject(3095,-1300.33398438,3297.16894531,40.64782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (9)
  956. CreateObject(3851,-1297.05859375,3297.89355469,26.54978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (45)
  957. CreateObject(3851,-1290.99707031,3291.12500000,26.54978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (46)
  958. CreateObject(3851,-1284.61328125,3297.70312500,30.54978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (47)
  959. CreateObject(3851,-1297.05859375,3297.89355469,30.54978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (48)
  960. CreateObject(3851,-1290.99707031,3291.12500000,30.54978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (49)
  961. CreateObject(3851,-1290.99707031,3291.12500000,34.54978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (50)
  962. CreateObject(3851,-1290.99707031,3291.12500000,38.54978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (51)
  963. CreateObject(3851,-1297.05859375,3297.89355469,34.54978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (52)
  964. CreateObject(3851,-1297.05859375,3297.89355469,38.29978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (53)
  965. CreateObject(3851,-1284.61328125,3297.70312500,34.54978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (54)
  966. CreateObject(3851,-1284.61328125,3297.70312500,38.54978943,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (55)
  967. CreateObject(3851,-1291.02929688,3304.25195312,26.79978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (56)
  968. CreateObject(3851,-1291.02929688,3304.25195312,30.79978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (57)
  969. CreateObject(3851,-1291.02929688,3304.25195312,34.54978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (58)
  970. CreateObject(3851,-1291.02929688,3304.25195312,38.54978943,0.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (59)
  971. CreateObject(3390,-1293.36645508,3287.02758789,41.20318985,0.00000000,0.00000000,270.00000000); //object(a51_sdsk_ncol1_) (1)
  972. CreateObject(3390,-1289.11621094,3287.07885742,41.20318985,0.00000000,0.00000000,270.00000000); //object(a51_sdsk_ncol1_) (2)
  973. CreateObject(3391,-1297.42150879,3287.06982422,41.20318985,0.00000000,0.00000000,270.00000000); //object(a51_sdsk_ncol2_) (1)
  974. CreateObject(16782,-1292.49877930,3292.45385742,42.39633942,0.00000000,0.00000000,270.00000000); //object(a51_radar_scan) (1)
  975. CreateObject(9818,-1284.42602539,3296.90234375,42.83987427,0.00000000,0.00000000,0.00000000); //object(shpbridge_sfw01) (1)
  976. CreateObject(9819,-1284.92480469,3303.26855469,42.30667114,0.00000000,0.00000000,0.00000000); //object(shpbridge_sfw02) (1)
  977. CreateObject(9818,-1300.80566406,3297.42382812,42.83987427,0.00000000,0.00000000,179.99450684); //object(shpbridge_sfw01) (2)
  978. CreateObject(9819,-1300.57604980,3291.72680664,42.05667114,0.00000000,0.00000000,180.00000000); //object(shpbridge_sfw02) (2)
  979. CreateObject(8659,-1285.67321777,3321.01586914,19.29978943,0.00000000,0.00000000,90.00000000); //object(shbbyhswall11_lvs) (1)
  980. CreateObject(8659,-1285.67285156,3321.01562500,21.29978943,0.00000000,0.00000000,90.00000000); //object(shbbyhswall11_lvs) (2)
  981. CreateObject(8659,-1285.67285156,3321.01562500,23.29978943,0.00000000,0.00000000,90.00000000); //object(shbbyhswall11_lvs) (3)
  982. CreateObject(2789,-1285.00732422,3308.72412109,21.30947113,0.00000000,0.00000000,90.00000000); //object(cj_depart_board) (1)
  983. CreateObject(2790,-1284.47827148,3327.13671875,21.46737671,0.00000000,0.00000000,90.00000000); //object(cj_arrive_board) (1)
  984. CreateObject(2198,-1283.38940430,3324.90087891,18.29978943,0.00000000,0.00000000,270.00000000); //object(med_office2_desk_3) (1)
  985. CreateObject(2198,-1283.40332031,3322.33886719,18.29978943,0.00000000,0.00000000,270.00000000); //object(med_office2_desk_3) (2)
  986. CreateObject(2198,-1283.53173828,3319.64892578,18.29978943,0.00000000,0.00000000,270.00000000); //object(med_office2_desk_3) (3)
  987. CreateObject(2198,-1283.33386230,3316.48364258,18.29978943,0.00000000,0.00000000,270.00000000); //object(med_office2_desk_3) (4)
  988. CreateObject(2198,-1283.24597168,3313.69067383,18.29978943,0.00000000,0.00000000,270.00000000); //object(med_office2_desk_3) (5)
  989. CreateObject(2198,-1283.09863281,3310.61523438,18.29978943,0.00000000,0.00000000,270.00000000); //object(med_office2_desk_3) (6)
  990. CreateObject(2773,-1280.00585938,3318.27832031,19.01444435,0.00000000,0.00000000,90.00000000); //object(cj_airprt_bar) (1)
  991. CreateObject(2773,-1280.10241699,3319.88574219,19.01444435,0.00000000,0.00000000,90.00000000); //object(cj_airprt_bar) (2)
  992. CreateObject(2773,-1278.20812988,3319.81860352,19.01444435,0.00000000,0.00000000,90.00000000); //object(cj_airprt_bar) (3)
  993. CreateObject(2773,-1278.17236328,3318.23730469,19.01444435,0.00000000,0.00000000,90.00000000); //object(cj_airprt_bar) (4)
  994. CreateObject(2775,-1284.94165039,3322.26879883,21.64642715,0.00000000,0.00000000,90.00000000); //object(cj_airprt_mon) (1)
  995. CreateObject(2775,-1284.97302246,3318.55053711,21.64642715,0.00000000,0.00000000,90.00000000); //object(cj_airprt_mon) (2)
  996. CreateObject(2775,-1284.79101562,3314.55371094,21.64642715,0.00000000,0.00000000,90.00000000); //object(cj_airprt_mon) (3)
  997. CreateObject(2789,-1285.90942383,3308.76318359,21.30947113,0.00000000,0.00000000,270.00000000); //object(cj_depart_board) (2)
  998. CreateObject(2790,-1285.97180176,3327.31152344,21.46737671,0.00000000,0.00000000,270.00000000); //object(cj_arrive_board) (2)
  999. CreateObject(2797,-1296.36328125,3320.23046875,21.45305252,0.00000000,0.00000000,0.00000000); //object(cj_air_d_5) (1)
  1000. CreateObject(16610,-1193.55114746,3362.70703125,22.00000000,0.00000000,0.00000000,0.00000000); //object(des_nbridgebit_02) (1)
  1001. CreateObject(1649,-1302.05078125,3285.43359375,43.04612350,0.00000000,0.00000000,0.00000000); //object(wglasssmash) (1)
  1002. CreateObject(1649,-1297.58569336,3285.50122070,43.04612350,0.00000000,0.00000000,0.00000000); //object(wglasssmash) (2)
  1003. CreateObject(1649,-1293.07788086,3285.58740234,43.04612350,0.00000000,0.00000000,0.00000000); //object(wglasssmash) (3)
  1004. CreateObject(1649,-1288.57238770,3285.74902344,43.04612350,0.00000000,0.00000000,0.00000000); //object(wglasssmash) (4)
  1005. CreateObject(1649,-1284.07373047,3285.69287109,43.04612350,0.00000000,0.00000000,0.00000000); //object(wglasssmash) (5)
  1006. CreateObject(1649,-1304.40222168,3287.54711914,43.04612350,0.00000000,0.00000000,270.00000000); //object(wglasssmash) (6)
  1007. CreateObject(1649,-1304.46655273,3292.05273438,43.04612350,0.00000000,0.00000000,270.00000000); //object(wglasssmash) (7)
  1008. CreateObject(1649,-1304.53100586,3296.55859375,43.04612350,0.00000000,0.00000000,270.00000000); //object(wglasssmash) (8)
  1009. CreateObject(1649,-1304.51513672,3301.12255859,43.04612350,0.00000000,0.00000000,270.00000000); //object(wglasssmash) (9)
  1010. CreateObject(1649,-1304.56274414,3305.68310547,43.04612350,0.00000000,0.00000000,270.00000000); //object(wglasssmash) (10)
  1011. CreateObject(1649,-1281.79443359,3287.76977539,43.04612350,0.00000000,0.00000000,90.00000000); //object(wglasssmash) (11)
  1012. CreateObject(1649,-1281.93505859,3292.30004883,43.04612350,0.00000000,0.00000000,90.00000000); //object(wglasssmash) (12)
  1013. CreateObject(1649,-1282.07568359,3296.83007812,43.04612350,0.00000000,0.00000000,90.00000000); //object(wglasssmash) (13)
  1014. CreateObject(1649,-1282.13964844,3301.36865234,43.04612350,0.00000000,0.00000000,90.00000000); //object(wglasssmash) (14)
  1015. CreateObject(1649,-1282.08447266,3305.82446289,43.04612350,0.00000000,0.00000000,90.00000000); //object(wglasssmash) (15)
  1016. CreateObject(1649,-1302.31042480,3308.04174805,43.04612350,0.00000000,0.00000000,180.00000000); //object(wglasssmash) (16)
  1017. CreateObject(1649,-1297.77917480,3308.07641602,43.04612350,0.00000000,0.00000000,179.99450684); //object(wglasssmash) (17)
  1018. CreateObject(1649,-1293.25488281,3308.00732422,43.04612350,0.00000000,0.00000000,179.99450684); //object(wglasssmash) (18)
  1019. CreateObject(1649,-1288.71777344,3308.01660156,43.04612350,0.00000000,0.00000000,179.99450684); //object(wglasssmash) (19)
  1020. CreateObject(1649,-1284.27954102,3308.08422852,43.04612350,0.00000000,0.00000000,179.99450684); //object(wglasssmash) (20)
  1021. CreateObject(3095,-1300.35058594,3288.70117188,44.14782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (7)
  1022. CreateObject(3095,-1294.09277344,3288.64550781,44.14782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (5)
  1023. CreateObject(3095,-1285.27441406,3288.69531250,44.14782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (4)
  1024. CreateObject(3095,-1285.23437500,3297.42578125,44.14782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (3)
  1025. CreateObject(3095,-1285.15820312,3306.44140625,44.14782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1026. CreateObject(3095,-1293.74511719,3306.28417969,44.14782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (1)
  1027. CreateObject(3095,-1300.49414062,3306.14941406,44.14782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (8)
  1028. CreateObject(3095,-1300.33398438,3297.16894531,44.14782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (9)
  1029. CreateObject(3095,-1292.89526367,3297.68432617,44.14782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (9)
  1030. CreateObject(16610,-1073.28491211,3362.98364258,22.00000000,0.00000000,0.00000000,0.00000000); //object(des_nbridgebit_02) (1)
  1031. CreateObject(8420,-1293.03320312,3412.25488281,18.54999924,0.00000000,0.00000000,0.00000000); //object(arprtcrprk04_lvs) (1)
  1032. CreateObject(3881,-1277.78369141,3367.53466797,20.15135193,0.00000000,0.00000000,90.00000000); //object(airsecbooth_sfse) (1)
  1033. CreateObject(980,-1280.00878906,3359.48217773,21.07318115,0.00000000,0.00000000,270.00000000); //object(airportgate) (1)
  1034. CreateObject(2773,-1293.24389648,3316.92138672,19.01444435,0.00000000,0.00000000,90.00000000); //object(cj_airprt_bar) (1)
  1035. CreateObject(2198,-1294.89172363,3319.82421875,18.29978943,0.00000000,0.00000000,180.00000000); //object(med_office2_desk_3) (2)
  1036. CreateObject(2773,-1293.27990723,3318.93676758,19.01444435,0.00000000,0.00000000,90.00000000); //object(cj_airprt_bar) (1)
  1037. CreateObject(2198,-1295.88024902,3316.22167969,18.29978943,0.00000000,0.00000000,0.00000000); //object(med_office2_desk_3) (2)
  1038. CreateObject(982,-1294.63745117,3370.08032227,18.98334503,0.00000000,0.00000000,90.00000000); //object(fenceshit) (1)
  1039. CreateObject(982,-1320.29125977,3369.94116211,18.98334503,0.00000000,0.00000000,90.00000000); //object(fenceshit) (2)
  1040. CreateObject(982,-1333.08837891,3382.64184570,18.98334503,0.00000000,0.00000000,0.00000000); //object(fenceshit) (3)
  1041. CreateObject(982,-1333.09375000,3408.30493164,18.98334503,0.00000000,0.00000000,0.00000000); //object(fenceshit) (4)
  1042. CreateObject(8419,-1301.98339844,3438.80566406,6.57322693,0.00000000,0.00000000,90.00000000); //object(vgsbldng01_lvs) (7)
  1043. CreateObject(982,-1332.94604492,3433.69946289,18.98334503,0.00000000,0.00000000,0.00000000); //object(fenceshit) (5)
  1044. CreateObject(982,-1320.21472168,3446.72827148,18.98334503,0.00000000,0.00000000,90.00000000); //object(fenceshit) (6)
  1045. CreateObject(982,-1294.45043945,3446.74584961,18.98334503,0.00000000,0.00000000,90.00000000); //object(fenceshit) (7)
  1046. CreateObject(982,-1268.68676758,3446.76342773,18.98334503,0.00000000,0.00000000,90.00000000); //object(fenceshit) (8)
  1047. CreateObject(3881,-1275.59655762,3299.97387695,20.15135193,0.00000000,0.00000000,180.00000000); //object(airsecbooth_sfse) (2)
  1048. CreateObject(980,-1267.37158203,3296.15112305,21.07318115,0.00000000,0.00000000,0.00000000); //object(airportgate) (2)
  1049. CreateObject(3657,-1291.69335938,3332.77001953,18.81800079,0.00000000,0.00000000,0.00000000); //object(airseata_las) (1)
  1050. CreateObject(3657,-1291.90136719,3326.77539062,18.81800079,0.00000000,0.00000000,0.00000000); //object(airseata_las) (2)
  1051. CreateObject(3657,-1291.84216309,3321.27221680,18.81800079,0.00000000,0.00000000,0.00000000); //object(airseata_las) (3)
  1052. CreateObject(3657,-1291.87475586,3322.30175781,18.81800079,0.00000000,0.00000000,180.00000000); //object(airseata_las) (4)
  1053. CreateObject(3657,-1291.93298340,3327.81030273,18.81800079,0.00000000,0.00000000,179.99450684); //object(airseata_las) (5)
  1054. CreateObject(3657,-1291.71984863,3333.83886719,18.81800079,0.00000000,0.00000000,179.99450684); //object(airseata_las) (6)
  1055. CreateObject(3657,-1291.77465820,3337.03710938,18.81800079,0.00000000,0.00000000,0.00000000); //object(airseata_las) (7)
  1056. CreateObject(3657,-1295.40710449,3335.39916992,18.81800079,0.00000000,0.00000000,90.00000000); //object(airseata_las) (8)
  1057. CreateObject(3657,-1295.19750977,3330.37890625,18.81800079,0.00000000,0.00000000,90.00000000); //object(airseata_las) (9)
  1058. CreateObject(3657,-1295.04663086,3324.36132812,18.81800079,0.00000000,0.00000000,90.00000000); //object(airseata_las) (10)
  1059. CreateObject(3657,-1287.03466797,3324.30444336,18.81800079,0.00000000,0.00000000,270.00000000); //object(airseata_las) (11)
  1060. CreateObject(3657,-1286.85778809,3330.10034180,18.81800079,0.00000000,0.00000000,270.00000000); //object(airseata_las) (12)
  1061. CreateObject(3657,-1287.10424805,3335.10009766,18.81800079,0.00000000,0.00000000,270.00000000); //object(airseata_las) (13)
  1062. CreateObject(3095,-1278.21203613,3309.86328125,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1063. CreateObject(3095,-1287.08666992,3309.93920898,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1064. CreateObject(3095,-1295.96472168,3310.05249023,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1065. CreateObject(3095,-1278.16699219,3318.61328125,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1066. CreateObject(3095,-1278.16748047,3327.48852539,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1067. CreateObject(3095,-1278.09240723,3336.36743164,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1068. CreateObject(3095,-1278.01721191,3345.24633789,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1069. CreateObject(3095,-1278.04028320,3350.13183594,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1070. CreateObject(3095,-1286.82604980,3350.19238281,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1071. CreateObject(3095,-1286.80114746,3341.16943359,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1072. CreateObject(3095,-1286.92517090,3332.26684570,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1073. CreateObject(3095,-1287.10351562,3323.23681641,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1074. CreateObject(3095,-1286.98229980,3317.73022461,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1075. CreateObject(3095,-1295.95947266,3317.12304688,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1076. CreateObject(3095,-1295.79907227,3325.94140625,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1077. CreateObject(3095,-1295.63708496,3334.80102539,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1078. CreateObject(3095,-1295.68896484,3343.80615234,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1079. CreateObject(3095,-1295.55114746,3350.05566406,24.39782333,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor) (2)
  1080. CreateObject(17031,-1531.73120117,3239.61108398,5.82146454,0.00000000,0.00000000,180.00000000); //object(cunt_rockgp2_13) (1)
  1081. CreateObject(17031,-1536.43432617,3285.66064453,6.57146454,0.00000000,0.00000000,180.00000000); //object(cunt_rockgp2_13) (2)
  1082. CreateObject(17031,-1531.16259766,3323.44726562,5.07146454,0.00000000,0.00000000,180.00000000); //object(cunt_rockgp2_13) (3)
  1083. CreateObject(17031,-1527.53515625,3363.54687500,5.82146454,0.00000000,0.00000000,179.99450684); //object(cunt_rockgp2_13) (4)
  1084. CreateObject(17031,-1504.25781250,3409.27832031,10.57146454,0.00000000,0.00000000,90.00000000); //object(cunt_rockgp2_13) (8)
  1085. CreateObject(17031,-1458.20617676,3407.75732422,10.57146454,0.00000000,0.00000000,90.00000000); //object(cunt_rockgp2_13) (9)
  1086. CreateObject(17031,-1414.79589844,3409.06542969,9.32146454,0.00000000,0.00000000,90.00000000); //object(cunt_rockgp2_13) (10)
  1087. CreateObject(17031,-1375.85620117,3412.67749023,8.32146454,0.00000000,0.00000000,90.00000000); //object(cunt_rockgp2_13) (11)
  1088. CreateObject(17031,-1540.29956055,3231.85595703,5.82146454,0.00000000,0.00000000,135.99450684); //object(cunt_rockgp2_13) (12)
  1089. CreateObject(17031,-1349.08593750,3438.40722656,8.32146454,0.00000000,0.00000000,179.99450684); //object(cunt_rockgp2_13) (14)
  1090. CreateObject(17031,-1328.86425781,3463.84570312,8.32146454,0.00000000,0.00000000,89.99450684); //object(cunt_rockgp2_13) (15)
  1091. CreateObject(17031,-1278.69873047,3463.38330078,8.32146454,0.00000000,0.00000000,89.99450684); //object(cunt_rockgp2_13) (16)
  1092. CreateObject(17031,-1250.55395508,3443.87133789,8.32146454,0.00000000,0.00000000,357.99450684); //object(cunt_rockgp2_13) (17)
  1093. CreateObject(17031,-1248.96289062,3399.09277344,8.32146454,0.00000000,0.00000000,357.98950195); //object(cunt_rockgp2_13) (18)
  1094. CreateObject(17031,-1251.30102539,3334.37329102,4.57146454,0.00000000,0.00000000,357.98950195); //object(cunt_rockgp2_13) (19)
  1095. CreateObject(17031,-1252.88562012,3302.64184570,4.57146454,0.00000000,0.00000000,357.98950195); //object(cunt_rockgp2_13) (20)
  1096. CreateObject(17031,-1262.40356445,3253.80712891,4.57146454,0.00000000,0.00000000,357.98950195); //object(cunt_rockgp2_13) (21)
  1097. CreateObject(17031,-1258.53125000,3209.93603516,4.57146454,0.00000000,0.00000000,357.98950195); //object(cunt_rockgp2_13) (22)
  1098. CreateObject(17031,-1260.22521973,3183.98657227,1.57146454,0.00000000,0.00000000,357.98950195); //object(cunt_rockgp2_13) (23)
  1099. CreateObject(17639,-1265.08496094,3345.23339844,18.40862465,0.00000000,0.00000000,90.00000000); //object(lae2_roads31) (1)
  1100. CreateObject(17627,-1004.13214111,3341.68823242,18.50000000,0.00000000,0.00000000,90.00000000); //object(lae2_roads23) (1)
  1101. CreateObject(17628,-1004.15246582,3428.59350586,18.50000000,0.00000000,0.00000000,0.00000000); //object(lae2_roads24) (1)
  1102. CreateObject(17627,-961.09112549,3336.29345703,18.50000000,0.00000000,0.00000000,0.00000000); //object(lae2_roads23) (2)
  1103. CreateObject(5004,-958.86523438,3318.52929688,18.00000000,0.00000000,0.00000000,90.00000000); //object(lasrnway6_las) (1)
  1104. CreateObject(17627,-1004.25402832,3275.27832031,18.50000000,0.00000000,0.00000000,90.00000000); //object(lae2_roads23) (3)
  1105. CreateObject(17627,-1004.34942627,3208.84155273,18.50000000,0.00000000,0.00000000,90.00000000); //object(lae2_roads23) (4)
  1106. CreateObject(13361,-980.54785156,3208.88574219,25.34323311,0.00000000,0.00000000,90.00000000); //object(ce_pizza1) (1)
  1107. CreateObject(9898,-993.62890625,3245.82910156,19.48437500,0.00000000,0.00000000,270.00000000); //object(boigas_sfw05) (1)
  1108. CreateObject(17627,-917.77770996,3312.92944336,18.50000000,0.00000000,0.00000000,90.00000000); //object(lae2_roads23) (5)
  1109. CreateObject(17627,-918.03082275,3246.43969727,18.50000000,0.00000000,0.00000000,90.00000000); //object(lae2_roads23) (6)
  1110. CreateObject(3436,-942.26708984,3252.70678711,23.90490341,0.00000000,0.00000000,90.00000000); //object(motel03_lvs) (1)
  1111. CreateObject(17627,-917.67382812,3378.77734375,18.50000000,0.00000000,0.00000000,90.00000000); //object(lae2_roads23) (9)
  1112. CreateObject(3443,-979.16503906,3358.31835938,21.86526299,0.00000000,0.00000000,0.00000000); //object(vegasxrexhse2) (1)
  1113. CreateObject(3444,-979.51489258,3389.19140625,21.50925446,0.00000000,0.00000000,0.00000000); //object(shabbyhouse02_lvs) (1)
  1114. CreateObject(3464,-979.37506104,3416.21411133,21.03125000,0.00000000,0.00000000,0.00000000); //object(shabbyhouse03_lvs) (1)
  1115. CreateObject(3483,-943.02130127,3363.28198242,25.43757248,0.00000000,0.00000000,0.00000000); //object(vegasxrexhse09) (1)
  1116. CreateObject(17627,-917.53613281,3445.58105469,18.50000000,0.00000000,0.00000000,90.00000000); //object(lae2_roads23) (10)
  1117. CreateObject(3484,-944.88049316,3395.57324219,25.10946655,0.00000000,0.00000000,90.00000000); //object(vegasxrexhse03) (1)
  1118. CreateObject(5004,-869.29302979,3440.80712891,18.10000038,0.00000000,0.00000000,0.00000000); //object(lasrnway6_las) (3)
  1119. CreateObject(3485,-944.69549561,3426.02099609,25.29886436,0.00000000,0.00000000,90.00000000); //object(vegasxrexhse04) (1)
  1120. CreateObject(3486,-944.70861816,3456.28076172,25.53758621,0.00000000,0.00000000,90.00000000); //object(vegasxrexhse05) (1)
  1121. CreateObject(3464,-979.19940186,3443.13549805,21.03125000,0.00000000,0.00000000,0.00000000); //object(shabbyhouse03_lvs) (2)
  1122. CreateObject(3464,-979.30133057,3469.83764648,21.03125000,0.00000000,0.00000000,0.00000000); //object(shabbyhouse03_lvs) (3)
  1123. CreateObject(17031,-1019.69647217,3322.79394531,8.32146454,0.00000000,0.00000000,180.00000000); //object(cunt_rockgp2_13) (24)
  1124. CreateObject(17031,-1019.43841553,3273.75122070,7.57146454,0.00000000,0.00000000,179.99450684); //object(cunt_rockgp2_13) (25)
  1125. CreateObject(17031,-1020.15588379,3228.65478516,7.57146454,0.00000000,0.00000000,179.99450684); //object(cunt_rockgp2_13) (26)
  1126. CreateObject(17031,-1019.71722412,3193.73266602,7.57146454,0.00000000,0.00000000,179.99450684); //object(cunt_rockgp2_13) (27)
  1127. CreateObject(17031,-995.08953857,3177.53613281,7.57146454,0.00000000,0.00000000,269.99450684); //object(cunt_rockgp2_13) (28)
  1128. CreateObject(17031,-948.95471191,3179.65771484,7.57146454,0.00000000,0.00000000,269.98901367); //object(cunt_rockgp2_13) (29)
  1129. CreateObject(17031,-918.42370605,3181.18554688,7.57146454,0.00000000,0.00000000,269.98901367); //object(cunt_rockgp2_13) (30)
  1130. CreateObject(17031,-1018.54919434,3393.67773438,8.32146454,0.00000000,0.00000000,179.99450684); //object(cunt_rockgp2_13) (31)
  1131. CreateObject(17031,-1019.63800049,3440.16162109,8.32146454,0.00000000,0.00000000,179.99450684); //object(cunt_rockgp2_13) (32)
  1132. CreateObject(17031,-1020.29113770,3467.87280273,8.32146454,0.00000000,0.00000000,179.99450684); //object(cunt_rockgp2_13) (33)
  1133. CreateObject(17031,-997.63183594,3492.91796875,8.32146454,0.00000000,0.00000000,93.99353027); //object(cunt_rockgp2_13) (34)
  1134. CreateObject(10378,-838.65441895,3437.34912109,18.41011047,0.00000000,0.00000000,0.00000000); //object(ctiyhallsquare_sfs) (1)
  1135. CreateObject(10377,-782.83312988,3438.32202148,36.72156906,0.00000000,0.00000000,0.00000000); //object(cityhall_sfs) (1)
  1136. CreateObject(17031,-862.46582031,3382.03125000,11.82146454,0.00000000,0.00000000,267.98950195); //object(cunt_rockgp2_13) (39)
  1137. CreateObject(17031,-900.75067139,3367.52343750,11.82146454,0.00000000,0.00000000,357.98950195); //object(cunt_rockgp2_13) (40)
  1138. CreateObject(17031,-902.58117676,3320.07153320,11.82146454,0.00000000,0.00000000,357.98950195); //object(cunt_rockgp2_13) (41)
  1139. CreateObject(17031,-903.56372070,3274.10009766,11.82146454,0.00000000,0.00000000,357.98950195); //object(cunt_rockgp2_13) (42)
  1140. CreateObject(17031,-904.25598145,3229.36914062,11.82146454,0.00000000,0.00000000,357.98950195); //object(cunt_rockgp2_13) (43)
  1141. CreateObject(17031,-905.31127930,3196.65112305,11.82146454,0.00000000,0.00000000,331.98950195); //object(cunt_rockgp2_13) (44)
  1142. CreateObject(5004,-1386.63720703,3275.31079102,18.04999924,0.00000000,0.00000000,0.00000000); //object(lasrnway6_las) (1)
  1143. CreateObject(5004,-1385.98925781,3360.46215820,18.04999924,0.00000000,0.00000000,0.00000000); //object(lasrnway6_las) (1)
  1144. CreateObject(17031,-1526.73400879,3394.27539062,5.82146454,0.00000000,0.00000000,179.99450684); //object(cunt_rockgp2_13) (4)
  1145. CreateObject(8390,-917.53289795,3540.17749023,37.28929138,0.00000000,0.00000000,0.00000000); //object(multicarpark01_lvs) (1)
  1146. CreateObject(17031,-848.46807861,3499.68798828,8.32146454,0.00000000,0.00000000,93.99353027); //object(cunt_rockgp2_13) (34)
  1147. CreateObject(17031,-926.53820801,3615.99633789,8.32146454,0.00000000,0.00000000,93.99353027); //object(cunt_rockgp2_13) (34)
  1148. CreateObject(17031,-884.84045410,3617.41308594,8.32146454,0.00000000,0.00000000,93.99353027); //object(cunt_rockgp2_13) (34)
  1149. CreateObject(17031,-962.11291504,3616.28637695,8.32146454,0.00000000,0.00000000,93.99353027); //object(cunt_rockgp2_13) (34)
  1150. CreateObject(17031,-977.40698242,3579.53540039,8.32146454,0.00000000,0.00000000,177.99353027); //object(cunt_rockgp2_13) (34)
  1151. CreateObject(17031,-978.46826172,3533.04296875,8.32146454,0.00000000,0.00000000,177.98950195); //object(cunt_rockgp2_13) (34)
  1152. CreateObject(17031,-863.45202637,3537.06103516,8.32146454,0.00000000,0.00000000,5.99353027); //object(cunt_rockgp2_13) (34)
  1153. CreateObject(17031,-863.45916748,3586.88476562,8.32146454,0.00000000,0.00000000,5.99304199); //object(cunt_rockgp2_13) (34)
  1154. CreateObject(10606,-969.18988037,3306.42919922,27.31018639,0.00000000,0.00000000,90.00000000); //object(cluckbell_sfs) (1)
  1155. CreateObject(17031,-808.71752930,3380.53027344,11.82146454,0.00000000,0.00000000,267.98950195); //object(cunt_rockgp2_13) (39)
  1156. CreateObject(17031,-803.50006104,3502.52880859,8.32146454,0.00000000,0.00000000,93.99353027); //object(cunt_rockgp2_13) (34)
  1157.  
  1158. //===============================MINI ISLAND-=====================================
  1159. CreateObject(3996, 1010.033447, -2296.444580, 13.049391, 359.1406, 2.5783, 13.7510);
  1160. CreateObject(3381, 995.000732, -2308.791748, 21.400307, 0.0000, 359.1406, 103.9919);
  1161. CreateObject(3996, 910.339539, -2320.640137, 15.296198, 0.0000, 0.0000, 12.8916);
  1162. CreateObject(3381, 920.350220, -2327.332520, 23.826532, 0.8594, 358.2811, 103.9919);
  1163. CreateObject(3330, 966.671814, -2306.614990, 4.479060, 0.0000, 0.0000, 278.3535);
  1164. CreateObject(3330, 883.090637, -2326.781006, 4.798256, 0.0000, 0.0000, 278.3535);
  1165. CreateObject(5004, 807.146912, -2350.509521, 15.129366, 0.0000, 0.0000, 281.7913);
  1166. CreateObject(7989, 812.939514, -2362.852539, 15.497866, 0.0000, 0.0000, 102.2730);
  1167. CreateObject(13724, 886.458191, -2255.702881, 10.628704, 0.0000, 359.1406, 102.2730);
  1168. CreateObject(984, 912.152893, -2229.091553, 7.738913, 0.0000, 0.0000, 12.8916);
  1169. CreateObject(5822, 840.303162, -2227.343750, 16.031509, 0.0000, 0.0000, 15.4699);
  1170. CreateObject(6188, 799.515991, -2514.263184, 5.126163, 357.4217, 359.1406, 9.5576);
  1171. CreateObject(6189, 823.050842, -2648.230957, 6.205940, 0.0000, 0.0000, 10.3132);
  1172. CreateObject(5184, 821.858704, -2760.229980, 39.480785, 0.0000, 0.0000, 10.3132);
  1173. CreateObject(3753, 891.969055, -2738.376953, 11.324701, 0.0000, 0.8594, 278.4574);
  1174. CreateObject(3753, 908.510925, -2734.297852, 0.402808, 0.0000, 0.8594, 278.4574);
  1175. CreateObject(10230, 830.930237, -2799.875977, 8.170627, 0.0000, 0.0000, 10.3132);
  1176. CreateObject(10229, 831.027039, -2801.345703, 6.920378, 0.0000, 0.0000, 10.3132);
  1177. CreateObject(10140, 845.890076, -2797.963379, 8.174635, 0.0000, 0.0000, 10.3132);
  1178. CreateObject(10231, 830.292053, -2801.504150, 9.638797, 0.0000, 0.0000, 10.3132);
  1179. CreateObject(3399, 880.149414, -2777.304932, 18.343300, 0.0000, 0.0000, 103.1324);
  1180. CreateObject(3399, 882.061646, -2786.237793, 13.809975, 0.0000, 0.0000, 100.5541);
  1181. CreateObject(1378, 811.356873, -2779.289551, 42.739876, 0.0000, 0.0000, 188.2168);
  1182. CreateObject(1376, 813.934448, -2797.937256, 38.161594, 0.0000, 0.0000, 4.2972);
  1183. CreateObject(1393, 814.914734, -2801.802734, 39.049751, 0.0000, 0.0000, 0.0000);
  1184. CreateObject(3572, 814.712585, -2801.723877, 36.804634, 0.0000, 0.0000, 0.0000);
  1185. CreateObject(3573, 810.991577, -2757.070557, 23.039665, 0.0000, 0.0000, 4.2972);
  1186. CreateObject(3574, 809.077881, -2747.715820, 23.289665, 0.0000, 0.0000, 183.9195);
  1187. CreateObject(3631, 817.985901, -2775.153076, 21.176270, 0.0000, 0.0000, 5.1566);
  1188. CreateObject(7947, 772.745178, -2727.105225, 15.057474, 0.0000, 0.0000, 9.4538);
  1189. CreateObject(3474, 812.518066, -2741.208496, 26.767941, 0.0000, 0.0000, 97.1163);
  1190. CreateObject(5262, 857.634644, -2712.206055, 23.555634, 0.0000, 0.0000, 99.6947);
  1191. CreateObject(5261, 855.456665, -2720.026855, 22.831600, 0.0000, 0.0000, 280.0724);
  1192. CreateObject(5260, 861.682007, -2723.893311, 22.308487, 0.0000, 0.0000, 8.5944);
  1193. CreateObject(3486, 800.780090, -2378.530273, 22.266953, 0.0000, 0.0000, 12.8916);
  1194. CreateObject(10421, 779.810730, -2325.302490, 16.480717, 0.0000, 0.0000, 281.7912);
  1195. CreateObject(3485, 771.362244, -2384.756836, 22.328230, 0.0000, 0.0000, 13.7510);
  1196. CreateObject(3618, 761.657593, -2328.968506, 18.433414, 0.0000, 0.0000, 101.4136);
  1197. CreateObject(3590, 788.634705, -2333.765137, 18.414713, 0.0000, 0.0000, 10.3132);
  1198. CreateObject(1211, 825.716309, -2329.739258, 16.147734, 0.0000, 0.0000, 0.0000);
  1199. CreateObject(1315, 828.193542, -2335.458252, 18.806007, 0.0000, 0.0000, 103.1324);
  1200. CreateObject(1294, 866.469482, -2336.766602, 20.055052, 0.0000, 0.0000, 283.5101);
  1201. CreateObject(1294, 837.422852, -2342.853516, 20.055052, 0.0000, 0.0000, 283.5101);
  1202. CreateObject(1294, 835.328064, -2332.283447, 20.055050, 0.0000, 0.0000, 96.2570);
  1203. CreateObject(1294, 864.647644, -2325.930420, 20.055052, 0.0000, 0.0000, 99.6947);
  1204. CreateObject(4022, 828.748230, -2317.588623, 18.448092, 0.0000, 0.0000, 282.6507);
  1205. CreateObject(1500, 824.353699, -2320.254883, 15.431053, 0.0000, 0.0000, 101.4135);
  1206. CreateObject(1346, 821.706848, -2306.096680, 16.762936, 0.0000, 0.0000, 282.6507);
  1207. CreateObject(16107, 802.026062, -2343.681885, 15.356480, 0.0000, 0.0000, 102.2730);
  1208. CreateObject(1676, 807.503662, -2353.703613, 16.944607, 0.0000, 0.0000, 11.1727);
  1209. CreateObject(1676, 799.198120, -2355.607178, 16.944607, 0.0000, 0.0000, 12.8916);
  1210. CreateObject(1234, 817.702148, -2309.986328, 17.088804, 0.0000, 0.0000, 295.5422);
  1211. CreateObject(1229, 817.508789, -2360.977295, 17.096607, 0.0000, 0.0000, 180.4818);
  1212. CreateObject(1229, 828.031555, -2358.353760, 17.096607, 0.0000, 0.0000, 12.1359);
  1213. CreateObject(1294, 820.437012, -2327.459229, 19.905054, 0.0000, 0.0000, 14.6104);
  1214. CreateObject(1294, 812.915405, -2293.230469, 20.047247, 0.0000, 0.0000, 18.9076);
  1215. CreateObject(1294, 850.643799, -2278.904541, 20.055052, 0.0000, 0.0000, 284.3696);
  1216. CreateObject(1294, 848.349915, -2267.313721, 20.055052, 0.0000, 0.0000, 83.3654);
  1217. CreateObject(1294, 830.996338, -2373.187256, 20.055052, 0.0000, 0.0000, 24.9237);
  1218. CreateObject(1294, 819.727661, -2375.134277, 20.055054, 0.0000, 0.0000, 189.9356);
  1219. CreateObject(1294, 792.014832, -2403.528076, 20.055052, 0.0000, 0.0000, 104.0957);
  1220. CreateObject(1294, 795.077881, -2412.802490, 20.055052, 0.0000, 0.0000, 275.9830);
  1221. CreateObject(1294, 788.510193, -2456.486328, 20.055052, 0.0000, 0.0000, 6.2237);
  1222. CreateObject(1294, 778.138794, -2458.836670, 20.047245, 0.0000, 358.2811, 193.5810);
  1223. CreateObject(5488, 808.745239, -2236.531982, 13.175402, 0.0000, 0.0000, 105.7107);
  1224. CreateObject(17613, 729.233154, -2233.580566, 15.514290, 0.0000, 0.0000, 195.7446);
  1225. CreateObject(792, 778.242188, -2311.997314, 16.232981, 0.0000, 0.0000, 11.1727);
  1226. CreateObject(983, 764.731934, -2315.225586, 16.070520, 0.0000, 0.0000, 12.0321);
  1227. CreateObject(983, 767.575562, -2328.406738, 16.047295, 0.0000, 0.0000, 12.8916);
  1228. CreateObject(983, 770.652771, -2339.268555, 16.490219, 0.0000, 0.0000, 11.1727);
  1229. CreateObject(983, 760.967896, -2312.747070, 16.045521, 0.0000, 359.1406, 101.4135);
  1230. CreateObject(983, 754.763611, -2313.957764, 16.070520, 0.0000, 359.1406, 101.4135);
  1231. CreateObject(983, 748.490479, -2315.253174, 16.047295, 0.0000, 359.1406, 101.4135);
  1232. CreateObject(983, 745.945496, -2318.966064, 16.022295, 0.0000, 359.1406, 191.6546);
  1233. CreateObject(983, 747.220886, -2325.252686, 15.997297, 0.0000, 359.1406, 191.6546);
  1234. CreateObject(983, 748.525330, -2331.499268, 16.047295, 0.0000, 359.1406, 191.6546);
  1235. CreateObject(983, 749.784241, -2337.792969, 16.047295, 0.0000, 359.1406, 191.6546);
  1236. CreateObject(983, 752.935303, -2342.736816, 16.047295, 0.0000, 359.1406, 234.6264);
  1237. CreateObject(983, 758.689026, -2344.602539, 16.047295, 0.0000, 359.1406, 269.0038);
  1238. CreateObject(1294, 769.074646, -2240.320557, 19.749111, 0.0000, 4.2972, 286.9479);
  1239. CreateObject(1294, 780.364685, -2221.957275, 20.099775, 0.0000, 0.0000, 85.9437);
  1240. CreateObject(979, 795.094299, -2228.219238, 16.421871, 0.0000, 0.0000, 139.2287);
  1241. CreateObject(979, 787.079834, -2223.867432, 16.404226, 0.0000, 0.0000, 164.1525);
  1242. CreateObject(979, 778.201843, -2223.390625, 16.421871, 0.0000, 0.0000, 189.0762);
  1243. CreateObject(17573, 737.536011, -2257.898438, 17.094688, 0.0000, 0.0000, 281.7913);
  1244. CreateObject(1492, 737.598022, -2253.872314, 15.322830, 0.0000, 0.0000, 12.0321);
  1245. CreateObject(18552, 782.589233, -2263.973877, 15.343244, 0.0000, 0.0000, 105.6067);
  1246. CreateObject(14819, 790.730713, -2264.883545, 16.481567, 0.0000, 0.0000, 286.9479);
  1247. CreateObject(16781, 809.139587, -2238.542725, 15.537960, 0.0000, 0.0000, 286.0884);
  1248. CreateObject(10837, 1030.258911, -2267.791748, 16.441788, 0.0000, 0.0000, 276.6346);
  1249. CreateObject(13132, 838.758484, -2355.527344, 18.613249, 0.0000, 0.0000, 12.0321);
  1250. CreateObject(3315, 806.537598, -2432.009033, 16.381870, 0.0000, 0.0000, 282.6507);
  1251. CreateObject(3555, 838.430359, -2410.458740, 18.091696, 0.0000, 0.0000, 46.4096);
  1252. CreateObject(3555, 844.171143, -2401.013916, 18.091696, 0.0000, 0.0000, 69.6144);
  1253. CreateObject(3555, 845.751404, -2389.685791, 18.091696, 0.0000, 0.0000, 95.3975);
  1254. CreateObject(991, 843.072632, -2394.868164, 16.752169, 0.0000, 0.0000, 354.8434);
  1255. CreateObject(991, 839.449219, -2404.924316, 16.909657, 0.0000, 0.8594, 321.3253);
  1256. CreateObject(991, 842.236450, -2385.391357, 16.909657, 0.0000, 0.8594, 6.0161);
  1257. CreateObject(991, 832.721619, -2411.718506, 16.909657, 0.0000, 0.8594, 311.0121);
  1258. CreateObject(3587, 790.636108, -2281.581055, 17.965212, 0.0000, 0.0000, 13.7510);
  1259. CreateObject(3762, 819.429138, -2260.630371, 17.992990, 0.0000, 0.0000, 12.0321);
  1260. CreateObject(3646, 769.375732, -2302.652344, 17.700972, 0.0000, 0.0000, 282.6507);
  1261. CreateObject(3646, 745.924194, -2307.869873, 17.700975, 0.0000, 0.0000, 280.9318);
  1262. CreateObject(3646, 738.840942, -2277.303223, 17.693218, 0.0000, 0.0000, 102.2730);
  1263. CreateObject(3646, 757.859985, -2274.276611, 17.693216, 0.0000, 0.0000, 102.2730);
  1264. CreateObject(984, 773.643616, -2268.142578, 15.992661, 0.0000, 0.0000, 106.5702);
  1265. CreateObject(984, 761.492188, -2271.837891, 15.992663, 0.0000, 0.0000, 106.5702);
  1266. CreateObject(984, 780.435486, -2358.480469, 16.000420, 0.0000, 0.0000, 192.5139);
  1267. CreateObject(984, 778.218323, -2348.472412, 16.000420, 0.0000, 0.0000, 192.5139);
  1268. CreateObject(9833, 755.388489, -2290.396484, 17.558527, 0.0000, 0.0000, 0.0000);
  1269. CreateObject(3996, 721.239319, -2420.622314, 15.242573, 0.0000, 0.0000, 9.4538);
  1270. CreateObject(4867, 609.883423, -2428.062988, 15.156267, 0.0000, 0.0000, 98.8352);
  1271. CreateObject(1294, 762.632263, -2406.819092, 19.881865, 0.0000, 0.0000, 99.9024);
  1272. CreateObject(1294, 739.115479, -2411.001465, 19.881865, 0.0000, 0.0000, 99.9024);
  1273. CreateObject(1294, 717.195129, -2414.927246, 19.796635, 0.0000, 0.0000, 99.9024);
  1274. CreateObject(1294, 724.423645, -2425.337891, 19.881865, 0.0000, 0.0000, 271.7896);
  1275. CreateObject(1294, 752.199646, -2421.712891, 19.874107, 0.0000, 0.0000, 274.3679);
  1276. CreateObject(973, 757.679749, -2424.065674, 16.046206, 0.0000, 0.0000, 9.4538);
  1277. CreateObject(973, 748.573730, -2425.693604, 16.171204, 0.0000, 0.0000, 9.4538);
  1278. CreateObject(973, 739.453003, -2427.204834, 16.171204, 0.0000, 0.0000, 9.4538);
  1279. CreateObject(973, 730.543823, -2428.633789, 16.196203, 0.0000, 0.0000, 9.4538);
  1280. CreateObject(973, 721.675049, -2430.114502, 16.196205, 0.0000, 0.0000, 9.4538);
  1281. CreateObject(973, 713.135742, -2431.417480, 16.196205, 0.0000, 0.0000, 7.7349);
  1282. CreateObject(973, 707.456116, -2432.212402, 16.185936, 0.0000, 0.0000, 7.7349);
  1283. CreateObject(973, 755.163635, -2405.473877, 16.203960, 0.0000, 0.0000, 9.4538);
  1284. CreateObject(973, 745.969727, -2406.943848, 16.261330, 0.0000, 0.0000, 9.4538);
  1285. CreateObject(973, 736.852844, -2408.508789, 16.203960, 0.0000, 0.0000, 9.4538);
  1286. CreateObject(973, 727.721619, -2410.022949, 16.203960, 0.0000, 0.0000, 9.4538);
  1287. CreateObject(973, 718.647644, -2411.557129, 16.193729, 0.0000, 0.0000, 9.4538);
  1288. CreateObject(973, 709.752686, -2413.003418, 16.193729, 0.0000, 0.0000, 9.4538);
  1289. CreateObject(973, 704.867920, -2413.788574, 16.193729, 0.0000, 0.0000, 9.4538);
  1290. CreateObject(966, 760.588440, -2421.015625, 15.355985, 0.0000, 0.0000, 278.3535);
  1291. CreateObject(966, 758.735107, -2407.449951, 15.363741, 0.0000, 0.0000, 97.1163);
  1292. CreateObject(968, 760.553101, -2420.914307, 16.079252, 0.0000, 0.0000, 282.6507);
  1293. CreateObject(968, 758.731689, -2407.492432, 16.039066, 0.0000, 0.0000, 282.6507);
  1294. CreateObject(971, 703.205383, -2435.651855, 18.665634, 0.0000, 0.0000, 277.4941);
  1295. CreateObject(967, 701.581055, -2430.240234, 15.345716, 0.0000, 0.0000, 7.7349);
  1296. CreateObject(971, 700.228027, -2414.586426, 18.673428, 0.0000, 0.0000, 279.2130);
  1297. CreateObject(986, 700.299866, -2415.452637, 16.856388, 0.0000, 0.0000, 279.3169);
  1298. CreateObject(985, 702.794312, -2433.436035, 17.074409, 0.0000, 0.0000, 274.9158);
  1299. CreateObject(966, 703.196411, -2430.584473, 15.197243, 0.0000, 0.0000, 278.3535);
  1300. CreateObject(966, 701.554749, -2417.042725, 15.189447, 0.0000, 0.0000, 95.3975);
  1301. CreateObject(968, 703.201172, -2430.561768, 15.931498, 0.0000, 0.0000, 90.2409);
  1302. CreateObject(968, 701.630615, -2417.202393, 15.877083, 0.0000, 0.0000, 90.2409);
  1303. CreateObject(3881, 690.283020, -2418.326660, 17.215303, 0.0000, 0.0000, 97.9758);
  1304. CreateObject(3816, 641.572449, -2345.456055, 23.651587, 0.0000, 0.0000, 8.5944);
  1305. CreateObject(4832, 557.623657, -2497.635254, 47.275566, 0.0000, 0.0000, 99.7985);
  1306. CreateObject(4867, 635.248352, -2590.960449, 15.134266, 0.0000, 0.0000, 98.8352);
  1307. CreateObject(8354, 598.512207, -2423.465332, 15.181278, 0.0000, 0.0000, 8.5944);
  1308. CreateObject(971, 569.812439, -2328.808594, 18.476185, 0.0000, 0.0000, 7.7349);
  1309. CreateObject(971, 578.417847, -2327.587402, 18.476185, 0.0000, 0.0000, 7.7349);
  1310. CreateObject(971, 587.042480, -2326.432373, 18.351194, 0.0000, 0.0000, 7.7349);
  1311. CreateObject(971, 595.662292, -2325.192627, 18.501204, 0.0000, 0.0000, 8.5944);
  1312. CreateObject(9241, 586.892822, -2644.856689, 16.843170, 0.0000, 0.0000, 188.1124);
  1313. CreateObject(9241, 581.772766, -2595.352295, 16.718172, 0.0000, 0.0000, 186.3935);
  1314. CreateObject(7981, 586.464661, -2557.651611, 19.982613, 0.0000, 0.0000, 287.9112);
  1315. CreateObject(1682, 589.108276, -2562.587891, 31.411840, 0.0000, 0.0000, 271.4780);
  1316. CreateObject(1682, 557.378418, -2480.311523, 93.356834, 0.0000, 0.0000, 279.2130);
  1317. CreateObject(1215, 570.728760, -2350.409180, 15.745602, 0.0000, 0.0000, 0.0000);
  1318. CreateObject(1215, 573.451660, -2366.071045, 15.745602, 0.0000, 0.0000, 0.0000);
  1319. CreateObject(1215, 576.559326, -2385.169434, 15.745602, 0.0000, 0.0000, 0.0000);
  1320. CreateObject(1215, 578.955078, -2399.989990, 15.745602, 0.0000, 0.0000, 0.0000);
  1321. CreateObject(1215, 580.856079, -2411.727051, 15.745602, 0.0000, 0.0000, 0.0000);
  1322. CreateObject(1215, 584.189514, -2434.155029, 15.745602, 0.0000, 0.0000, 0.0000);
  1323. CreateObject(1215, 588.051453, -2461.892090, 15.745603, 0.0000, 0.0000, 0.0000);
  1324. CreateObject(1215, 590.860352, -2484.433105, 15.745602, 0.0000, 0.0000, 0.0000);
  1325. CreateObject(1215, 595.360291, -2510.575684, 15.720591, 0.0000, 0.0000, 0.0000);
  1326. CreateObject(1215, 598.332397, -2529.165039, 15.720591, 0.0000, 0.0000, 0.0000);
  1327. CreateObject(1215, 602.756226, -2557.425781, 15.698589, 0.0000, 0.0000, 0.0000);
  1328. CreateObject(1215, 605.878357, -2580.378174, 15.698589, 0.0000, 0.0000, 0.0000);
  1329. CreateObject(1215, 610.319397, -2609.781494, 15.698589, 0.0000, 0.0000, 0.0000);
  1330. CreateObject(1215, 616.373535, -2648.142578, 15.698589, 0.0000, 0.0000, 0.0000);
  1331. CreateObject(1215, 622.742249, -2688.527100, 15.698589, 0.0000, 0.0000, 0.0000);
  1332. CreateObject(1215, 654.998169, -2683.187744, 15.698589, 0.0000, 0.0000, 0.0000);
  1333. CreateObject(1215, 648.766907, -2643.022217, 15.698589, 0.0000, 0.0000, 0.0000);
  1334. CreateObject(1215, 641.752319, -2604.227783, 15.698589, 0.0000, 0.0000, 0.0000);
  1335. CreateObject(1215, 638.855408, -2575.534912, 15.698589, 0.0000, 0.0000, 0.0000);
  1336. CreateObject(1215, 633.350037, -2550.596680, 15.698589, 0.0000, 0.0000, 0.0000);
  1337. CreateObject(1215, 629.098694, -2521.926758, 15.720591, 0.0000, 0.0000, 0.0000);
  1338. CreateObject(1215, 621.946167, -2467.614014, 15.745602, 0.0000, 0.0000, 0.0000);
  1339. CreateObject(1215, 618.193604, -2437.735840, 15.745602, 0.0000, 0.0000, 0.0000);
  1340. CreateObject(8420, 660.929932, -2460.386475, 15.354303, 0.0000, 0.0000, 189.0761);
  1341. CreateObject(8407, 672.195923, -2421.257324, 17.001587, 0.0000, 0.0000, 6.8755);
  1342. CreateObject(1350, 756.597778, -2421.009766, 15.435654, 0.0000, 0.0000, 282.6507);
  1343. CreateObject(1363, 677.489441, -2441.635742, 16.370354, 0.0000, 0.0000, 7.7349);
  1344. CreateObject(3361, 647.442993, -2479.473633, 17.454735, 0.0000, 0.0000, 7.7349);
  1345. CreateObject(3361, 641.595337, -2480.287598, 21.446327, 0.0000, 0.0000, 7.7349);
  1346. CreateObject(3361, 635.568481, -2481.119141, 25.498838, 0.0000, 0.0000, 7.7349);
  1347. CreateObject(3361, 629.675171, -2481.918213, 29.448853, 0.0000, 0.0000, 7.7349);
  1348. CreateObject(2633, 622.968933, -2482.838623, 29.899632, 0.0000, 0.0000, 189.0762);
  1349. CreateObject(2633, 618.795837, -2483.505371, 29.900066, 0.0000, 0.0000, 189.0762);
  1350. CreateObject(8613, 582.963013, -2485.366211, 28.127687, 0.0000, 0.0000, 278.3535);
  1351. CreateObject(2633, 614.643982, -2484.241699, 29.865286, 0.0000, 0.0000, 189.0762);
  1352. CreateObject(2633, 610.471802, -2484.894043, 29.865707, 0.0000, 0.0000, 189.0762);
  1353. CreateObject(2633, 606.294250, -2485.600342, 29.841122, 0.0000, 0.0000, 189.0762);
  1354. CreateObject(2633, 602.102478, -2486.222168, 29.866564, 0.0000, 0.0000, 189.0762);
  1355. CreateObject(2633, 597.925903, -2486.893066, 29.886250, 0.0000, 0.0000, 189.0762);
  1356. CreateObject(2633, 593.742920, -2487.569824, 29.886688, 0.0000, 0.0000, 189.0762);
  1357. CreateObject(2633, 589.555786, -2488.266357, 29.887127, 0.0000, 0.0000, 189.0762);
  1358. CreateObject(8613, 574.263855, -2478.166748, 20.667995, 0.0000, 0.0000, 275.7752);
  1359. CreateObject(3361, 568.769104, -2470.694092, 14.455141, 0.0000, 0.0000, 97.1163);
  1360. CreateObject(8550, 560.586914, -2439.881104, 19.304352, 0.0000, 0.0000, 7.7349);
  1361. //================================================================================================
  1362. //Spawns
  1363. AddPlayerClass(61, 1319.352294, 1258.113281, 10.820312, 3.987277, 0, 0, 0, 0, 0, 0);//LVAP
  1364. AddPlayerClass(61, 1986.669433, -2437.845703, 13.546875, 109.712303, 0, 0, 0, 0, 0, 0); //LSAP
  1365. AddPlayerClass(61, -1265.673461, 27.084384, 14.148437, 117.913047, 0, 0, 0, 0, 0, 0); //SFAP
  1366. AddPlayerClass(287, 308.744018, 2059.548583, 17.640625, 181.424377, 0, 0, 0, 0, 0, 0);//a69
  1367. AddPlayerClass(287,404.4045,2477.6179,16.4844,354.7872,0,0,0,0,0,0); // VMA
  1368. //================================================================================================================>
  1369. //isl south
  1370. AddStaticVehicle(593,1184.7054,-3702.7004,5.5726,171.2542,60,1);
  1371. AddStaticVehicle(593,1218.9880,-3706.9043,5.5724,168.7741,60,1);
  1372. AddStaticVehicle(519,871.9067,-3738.4719,6.3760,352.7713,1,1);
  1373. AddStaticVehicle(519,817.0901,-3729.5844,6.3762,356.6058,1,1);
  1374. AddStaticVehicle(519,1040.6909,-3673.5410,6.4380,173.0957,1,1);
  1375. AddStaticVehicle(603,1031.4314,-3524.8640,4.9980,172.3353,69,1);
  1376. AddStaticVehicle(579,1047.9042,-3562.2177,5.0922,173.3679,42,42);
  1377. AddStaticVehicle(579,1027.9383,-3557.2812,5.0951,174.8384,42,42);
  1378. AddStaticVehicle(574,977.6384,-3551.1521,4.8857,179.1093,26,26);
  1379. AddStaticVehicle(574,981.9888,-3551.0585,4.8857,176.4553,26,26);
  1380. AddStaticVehicle(561,865.1830,-3542.7251,4.9350,176.3727,8,17);
  1381. AddStaticVehicle(561,905.8660,-3540.0747,4.9359,172.9682,8,17);
  1382. AddStaticVehicle(549,895.8473,-3541.4038,4.8192,179.6333,72,39);
  1383. AddStaticVehicle(431,916.9487,-3517.0380,5.2251,177.5484,75,59);
  1384. AddStaticVehicle(437,868.1709,-3510.5808,5.2553,174.4327,79,7);
  1385. AddStaticVehicle(437,846.7721,-3510.1584,5.2552,173.9038,79,7);
  1386. AddStaticVehicle(407,680.3440,-3634.5856,5.5761,84.7599,3,1);
  1387. AddStaticVehicle(407,681.1778,-3620.5329,5.4240,85.5794,3,1);
  1388. AddStaticVehicle(515,625.0698,-3689.6398,6.4227,175.7052,24,77);
  1389. AddStaticVehicle(515,637.0516,-3644.2146,6.4322,84.3636,24,77);
  1390. AddStaticVehicle(535,442.6883,-3547.3667,4.9860,122.6393,31,1);
  1391. AddStaticVehicle(535,445.0045,-3551.8513,4.9851,118.5245,31,1);
  1392. AddStaticVehicle(482,456.2235,-3564.3273,9.3028,23.2996,48,48);
  1393. AddStaticVehicle(426,456.9944,-3533.2395,8.9275,212.3062,42,42);
  1394. AddStaticVehicle(420,454.4726,-3534.7197,8.9642,213.2182,6,1);
  1395. AddStaticVehicle(420,460.2834,-3530.9382,8.9630,210.1223,6,1);
  1396. AddStaticVehicle(420,464.3569,-3527.6250,8.9721,209.3741,6,1);
  1397. AddStaticVehicle(541,474.6072,-3552.4733,8.8156,36.9054,6,0);
  1398. AddStaticVehicle(411,477.4847,-3550.4570,8.9180,36.8493,64,1);
  1399. AddStaticVehicle(415,480.9343,-3548.3471,8.9623,36.8173,25,1);
  1400. CreateObject(1226,975.11974300,-3637.44233900,7.93708900,0.00000000,0.00000000,-360.00003970);
  1401. CreateObject(1226,996.00658400,-3639.61836400,7.93708900,0.00000000,0.00000000,-168.74999354);
  1402. CreateObject(1226,1002.05284800,-3639.88081500,7.98781100,0.00000000,0.00000000,0.00000000);
  1403. CreateObject(1231,834.74401000,-3596.07344200,7.18543600,0.00000000,0.00000000,-99.84941225);
  1404. CreateObject(1231,842.72301400,-3584.59956500,7.18543800,0.00000000,0.00000000,-83.52011509);
  1405. CreateObject(1231,698.00597300,-3583.18232900,6.88276400,0.00000000,0.00000000,-83.52011509);
  1406. CreateObject(1231,698.39977200,-3571.69453600,7.15772500,0.00000000,0.00000000,-83.52011509);
  1407. CreateObject(1231,608.10607100,-3700.78657700,6.89210200,0.00000000,0.00000000,-7.88974343);
  1408. CreateObject(1231,615.47667600,-3621.24189900,7.05450100,0.00000000,0.00000000,-7.88974343);
  1409. CreateObject(1231,621.71642200,-3675.85884300,6.96710200,0.00000000,0.00000000,-7.88974343);
  1410. CreateObject(1231,582.92577300,-3721.56294400,7.05772700,0.00000000,0.00000000,-103.28715902);
  1411. CreateObject(1231,545.73949400,-3729.58882300,7.05772700,0.00000000,0.00000000,-103.28715902);
  1412. CreateObject(1231,492.83519700,-3710.91914500,6.84226000,0.00000000,0.00000000,-103.28715902);
  1413. CreateObject(1231,475.01818000,-3710.88374500,6.90225400,0.00000000,0.00000000,-137.03712335);
  1414. CreateObject(1231,479.19676900,-3652.78682100,6.95724700,0.00000000,0.00000000,-137.03712335);
  1415. CreateObject(1231,480.54308300,-3637.27607900,6.93224600,0.00000000,0.00000000,-137.03712335);
  1416. CreateObject(1231,457.55272600,-3671.39497500,6.92509200,0.00000000,0.00000000,-137.03712335);
  1417. CreateObject(1231,438.79564600,-3667.13691900,6.82509200,0.00000000,0.00000000,-137.03712335);
  1418. CreateObject(1231,424.07677400,-3630.25239700,7.00788700,0.00000000,0.00000000,-137.03712335);
  1419. CreateObject(1231,401.45714500,-3622.64277800,6.90788500,0.00000000,0.00000000,-137.03712335);
  1420. CreateObject(1231,457.82762900,-3610.92036600,6.93224700,0.00000000,0.00000000,-137.03712335);
  1421. CreateObject(1231,438.09716000,-3605.76484800,6.98224700,0.00000000,0.00000000,-56.25001695);
  1422. CreateObject(1231,352.15380000,-3601.27949700,6.71035000,0.00000000,0.00000000,-56.25001695);
  1423. CreateObject(1231,358.93297500,-3610.92012200,6.95191300,0.00000000,0.00000000,-56.25001695);
  1424. CreateObject(1231,397.08592900,-3593.24019000,7.29607200,0.00000000,0.00000000,-56.25001695);
  1425. CreateObject(1231,435.50902500,-3570.77998500,6.67691200,0.00000000,0.00000000,-56.25001695);
  1426. CreateObject(1211,431.06761900,-3574.00850100,4.73415300,0.00000000,0.00000000,0.00000000);
  1427. CreateObject(1211,411.11742300,-3616.70210400,4.73829600,0.00000000,0.00000000,0.00000000);
  1428. CreateObject(1211,514.32225700,-3715.13521000,4.76313800,0.00000000,0.00000000,0.00000000);
  1429. CreateObject(1211,640.90563100,-3580.21821800,4.79751300,0.00000000,0.00000000,0.00000000);
  1430. CreateObject(1211,807.79210600,-3580.63057100,4.79084800,0.00000000,0.00000000,0.00000000);
  1431. CreateObject(987,986.95897600,-3637.61104000,4.19254800,0.00000000,0.00000000,-186.87551339);
  1432. CreateObject(987,995.76317500,-3638.46480000,4.22224500,0.00000000,0.00000000,-186.87551339);
  1433. CreateObject(989,989.67321000,-3636.40596200,6.04625500,0.00000000,0.00000000,-258.75003211);
  1434. CreateObject(989,981.41796100,-3636.03633300,6.04305100,0.00000000,0.00000000,-258.75003211);
  1435. CreateObject(987,1050.48204700,-3619.84712400,4.11339100,0.00000000,0.00000000,-454.15866324);
  1436. CreateObject(987,1049.63683300,-3631.62349100,4.11339100,0.00000000,0.00000000,-454.15866324);
  1437. CreateObject(987,1048.75804800,-3643.60444800,4.22224500,0.00000000,0.00000000,-186.01607670);
  1438. CreateObject(987,1036.81029500,-3642.51484800,4.22224500,0.00000000,0.00000000,-186.01607670);
  1439. CreateObject(987,1024.94493800,-3641.35762200,4.22224700,0.00000000,0.00000000,-186.01607670);
  1440. CreateObject(987,1012.96031900,-3640.31831500,4.22224300,0.00000000,0.00000000,-186.01607670);
  1441. CreateObject(987,969.50597300,-3635.15669400,4.22224500,0.00000000,0.00000000,-186.01607670);
  1442. CreateObject(987,957.61779000,-3633.96919400,4.22224500,0.00000000,0.00000000,-186.01607670);
  1443. CreateObject(987,945.55504600,-3633.04146000,4.06266900,0.00000000,0.00000000,-186.01607670);
  1444. CreateObject(987,933.66698400,-3631.76216300,4.06266900,0.00000000,0.00000000,-186.01607670);
  1445. CreateObject(987,886.19579300,-3626.65791500,4.11681900,0.00000000,0.00000000,-186.01607670);
  1446. CreateObject(987,921.80553400,-3630.43013200,4.22224500,0.00000000,0.00000000,-186.01607670);
  1447. CreateObject(987,909.99132500,-3629.37935000,4.16113200,0.00000000,0.00000000,-186.01607670);
  1448. CreateObject(987,898.14379100,-3628.14814900,4.16113200,0.00000000,0.00000000,-186.01607670);
  1449. CreateObject(1681,811.21300400,-3587.99800300,19.65136200,6.01605685,-27.50197417,-257.10856532);
  1450. CreateObject(10838,811.89684200,-3586.32319800,20.01060600,0.00000000,0.00000000,-186.49816339);
  1451. CreateObject(969,439.17040200,-3548.46309100,4.38901400,0.00000000,0.00000000,-58.04618234);
  1452. CreateObject(969,438.92015800,-3548.27925300,4.38901500,0.00000000,0.00000000,-58.04618234);
  1453. CreateObject(1774,456.32262400,-3546.63789500,12.74214100,0.00000000,0.00000000,0.00000000);
  1454. CreateObject(1774,458.60216500,-3544.93989700,12.74214100,0.00000000,0.00000000,0.00000000);
  1455. CreateObject(1774,461.07799500,-3543.35444800,12.74214100,0.00000000,0.00000000,0.00000000);
  1456. CreateObject(1774,463.82665200,-3541.48530700,12.74214300,0.00000000,0.00000000,0.00000000);
  1457. CreateObject(1774,463.40770700,-3539.25728000,12.74214100,0.00000000,0.00000000,0.00000000);
  1458. CreateObject(1774,460.48363400,-3539.18428200,12.74214100,0.00000000,0.00000000,0.00000000);
  1459. CreateObject(1774,457.22826300,-3541.22139100,12.74214100,0.00000000,0.00000000,0.00000000);
  1460. CreateObject(1774,454.44139800,-3542.92866700,12.74214100,0.00000000,0.00000000,0.00000000);
  1461. CreateObject(1774,452.26537300,-3545.33125500,12.74214100,0.00000000,0.00000000,0.00000000);
  1462. CreateObject(1774,455.27843400,-3550.38276800,12.74214100,0.00000000,0.00000000,0.00000000);
  1463. CreateObject(1774,454.56249200,-3548.28755400,12.74214100,0.00000000,0.00000000,0.00000000);
  1464. CreateObject(1774,453.41649600,-3551.41328600,12.74214300,0.00000000,0.00000000,0.00000000);
  1465. CreateObject(1774,451.61278500,-3550.52168400,12.74214100,0.00000000,0.00000000,0.00000000);
  1466. CreateObject(1774,450.99950400,-3548.97041500,12.74213900,0.00000000,0.00000000,0.00000000);
  1467. CreateObject(1774,452.42028000,-3547.88496600,12.74214100,0.00000000,0.00000000,0.00000000);
  1468. CreateObject(1774,451.18395200,-3544.13691900,12.74214100,0.00000000,0.00000000,0.00000000);
  1469. CreateObject(1774,451.43138800,-3547.09370600,12.74214100,0.00000000,0.00000000,0.00000000);
  1470. CreateObject(1774,448.48888300,-3547.05708500,12.74214100,0.00000000,0.00000000,0.00000000);
  1471. CreateObject(1774,448.49059200,-3544.08076600,12.74214100,0.00000000,0.00000000,0.00000000);
  1472. CreateObject(1774,447.72618800,-3545.63179200,12.74214100,0.00000000,0.00000000,0.00000000);
  1473. CreateObject(975,441.55821900,-3551.39546400,9.90782100,0.00000000,0.00000000,-56.25001695);
  1474. CreateObject(975,437.91625200,-3546.81367700,9.86557700,0.00000000,0.00000000,-56.25001695);
  1475. CreateObject(11469,422.66063600,-3605.53071800,5.44865200,0.00000000,0.00000000,33.75002163);
  1476. CreateObject(17859,469.57250200,-3595.87349100,6.24257500,0.00000000,0.00000000,-410.15665049);
  1477. CreateObject(10871,506.92552900,-3521.73262200,148.42751200,0.00000000,0.00000000,-238.52857535);
  1478. CreateObject(16781,482.42882500,-3624.54609800,4.32256500,0.00000000,0.00000000,-51.01604749);
  1479. CreateObject(16605,466.73766300,-3655.82026800,4.46826000,0.00000000,0.00000000,-231.87544673);
  1480. CreateObject(16106,489.28417100,-3641.28169400,8.53798000,0.00000000,0.00000000,-140.15664937);
  1481. CreateObject(16066,397.38329300,-3632.20820800,6.05554100,0.00000000,0.00000000,-406.79636761);
  1482. CreateObject(11469,382.94396200,-3617.56343200,5.45526400,0.00000000,0.00000000,38.12449710);
  1483. CreateObject(10412,437.14537800,-3697.26753400,31.18921200,0.00000000,0.00000000,-289.92174366);
  1484. CreateObject(4016,375.71813100,-3531.18452600,7.85500600,0.00000000,0.00000000,-327.96889145);
  1485. CreateObject(4006,343.49840500,-3618.79268000,24.05978700,0.00000000,0.00000000,-146.24999822);
  1486. CreateObject(5013,413.90392200,-3629.12520000,4.13528100,-0.85943669,0.00000000,-141.01608606);
  1487. CreateObject(17558,458.26573900,-3548.50947700,6.64401200,0.00000000,0.00000000,-56.25001695);
  1488. CreateObject(4150,392.24864900,-3587.81880400,4.33558000,0.00000000,0.00000000,-59.76505572);
  1489. CreateObject(4154,452.70299500,-3626.58394000,4.30028900,0.00000000,0.00000000,-229.29719395);
  1490. CreateObject(4207,452.65160300,-3660.90889100,4.29155400,0.00000000,0.00000000,-50.15661079);
  1491. CreateObject(3627,923.63622200,-3589.72310000,7.83673400,0.00000000,0.00000000,-183.43770932);
  1492. CreateObject(3627,894.16136900,-3587.62690900,7.91173600,0.00000000,0.00000000,-183.43770932);
  1493. CreateObject(17019,542.48937200,-3745.28315900,9.91491600,0.00000000,0.00000000,-6.87549354);
  1494. CreateObject(18260,575.37657900,-3751.22773900,5.98946800,0.00000000,0.00000000,-11.25002631);
  1495. CreateObject(18257,587.63536800,-3753.75728000,4.41350600,0.00000000,0.00000000,0.00000000);
  1496. CreateObject(1378,613.44017700,-3757.97310000,27.52675700,0.00000000,0.00000000,-183.43776662);
  1497. CreateObject(5189,653.07140300,-3597.76606900,9.79636600,0.00000000,0.00000000,-454.37461103);
  1498. CreateObject(6987,555.56700800,-3638.25020000,4.40341600,0.00000000,0.00000000,261.19186364);
  1499. CreateObject(3776,681.57616400,-3597.45747500,13.21160500,0.00000000,0.00000000,-272.57831120);
  1500. CreateObject(3755,640.16832700,-3668.60396000,9.60868200,0.00000000,0.00000000,-95.15660143);
  1501. CreateObject(18365,597.19506000,-3631.77339300,13.30908700,0.00000000,0.00000000,-231.01606733);
  1502. CreateObject(8249,1011.92186700,-3763.33833500,7.94118000,0.00000000,0.00000000,-275.15656398);
  1503. CreateObject(1676,856.82494300,-3607.18989700,5.98793700,0.00000000,0.00000000,-8.59436693);
  1504. CreateObject(1676,869.06468900,-3608.63569800,5.98793700,0.00000000,0.00000000,-6.01605685);
  1505. CreateObject(9339,865.99327800,-3601.44795400,5.16834200,0.00000000,0.00000000,-94.37451404);
  1506. CreateObject(8042,882.07750600,-3592.58857900,9.77217800,0.00000000,0.00000000,-168.74999354);
  1507. CreateObject(9339,868.35631500,-3581.41499500,4.66020800,0.00000000,0.00000000,-95.23395073);
  1508. CreateObject(9339,842.51354200,-3579.06611800,4.66020800,0.00000000,0.00000000,-95.23395073);
  1509. CreateObject(16020,814.36217400,-3586.94404800,4.86057600,0.00000000,0.00000000,-186.95280540);
  1510. CreateObject(968,881.39379100,-3601.40132300,5.44538600,0.00000000,0.00000000,-96.87547482);
  1511. CreateObject(968,883.19420600,-3584.21748500,5.48929300,0.00000000,0.00000000,-96.87547482);
  1512. CreateObject(980,881.02098800,-3616.21602000,6.78452200,0.00000000,0.00000000,-366.49686543);
  1513. CreateObject(12853,862.09874700,-3619.00557100,6.24151700,0.00000000,0.00000000,-96.09333013);
  1514. CreateObject(17927,843.98107100,-3600.90327600,5.61129300,0.00000000,0.00000000,-4.29718346);
  1515. CreateObject(5006,842.72277000,-3770.07563900,8.93108800,0.00000000,0.00000000,-96.87547482);
  1516. CreateObject(8249,927.90685200,-3754.09224100,7.94046300,0.00000000,0.00000000,-278.59431076);
  1517. CreateObject(8249,968.69506000,-3759.66108900,7.86546400,0.00000000,0.00000000,-275.15656398);
  1518. CreateObject(16771,1040.09239900,-3669.74922300,10.67603600,0.00000000,0.00000000,-186.87551339);
  1519. CreateObject(16409,1085.16271200,-3646.30073700,4.61074600,0.00000000,0.00000000,84.76601182);
  1520. CreateObject(3627,856.93163200,-3512.22456500,7.96146500,0.00000000,0.00000000,-93.43772805);
  1521. CreateObject(3627,855.42980100,-3543.79097100,7.53843200,0.00000000,0.00000000,-93.43772805);
  1522. CreateObject(3627,908.62096300,-3519.19746600,7.78842800,0.00000000,0.00000000,-93.43772805);
  1523. CreateObject(3627,905.73778500,-3543.55781700,7.96146700,0.00000000,0.00000000,-93.43772805);
  1524. CreateObject(3627,1038.28527000,-3556.91377400,7.67502300,0.00000000,0.00000000,-274.77927128);
  1525. CreateObject(3627,989.23180300,-3553.79780700,7.70002300,0.00000000,0.00000000,-93.43772805);
  1526. CreateObject(3627,990.77733600,-3524.80732900,7.77502100,0.00000000,0.00000000,-93.43772805);
  1527. CreateObject(3627,1041.37474800,-3527.43892100,7.60002400,0.00000000,0.00000000,-93.43772805);
  1528. CreateObject(10763,1219.68077800,-3787.97065900,36.79740000,0.00000000,0.00000000,-321.87548530);
  1529. CreateObject(16098,1201.65013800,-3700.74946800,8.72694200,0.00000000,0.00000000,83.04713843);
  1530. CreateObject(5004,366.98815100,-3569.11421400,3.89558300,0.00000000,0.00000000,-281.25002743);
  1531. CreateObject(4865,1151.99950400,-3724.16792500,4.11339100,0.00000000,0.00000000,-186.01607670);
  1532. CreateObject(4867,891.58751600,-3716.84956500,4.06266900,0.00000000,0.00000000,354.01016702);
  1533. CreateObject(5004,473.04979600,-3613.33931100,3.88897100,0.00000000,0.00000000,-101.25000758);
  1534. CreateObject(5184,1001.56273600,-3522.65938000,23.04334100,0.00000000,0.00000000,-186.01607670);
  1535. CreateObject(5184,876.26659300,-3511.36104000,23.00479200,0.00000000,0.00000000,-184.29714602);
  1536. CreateObject(5176,652.98448900,-3676.86592300,9.41170800,0.00000000,0.00000000,-5.15662016);
  1537. CreateObject(5184,862.31761900,-3601.26997500,23.04394400,0.00000000,0.00000000,-6.01605685);
  1538. CreateObject(5184,985.05699900,-3614.13301300,23.10505800,0.00000000,0.00000000,-6.01605685);
  1539. CreateObject(973, 467.83, -3696.57, 4.95, 0.00, 0.00, -80.87);
  1540. CreateObject(973, 458.13, -3681.48, 4.85, 0.00, 0.00, -51.04);
  1541. CreateObject(973, 451.10, -3676.40, 4.85, 0.00, 0.00, -18.88);
  1542. CreateObject(973, 463.91, -3688.61, 4.85, 0.00, 0.00, -51.04);
  1543.  
  1544. //isl east
  1545. AddStaticVehicle(420,3708.5895,-1507.7553,8.3544,178.7915,6,1);
  1546. AddStaticVehicle(420,3693.4951,-1507.6461,8.3561,176.7866,6,1);
  1547. AddStaticVehicle(411,3703.6277,-1528.9906,8.3022,89.7547,64,1);
  1548. AddStaticVehicle(413,3684.7562,-1547.7406,8.6644,268.7461,119,1);
  1549. AddStaticVehicle(400,3713.7899,-1554.9899,8.6676,88.8704,123,1);
  1550. AddStaticVehicle(400,3713.6836,-1548.5287,8.6675,88.5457,123,1);
  1551. AddStaticVehicle(593,3656.6118,-1838.9398,4.2730,90.4173,60,1);
  1552. AddStaticVehicle(593,3652.9177,-1760.8104,4.2806,89.0273,60,1);
  1553. AddStaticVehicle(487,3666.9346,-1942.7875,6.5557,1.8102,54,29);
  1554. AddStaticVehicle(487,3759.0114,-1941.7367,6.5264,359.4180,54,29);
  1555. AddStaticVehicle(513,3768.0847,-1790.5468,4.4031,268.5994,21,36);
  1556. AddStaticVehicle(513,3767.9971,-1755.9530,4.3987,268.2963,21,36);
  1557. AddStaticVehicle(593,3768.0143,-1836.0851,4.2853,268.9122,58,8);
  1558. AddStaticVehicle(593,3769.0834,-1870.6635,4.2782,271.6007,58,8);
  1559. CreateObject(1444,3777.41686900,-1584.52040700,8.38073700,0.00000000,0.00000000,0.00000000);
  1560. CreateObject(1774,3763.75134200,-1599.49892200,8.43692500,0.00000000,0.00000000,189.07612969);
  1561. CreateObject(2456,3775.50561400,-1599.55849300,7.62785800,0.00000000,0.00000000,0.00000000);
  1562. CreateObject(2599,3738.09692300,-1599.62538700,8.09156900,0.00000000,0.00000000,0.00000000);
  1563. CreateObject(2736,3757.60082900,-1601.79164700,9.34433500,0.00000000,-0.85943669,177.04401599);
  1564. CreateObject(3467,3744.80981400,-1600.28700800,8.33067000,0.00000000,0.00000000,0.00000000);
  1565. CreateObject(3468,3730.02282600,-1600.18984000,8.33067000,0.00000000,0.00000000,0.00000000);
  1566. CreateObject(3521,3827.92895400,-1591.24965500,8.97566300,0.00000000,0.00000000,114.30508013);
  1567. CreateObject(5811,3735.41003300,-1607.66737900,16.67859900,0.00000000,0.00000000,0.00000000);
  1568. CreateObject(8406,3695.15930100,-1583.27455700,13.10918300,0.00000000,0.00000000,-0.85943669);
  1569. CreateObject(9191,3767.23486300,-1608.01625600,15.65678900,0.00000000,0.00000000,180.48176276);
  1570. CreateObject(9527,3775.07373000,-1602.82314100,10.25352900,0.00000000,0.00000000,179.62232607);
  1571. CreateObject(10838,3709.49609300,-1658.85048500,20.37580400,0.00000000,-1.71887339,90.24085273);
  1572. CreateObject(11432,3723.70849500,-1598.43764300,7.62531800,0.00000000,0.00000000,0.00000000);
  1573. CreateObject(16002,3694.76049700,-1599.09560200,10.46943600,0.00000000,0.00000000,180.48176276);
  1574. CreateObject(8434,3753.09155200,-1612.43935200,8.26736000,0.00000000,0.00000000,269.00368481);
  1575. CreateObject(3619,3820.36401300,-1570.19008400,11.65476400,0.00000000,0.00000000,-2.57831008);
  1576. CreateObject(3617,3790.85131800,-1599.22865900,10.16618400,0.00000000,0.00000000,177.90345268);
  1577. CreateObject(3616,3793.60168400,-1583.31386400,10.38054500,0.00000000,0.00000000,0.00000000);
  1578. CreateObject(2431,3769.01818800,-1582.84096300,12.98794200,0.00000000,0.00000000,0.00000000);
  1579. CreateObject(2047,3758.80004800,-1582.68764300,13.46350600,0.00000000,0.00000000,0.00000000);
  1580. CreateObject(1443,3741.63330000,-1581.84926400,8.21665600,0.00000000,0.00000000,0.00000000);
  1581. CreateObject(1443,3749.75866600,-1582.20058200,8.21665600,0.00000000,0.00000000,0.00000000);
  1582. CreateObject(6159,3753.70519900,-1573.95033800,13.80924700,0.00000000,0.00000000,-0.85943669);
  1583. CreateObject(3178,3823.15356400,-1608.55043600,10.16872900,0.00000000,0.00000000,0.00000000);
  1584. CreateObject(3173,3841.74780200,-1612.40541600,7.68177300,0.00000000,0.00000000,134.93161805);
  1585. CreateObject(3170,3799.33764600,-1573.12978200,7.42281000,0.00000000,0.00000000,-32.65859432);
  1586. CreateObject(3169,3800.07287500,-1610.29237900,7.44446900,0.00000000,0.00000000,0.00000000);
  1587. CreateObject(5837,3717.77185000,-1606.03554300,8.28997300,0.00000000,0.85943669,270.72255820);
  1588. CreateObject(3601,3853.74914500,-1609.87099300,15.25187200,0.00000000,0.00000000,179.62232607);
  1589. CreateObject(3582,3845.82702600,-1571.64028000,10.15559500,0.00000000,0.00000000,178.76288938);
  1590. CreateObject(3558,3852.78906200,-1575.69814100,10.38219000,0.00000000,-0.85943669,138.36907834);
  1591. CreateObject(3454,3866.81249900,-1589.78798500,11.70520900,0.00000000,0.00000000,269.86312151);
  1592. CreateObject(8419,3829.08325100,-1591.21791600,-4.29892600,0.00000000,0.00000000,86.80299137);
  1593. CreateObject(968,3704.70202600,-1601.54213500,8.28992500,0.00000000,-89.38141604,183.91945224);
  1594. CreateObject(968,3718.44848600,-1601.09023100,8.36709100,0.00000000,-9.45374632,0.00000000);
  1595. CreateObject(966,3704.70666400,-1601.55995700,7.40691500,-1.71887339,0.00000000,183.91950953);
  1596. CreateObject(966,3718.34619100,-1601.10463500,7.50783800,0.00000000,0.00000000,0.00000000);
  1597. CreateObject(16098,3660.71740600,-1856.06337500,7.79370900,0.00000000,0.00000000,0.00000000);
  1598. CreateObject(16098,3658.47790400,-1778.00746700,7.80732500,0.00000000,0.00000000,0.00000000);
  1599. CreateObject(16098,3763.40368600,-1853.31679300,7.80168000,0.00000000,0.00000000,0.00000000);
  1600. CreateObject(16098,3763.17431600,-1773.76869800,7.82102100,0.00000000,0.00000000,0.00000000);
  1601. CreateObject(2780,3735.43371500,-1771.94472300,82.24556600,0.00000000,0.00000000,16.32929716);
  1602. CreateObject(10757,3734.28112700,-1777.57631500,77.90447100,53.28501765,5.15662016,-23.20479070);
  1603. CreateObject(2773,3641.74316300,-1684.85805300,3.37266200,0.00000000,0.00000000,-15.46986047);
  1604. CreateObject(2773,3641.46801700,-1686.74184200,3.37266200,0.00000000,0.00000000,0.00000000);
  1605. CreateObject(2773,3641.47473100,-1688.67641300,3.37266200,0.00000000,0.00000000,0.00000000);
  1606. CreateObject(2773,3641.47180100,-1690.59535800,3.38013300,0.00000000,0.00000000,0.00000000);
  1607. CreateObject(2773,3641.46630800,-1692.51943000,3.37266200,0.00000000,0.00000000,0.00000000);
  1608. CreateObject(2773,3641.46667400,-1694.44447900,3.37266200,0.00000000,0.00000000,0.00000000);
  1609. CreateObject(2773,3641.48083400,-1696.36073900,3.37266200,0.00000000,0.00000000,0.00000000);
  1610. CreateObject(2773,3641.47277800,-1698.27895200,3.37266200,0.00000000,0.00000000,0.00000000);
  1611. CreateObject(2773,3641.47521900,-1700.21718400,3.35513300,0.00000000,0.00000000,0.00000000);
  1612. CreateObject(2773,3641.46887100,-1702.12880500,3.37266200,0.00000000,0.00000000,0.00000000);
  1613. CreateObject(2773,3641.47045800,-1704.04628600,3.37266200,0.00000000,0.00000000,0.00000000);
  1614. CreateObject(2773,3641.47497500,-1705.96938100,3.37266200,0.00000000,0.00000000,0.00000000);
  1615. CreateObject(2773,3784.70959400,-1705.02431300,3.44622200,0.00000000,0.00000000,0.00000000);
  1616. CreateObject(2773,3784.72692800,-1703.03212500,3.46930100,0.00000000,0.00000000,0.00000000);
  1617. CreateObject(2773,3784.82104400,-1701.13564100,3.51930100,0.00000000,0.00000000,0.00000000);
  1618. CreateObject(2773,3784.79626400,-1699.22011400,3.49430100,0.00000000,0.00000000,0.00000000);
  1619. CreateObject(2773,3784.81848100,-1697.30483000,3.46930100,0.00000000,0.00000000,0.00000000);
  1620. CreateObject(2773,3784.77563400,-1695.37367800,3.44622200,0.00000000,0.00000000,0.00000000);
  1621. CreateObject(2773,3784.72448700,-1693.45790700,3.36930100,0.00000000,0.00000000,0.00000000);
  1622. CreateObject(2773,3784.72778200,-1691.53456700,3.36930100,0.00000000,0.00000000,0.00000000);
  1623. CreateObject(2773,3784.72338800,-1689.61098300,3.36930100,0.00000000,0.00000000,0.00000000);
  1624. CreateObject(2773,3784.74206500,-1687.68520200,3.44622200,0.00000000,0.00000000,0.00000000);
  1625. CreateObject(2773,3784.76867600,-1685.75429300,3.44622200,0.00000000,0.00000000,0.00000000);
  1626. CreateObject(2773,3784.70605400,-1683.80898100,3.36930100,0.00000000,0.00000000,0.00000000);
  1627. CreateObject(1683,3756.95031700,-1691.17006500,8.73643800,0.00000000,0.00000000,0.00000000);
  1628. CreateObject(3491,3756.31567300,-1693.98012300,11.38408200,0.00000000,0.00000000,89.38141604);
  1629. CreateObject(1683,3671.38134700,-1697.77016300,8.71058100,0.00000000,0.00000000,183.06007284);
  1630. CreateObject(3491,3670.05126900,-1695.88832700,11.35328000,0.00000000,0.00000000,-90.24085273);
  1631. CreateObject(2797,3679.80456500,-1590.25331700,15.31913600,0.00000000,0.00000000,89.38135874);
  1632. CreateObject(973,3679.61511200,-1579.54506500,9.96578000,0.00000000,0.00000000,82.50592250);
  1633. CreateObject(973,3680.19457900,-1571.50087500,9.93892500,0.00000000,0.00000000,89.38141604);
  1634. CreateObject(973,3680.26086300,-1563.76235000,9.96578000,0.00000000,0.00000000,89.38141604);
  1635. CreateObject(973,3680.34997500,-1554.68031900,9.96578000,0.00000000,0.00000000,89.38141604);
  1636. CreateObject(973,3680.49169800,-1545.33388300,9.96578000,0.00000000,0.00000000,89.38141604);
  1637. CreateObject(973,3680.56677200,-1537.36977200,9.96578000,0.00000000,0.00000000,89.38141604);
  1638. CreateObject(973,3680.79431100,-1528.25380500,9.94181800,0.00000000,0.00000000,87.66254266);
  1639. CreateObject(973,3680.98937900,-1521.10170500,10.01237000,0.00000000,0.00000000,88.52197935);
  1640. CreateObject(973,3681.14953500,-1514.13881500,10.06210000,0.00000000,0.00000000,88.52197935);
  1641. CreateObject(973,3681.28723100,-1507.36952800,9.96578000,0.00000000,0.00000000,90.24085273);
  1642. CreateObject(8040,3698.67980900,-1542.98940100,8.34079200,0.00000000,0.00000000,-91.10028943);
  1643. CreateObject(910,3680.17785600,-1584.81386400,8.72558800,0.00000000,0.00000000,88.52197935);
  1644. CreateObject(6066,3676.28918400,-1590.12831700,19.33254700,0.00000000,0.00000000,0.10381995);
  1645. CreateObject(5706,3670.10082900,-1591.07607100,13.01161300,0.00000000,0.00000000,-269.86312151);
  1646. CreateObject(17628,3731.18090700,-1590.94252600,7.49790600,0.00000000,0.00000000,89.38141604);
  1647. CreateObject(5296,3712.07580500,-1651.26259400,2.62814500,0.00000000,0.00000000,-89.38141604);
  1648. CreateObject(1682,3704.24401800,-1757.45204700,19.27656800,0.00000000,0.00000000,0.00000000);
  1649. CreateObject(7981,3704.19738700,-1764.63295500,7.82234100,0.00000000,0.00000000,90.24085273);
  1650. CreateObject(4832,3716.06396400,-1790.71913700,35.11319600,0.00000000,0.00000000,0.00000000);
  1651. CreateObject(9241,3667.02734300,-1940.66298500,4.53382300,0.00000000,0.00000000,-90.24085273);
  1652. CreateObject(9241,3712.64404200,-1940.83705700,4.53378800,0.00000000,0.00000000,-90.24085273);
  1653. CreateObject(9241,3758.48693800,-1940.89003600,4.54665100,0.00000000,0.00000000,-90.24085273);
  1654. CreateObject(8419,3618.02539000,-1935.03163700,-8.93846500,0.00000000,0.00000000,-0.85943669);
  1655. CreateObject(8356,3619.54968200,-1888.18715500,2.88529500,0.00000000,0.00000000,178.76288938);
  1656. CreateObject(8355,3621.52539000,-1725.95204700,2.85543400,0.00000000,0.00000000,0.00000000);
  1657. CreateObject(8419,3804.75805600,-1935.49574800,-8.92256000,0.00000000,0.00000000,0.00000000);
  1658. CreateObject(8356,3805.66992100,-1888.65737000,2.95064000,0.00000000,0.00000000,180.48176276);
  1659. CreateObject(8355,3804.85571200,-1725.95229100,2.92899400,0.00000000,0.00000000,0.00000000);
  1660. CreateObject(8419,3621.52233800,-1878.05336600,-8.91224100,0.00000000,0.00000000,0.23199061);
  1661. CreateObject(8419,3667.18249400,-1878.03945000,-8.92139000,0.00000000,0.00000000,0.00000000);
  1662. CreateObject(8419,3713.04833900,-1878.23647100,-8.91426300,0.00000000,0.00000000,0.00000000);
  1663. CreateObject(8419,3758.88134700,-1878.22402000,-8.90846600,0.00000000,0.00000000,0.00000000);
  1664. CreateObject(8419,3804.77136200,-1878.26430300,-8.91694000,0.00000000,0.00000000,0.00000000);
  1665. CreateObject(8419,3621.33715700,-1790.88588500,-8.92281500,0.00000000,0.00000000,0.00000000);
  1666. CreateObject(8419,3667.18957400,-1790.94008400,-8.90777700,0.00000000,0.00000000,0.00000000);
  1667. CreateObject(8419,3713.04809500,-1790.93715500,-8.90256600,0.00000000,0.00000000,0.00000000);
  1668. CreateObject(8419,3758.90100000,-1790.96181300,-8.88912700,0.00000000,0.00000000,0.00000000);
  1669. CreateObject(8419,3804.76367100,-1790.86440100,-8.88286700,0.00000000,0.00000000,0.00000000);
  1670. CreateObject(8419,3621.43164000,-1703.60585600,-8.91810200,0.00000000,0.00000000,0.00000000);
  1671. CreateObject(8419,3667.29516500,-1703.58876600,-8.91365800,0.00000000,0.00000000,0.00000000);
  1672. CreateObject(8419,3713.12548800,-1703.57509400,-8.90317000,0.00000000,0.00000000,0.00000000);
  1673. CreateObject(8419,3758.97448700,-1703.57045500,-8.88780000,0.00000000,0.00000000,0.00000000);
  1674. CreateObject(8419,3804.78515500,-1703.56679300,-8.87449000,0.00000000,0.00000000,0.00000000);
  1675. //==========================================================================================================
  1676. //island west
  1677. CreateObject(5428,-3409.05772500,1421.63698200,4.52529500,0.00,0.00,0.00);
  1678. CreateObject(5428,-3462.13829100,1422.50539000,4.57311500,0.00,0.00,-180.00001985);
  1679. CreateObject(1677,-3411.19664100,1386.00880800,7.84853400,0.00,0.00,-270.00000112);
  1680. CreateObject(3178,-3413.25694400,1453.33668900,6.85857500,0.00,0.00,-180.00001985);
  1681. CreateObject(3241,-3395.44542000,1453.34230400,4.81357000,0.00,0.00,-271.71881721);
  1682. CreateObject(3284,-3455.27720700,1451.48561400,6.26821400,0.00,0.00,-89.99998128);
  1683. CreateObject(3418,-3436.22569400,1388.58351500,6.48351200,0.00,0.00,-539.99994495);
  1684. CreateObject(4113,-3468.63389700,1382.70265500,39.79387600,0.00,0.00,-168.74999354);
  1685. CreateObject(17633,-3453.39170900,1362.68507700,1.80348400,0.00,0.00,89.99998128);
  1686. CreateObject(4874,-3514.41783200,1382.80324100,6.20209200,0.00,0.00,-271.71887451);
  1687. CreateObject(5004,-3541.62559600,1395.65358300,3.30085000,0.00,0.00,-95.15660143);
  1688. CreateObject(8171,-3567.19566400,1349.71998900,3.56214600,0.00,0.00,-185.23387471);
  1689. CreateObject(987,-3491.99986400,1386.85939400,3.53522500,0.00,0.00,85.32498944);
  1690. CreateObject(987,-3491.44957100,1398.36940400,3.53522300,0.00,0.00,85.32498944);
  1691. CreateObject(987,-3490.44786200,1410.22365200,3.53522500,0.00,0.00,85.32498944);
  1692. CreateObject(988,-3489.16758800,1419.57350500,5.06273600,0.00,0.00,-276.09340728);
  1693. CreateObject(987,-3488.16612300,1429.43165900,3.88433500,0.00,0.00,81.88724267);
  1694. CreateObject(987,-3486.29210000,1441.23952100,3.90670600,0.00,0.00,75.87118582);
  1695. CreateObject(1237,-3576.11338900,1261.60231400,1.31310700,0.00,0.00,0.00);
  1696. CreateObject(1237,-3579.55919000,1196.40456000,1.23094800,0.00,0.00,0.00);
  1697. CreateObject(10816,-3524.53721700,1608.56544800,2.59671900,0.00,0.00,-275.15662128);
  1698. CreateObject(10819,-3279.87120200,1570.43117100,-9.86929400,0.00,0.00,-450.57555708);
  1699. CreateObject(987,-3483.28160200,1452.66872000,3.91428100,0.00,0.00,75.87118582);
  1700. CreateObject(987,-3480.41270500,1464.53053600,3.85765700,0.00,0.00,-2.87882644);
  1701. CreateObject(987,-3468.41270500,1464.08473600,3.81820600,0.00,0.00,-2.87882644);
  1702. CreateObject(987,-3456.51085000,1463.53712800,3.81820600,0.00,0.00,-2.87882644);
  1703. CreateObject(987,-3444.18003900,1462.76442300,3.85496800,0.00,0.00,0.55892033);
  1704. CreateObject(987,-3423.76500000,1461.44435500,3.81820600,0.00,0.00,0.55892033);
  1705. CreateObject(987,-3411.86558600,1461.37331000,3.81820600,0.00,0.00,0.55892033);
  1706. CreateObject(987,-3399.99327200,1461.43458900,3.81820600,0.00,0.00,0.55892033);
  1707. CreateObject(987,-3387.97764700,1461.48659100,3.81373600,0.00,0.00,0.55892033);
  1708. CreateObject(987,-3376.23228600,1463.97340700,3.81820700,0.00,0.00,-89.44106095);
  1709. CreateObject(16098,-3444.73472700,1627.14577100,8.80674200,0.00,0.00,0.00);
  1710. CreateObject(10815,-3277.77159200,1409.39455000,3.01146100,0.00,0.00,38.82929248);
  1711. CreateObject(10815,-3147.12266600,1397.02638600,2.24775700,0.00,0.00,40.54816587);
  1712. CreateObject(13132,-3431.95543000,1451.01198200,7.51699000,0.00,0.00,-270.00000112);
  1713. CreateObject(1237,-3577.94896000,1229.96242100,1.32636200,0.00,0.00,0.00);
  1714. CreateObject(1237,-3581.02220300,1168.32521400,1.45579400,0.00,0.00,0.00);
  1715. CreateObject(16771,-3134.19761800,1544.02174700,10.38970100,0.00,0.00,-316.71892244);
  1716. CreateObject(16771,-3178.77452200,1505.66261600,10.38970100,0.00,0.00,-321.01604861);
  1717. CreateObject(16098,-3240.78379900,1455.31642500,8.80227100,0.00,0.00,-67.49998596);
  1718. CreateObject(5108,-2998.65147500,1414.09962800,-4.91419200,0.00,0.00,-274.37459119);
  1719. CreateObject(5115,-2914.68956100,1606.26881800,3.81364600,0.00,0.00,-319.37458182);
  1720. CreateObject(5145,-3044.72520500,1165.02248000,-6.10357800,0.00,0.00,-93.28302944);
  1721. CreateObject(5154,-3097.58604500,1225.05958900,1.17070400,0.00,0.00,-92.57829135);
  1722. CreateObject(16771,-3281.94224600,1680.47584900,10.51470000,0.00,0.00,-579.76585154);
  1723. CreateObject(16771,-3231.57676800,1633.38039000,10.63969800,0.00,0.00,-951.01534459);
  1724. CreateObject(4002,-2963.48961000,1203.34352500,27.40978800,0.00,0.00,87.42167120);
  1725. CreateObject(4007,-3047.95274500,1157.91115200,31.81466100,0.00,0.00,101.25000758);
  1726. CreateObject(4123,-3097.87877000,1120.01247000,16.03194300,0.00,0.00,-95.23395073);
  1727. CreateObject(5418,-2877.98130900,1658.25929600,11.11113700,0.00,0.00,-226.71888387);
  1728. CreateObject(17533,-2934.10167000,1366.29591700,34.83625400,0.00,0.00,-275.23402788);
  1729. CreateObject(18449,-2901.68956100,1416.53908100,2.05705300,0.00,0.00,78.75001226);
  1730. CreateObject(17625,-2927.78624100,1494.32790000,2.85298400,0.00,0.00,-281.25002743);
  1731. CreateObject(3988,-3022.29869200,1316.85988200,12.79070800,0.00,0.00,-4.29718346);
  1732. CreateObject(4018,-3023.70543000,1244.52443300,4.21098200,0.00,0.00,85.70279781);
  1733. CreateObject(4048,-2973.45372100,1123.97536100,16.33874200,0.00,0.00,-98.59434820);
  1734. CreateObject(4058,-3011.07774500,1468.72609300,24.35677300,0.00,0.00,-94.37451404);
  1735. CreateObject(4059,-2949.27110400,1599.91554600,9.02431800,0.00,0.00,-411.01608718);
  1736. CreateObject(615,-3469.50987300,1413.11598600,4.40666800,0.00,0.00,0.00);
  1737. CreateObject(615,-3470.51548900,1453.63869100,4.27274000,0.00,0.00,0.00);
  1738. CreateObject(615,-3418.45054700,1420.67653200,5.78547100,0.00,0.00,58.44163781);
  1739. CreateObject(615,-3385.02061600,1445.85695200,4.18760900,0.00,0.00,102.27290914);
  1740. CreateObject(619,-3481.63267600,1449.34401300,3.99077100,0.00,0.00,0.00);
  1741. CreateObject(619,-3463.13926800,1456.13917900,3.83204900,0.00,0.00,238.06459413);
  1742. CreateObject(619,-3443.38511800,1461.46413000,4.37950200,0.00,0.00,208.84368928);
  1743. CreateObject(621,-3456.43785200,1416.72389600,4.54746100,0.00,0.00,0.00);
  1744. CreateObject(621,-3466.57676800,1430.71681600,4.28754700,0.00,0.00,0.00);
  1745. CreateObject(621,-3439.11216800,1426.96583900,4.21999600,0.00,0.00,69.61431481);
  1746. CreateObject(621,-3408.15123100,1418.07204000,4.66888000,0.00,0.00,69.61431481);
  1747. CreateObject(621,-3412.72740300,1431.14918900,4.25471500,0.00,0.00,69.61431481);
  1748. CreateObject(621,-3390.13340900,1391.45338800,3.90926700,0.00,0.00,69.61431481);
  1749. CreateObject(1211,-2843.34141600,1645.70314400,4.90101500,0.00,0.00,0.00);
  1750. CreateObject(1211,-2966.54966800,1534.86012600,4.69505100,0.00,0.00,0.00);
  1751. CreateObject(1211,-2997.62144600,1336.10841700,4.97005200,0.00,0.00,0.00);
  1752. CreateObject(1223,-3030.24839900,1378.78590700,4.34148100,0.00,0.00,89.99998128);
  1753. CreateObject(1223,-3014.08775400,1377.25270400,4.34703000,0.00,0.00,89.99998128);
  1754. CreateObject(1223,-3000.31480500,1375.95827100,4.34703000,0.00,0.00,89.99998128);
  1755. CreateObject(1223,-3031.23057700,1396.40065400,4.34148000,0.00,0.00,-101.25000758);
  1756. CreateObject(1223,-2996.77183600,1395.80812400,4.34703000,0.00,0.00,-44.99999064);
  1757. CreateObject(1231,-2992.61680700,1404.35158100,7.08963800,0.00,0.00,0.00);
  1758. CreateObject(1231,-2989.92564500,1441.67360300,7.08964000,0.00,0.00,0.00);
  1759. CreateObject(1231,-2983.62462000,1515.76588800,7.08963800,0.00,0.00,0.00);
  1760. CreateObject(1231,-2948.02720700,1572.92482300,7.08963800,0.00,0.00,-44.99999064);
  1761. CreateObject(1231,-2899.17125000,1614.76271400,7.02060200,0.00,0.00,-44.99999064);
  1762. CreateObject(1231,-2922.12437500,1580.25221600,7.02060200,0.00,0.00,-44.99999064);
  1763. CreateObject(1231,-2864.57628000,1628.64821200,7.02060200,0.00,0.00,-44.99999064);
  1764. CreateObject(1231,-2964.03013700,1543.11207900,7.08963800,0.00,0.00,-44.99999064);
  1765. CreateObject(1231,-2973.02745200,1488.75832000,7.08963800,0.00,0.00,-44.99999064);
  1766. CreateObject(1231,-2981.64561600,1364.50416900,7.08963800,0.00,0.00,-44.99999064);
  1767. CreateObject(1231,-2998.14805700,1325.49708900,7.08963800,0.00,0.00,-44.99999064);
  1768. CreateObject(1231,-2988.98521500,1276.42921800,7.08963800,0.00,0.00,-44.99999064);
  1769. CreateObject(1231,-2993.17393600,1212.55714800,7.10337700,0.00,0.00,-44.99999064);
  1770. CreateObject(1231,-3008.80430700,1185.56984300,7.10337700,0.00,0.00,-44.99999064);
  1771. CreateObject(1231,-3007.97911200,1205.55592700,7.10337700,0.00,0.00,-44.99999064);
  1772. CreateObject(1231,-3080.02574300,1208.67433500,7.12432700,0.00,0.00,-44.99999064);
  1773. CreateObject(1231,-3030.78721700,1191.39577100,7.10038200,0.00,0.00,-44.99999064);
  1774. CreateObject(1231,-3094.50523500,1167.03834900,7.13462700,0.00,0.00,-44.99999064);
  1775. CreateObject(1231,-3108.31260800,1168.27711800,7.13462700,0.00,0.00,-44.99999064);
  1776. CreateObject(1231,-3077.86021500,1130.35036100,7.11900200,0.00,0.00,-44.99999064);
  1777. CreateObject(1231,-3038.72203200,1114.43629800,7.11900200,0.00,0.00,-44.99999064);
  1778. CreateObject(1231,-3011.15220700,1137.20216700,7.11472800,0.00,0.00,-44.99999064);
  1779. CreateObject(1231,-2995.94786200,1150.22804600,7.10337900,0.00,0.00,-44.99999064);
  1780. CreateObject(1428,-3037.10777400,1272.52248000,5.92710200,0.00,0.00,0.00);
  1781. CreateObject(969,-3076.62510800,1175.62135700,4.55567200,0.00,0.00,9.53115292);
  1782. CreateObject(969,-3054.50401400,1177.56056600,4.55016400,0.00,0.00,0.93672870);
  1783. CreateObject(969,-3042.80406300,1177.56203000,4.54476000,0.00,0.00,-5.07932815);
  1784. CreateObject(1696,-2949.84044000,1528.90016500,3.53052400,-6.01605685,0.00,-277.73487406);
  1785. CreateObject(1696,-2949.84947300,1523.42506800,3.33052400,0.00,0.00,-276.87543737);
  1786. CreateObject(1675,-3023.24083000,1101.17335900,7.53536900,0.00,0.00,0.00);
  1787. CreateObject(3314,-3045.57164100,1090.53761600,5.29109700,0.00,0.00,-182.57832993);
  1788. CreateObject(3454,-3132.19688500,1168.05299700,8.65518700,0.00,0.00,0.00005730);
  1789. CreateObject(1229,-2858.53038100,1648.04323200,6.05834700,0.00,0.00,112.49997660);
  1790. CreateObject(1229,-2958.85655300,1563.34450100,5.91337600,0.00,0.00,134.99997191);
  1791. CreateObject(1229,-2989.30357500,1425.33302700,5.74388000,0.00,0.00,189.37658876);
  1792. CreateObject(1229,-3462.62413100,1400.85353400,5.41530700,0.00,0.00,268.12665832);
  1793. CreateObject(1229,-2997.55699300,1319.28200100,5.68425000,0.00,0.00,178.12673434);
  1794. CreateObject(1229,-3105.29673900,1184.56300700,5.96391400,0.00,0.00,178.12673434);
  1795. CreateObject(1229,-2991.96299800,1246.44582000,5.93266400,0.00,0.00,-1.87311362);
  1796. CreateObject(1229,-2972.02916100,1503.59425700,5.91892400,0.00,0.00,20.62688170);
  1797. CreateObject(16400,-2902.54039100,1637.48024300,3.94619300,0.00,0.00,-138.51495340);
  1798. CreateObject(16400,-2901.67247100,1655.33742100,4.21557800,0.00,0.00,-229.37454325);
  1799. CreateObject(1237,-3586.58372600,1158.26027300,1.62944500,0.00,0.00,0.00);
  1800. CreateObject(1237,-3576.39085500,1157.32936400,1.43109000,0.00,0.00,0.00);
  1801. CreateObject(1237,-3575.14451700,1151.94435500,1.85739800,0.00,0.00,0.00);
  1802. CreateObject(1237,-3574.24595700,1147.46242100,1.48694900,0.00,0.00,0.00);
  1803. CreateObject(1237,-3588.64134300,1153.85890500,1.30380100,0.00,0.00,0.00);
  1804. CreateObject(1237,-3589.24046400,1147.91334900,1.19594200,0.00,0.00,0.00);
  1805. CreateObject(17540,-3207.96641600,1396.89162000,13.42350300,0.00,0.00,-6.09334886);
  1806. CreateObject(18243,-3010.66685600,1251.87428600,4.12153200,0.00,0.00,-4.37447547);
  1807. AddStaticVehicle(485,-3524.7919,1341.0784,4.1947,90.6417,1,79);
  1808. AddStaticVehicle(485,-3526.1888,1334.8291,4.1939,85.7912,1,79);
  1809. AddStaticVehicle(608,-3524.6708,1314.6140,4.1935,80.3067,1,79);
  1810. AddStaticVehicle(608,-3509.6051,1312.0405,4.1945,80.3065,1,79);
  1811. AddStaticVehicle(487,-3512.0267,1365.7158,6.8291,357.0194,29,42);
  1812. AddStaticVehicle(593,-3441.1073,1609.2818,5.2747,83.4765,36,8);
  1813. AddStaticVehicle(593,-3449.4432,1643.5320,5.2712,87.5660,36,8);
  1814. AddStaticVehicle(519,-3280.1002,1681.6455,6.2744,139.8980,1,1);
  1815. AddStaticVehicle(519,-3233.8724,1631.1699,6.3986,128.6528,1,1);
  1816. AddStaticVehicle(513,-3259.4249,1454.0867,5.3871,20.5186,21,36);
  1817. AddStaticVehicle(513,-3227.4042,1466.0987,5.3925,18.4138,21,36);
  1818. AddStaticVehicle(553,-3130.9996,1538.3408,5.1252,39.3253,15,123);
  1819. AddStaticVehicle(452,-3422.0924,1337.0823,0.7172,266.9698,1,5);
  1820. AddStaticVehicle(452,-3391.6647,1345.5403,1.2579,2.9268,1,5);
  1821. AddStaticVehicle(416,-2937.6495,1368.9505,8.3438,263.9392,1,3);
  1822. AddStaticVehicle(541,-2868.3426,1644.4424,4.9625,309.9950,58,8);
  1823. AddStaticVehicle(541,-2852.2987,1657.5330,4.9581,309.0623,58,8);
  1824. AddStaticVehicle(431,-2853.3043,1683.2027,5.4883,39.6496,75,59);
  1825. AddStaticVehicle(437,-2844.7919,1685.2495,5.4250,41.8880,79,7);
  1826. AddStaticVehicle(515,-3013.4674,1300.4907,6.3836,352.4179,24,77);
  1827. AddStaticVehicle(405,-3110.2941,1209.8687,5.0055,357.8602,24,1);
  1828. AddStaticVehicle(405,-3127.0218,1210.9754,5.0385,354.4575,24,1);
  1829. AddStaticVehicle(407,-3115.7079,1138.5789,5.6402,351.0161,3,1);
  1830. AddStaticVehicle(407,-3031.1124,1171.3313,5.6094,342.1933,3,1);
  1831. //=======================================AIRPOT ISLAND=================================
  1832. CreateObject(4867, 5819.7827148438, -1567.9541015625, 3.9580659866333, 0.000000, 0.000000, 0.000000); //
  1833. CreateObject(10767, 5627.8935546875, -1556.9711914063, -10.665011405945, 0.000000, 0.000000, 315); //
  1834. CreateObject(746, 5712.9038085938, -1536.6380615234, 3.7857432365417, 0.000000, 0.000000, 266.70498657227); //
  1835. CreateObject(746, 5712.6313476563, -1531.4833984375, 3.7857432365417, 0.000000, 0.000000, 266.7041015625); //
  1836. CreateObject(746, 5713.3974609375, -1533.6845703125, 3.7857432365417, 0.000000, 0.000000, 328.23864746094); //
  1837. CreateObject(16134, 5716.4194335938, -1579.2586669922, -4.3393578529358, 0.000000, 0.000000, 117.11505126953); //
  1838. CreateObject(10755, 5854.5224609375, -1656.3142089844, 11.304637908936, 0.000000, 0.000000, 43.670013427734); //
  1839. CreateObject(5004, 5856.3764648438, -1714.4835205078, 3.7000036239624, 0.000000, 0.000000, 0.000000); //
  1840. CreateObject(4867, 6032.3134765625, -1567.9693603516, 3.9580659866333, 0.000000, 0.000000, 0.000000); //
  1841. CreateObject(5004, 6104.4165039063, -1712.2143554688, 3.5750031471252, 0.000000, 0.000000, 180); //
  1842. CreateObject(4867, 6140.1342773438, -1567.9639892578, 3.9330668449402, 0.000000, 0.000000, 0.000000); //
  1843. CreateObject(4847, 6275.0859375, -1653.2941894531, -2.3200011253357, 354.04504394531, 0.000000, 90); //
  1844. CreateObject(4847, 6275.0859375, -1653.2939453125, -2.3200011253357, 354.03991699219, 0.000000, 90); //
  1845. CreateObject(4847, 6071.2412109375, -1856.271484375, -2.3200011253357, 354.03991699219, 0.000000, 0.000000); //
  1846. CreateObject(4847, 5889.6606445313, -1856.2863769531, -2.2700009346008, 354.03991699219, 0.000000, 0.000000); //
  1847. CreateObject(4847, 5685.849609375, -1652.3919677734, -2.5200018882751, 354.03991699219, 0.000000, 270); //
  1848. CreateObject(4847, 5889.6850585938, -1449.2703857422, -2.5200018882751, 354.03991699219, 0.000000, 180); //
  1849. CreateObject(4847, 6071.7451171875, -1449.3997802734, -2.5200018882751, 354.03991699219, 0.000000, 179.99450683594); //
  1850. CreateObject(16113, 5698.6752929688, -1468.6174316406, -8.7799997329712, 0.000000, 0.000000, 83.370025634766); //
  1851. CreateObject(16134, 5708.5747070313, -1467.7348632813, -2.1869266033173, 0.000000, 0.000000, 13.894989013672); //
  1852. CreateObject(16134, 6251.5078125, -1474.8278808594, -3.6749997138977, 0.000000, 9.9249877929688, 199.21495056152); //
  1853. CreateObject(16118, 6266.4375, -1470.8624267578, -7.5023713111877, 0.000000, 0.000000, 31.760009765625); //
  1854. CreateObject(5004, 6104.5166015625, -1770.8562011719, 3.5500030517578, 0.000000, 0.000000, 179.99450683594); //
  1855. CreateObject(5004, 5856.638671875, -1770.267578125, 3.7000036239624, 0.000000, 0.000000, 0.000000); //
  1856. CreateObject(16113, 6256.2509765625, -1833.3237304688, -5.75, 0.000000, 0.000000, 268.68997192383); //
  1857. CreateObject(16113, 6261.9150390625, -1840.2717285156, -13.529998779297, 0.000000, 0.000000, 268.68713378906); //
  1858. CreateObject(10766, 5503.302734375, -1557.1181640625, 1.9499996900558, 0.000000, 0.000000, 90); //
  1859. CreateObject(10764, 5444.4516601563, -1556.9146728516, 1.4031226634979, 0.000000, 0.000000, 315); //
  1860. CreateObject(1243, 5144.5673828125, -1554.8117675781, -3.40625, 0.000000, 0.000000, 0.000000); //
  1861. CreateObject(1243, 4678.3041992188, -1551.9671630859, -3.40625, 0.000000, 0.000000, 0.000000); //
  1862. CreateObject(2946, 5853.7763671875, -1675.1998291016, 3.8627171516418, 0.000000, 0.000000, 93.970001220703); //
  1863. CreateObject(2946, 5850.6079101563, -1675.3837890625, 3.8627171516418, 0.000000, 0.000000, 273); //
  1864. CreateObject(2797, 5852.2719726563, -1675.3405761719, 7.903618812561, 0.000000, 0.000000, 3.9700012207031); //
  1865. CreateObject(2797, 5839.4536132813, -1723.83203125, 6.8119874000549, 0.000000, 0.000000, 3.9700012207031); //
  1866. CreateObject(7371, 5724.8012695313, -1722.7918701172, 3.8843793869019, 0.000000, 0.000000, 90); //
  1867. //CreateObject(7371, 5857.087890625, -1719.3549804688, 3.8593792915344, 0.000000, 0.000000, 88.01501464843; //
  1868. CreateObject(7371, 5989.314453125, -1723.5329589844, 3.8593792915344, 0.000000, 0.000000, 90); //
  1869. CreateObject(7371, 6121.6025390625, -1723.6171875, 3.8593792915344, 0.000000, 0.000000, 90); //
  1870. CreateObject(7371, 6241.7412109375, -1603.6655273438, 3.8593792915344, 0.000000, 0.000000, 0.000000); //
  1871. CreateObject(7371, 6361.7192382813, -1591.6357421875, 3.8593792915344, 0.000000, 0.000000, 270); //
  1872. CreateObject(7371, 6361.71875, -1591.6357421875, -0.13562054932117, 0.000000, 0.000000, 270); //
  1873. CreateObject(7371, 6361.71875, -1591.6357421875, -5.1206212043762, 0.000000, 0.000000, 270); //
  1874. CreateObject(16118, 6368.7109375, -1576.9299316406, -11.202363967896, 0.000000, 0.000000, 358.01098632813); //
  1875. CreateObject(16118, 6322.8383789063, -1590.1298828125, -11.202363967896, 0.000000, 0.000000, 260.74169921875); //
  1876. CreateObject(3666, 6366.37109375, -1556.8996582031, 11.375865936279, 0.000000, 0.000000, 0.000000); //
  1877. CreateObject(3666, 6367.0454101563, -1556.9260253906, 11.125869750977, 0.000000, 0.000000, 0.000000); //
  1878. CreateObject(1278, 5851.876953125, -1675.6104736328, -3.3611469268799, 0.000000, 0.000000, 181.34996032715); //
  1879. CreateObject(7371, 5658.8598632813, -1722.7584228516, 3.8843793869019, 0.000000, 0.000000, 90); //
  1880. CreateObject(7371, 5658.8579101563, -1723.1594238281, -0.68062078952789, 0.000000, 0.000000, 90); //
  1881. CreateObject(7371, 5658.857421875, -1723.1591796875, -5.0806212425232, 0.000000, 0.000000, 90); //
  1882. CreateObject(16120, 5644.4321289063, -1723.9676513672, -11.710000038147, 0.000000, 0.000000, 141.64994812012); //
  1883. CreateObject(16120, 5699.1938476563, -1832.5922851563, -2.5, 0.000000, 0.000000, 7.9400024414063); //
  1884. CreateObject(3268, 5900.1333007813, -1486.2720947266, 3.8080654144287, 0.000000, 0.000000, 90); //
  1885. CreateObject(3268, 6113.9614257813, -1486.6025390625, 3.8080654144287, 0.000000, 0.000000, 90); //
  1886. CreateObject(3268, 5824.2446289063, 1105.6497802734, -2.25, 10, 0.000000, 0.000000); //
  1887. CreateObject(3095, 5818.7841796875, 1104.7116699219, 6.5945587158203, 90, 0.000000, 0.000000); //
  1888. CreateObject(3095, 5814.8984375, 1108.7645263672, 6.5945587158203, 90, 0.000000, 270); //
  1889. CreateObject(3095, 5814.8657226563, 1114.7438964844, 6.5945587158203, 90, 0.000000, 270); //
  1890. CreateObject(3095, 5818.8247070313, 1118.6983642578, 6.5945587158203, 90, 0.000000, 180); //
  1891. CreateObject(3095, 5827.77734375, 1118.6940917969, 6.5945587158203, 90, 0.000000, 179.99450683594); //
  1892. CreateObject(3095, 5829.705078125, 1118.7087402344, 6.5945587158203, 90, 0.000000, 179.99450683594); //
  1893. CreateObject(3095, 5833.6401367188, 1114.7431640625, 6.5945587158203, 90, 0.000000, 90); //
  1894. CreateObject(3095, 5833.6440429688, 1108.9112548828, 6.5945587158203, 90, 0.000000, 90); //
  1895. CreateObject(3095, 5827.7055664063, 1104.7115478516, 6.5945587158203, 90, 0.000000, 0.000000); //
  1896. CreateObject(3095, 5829.7294921875, 1104.7387695313, 6.5945587158203, 90, 0.000000, 0.000000); //
  1897. CreateObject(3268, 5823.6108398438, 1112.4060058594, 3.8749995231628, 0.000000, 0.000000, 0.000000); //
  1898. CreateObject(4640, 5831.9272460938, 1119.4827880859, 7.1133036613464, 0.000000, 0.000000, 180.63500976563); //
  1899. CreateObject(16081, 5833.9516601563, 1062.1876220703, 5.4091410636902, 0.000000, 344.11999511719, 262.73498535156); //
  1900. CreateObject(4640, 5832.3725585938, 1104.1226806641, 6.9383029937744, 0.000000, 0.000000, 0.000000); //
  1901. CreateObject(2008, 5829.0395507813, 1115.1677246094, 6.6373891830444, 0.000000, 0.000000, 90); //
  1902. CreateObject(2008, 5829.0434570313, 1112.1284179688, 6.6373891830444, 0.000000, 0.000000, 90); //
  1903. CreateObject(2008, 5829.0444335938, 1109.0506591797, 6.6373891830444, 0.000000, 0.000000, 90); //
  1904. CreateObject(2008, 5829.03515625, 1106.0246582031, 6.6373891830444, 0.000000, 0.000000, 90); //
  1905. CreateObject(2946, 5828.4184570313, 1104.7060546875, 6.3898720741272, 0.000000, 0.000000, 90); //
  1906. CreateObject(2946, 5825.2934570313, 1104.7136230469, 6.3898720741272, 0.000000, 0.000000, 270); //
  1907. CreateObject(2946, 5814.8427734375, 1109.1013183594, 6.3898720741272, 0.000000, 0.000000, 0.67498779296875); //
  1908. CreateObject(2946, 5814.8588867188, 1112.2598876953, 6.3898720741272, 0.000000, 0.000000, 180); //
  1909. CreateObject(3877, 5392.4453125, -1585.3448486328, 3.4860510826111, 0.000000, 0.000000, 0.000000); //
  1910. CreateObject(3877, 5392.2333984375, -1529.4149169922, 3.4860510826111, 0.000000, 0.000000, 0.000000); //
  1911. CreateObject(2775, 5819.8427734375, 1118.4135742188, 8.8545227050781, 0.000000, 0.000000, 0.000000); //
  1912. CreateObject(2775, 5823.4643554688, 1118.4741210938, 8.8545227050781, 0.000000, 0.000000, 0.000000); //
  1913. CreateObject(2797, 5826.7353515625, 1104.8073730469, 9.5688915252686, 0.000000, 0.000000, 0.000000); //
  1914. CreateObject(1278, 5816.7373046875, 1118.7198486328, -1.8949967622757, 0.000000, 0.000000, 0.000000); //
  1915. CreateObject(1278, 5826.6826171875, 1118.8662109375, -1.8949967622757, 0.000000, 0.000000, 0.000000); //
  1916.  
  1917.  
  1918. //island north
  1919. CreateObject(16685,671.78786500,3590.02611500,3.29400200,0.00,0.00,0.00);
  1920. CreateObject(16685,410.87795300,3590.14672100,3.29518600,0.00,0.00,0.00);
  1921. CreateObject(16685,671.65383200,3551.36254100,3.41162100,0.00,0.00,0.00);
  1922. CreateObject(16685,410.56459900,3551.51073400,3.43210300,0.00,0.00,0.00);
  1923. CreateObject(16685,410.24660600,3512.70726800,3.63328600,0.00,0.00,0.00);
  1924. CreateObject(16685,671.62819700,3512.47826400,3.64030000,0.00,0.00,0.00);
  1925. CreateObject(8357,361.03127400,3558.35350800,3.67866800,0.00,0.00,-90.24085273);
  1926. CreateObject(8356,560.72207000,3557.72582200,3.63796400,0.00,0.00,269.86346528);
  1927. CreateObject(16098,296.57399800,3595.48461100,8.26028400,0.00,0.00,89.38135874);
  1928. CreateObject(16098,364.85646900,3594.72728700,8.28651200,0.00,0.00,89.38135874);
  1929. CreateObject(2510,381.74172300,3584.91014800,12.76538600,0.00,0.00,0.00);
  1930. CreateObject(2510,347.63308000,3585.63866400,12.77669300,0.00,0.00,0.00);
  1931. CreateObject(2510,313.45839800,3585.70409400,12.73899600,0.00,0.00,0.00);
  1932. CreateObject(2510,279.22304600,3586.39989500,12.73424700,0.00,0.00,0.00);
  1933. CreateObject(4832,443.49282100,3596.45482600,35.61282900,0.00,0.00,0.00);
  1934. CreateObject(9241,280.12477900,3522.73632000,5.24375500,0.00,0.00,269.86346528);
  1935. CreateObject(9241,317.18776800,3522.67430900,5.27655800,0.00,0.00,-90.24079544);
  1936. CreateObject(9241,352.00515100,3522.52904500,5.26875300,0.00,0.00,-90.24079544);
  1937. CreateObject(9241,389.85390500,3522.58812700,5.26875300,0.00,0.00,-90.24079544);
  1938. CreateObject(647,416.46498900,3500.48412300,5.44176400,0.00,0.00,0.00);
  1939. CreateObject(647,431.15725000,3526.86644700,5.44176400,0.00,0.00,0.00);
  1940. CreateObject(647,457.34255300,3504.48412300,5.44956900,0.00,0.00,0.00);
  1941. CreateObject(647,477.54763100,3516.34911300,5.44176400,0.00,0.00,0.00);
  1942. CreateObject(647,417.91652800,3525.26830300,5.44176400,0.00,0.00,0.00);
  1943. CreateObject(647,450.90615200,3522.40477700,5.44176400,0.00,0.00,0.00);
  1944. CreateObject(647,436.23647400,3510.09886900,5.44176400,0.00,0.00,0.00);
  1945. CreateObject(616,462.54885200,3512.69847900,3.60368400,0.00,0.00,0.00);
  1946. CreateObject(617,429.65688400,3501.87865400,3.60368200,0.00,0.00,0.00);
  1947. CreateObject(617,423.21486700,3521.67015800,3.61148700,0.00,0.00,0.00);
  1948. CreateObject(617,441.47060500,3518.69481600,3.60368200,0.00,0.00,0.00);
  1949. CreateObject(647,470.83339800,3506.99218000,5.44176400,0.00,0.00,0.00);
  1950. CreateObject(647,480.90957000,3600.17723800,5.10366500,0.00,0.00,0.00);
  1951. CreateObject(647,525.79628800,3495.42772700,5.67586000,0.00,0.00,0.00);
  1952. CreateObject(647,506.62050700,3584.63256100,5.11147700,0.00,0.00,0.00);
  1953. CreateObject(647,491.14687400,3585.01927900,5.10366500,0.00,0.00,0.00);
  1954. CreateObject(647,509.89894900,3606.12377100,5.10366500,0.00,0.00,0.00);
  1955. CreateObject(647,518.56240200,3517.77977700,5.44877900,0.00,0.00,0.00);
  1956. CreateObject(647,537.50893500,3515.30394700,5.44877900,0.00,0.00,0.00);
  1957. CreateObject(647,527.36989700,3534.52953300,5.44877900,0.00,0.00,0.00);
  1958. CreateObject(647,490.85097600,3528.37596900,5.44176400,0.00,0.00,0.00);
  1959. CreateObject(647,507.23476500,3505.29125200,5.44956900,0.00,0.00,0.00);
  1960. CreateObject(647,543.56240200,3608.57958200,5.10248000,0.00,0.00,0.00);
  1961. CreateObject(647,528.63796300,3596.37889800,5.10248000,0.00,0.00,0.00);
  1962. CreateObject(647,536.68776800,3584.03881100,5.14820300,0.00,0.00,0.00);
  1963. CreateObject(647,576.37941800,3599.02001200,5.10248000,0.00,0.00,0.00);
  1964. CreateObject(647,561.75441800,3603.82274600,5.10248400,0.00,0.00,0.00);
  1965. CreateObject(647,491.31655200,3504.70677900,5.44176100,0.00,0.00,0.00);
  1966. CreateObject(647,553.69753300,3584.38646700,5.14328200,0.00,0.00,0.00);
  1967. CreateObject(616,498.45412500,3518.28759000,3.60368400,0.00,0.00,0.00);
  1968. CreateObject(616,535.42519500,3500.36815600,3.74271700,0.00,0.00,0.00);
  1969. CreateObject(616,490.08181100,3603.21556800,3.26558400,0.00,0.00,0.00);
  1970. CreateObject(616,534.66433000,3590.70336100,3.26439600,0.00,0.00,0.00);
  1971. CreateObject(616,578.67727000,3588.42675000,3.26440400,0.00,0.00,0.00);
  1972. CreateObject(617,526.20839800,3523.22240400,3.61069600,0.00,0.00,0.00);
  1973. CreateObject(617,517.34572700,3508.52294100,3.62764100,0.00,0.00,0.00);
  1974. CreateObject(617,510.59133200,3533.55199400,3.60368200,0.00,0.00,0.00);
  1975. CreateObject(617,477.35646900,3530.52001200,3.60368200,0.00,0.00,0.00);
  1976. CreateObject(617,482.53945200,3587.12767800,3.26557800,0.00,0.00,0.00);
  1977. CreateObject(617,499.45498000,3586.74755100,3.26558200,0.00,0.00,0.00);
  1978. CreateObject(617,501.45046300,3603.90551000,3.26558200,0.00,0.00,0.00);
  1979. CreateObject(617,524.48745000,3582.62621300,3.32559000,0.00,0.00,0.00);
  1980. CreateObject(617,518.56118100,3602.25536300,3.26558200,0.00,0.00,0.00);
  1981. CreateObject(617,543.40187900,3589.03051000,3.26439800,0.00,0.00,0.00);
  1982. CreateObject(617,568.39431100,3610.74974800,3.27220300,0.00,0.00,0.00);
  1983. CreateObject(617,566.07521900,3584.39745300,3.30452900,0.00,0.00,0.00);
  1984. CreateObject(617,556.16579500,3594.31298000,3.26439800,0.00,0.00,0.00);
  1985. CreateObject(672,552.01809000,3605.49950400,4.21855600,0.00,0.00,0.00);
  1986. CreateObject(672,449.38430100,3515.55907400,4.55783600,0.00,0.00,0.00);
  1987. CreateObject(672,512.79519000,3592.82396700,4.21973600,0.00,0.00,0.00);
  1988. CreateObject(16685,671.63320200,3589.97362500,3.29637000,0.00,0.00,0.00);
  1989. CreateObject(17573,569.42836800,3515.05712100,5.40556700,0.00,0.00,-91.95966882);
  1990. CreateObject(17573,581.14614200,3514.57494300,5.40556700,0.00,0.00,-91.10023213);
  1991. CreateObject(17573,592.78908600,3514.25634000,5.40556700,0.00,0.00,-91.10023213);
  1992. CreateObject(4193,633.97243600,3508.31444500,17.87170000,0.00,0.00,-162.81111411);
  1993. CreateObject(14537,634.05715300,3506.37718900,32.56025100,0.00,0.00,0.00);
  1994. CreateObject(4002,754.30153700,3550.28954300,26.84990600,0.00,0.00,-90.24079544);
  1995. CreateObject(4021,732.29567800,3601.59105700,9.76979500,0.00,0.00,-24.06422740);
  1996. CreateObject(4018,703.98244600,3503.38915200,3.65486000,0.00,0.00,200.24880669);
  1997. CreateObject(13132,685.95449100,3501.51317600,6.86637100,0.00,0.00,-86.80310596);
  1998. CreateObject(13132,669.21852900,3502.03783400,6.87417600,0.00,0.00,-90.24085273);
  1999. CreateObject(3707,625.82766000,3597.47972900,11.25605900,0.00,0.00,270.72255820);
  2000. CreateObject(4021,711.92311900,3606.32592000,9.76979500,0.00,0.00,0.00);
  2001. CreateObject(1684,668.63430100,3604.29735500,4.86280900,0.00,0.00,0.00);
  2002. CreateObject(1684,692.14956000,3609.14623200,4.86280900,0.00,0.00,0.00);
  2003. CreateObject(1684,681.31362200,3600.51903500,4.87061700,0.00,0.00,0.00);
  2004. CreateObject(1684,692.03127400,3591.87596900,4.86280900,0.00,0.00,0.00);
  2005. CreateObject(1684,674.14199100,3585.53368400,4.86280900,0.00,0.00,0.00);
  2006. CreateObject(647,672.21047300,3575.17113500,5.22010000,0.00,0.00,0.00);
  2007. CreateObject(647,665.98073700,3549.82006100,5.22010000,0.00,0.00,0.00);
  2008. CreateObject(647,677.08864700,3561.77513900,5.22010000,0.00,0.00,0.00);
  2009. CreateObject(647,682.31508700,3543.35375200,5.22010000,0.00,0.00,0.00);
  2010. CreateObject(647,695.26064400,3571.76708200,5.22010000,0.00,0.00,0.00);
  2011. CreateObject(647,698.73171300,3552.46459200,5.22010000,0.00,0.00,0.00);
  2012. CreateObject(647,694.91762600,3529.53221900,5.44877900,0.00,0.00,0.00);
  2013. CreateObject(647,666.18398400,3524.96434800,5.44877900,0.00,0.00,0.00);
  2014. CreateObject(615,692.71462300,3542.61498200,3.38201700,0.00,0.00,0.00);
  2015. CreateObject(615,686.11721100,3567.72289300,3.38982200,0.00,0.00,0.00);
  2016. CreateObject(615,665.66066800,3564.17308800,3.38201700,0.00,0.00,0.00);
  2017. CreateObject(615,674.65529700,3536.44066600,3.61069600,0.00,0.00,0.00);
  2018. CreateObject(16685,671.78786500,3590.02611500,3.29400200,0.00,0.00,0.00);
  2019. CreateObject(16685,410.87795300,3590.14672100,3.29518600,0.00,0.00,0.00);
  2020. CreateObject(16685,671.65383200,3551.36254100,3.41162100,0.00,0.00,0.00);
  2021. CreateObject(16685,410.56459900,3551.51073400,3.43210300,0.00,0.00,0.00);
  2022. CreateObject(16685,410.24660600,3512.70726800,3.63328600,0.00,0.00,0.00);
  2023. CreateObject(16685,671.62819700,3512.47826400,3.64030000,0.00,0.00,0.00);
  2024. CreateObject(8357,361.03127400,3558.35350800,3.67866800,0.00,0.00,-90.24085273);
  2025. CreateObject(8356,560.72207000,3557.72582200,3.63796400,0.00,0.00,269.86346528);
  2026. CreateObject(16098,296.57399800,3595.48461100,8.26028400,0.00,0.00,89.38135874);
  2027. CreateObject(16098,364.85646900,3594.72728700,8.28651200,0.00,0.00,89.38135874);
  2028. CreateObject(2510,381.74172300,3584.91014800,12.76538600,0.00,0.00,0.00);
  2029. CreateObject(2510,347.63308000,3585.63866400,12.77669300,0.00,0.00,0.00);
  2030. CreateObject(2510,313.45839800,3585.70409400,12.73899600,0.00,0.00,0.00);
  2031. CreateObject(2510,279.22304600,3586.39989500,12.73424700,0.00,0.00,0.00);
  2032. CreateObject(4832,443.49282100,3596.45482600,35.61282900,0.00,0.00,0.00);
  2033. CreateObject(9241,280.12477900,3522.73632000,5.24375500,0.00,0.00,269.86346528);
  2034. CreateObject(9241,317.18776800,3522.67430900,5.27655800,0.00,0.00,-90.24079544);
  2035. CreateObject(9241,352.00515100,3522.52904500,5.26875300,0.00,0.00,-90.24079544);
  2036. CreateObject(9241,389.85390500,3522.58812700,5.26875300,0.00,0.00,-90.24079544);
  2037. CreateObject(647,416.46498900,3500.48412300,5.44176400,0.00,0.00,0.00);
  2038. CreateObject(647,431.15725000,3526.86644700,5.44176400,0.00,0.00,0.00);
  2039. CreateObject(647,457.34255300,3504.48412300,5.44956900,0.00,0.00,0.00);
  2040. CreateObject(647,477.54763100,3516.34911300,5.44176400,0.00,0.00,0.00);
  2041. CreateObject(647,417.91652800,3525.26830300,5.44176400,0.00,0.00,0.00);
  2042. CreateObject(647,450.90615200,3522.40477700,5.44176400,0.00,0.00,0.00);
  2043. CreateObject(647,436.23647400,3510.09886900,5.44176400,0.00,0.00,0.00);
  2044. CreateObject(616,462.54885200,3512.69847900,3.60368400,0.00,0.00,0.00);
  2045. CreateObject(617,429.65688400,3501.87865400,3.60368200,0.00,0.00,0.00);
  2046. CreateObject(617,423.21486700,3521.67015800,3.61148700,0.00,0.00,0.00);
  2047. CreateObject(617,441.47060500,3518.69481600,3.60368200,0.00,0.00,0.00);
  2048. CreateObject(647,470.83339800,3506.99218000,5.44176400,0.00,0.00,0.00);
  2049. CreateObject(647,480.90957000,3600.17723800,5.10366500,0.00,0.00,0.00);
  2050. CreateObject(647,525.79628800,3495.42772700,5.67586000,0.00,0.00,0.00);
  2051. CreateObject(647,506.62050700,3584.63256100,5.11147700,0.00,0.00,0.00);
  2052. CreateObject(647,491.14687400,3585.01927900,5.10366500,0.00,0.00,0.00);
  2053. CreateObject(647,509.89894900,3606.12377100,5.10366500,0.00,0.00,0.00);
  2054. CreateObject(647,518.56240200,3517.77977700,5.44877900,0.00,0.00,0.00);
  2055. CreateObject(647,537.50893500,3515.30394700,5.44877900,0.00,0.00,0.00);
  2056. CreateObject(647,527.36989700,3534.52953300,5.44877900,0.00,0.00,0.00);
  2057. CreateObject(647,490.85097600,3528.37596900,5.44176400,0.00,0.00,0.00);
  2058. CreateObject(647,507.23476500,3505.29125200,5.44956900,0.00,0.00,0.00);
  2059. CreateObject(647,543.56240200,3608.57958200,5.10248000,0.00,0.00,0.00);
  2060. CreateObject(647,528.63796300,3596.37889800,5.10248000,0.00,0.00,0.00);
  2061. CreateObject(647,536.68776800,3584.03881100,5.14820300,0.00,0.00,0.00);
  2062. CreateObject(647,576.37941800,3599.02001200,5.10248000,0.00,0.00,0.00);
  2063. CreateObject(647,561.75441800,3603.82274600,5.10248400,0.00,0.00,0.00);
  2064. CreateObject(647,491.31655200,3504.70677900,5.44176100,0.00,0.00,0.00);
  2065. CreateObject(647,553.69753300,3584.38646700,5.14328200,0.00,0.00,0.00);
  2066. CreateObject(616,498.45412500,3518.28759000,3.60368400,0.00,0.00,0.00);
  2067. CreateObject(616,535.42519500,3500.36815600,3.74271700,0.00,0.00,0.00);
  2068. CreateObject(616,490.08181100,3603.21556800,3.26558400,0.00,0.00,0.00);
  2069. CreateObject(616,534.66433000,3590.70336100,3.26439600,0.00,0.00,0.00);
  2070. CreateObject(616,578.67727000,3588.42675000,3.26440400,0.00,0.00,0.00);
  2071. CreateObject(617,526.20839800,3523.22240400,3.61069600,0.00,0.00,0.00);
  2072. CreateObject(617,517.34572700,3508.52294100,3.62764100,0.00,0.00,0.00);
  2073. CreateObject(617,510.59133200,3533.55199400,3.60368200,0.00,0.00,0.00);
  2074. CreateObject(617,477.35646900,3530.52001200,3.60368200,0.00,0.00,0.00);
  2075. CreateObject(617,482.53945200,3587.12767800,3.26557800,0.00,0.00,0.00);
  2076. CreateObject(617,499.45498000,3586.74755100,3.26558200,0.00,0.00,0.00);
  2077. CreateObject(617,501.45046300,3603.90551000,3.26558200,0.00,0.00,0.00);
  2078. CreateObject(617,524.48745000,3582.62621300,3.32559000,0.00,0.00,0.00);
  2079. CreateObject(617,518.56118100,3602.25536300,3.26558200,0.00,0.00,0.00);
  2080. CreateObject(617,543.40187900,3589.03051000,3.26439800,0.00,0.00,0.00);
  2081. CreateObject(617,568.39431100,3610.74974800,3.27220300,0.00,0.00,0.00);
  2082. CreateObject(617,566.07521900,3584.39745300,3.30452900,0.00,0.00,0.00);
  2083. CreateObject(617,556.16579500,3594.31298000,3.26439800,0.00,0.00,0.00);
  2084. CreateObject(672,552.01809000,3605.49950400,4.21855600,0.00,0.00,0.00);
  2085. CreateObject(672,449.38430100,3515.55907400,4.55783600,0.00,0.00,0.00);
  2086. CreateObject(672,512.79519000,3592.82396700,4.21973600,0.00,0.00,0.00);
  2087. CreateObject(16685,671.63320200,3589.97362500,3.29637000,0.00,0.00,0.00);
  2088. CreateObject(17573,569.42836800,3515.05712100,5.40556700,0.00,0.00,-91.95966882);
  2089. CreateObject(17573,581.14614200,3514.57494300,5.40556700,0.00,0.00,-91.10023213);
  2090. CreateObject(17573,592.78908600,3514.25634000,5.40556700,0.00,0.00,-91.10023213);
  2091. CreateObject(4193,633.97243600,3508.31444500,17.87170000,0.00,0.00,-162.81111411);
  2092. CreateObject(14537,634.05715300,3506.37718900,32.56025100,0.00,0.00,0.00);
  2093. CreateObject(4002,754.30153700,3550.28954300,26.84990600,0.00,0.00,-90.24079544);
  2094. CreateObject(4021,732.29567800,3601.59105700,9.76979500,0.00,0.00,-24.06422740);
  2095. CreateObject(4018,703.98244600,3503.38915200,3.65486000,0.00,0.00,200.24880669);
  2096. CreateObject(13132,685.95449100,3501.51317600,6.86637100,0.00,0.00,-86.80310596);
  2097. CreateObject(13132,669.21852900,3502.03783400,6.87417600,0.00,0.00,-90.24085273);
  2098. CreateObject(3707,625.82766000,3597.47972900,11.25605900,0.00,0.00,270.72255820);
  2099. CreateObject(4021,711.92311900,3606.32592000,9.76979500,0.00,0.00,0.00);
  2100. CreateObject(1684,668.63430100,3604.29735500,4.86280900,0.00,0.00,0.00);
  2101. CreateObject(1684,692.14956000,3609.14623200,4.86280900,0.00,0.00,0.00);
  2102. CreateObject(1684,681.31362200,3600.51903500,4.87061700,0.00,0.00,0.00);
  2103. CreateObject(1684,692.03127400,3591.87596900,4.86280900,0.00,0.00,0.00);
  2104. CreateObject(1684,674.14199100,3585.53368400,4.86280900,0.00,0.00,0.00);
  2105. CreateObject(647,672.21047300,3575.17113500,5.22010000,0.00,0.00,0.00);
  2106. CreateObject(647,665.98073700,3549.82006100,5.22010000,0.00,0.00,0.00);
  2107. CreateObject(647,677.08864700,3561.77513900,5.22010000,0.00,0.00,0.00);
  2108. CreateObject(647,682.31508700,3543.35375200,5.22010000,0.00,0.00,0.00);
  2109. CreateObject(647,695.26064400,3571.76708200,5.22010000,0.00,0.00,0.00);
  2110. CreateObject(647,698.73171300,3552.46459200,5.22010000,0.00,0.00,0.00);
  2111. CreateObject(647,694.91762600,3529.53221900,5.44877900,0.00,0.00,0.00);
  2112. CreateObject(647,666.18398400,3524.96434800,5.44877900,0.00,0.00,0.00);
  2113. CreateObject(615,692.71462300,3542.61498200,3.38201700,0.00,0.00,0.00);
  2114. CreateObject(615,686.11721100,3567.72289300,3.38982200,0.00,0.00,0.00);
  2115. CreateObject(615,665.66066800,3564.17308800,3.38201700,0.00,0.00,0.00);
  2116. CreateObject(615,674.65529700,3536.44066600,3.61069600,0.00,0.00,0.00);
  2117. AddStaticVehicle(593,382.2226,3591.6541,5.1390,181.9320,40,6); // dodo1
  2118. AddStaticVehicle(593,348.6243,3591.4849,5.1390,179.5246,40,6); // dodo2
  2119. AddStaticVehicle(476,313.5932,3590.7307,5.1411,177.3594,40,6); // rustler1
  2120. AddStaticVehicle(476,279.3747,3593.6926,5.1390,181.3716,40,6); // rustler2
  2121. AddStaticVehicle(487,279.8121,3524.0771,7.8221,2.0028,1,0); // maverick1
  2122. AddStaticVehicle(488,316.0460,3524.4695,7.8569,357.0089,6,32); // maverick2
  2123. AddStaticVehicle(469,351.5786,3524.2896,7.8030,357.5054,68,2); // sparrow
  2124. AddStaticVehicle(469,389.2214,3525.0405,7.9735,357.1375,1,0); // sparrow2
  2125. //====================++++++++++++++++++=============+++++++++++++++======================================
  2126. AddStaticVehicleEx(519,1284.28820801,1324.23669434,11.82038498,272.00000000,-1,-1,600); //Shamal
  2127. AddStaticVehicleEx(519,1282.48193359,1362.66394043,11.82038498,271.99951172,-1,-1,600); //Shamal
  2128. AddStaticVehicleEx(417,1290.81213379,1402.75598145,12.57031441,0.00000000,-1,-1,600); //Leviathan
  2129. AddStaticVehicleEx(417,1310.06152344,1402.45507812,12.57031441,0.00000000,-1,-1,600); //Leviathan
  2130. AddStaticVehicleEx(417,1327.62011719,1402.17773438,12.57031441,0.00000000,-1,-1,600); //Leviathan
  2131. AddStaticVehicleEx(417,1345.62011719,1401.89648438,12.57031441,0.00000000,-1,-1,600); //Leviathan
  2132. AddStaticVehicleEx(469,1310.71325684,1477.28222656,10.92031288,0.00000000,-1,-1,600); //Sparrow
  2133. AddStaticVehicleEx(469,1324.99963379,1477.55126953,10.92031288,0.00000000,-1,-1,600); //Sparrow
  2134. AddStaticVehicleEx(469,1338.45214844,1477.59375000,10.92031288,0.00000000,-1,-1,600); //Sparrow
  2135. AddStaticVehicleEx(469,1352.95605469,1477.61718750,10.92031288,0.00000000,-1,-1,600); //Sparrow
  2136. AddStaticVehicleEx(513,1309.72241211,1498.74304199,11.60506916,0.00000000,-1,-1,600); //Stunt
  2137. AddStaticVehicleEx(513,1324.72167969,1498.55175781,11.60506916,0.00000000,-1,-1,600); //Stunt
  2138. AddStaticVehicleEx(513,1338.72167969,1498.37402344,11.60506916,0.00000000,-1,-1,600); //Stunt
  2139. AddStaticVehicleEx(513,1352.72167969,1498.19628906,11.60506916,0.00000000,-1,-1,600); //Stunt
  2140. AddStaticVehicleEx(553,1337.89587402,1572.28063965,13.58820724,302.00000000,-1,-1,600); //Nevada
  2141. AddStaticVehicleEx(553,1339.54565430,1615.51220703,13.58820724,237.99768066,-1,-1,600); //Nevada
  2142. AddStaticVehicleEx(593,1375.58459473,1766.27929688,11.37049484,180.00000000,-1,-1,600); //Dodo
  2143. AddStaticVehicleEx(593,1388.40966797,1766.19921875,11.37049484,180.00000000,-1,-1,600); //Dodo
  2144. AddStaticVehicleEx(593,1402.12817383,1766.06372070,11.37049484,180.00000000,-1,-1,600); //Dodo
  2145. AddStaticVehicleEx(511,1357.36437988,1714.82971191,12.33621025,270.00000000,-1,-1,600); //Beagle
  2146. AddStaticVehicleEx(511,1357.60632324,1755.74121094,12.33621025,270.00000000,-1,-1,600); //Beagle
  2147. AddStaticVehicleEx(519,1517.56860352,1812.83740234,11.82038498,134.00000000,-1,-1,600); //Shamal
  2148. AddStaticVehicleEx(519,1519.80603027,1781.40466309,11.82038498,129.99475098,-1,-1,600); //Shamal
  2149. AddStaticVehicleEx(519,1520.86596680,1754.32702637,11.82038498,129.99023438,-1,-1,600); //Shamal
  2150. AddStaticVehicleEx(519,1523.16088867,1723.18212891,11.82038498,129.99023438,-1,-1,600); //Shamal
  2151. AddStaticVehicleEx(577,1588.29321289,1190.09082031,12.06250000,180.00000000,-1,-1,600); //AT-400
  2152. //===================================================================================================================>LVAP
  2153. AddStaticVehicleEx(577,1858.78906250,-2413.71020508,14.06823730,90.00000000,1,79,600); //AT-400
  2154. AddStaticVehicleEx(577,1931.79211426,-2316.46069336,13.78574467,90.00000000,1,4,600); //AT-400
  2155. AddStaticVehicleEx(519,2118.68627930,-2432.06079102,14.54694748,0.00000000,-1,-1,600); //Shamal
  2156. AddStaticVehicleEx(519,2068.00146484,-2430.83764648,14.54694748,0.00000000,-1,-1,600); //Shamal
  2157. AddStaticVehicleEx(553,1722.02502441,-2435.32226562,15.78968716,0.00000000,16,1,600); //Nevada
  2158. AddStaticVehicleEx(553,1643.70788574,-2438.12817383,15.78968716,0.00000000,3,1,600); //Nevada
  2159. AddStaticVehicleEx(593,1929.29333496,-2637.80786133,14.09705734,0.00000000,-1,-1,600); //Dodo
  2160. AddStaticVehicleEx(593,1947.04541016,-2638.11547852,14.09705734,0.00000000,-1,-1,600); //Dodo
  2161. AddStaticVehicleEx(593,1965.26989746,-2638.91210938,14.09705734,0.00000000,-1,-1,600); //Dodo
  2162. AddStaticVehicleEx(577,1403.72058105,-2438.08276367,14.89690971,0.00000000,1,3,600); //AT-400
  2163. AddStaticVehicleEx(553,1576.13342285,-2448.68994141,15.78968716,0.00000000,6,1,600); //Nevada
  2164. AddStaticVehicleEx(511,2002.06335449,-2641.59204102,15.06277275,0.00000000,-1,-1,600); //Beagle
  2165. AddStaticVehicleEx(511,2031.34082031,-2641.70043945,15.06277275,0.00000000,2,90,600); //Beagle
  2166. AddStaticVehicleEx(485,1985.42541504,-2433.34057617,13.24687481,90.00000000,-1,-1,600); //Baggage
  2167. AddStaticVehicleEx(485,1985.45861816,-2429.16333008,13.08509445,90.00000000,-1,-1,600); //Baggage
  2168. AddStaticVehicleEx(485,1917.36743164,-2337.75756836,13.24687481,0.00000000,-1,-1,600); //Baggage
  2169. AddStaticVehicleEx(485,1828.92102051,-2427.19995117,13.25468731,180.00000000,-1,-1,600); //Baggage
  2170. AddStaticVehicleEx(485,1714.32788086,-2417.94409180,13.25468731,0.00000000,-1,-1,600); //Baggage
  2171. AddStaticVehicleEx(513,1907.94323730,-2632.93725586,14.33163166,0.00000000,1,36,600); //Stunt
  2172. AddStaticVehicleEx(513,1892.99963379,-2631.46606445,14.33163166,0.00000000,1,18,600); //Stunt
  2173. AddStaticVehicleEx(513,1878.46289062,-2631.02050781,14.33163166,0.00000000,1,7,600); //Stunt
  2174. AddStaticVehicleEx(583,1985.05712891,-2437.52319336,12.54687500,90.00000000,1,1,600); //Tug
  2175. AddStaticVehicleEx(583,1984.88488770,-2440.45556641,12.54687500,90.00000000,-1,-1,600); //Tug
  2176. AddStaticVehicleEx(497,1519.39392090,-1656.52429199,13.80417538,270.00000000,-1,1,600); //Police Maverick
  2177. AddStaticVehicleEx(497,1557.04345703,-1610.72485352,13.64781284,270.00000000,-1,1,600); //Police Maverick
  2178. AddStaticVehicleEx(596,1601.28540039,-1684.20117188,5.76050282,90.00000000,-1,1,600); //Police Car (LSPD)
  2179. AddStaticVehicleEx(596,1600.79296875,-1687.99963379,5.76050282,90.00000000,-1,-1,600); //Police Car (LSPD)
  2180. AddStaticVehicleEx(596,1600.07714844,-1692.07519531,5.76050282,90.00000000,-1,-1,600); //Police Car (LSPD)
  2181. AddStaticVehicleEx(596,1600.66870117,-1696.08776855,5.76050282,90.00000000,-1,-1,600); //Police Car (LSPD)
  2182. AddStaticVehicleEx(596,1600.19726562,-1700.34216309,5.76050282,90.00000000,-1,1,600); //Police Car (LSPD)
  2183. AddStaticVehicleEx(596,1600.18725586,-1703.92675781,5.76050282,90.00000000,-1,-1,600); //Police Car (LSPD)
  2184. AddStaticVehicleEx(490,1527.06127930,-1646.68249512,6.21075153,0.00000000,-1,-1,600); //FBI Rancher
  2185. AddStaticVehicleEx(490,1530.90942383,-1646.76025391,6.21075153,0.00000000,-1,-1,600); //FBI Rancher
  2186. AddStaticVehicleEx(490,1534.29492188,-1646.95434570,6.21075153,0.00000000,-1,-1,600); //FBI Rancher
  2187. AddStaticVehicleEx(490,1538.38476562,-1647.05163574,6.21075153,0.00000000,-1,-1,600); //FBI Rancher
  2188. AddStaticVehicleEx(427,1544.34643555,-1659.14416504,6.13862514,90.00000000,-1,1,600); //Enforcer
  2189. AddStaticVehicleEx(427,1545.17687988,-1655.58923340,6.49593353,90.00000000,-1,1,600); //Enforcer
  2190. AddStaticVehicleEx(416,1191.89953613,-1340.55676270,13.69863987,0.00000000,1,3,600); //Ambulance
  2191. AddStaticVehicleEx(416,1191.62512207,-1330.01977539,13.69801331,0.00000000,1,3,600); //Ambulance
  2192. AddStaticVehicleEx(416,1191.82800293,-1320.37438965,13.69801331,0.00000000,1,3,600); //Ambulance
  2193. AddStaticVehicleEx(544,-1254.58569336,75.37945557,14.51843739,45.00000000,3,1,600); //Firetruck LA
  2194. AddStaticVehicleEx(407,-1259.64062500,69.61698914,14.51843739,45.00000000,3,1,600); //Firetruck
  2195. AddStaticVehicleEx(407,-1263.19116211,65.75244141,14.51843739,45.00000000,3,1,600); //Firetruck
  2196. AddStaticVehicleEx(563,-1224.11889648,-6.08220625,17.92121124,45.00000000,3,1,600); //Raindance
  2197. AddStaticVehicleEx(487,-1186.55664062,25.85448074,17.30046082,0.00000000,3,1,600); //Maverick
  2198. AddStaticVehicleEx(553,-1542.45605469,-242.22851562,16.38343811,0.00000000,111,25,600); //Nevada
  2199. AddStaticVehicleEx(553,-1572.46667480,-253.04385376,16.69409561,0.00000000,-1,-1,600); //Nevada
  2200. AddStaticVehicleEx(519,-1595.81848145,-272.04614258,15.14850998,0.00000000,-1,-1,600); //Shamal
  2201. AddStaticVehicleEx(519,-1615.35754395,-291.43856812,15.14850998,0.00000000,-1,-1,600); //Shamal
  2202. AddStaticVehicleEx(519,-1637.53601074,-312.66333008,16.01297379,0.00000000,-1,-1,600); //Shamal
  2203. AddStaticVehicleEx(577,-1372.37817383,-208.05516052,15.13482094,134.99450684,1,79,600); //AT-400
  2204. AddStaticVehicleEx(577,-1327.37670898,-252.21157837,15.27347565,134.99450684,1,79,600); //AT-400
  2205. AddStaticVehicleEx(460,-1073.20605469,-202.45149231,3.77514648,300.00000000,-1,-1,600); //Skimmer
  2206. AddStaticVehicleEx(460,-1064.81176758,-217.94125366,2.89963531,299.99816895,-1,-1,600); //Skimmer
  2207. AddStaticVehicleEx(593,-1254.56579590,-75.70143127,14.69414806,90.00000000,-1,-1,600); //Dodo
  2208. AddStaticVehicleEx(593,-1243.67724609,-87.80279541,14.69414806,90.00000000,-1,-1,600); //Dodo
  2209. AddStaticVehicleEx(593,-1232.22167969,-99.23080444,14.69414806,90.00000000,-1,-1,600); //Dodo
  2210. AddStaticVehicleEx(513,-1212.98071289,-126.17139435,14.93319416,90.00000000,3,1,600); //Stunt
  2211. AddStaticVehicleEx(513,-1204.95166016,-135.85713196,14.92872238,90.00000000,-1,1,600); //Stunt
  2212. AddStaticVehicleEx(513,-1197.43664551,-146.86468506,14.92872238,90.00000000,44,1,600); //Stunt
  2213. AddStaticVehicleEx(513,-1189.37683105,-154.33477783,14.93319416,90.00000000,53,1,600); //Stunt
  2214. AddStaticVehicleEx(553,-1153.60217285,-268.01696777,16.37896538,90.00000000,44,1,600); //Nevada
  2215. AddStaticVehicleEx(553,-1147.10900879,-301.88247681,16.38343811,90.00000000,44,1,600); //Nevada
  2216. AddStaticVehicleEx(511,-1148.70947266,-337.83544922,15.66433525,90.00000000,44,1,600); //Beagle
  2217. AddStaticVehicleEx(511,-1146.02648926,-364.66680908,15.66433525,90.00000000,75,1,600); //Beagle
  2218. AddStaticVehicleEx(577,-1273.48229980,-361.98968506,14.86979198,90.00000000,1,91,600); //AT-400
  2219. AddStaticVehicleEx(583,-1275.18554688,10.06237793,13.14843750,140.00000000,1,1,600); //Tug
  2220. AddStaticVehicleEx(583,-1273.08532715,8.20464325,13.14843750,139.99877930,1,1,600); //Tug
  2221. AddStaticVehicleEx(583,-1271.06201172,5.76913691,13.14843750,139.99877930,1,1,600); //Tug
  2222. AddStaticVehicleEx(485,-1278.21313477,13.10216522,13.84843731,140.00000000,1,1,600); //Baggage
  2223. AddStaticVehicleEx(485,-1280.49243164,15.24383545,13.84843731,139.99877930,1,1,600); //Baggage
  2224. AddStaticVehicleEx(485,-1282.70812988,17.56236267,13.84843731,139.99877930,1,1,600); //Baggage
  2225. AddStaticVehicleEx(553,-1368.85400391,-497.99337769,16.40687561,270.00000000,101,-1,600); //Nevada
  2226. AddStaticVehicleEx(608,1397.67565918,-2420.91186523,14.70840836,270.00000000,-1,-1,600); //Roadtrain
  2227. AddStaticVehicleEx(608,1996.36791992,-2427.74853516,14.70059586,90.00000000,-1,-1,600); //Roadtrain
  2228. AddStaticVehicleEx(608,1995.29626465,-2433.32983398,14.70059586,90.00000000,-1,-1,600); //Roadtrain
  2229. AddStaticVehicleEx(608,1912.61254883,-2323.06542969,14.70059586,0.00000000,-1,-1,600); //Roadtrain
  2230. AddStaticVehicleEx(608,1841.03173828,-2418.66821289,14.70840836,0.00000000,-1,-1,600); //Roadtrain
  2231. CreateObject(8550,1767.42126465,-2424.75927734,16.80277061,0.00000000,0.00000000,0.00000000); //object(laconcha_lvs) (1)
  2232. CreateObject(9241,-1223.06921387,-10.55605412,15.20733643,0.00000000,0.00000000,225.00000000); //object(copbits_sfn) (1)
  2233. CreateObject(9241,-1186.01416016,25.19514465,15.20733643,0.00000000,0.00000000,225.00000000); //object(copbits_sfn) (2)
  2234. CreateObject(3663,-1382.28320312,-225.65692139,15.22921085,0.00000000,0.00000000,315.00000000); //object(lasstepsa_las) (3)
  2235. CreateObject(3663,-1338.02148438,-269.18899536,15.22921085,0.00000000,0.00000000,314.99450684); //object(lasstepsa_las) (4)
  2236. CreateObject(3663,-1292.53198242,-367.17996216,15.22921085,0.00000000,0.00000000,270.00000000); //object(lasstepsa_las) (5)
  2237.  
  2238. //==================================================================================================================================> SFAP, LSAP police
  2239. AddStaticVehicleEx(520,278.71087646,1951.13305664,18.56019974,274.00000000,-1,-1,600); //Hydra
  2240. AddStaticVehicleEx(520,278.31320190,1960.95324707,18.56019974,273.99902344,-1,-1,600); //Hydra
  2241. AddStaticVehicleEx(470,283.76199341,1978.61621094,17.75063705,0.00000000,-1,-1,600); //Patriot
  2242. AddStaticVehicleEx(470,280.01995850,1978.86157227,17.75063705,0.00000000,-1,-1,600); //Patriot
  2243. AddStaticVehicleEx(470,276.77667236,1979.07397461,17.75063705,0.00000000,-1,-1,600); //Patriot
  2244. AddStaticVehicleEx(470,273.53350830,1979.28588867,17.75063705,0.00000000,-1,-1,600); //Patriot
  2245. AddStaticVehicleEx(470,270.04089355,1979.51416016,17.75063705,0.00000000,-1,-1,600); //Patriot
  2246. AddStaticVehicleEx(425,246.56437683,1965.53759766,21.37864876,0.00000000,-1,-1,600); //Hunter
  2247. AddStaticVehicleEx(548,211.57623291,1960.93371582,22.42771149,0.00000000,-1,-1,600); //Cargobob
  2248. AddStaticVehicleEx(447,209.39685059,2003.44348145,20.62764931,0.00000000,86,86,600); //Seasparrow
  2249. AddStaticVehicleEx(425,208.57481384,2037.66528320,21.37864876,0.00000000,-1,-1,600); //Hunter
  2250. AddStaticVehicleEx(592,345.20281982,1934.96252441,20.58874130,48.00000000,48,46,600); //Andromada
  2251. AddStaticVehicleEx(592,344.74359131,1990.25622559,20.58874130,55.99926758,48,46,600); //Andromada
  2252. AddStaticVehicleEx(530,259.06542969,1854.84057617,8.55789852,26.00000000,-1,-1,600); //Forklift
  2253. AddStaticVehicleEx(530,242.95158386,1844.84191895,8.55789852,25.99914551,-1,-1,600); //Forklift
  2254. AddStaticVehicleEx(530,249.09527588,1846.01428223,8.55789852,339.99914551,-1,-1,600); //Forklift
  2255. CreateObject(8613,281.54046631,1899.32971191,21.01947975,0.00000000,0.00000000,268.00000000); //object(vgssstairs03_lvs)(1)
  2256. CreateObject(8613,289.62652588,1892.50720215,21.01947975,0.00000000,0.00000000,89.99499512); //object(vgssstairs03_lvs)(2)
  2257. CreateObject(9241,210.55142212,1962.12622070,18.69952393,0.00000000,0.00000000,272.00000000); //object(copbits_sfn)(1)
  2258. CreateObject(9241,209.50421143,2002.29992676,18.69952393,0.00000000,0.00000000,271.99951172); //object(copbits_sfn)(2)
  2259. CreateObject(9241,208.14439392,2037.73437500,18.69952393,0.00000000,0.00000000,271.99951172); //object(copbits_sfn)(3)
  2260. CreateObject(9241,246.15354919,1963.38098145,18.69952393,0.00000000,0.00000000,271.99951172); //object(copbits_sfn)(4)
  2261.  
  2262.  
  2263.  
  2264. //=============================BLUE BERRY ANCORES=======================
  2265.  
  2266.  
  2267.  
  2268. AddStaticVehicleEx(553,-233.04602051,-56.31854248,7.36452198,250.00000000,-1,-1,15); //Nevada
  2269. AddStaticVehicleEx(520,-209.93873596,44.44695282,6.04909801,250.00000000,-1,-1,15); //Hydra
  2270. AddStaticVehicleEx(487,-182.03852844,59.67663956,5.39452267,0.00000000,-1,-1,15); //Maverick
  2271. AddStaticVehicleEx(519,-219.80630493,10.44559002,6.12959480,0.00000000,-1,-1,15); //Shamal
  2272. CreateObject(8555,-221.14950562,-54.16832733,-19.21585083,0.00000000,0.00000000,340.00000000); //object(vgsecrthse) (1)
  2273. CreateObject(8555,-208.00865173,-17.97204018,-19.21585083,0.00000000,0.00000000,340.00000000); //object(vgsecrthse) (2)
  2274. CreateObject(8555,-195.16229248,17.16824532,-19.21585083,0.00000000,0.00000000,339.99938965); //object(vgsecrthse) (4)
  2275. CreateObject(8555,-182.30476379,52.68291473,-19.21585083,0.00000000,0.00000000,339.99938965); //object(vgsecrthse) (3)
  2276. CreateObject(3998,-150.03482056,45.23024368,-8.89109039,0.00000000,0.00000000,70.00000000); //object(court1_lan) (1)
  2277. CreateObject(3998,-157.91825867,23.50708008,-8.89109039,0.00000000,0.00000000,70.00000000); //object(court1_lan) (3)
  2278. CreateObject(3998,-166.56849670,-0.35671157,-8.89109039,0.00000000,0.00000000,70.00000000); //object(court1_lan) (4)
  2279. CreateObject(3998,-175.01486206,-23.40745544,-8.89109039,0.00000000,0.00000000,70.00000000); //object(court1_lan) (5)
  2280. CreateObject(3998,-183.58248901,-46.72395706,-8.89109039,0.00000000,0.00000000,70.00000000); //object(court1_lan) (7)
  2281. CreateObject(3998,-192.17984009,-70.37506866,-8.89109039,0.00000000,0.00000000,70.00000000); //object(court1_lan) (8)
  2282. CreateObject(3578,-157.01988220,53.03836060,3.63025570,0.00000000,0.00000000,70.00000000); //object(dockbarr1_la) (1)
  2283. CreateObject(3578,-163.01150513,36.34430695,3.63025570,0.00000000,0.00000000,70.00000000); //object(dockbarr1_la) (3)
  2284. CreateObject(3578,-169.96165466,18.69027328,3.63025570,0.00000000,0.00000000,250.00000000); //object(dockbarr1_la) (5)
  2285. CreateObject(3578,-176.25999451,0.60493344,3.63025570,0.00000000,0.00000000,70.00000000); //object(dockbarr1_la) (6)
  2286. CreateObject(3578,-182.49275208,-16.45834732,3.63025570,0.00000000,0.00000000,70.00000000); //object(dockbarr1_la) (7)
  2287. CreateObject(3578,-189.40193176,-33.89203644,3.63025570,0.00000000,0.00000000,70.00000000); //object(dockbarr1_la) (8)
  2288. CreateObject(3578,-195.82759094,-52.26385117,3.63025570,0.00000000,0.00000000,70.00000000); //object(dockbarr1_la) (9)
  2289. CreateObject(4597,-207.61436462,-57.87879562,4.08362627,0.00000000,0.00000000,70.00000000); //object(crprkblok4_lan2) (1)
  2290. CreateObject(4597,-193.66375732,-19.52116013,4.08362627,0.00000000,0.00000000,69.99938965); //object(crprkblok4_lan2) (2)
  2291. CreateObject(4597,-179.89653015,18.55262184,4.08362627,0.00000000,0.00000000,69.99938965); //object(crprkblok4_lan2) (3)
  2292. CreateObject(4597,-170.89186096,43.61627960,4.08362627,0.00000000,0.00000000,69.99938965); //object(crprkblok4_lan2) (4)
  2293. CreateObject(4597,-153.58164978,37.82911301,4.08362627,0.00000000,0.00000000,69.99938965); //object(crprkblok4_lan2) (5)
  2294. CreateObject(4597,-162.92864990,12.46284485,4.08362627,0.00000000,0.00000000,69.99938965); //object(crprkblok4_lan2) (6)
  2295. CreateObject(4597,-176.74369812,-25.43968582,4.08362627,0.00000000,0.00000000,69.99938965); //object(crprkblok4_lan2) (7)
  2296. CreateObject(4597,-190.92541504,-64.64044952,4.08362627,0.00000000,0.00000000,69.99938965); //object(crprkblok4_lan2) (8)
  2297. CreateObject(4639,-211.14775085,-73.20618439,2.79880238,0.00000000,0.00000000,70.00000000); //object(paypark_lan02) (1)
  2298. CreateObject(4639,-208.58415222,-74.23279572,2.79880238,0.00000000,0.00000000,69.99938965); //object(paypark_lan02) (2)
  2299. CreateObject(4639,-205.90708923,-75.03645325,2.79880238,0.00000000,0.00000000,71.99938965); //object(paypark_lan02) (3)
  2300. CreateObject(4639,-203.34294128,-76.06287384,2.79880238,0.00000000,0.00000000,71.99890137); //object(paypark_lan02) (4)
  2301. CreateObject(4639,-200.77946472,-77.08924103,2.79880238,0.00000000,0.00000000,69.99890137); //object(paypark_lan02) (5)
  2302. CreateObject(4639,-198.10240173,-77.89289856,2.79880238,0.00000000,0.00000000,69.99389648); //object(paypark_lan02) (6)
  2303. CreateObject(4640,-151.45121765,54.71586227,2.79880238,0.00000000,0.00000000,342.00000000); //object(paypark_lan03) (1)
  2304. CreateObject(4640,-161.13360596,58.08908463,2.79880238,0.00000000,0.00000000,341.99890137); //object(paypark_lan03) (2)
  2305. CreateObject(16098,-241.06213379,-35.24583054,8.86805820,0.00000000,0.00000000,340.00000000); //object(des_by_hangar_) (1)
  2306. CreateObject(16098,-216.67251587,28.52330399,8.86805820,0.00000000,0.00000000,339.99938965); //object(des_by_hangar_) (2)
  2307. CreateObject(5299,-216.10418701,28.30763435,2.84829330,0.00000000,0.00000000,342.00000000); //object(las2_brigtower) (1)
  2308. CreateObject(5299,-226.71630859,-3.73928070,2.84829330,0.00000000,0.00000000,341.99890137); //object(las2_brigtower) (2)
  2309. CreateObject(5299,-238.20286560,-36.00564194,2.84829330,0.00000000,0.00000000,339.99890137); //object(las2_brigtower) (3)
  2310. CreateObject(3763,-202.03308105,67.88486481,37.41760254,0.00000000,0.00000000,342.00000000); //object(ce_radarmast3) (1)
  2311. CreateObject(2792,-237.34120178,-54.53134537,12.12656403,0.00000000,0.00000000,70.00000000); //object(cj_air_d_1) (1)
  2312. CreateObject(2793,-225.85729980,-22.53033638,12.13079548,0.00000000,0.00000000,70.00000000); //object(cj_air_d_2) (1)
  2313. CreateObject(2794,-212.94013977,9.36741543,12.30244064,0.00000000,0.00000000,66.00000000); //object(cj_air_d_3) (1)
  2314. CreateObject(2795,-201.22789001,41.36845398,12.39133549,0.00000000,0.00000000,70.00000000); //object(cj_air_d_4) (1)
  2315. CreateObject(3934,-182.21960449,60.19547272,4.12952232,0.00000000,0.00000000,0.00000000); //object(helipad01) (1)
  2316.  
  2317.  
  2318.  
  2319. // PRICLE PINE AIRPORT
  2320.  
  2321.  
  2322.  
  2323. CreateObject(3998,1153.20092773,2595.51391602,-3.00000000,0.00000000,0.00000000,0.00000000); //object(court1_lan)(1)
  2324. CreateObject(3998,1127.70507812,2595.58007812,-3.00000000,0.00000000,0.00000000,0.00000000); //object(court1_lan)(2)
  2325. CreateObject(3998,1102.72460938,2595.60644531,-3.00000000,0.00000000,0.00000000,0.00000000); //object(court1_lan)(3)
  2326. CreateObject(3998,1078.02929688,2595.47949219,-3.00000000,0.00000000,0.00000000,0.00000000); //object(court1_lan)(4)
  2327. CreateObject(3998,1177.98046875,2595.43457031,-3.00000000,0.00000000,0.00000000,0.00000000); //object(court1_lan)(5)
  2328. CreateObject(3998,1053.51257324,2595.53955078,-3.00000000,0.00000000,0.00000000,0.00000000); //object(court1_lan)(6)
  2329. CreateObject(4597,1172.42993164,2615.35595703,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(1)
  2330. CreateObject(4597,1133.56347656,2615.28710938,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(2)
  2331. CreateObject(4597,1092.76843262,2615.31835938,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(3)
  2332. CreateObject(4597,1054.01257324,2615.36328125,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(4)
  2333. CreateObject(4597,1054.34265137,2594.89941406,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(5)
  2334. CreateObject(4597,1093.47265625,2594.73730469,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(6)
  2335. CreateObject(4597,1133.54089355,2594.91406250,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(7)
  2336. CreateObject(4597,1172.26562500,2594.99121094,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(8)
  2337. CreateObject(4597,1172.26171875,2605.20678711,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(9)
  2338. CreateObject(4597,1133.47009277,2605.29150391,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(10)
  2339. CreateObject(4597,1094.09240723,2605.18017578,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(11)
  2340. CreateObject(4597,1054.86621094,2605.09130859,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(12)
  2341. CreateObject(3998,1048.84277344,2595.45800781,-3.00000000,0.00000000,0.00000000,0.00000000); //object(court1_lan)(7)
  2342. CreateObject(6959,1174.19543457,2574.46533203,10.30000019,0.00000000,0.00000000,0.00000000); //object(vegasnbball1)(1)
  2343. CreateObject(6959,1150.36523438,2574.48632812,10.30000019,0.00000000,0.00000000,0.00000000); //object(vegasnbball1)(2)
  2344. CreateObject(3578,1145.24914551,2567.91894531,9.50000000,0.00000000,0.00000000,89.72534180); //object(dockbarr1_la)(1)
  2345. CreateObject(3578,1145.32836914,2578.01635742,9.50000000,0.00000000,0.00000000,89.72534180); //object(dockbarr1_la)(2)
  2346. CreateObject(3578,1150.28454590,2582.99633789,9.50000000,0.00000000,0.00000000,359.99450684); //object(dockbarr1_la)(3)
  2347. CreateObject(3578,1160.24365234,2583.02075195,9.50000000,0.00000000,0.00000000,359.98901367); //object(dockbarr1_la)(4)
  2348. CreateObject(3578,1170.18066406,2582.99902344,9.50000000,0.00000000,0.00000000,359.98901367); //object(dockbarr1_la)(5)
  2349. CreateObject(3578,1175.33398438,2578.08007812,9.50000000,0.00000000,0.00000000,91.70288086); //object(dockbarr1_la)(6)
  2350. CreateObject(3578,1175.61206055,2567.88232422,9.50000000,0.00000000,0.00000000,91.70288086); //object(dockbarr1_la)(7)
  2351. CreateObject(6959,1150.34082031,2546.52441406,10.30000019,0.00000000,0.00000000,0.00000000); //object(vegasnbball1)(4)
  2352. CreateObject(6959,1173.93359375,2546.57812500,10.30000019,0.00000000,0.00000000,0.00000000); //object(vegasnbball1)(5)
  2353. CreateObject(3578,1175.87304688,2557.97167969,9.50000000,0.00000000,0.00000000,91.70288086); //object(dockbarr1_la)(8)
  2354. CreateObject(3578,1176.15466309,2548.23876953,9.50000000,0.00000000,0.00000000,91.70288086); //object(dockbarr1_la)(9)
  2355. CreateObject(3578,1145.13867188,2558.10278320,9.50000000,0.00000000,0.00000000,89.71984863); //object(dockbarr1_la)(10)
  2356. CreateObject(3578,1145.08483887,2548.02441406,9.50000000,0.00000000,0.00000000,89.71984863); //object(dockbarr1_la)(11)
  2357. CreateObject(13681,1176.00976562,2519.27246094,15.00000000,0.00000000,0.00000000,180.53283691); //object(tcehilhouse03)(1)
  2358. CreateObject(3851,1190.17675781,2532.39648438,11.00000000,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx)(1)
  2359. CreateObject(3851,1190.15332031,2543.61816406,11.00000000,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx)(2)
  2360. CreateObject(3851,1190.13867188,2554.41699219,11.00000000,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx)(3)
  2361. CreateObject(3851,1186.28906250,2532.86816406,11.00000000,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx)(4)
  2362. CreateObject(3851,1186.31835938,2544.09570312,11.00000000,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx)(5)
  2363. CreateObject(3851,1186.40869141,2551.22949219,11.00000000,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx)(6)
  2364. CreateObject(3851,1188.19433594,2532.32519531,13.00000000,0.00000000,90.00000000,0.00000000); //object(carshowwin_sfsx)(7)
  2365. CreateObject(3851,1188.23339844,2543.23632812,13.00000000,0.00000000,90.00000000,0.00000000); //object(carshowwin_sfsx)(8)
  2366. CreateObject(3851,1188.23925781,2554.42968750,13.00000000,0.00000000,90.00000000,0.00000000); //object(carshowwin_sfsx)(9)
  2367. CreateObject(2794,1186.40869141,2555.28222656,12.16277790,0.00000000,0.00000000,91.75781250); //object(cj_air_d_3)(1)
  2368. CreateObject(12913,1141.49145508,2532.07177734,12.89404011,0.00000000,0.00000000,0.00000000); //object(sw_fueldrum03)(1)
  2369. CreateObject(12913,1144.42724609,2532.11645508,12.89404011,0.00000000,0.00000000,0.00000000); //object(sw_fueldrum03)(2)
  2370. CreateObject(12913,1147.39831543,2532.18334961,12.89404011,0.00000000,0.00000000,0.00000000); //object(sw_fueldrum03)(3)
  2371. CreateObject(4639,1188.67382812,2596.39428711,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(1)
  2372. CreateObject(4639,1188.63659668,2599.10302734,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(2)
  2373. CreateObject(4639,1188.61328125,2601.92993164,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(3)
  2374. CreateObject(4639,1188.61157227,2604.81542969,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(4)
  2375. CreateObject(4639,1188.74316406,2608.02807617,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(5)
  2376. CreateObject(4639,1188.84960938,2610.78417969,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(6)
  2377. CreateObject(4639,1188.91137695,2613.49707031,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(7)
  2378. CreateObject(4639,1177.20422363,2600.13208008,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(8)
  2379. CreateObject(4639,1173.83288574,2600.08007812,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(9)
  2380. CreateObject(4639,1177.22192383,2610.11474609,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(10)
  2381. CreateObject(4639,1173.85046387,2610.07885742,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(11)
  2382. CreateObject(4639,989.74627686,2613.71362305,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(12)
  2383. CreateObject(4639,989.70141602,2610.20800781,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(13)
  2384. CreateObject(4639,989.67968750,2606.97363281,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(14)
  2385. CreateObject(4639,989.77752686,2603.46850586,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(15)
  2386. CreateObject(4639,989.69921875,2599.86132812,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(16)
  2387. CreateObject(4639,989.75219727,2596.22875977,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(17)
  2388. CreateObject(4639,1005.40972900,2600.49731445,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(19)
  2389. CreateObject(4639,1002.08990479,2600.52197266,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(20)
  2390. CreateObject(4639,1001.68115234,2611.57958984,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(21)
  2391. CreateObject(4639,1005.12805176,2611.55834961,8.60000038,0.00000000,0.00000000,0.00000000); //object(paypark_lan02)(22)
  2392. CreateObject(987,1189.96972656,2625.54028320,10.01704597,0.00000000,0.00000000,180.54052734); //object(elecfence_bar)(1)
  2393. CreateObject(987,1178.01770020,2625.44042969,10.04768753,0.00000000,0.00000000,180.53833008); //object(elecfence_bar)(2)
  2394. CreateObject(987,1166.08654785,2625.35522461,10.04077339,0.00000000,0.00000000,180.53833008); //object(elecfence_bar)(3)
  2395. CreateObject(987,1154.11511230,2625.25830078,10.03267288,0.00000000,0.00000000,180.53833008); //object(elecfence_bar)(4)
  2396. CreateObject(987,1142.21264648,2624.99902344,10.02006340,0.00000000,0.00000000,180.53833008); //object(elecfence_bar)(5)
  2397. CreateObject(987,1130.20166016,2624.67846680,9.82031250,0.00000000,0.00000000,180.53833008); //object(elecfence_bar)(6)
  2398. CreateObject(987,1118.22204590,2624.52612305,9.82031250,0.00000000,0.00000000,180.53833008); //object(elecfence_bar)(7)
  2399. CreateObject(987,1106.24951172,2624.33203125,9.82031250,0.00000000,0.00000000,180.53833008); //object(elecfence_bar)(8)
  2400. CreateObject(987,1094.27770996,2624.36572266,9.82031250,0.00000000,0.00000000,180.53833008); //object(elecfence_bar)(9)
  2401. CreateObject(987,1082.31677246,2624.34619141,9.82031250,0.00000000,0.00000000,180.53833008); //object(elecfence_bar)(10)
  2402. CreateObject(987,1070.32482910,2624.22070312,9.82031250,0.00000000,0.00000000,180.53833008); //object(elecfence_bar)(11)
  2403. CreateObject(987,1058.35168457,2624.09472656,9.82031250,0.00000000,0.00000000,180.53833008); //object(elecfence_bar)(12)
  2404. CreateObject(987,1046.30664062,2624.02075195,9.82031250,0.00000000,0.00000000,180.53833008); //object(elecfence_bar)(13)
  2405. CreateObject(987,1034.36718750,2623.82031250,9.82031250,0.00000000,0.00000000,180.53283691); //object(elecfence_bar)(14)
  2406. CreateObject(987,1022.44775391,2588.01611328,9.82031250,0.00000000,0.00000000,359.99340820); //object(elecfence_bar)(18)
  2407. CreateObject(987,1034.42834473,2588.06909180,9.81250572,0.00000000,0.00000000,359.98901367); //object(elecfence_bar)(19)
  2408. CreateObject(987,1046.42761230,2588.05957031,9.82031250,0.00000000,0.00000000,359.98901367); //object(elecfence_bar)(20)
  2409. CreateObject(987,1058.34741211,2588.07055664,9.82031250,0.00000000,0.00000000,359.98901367); //object(elecfence_bar)(21)
  2410. CreateObject(987,1070.36083984,2588.06494141,9.82031250,0.00000000,0.00000000,359.98901367); //object(elecfence_bar)(22)
  2411. CreateObject(987,1082.32751465,2588.06176758,9.82031250,0.00000000,0.00000000,359.98901367); //object(elecfence_bar)(23)
  2412. CreateObject(987,1094.31469727,2588.03564453,9.82031250,0.00000000,0.00000000,359.98901367); //object(elecfence_bar)(24)
  2413. CreateObject(987,1106.26550293,2588.13964844,9.82031250,0.00000000,0.00000000,359.98901367); //object(elecfence_bar)(25)
  2414. CreateObject(987,1118.21386719,2588.10839844,9.82031250,0.00000000,0.00000000,359.98352051); //object(elecfence_bar)(26)
  2415. CreateObject(987,1129.87194824,2587.92626953,10.26875019,0.00000000,0.00000000,270.25927734); //object(elecfence_bar)(27)
  2416. CreateObject(987,1129.81823730,2575.99047852,10.26875019,0.00000000,0.00000000,270.25817871); //object(elecfence_bar)(28)
  2417. CreateObject(987,1129.81506348,2564.03930664,10.26875019,0.00000000,0.00000000,270.25817871); //object(elecfence_bar)(29)
  2418. CreateObject(987,1129.81555176,2551.98535156,10.26875019,0.00000000,0.00000000,270.25817871); //object(elecfence_bar)(30)
  2419. CreateObject(987,1129.92382812,2540.06494141,10.26875019,0.00000000,0.00000000,270.25817871); //object(elecfence_bar)(31)
  2420. CreateObject(987,1129.87902832,2528.20141602,10.26875019,0.00000000,0.00000000,359.98791504); //object(elecfence_bar)(32)
  2421. CreateObject(987,1141.78771973,2528.18896484,10.26875019,0.00000000,0.00000000,359.98352051); //object(elecfence_bar)(33)
  2422. CreateObject(987,1153.72412109,2528.18066406,10.26875019,0.00000000,0.00000000,357.97802734); //object(elecfence_bar)(34)
  2423. CreateObject(987,1195.95397949,2625.48706055,10.01303291,0.00000000,0.00000000,180.52368164); //object(elecfence_bar)(35)
  2424. CreateObject(987,1196.08227539,2613.65917969,9.82031250,0.00000000,0.00000000,90.79183960); //object(elecfence_bar)(36)
  2425. CreateObject(987,1196.09985352,2601.74926758,9.82031250,0.00000000,0.00000000,90.79101562); //object(elecfence_bar)(37)
  2426. CreateObject(987,1196.14550781,2589.83300781,9.82031250,0.00000000,0.00000000,90.79101562); //object(elecfence_bar)(38)
  2427. CreateObject(987,1195.37597656,2545.99121094,9.82031250,0.00000000,0.00000000,90.79101562); //object(elecfence_bar)(42)
  2428. CreateObject(987,1195.57690430,2533.99877930,9.82031155,0.00000000,0.00000000,90.79101562); //object(elecfence_bar)(43)
  2429. CreateObject(987,1195.57043457,2522.03710938,9.82031155,0.00000000,0.00000000,90.79101562); //object(elecfence_bar)(44)
  2430. CreateObject(987,1194.88256836,2511.73193359,9.82031155,0.00000000,0.00000000,86.82098389); //object(elecfence_bar)(45)
  2431. CreateObject(1290,1169.71691895,2528.14404297,16.29217148,0.00000000,0.00000000,0.00000000); //object(lamppost2)(1)
  2432. CreateObject(1290,1141.36059570,2528.34082031,16.29217148,0.00000000,0.00000000,0.00000000); //object(lamppost2)(2)
  2433. CreateObject(1290,1129.77404785,2588.85595703,16.29217148,0.00000000,0.00000000,0.00000000); //object(lamppost2)(3)
  2434. CreateObject(1290,1191.98730469,2588.33691406,15.84373379,0.00000000,0.00000000,89.72534180); //object(lamppost2)(4)
  2435. CreateObject(1290,1185.99023438,2559.84472656,16.29217148,0.00000000,0.00000000,89.72534180); //object(lamppost2)(5)
  2436. CreateObject(3666,1190.00390625,2594.69335938,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(1)
  2437. CreateObject(3666,1181.27539062,2594.64843750,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(2)
  2438. CreateObject(3666,1173.31933594,2594.64648438,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(3)
  2439. CreateObject(3666,1165.60351562,2594.57421875,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(4)
  2440. CreateObject(3666,1153.41992188,2594.60937500,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(5)
  2441. CreateObject(3666,1134.08593750,2594.87304688,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(6)
  2442. CreateObject(3666,1113.12109375,2595.02832031,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(7)
  2443. CreateObject(3666,1093.91894531,2594.91308594,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(8)
  2444. CreateObject(3666,1073.89160156,2594.96777344,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(9)
  2445. CreateObject(3666,1054.77832031,2595.46191406,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(10)
  2446. CreateObject(3666,1053.97656250,2615.27539062,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(11)
  2447. CreateObject(3666,1073.05078125,2615.12402344,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2448. CreateObject(3666,1092.74707031,2615.19335938,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(13)
  2449. CreateObject(3666,1112.92480469,2615.31152344,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(14)
  2450. CreateObject(3666,1133.79492188,2615.31933594,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(15)
  2451. CreateObject(3666,1152.89355469,2615.13183594,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(16)
  2452. CreateObject(3666,1172.54882812,2615.35351562,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(17)
  2453. CreateObject(3666,1189.08105469,2613.69726562,9.72799969,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(18)
  2454. CreateObject(3666,1188.89160156,2610.59863281,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(19)
  2455. CreateObject(3666,1188.60253906,2608.03027344,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(20)
  2456. CreateObject(3666,1188.60644531,2604.73730469,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(21)
  2457. CreateObject(3666,1188.59765625,2601.64453125,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(22)
  2458. CreateObject(3666,1188.61035156,2598.95214844,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(23)
  2459. CreateObject(3666,1188.67480469,2596.10937500,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(24)
  2460. CreateObject(2774,1162.66796875,2527.32324219,20.00000000,179.99450684,0.00000000,0.00000000); //object(cj_airp_pillars)(1)
  2461. CreateObject(2774,1162.64062500,2519.97753906,20.00000000,179.99450684,0.00000000,0.00000000); //object(cj_airp_pillars)(2)
  2462. CreateObject(2774,1168.11230469,2520.00195312,20.00000000,179.99450684,0.00000000,0.00000000); //object(cj_airp_pillars)(3)
  2463. CreateObject(2774,1168.14001465,2527.17114258,20.00000000,180.00000000,0.00000000,0.00000000); //object(cj_airp_pillars)(4)
  2464. CreateObject(3095,1165.28491211,2523.52001953,32.50000000,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor)(1)
  2465. CreateObject(1649,1162.99707031,2519.03417969,34.22110748,0.00000000,0.00000000,0.00000000); //object(wglasssmash)(1)
  2466. CreateObject(1649,1167.32531738,2519.02587891,34.22110748,0.00000000,0.00000000,0.00000000); //object(wglasssmash)(2)
  2467. CreateObject(1649,1169.53222656,2521.23217773,34.22110748,0.00000000,0.00000000,89.73004150); //object(wglasssmash)(3)
  2468. CreateObject(1649,1169.52038574,2525.57592773,34.22110748,0.00000000,0.00000000,89.72534180); //object(wglasssmash)(4)
  2469. CreateObject(1649,1167.40661621,2527.90136719,34.22110748,0.00000000,0.00000000,179.45520020); //object(wglasssmash)(5)
  2470. CreateObject(1649,1162.98242188,2527.92968750,34.12630081,0.00000000,0.00000000,179.44519043); //object(wglasssmash)(6)
  2471. CreateObject(1649,1160.85876465,2525.77392578,34.22110748,0.00000000,0.00000000,271.16552734); //object(wglasssmash)(7)
  2472. CreateObject(1649,1160.93066406,2521.39941406,34.22110748,0.00000000,0.00000000,271.15905762); //object(wglasssmash)(8)
  2473. CreateObject(1649,1169.52062988,2525.63134766,34.22110748,0.00000000,0.00000000,271.16455078); //object(wglasssmash)(9)
  2474. CreateObject(1649,1169.53259277,2521.31274414,34.22110748,0.00000000,0.00000000,271.16455078); //object(wglasssmash)(10)
  2475. CreateObject(1649,1167.43237305,2519.02587891,34.22110748,0.00000000,0.00000000,181.43444824); //object(wglasssmash)(11)
  2476. CreateObject(1649,1163.04785156,2519.03417969,34.22110748,0.00000000,0.00000000,179.44519043); //object(wglasssmash)(12)
  2477. CreateObject(1649,1160.93359375,2521.27539062,34.22110748,0.00000000,0.00000000,89.71435547); //object(wglasssmash)(13)
  2478. CreateObject(1649,1160.95019531,2525.64160156,34.22110748,0.00000000,0.00000000,89.71435547); //object(wglasssmash)(14)
  2479. CreateObject(1649,1163.17980957,2527.82006836,34.22110748,0.00000000,0.00000000,359.98437500); //object(wglasssmash)(15)
  2480. CreateObject(1649,1167.29711914,2527.80297852,34.22110748,0.00000000,0.00000000,359.98193359); //object(wglasssmash)(16)
  2481. CreateObject(3095,1165.15332031,2523.67871094,35.44210434,0.00000000,0.00000000,0.00000000); //object(a51_jetdoor)(3)
  2482. CreateObject(3396,1168.89062500,2526.09472656,33.08055878,0.00000000,0.00000000,356.88537598); //object(a51_sdsk_4_)(1)
  2483. CreateObject(16782,1169.30224609,2523.37524414,34.24851608,0.00000000,0.00000000,180.54052734); //object(a51_radar_scan)(1)
  2484. CreateObject(2290,1169.01733398,2519.57275391,33.05536652,0.00000000,0.00000000,180.50587463); //object(swk_couch_1)(1)
  2485. CreateObject(2290,1166.08203125,2519.54589844,33.05536652,0.00000000,0.00000000,178.50585938); //object(swk_couch_1)(2)
  2486. CreateObject(2290,1163.20996094,2519.58789062,33.08059692,0.00000000,0.00000000,180.51585388); //object(swk_couch_1)(3)
  2487. CreateObject(3578,1171.41345215,2543.25634766,9.50000000,0.00000000,0.00000000,181.47802734); //object(dockbarr1_la)(9)
  2488. CreateObject(3578,1161.53466797,2543.01977539,9.50000000,0.00000000,0.00000000,181.47766113); //object(dockbarr1_la)(9)
  2489. CreateObject(3578,1152.04711914,2542.77929688,9.50000000,0.00000000,0.00000000,181.47766113); //object(dockbarr1_la)(9)
  2490. CreateObject(3578,1149.91601562,2542.77465820,9.50000000,0.00000000,0.00000000,181.47766113); //object(dockbarr1_la)(9)
  2491. CreateObject(3578,1175.03845215,2587.74096680,9.50000000,0.00000000,0.00000000,91.70288086); //object(dockbarr1_la)(6)
  2492. CreateObject(3578,1145.26928711,2588.25683594,9.50000000,0.00000000,0.00000000,91.70288086); //object(dockbarr1_la)(6)
  2493. CreateObject(2946,1163.50354004,2528.81738281,10.29290867,0.00000000,0.00000000,270.26916504); //object(cr_door_03)(1)
  2494. CreateObject(2946,1166.66601562,2528.84667969,10.29609680,0.00000000,0.00000000,90.84750366); //object(cr_door_03)(2)
  2495. CreateObject(3851,1165.42224121,2527.29150391,25.00000000,90.00000000,165.95947266,284.03503418); //object(carshowwin_sfsx)(5)
  2496. CreateObject(3851,1165.44421387,2527.24218750,26.68151855,90.00000000,169.97497559,280.01403809); //object(carshowwin_sfsx)(5)
  2497. CreateObject(3851,1162.21887207,2525.24145508,21.72095680,90.00000000,166.72851562,12.98034668); //object(carshowwin_sfsx)(5)
  2498. CreateObject(3851,1162.16882324,2521.30346680,21.72095680,90.00000000,166.72302246,12.97485352); //object(carshowwin_sfsx)(5)
  2499. CreateObject(3851,1162.14379883,2521.40673828,26.96839142,90.00000000,166.72302246,12.97485352); //object(carshowwin_sfsx)(5)
  2500. CreateObject(3851,1162.13989258,2524.56201172,26.91283798,90.00000000,166.72302246,12.97485352); //object(carshowwin_sfsx)(5)
  2501. CreateObject(3851,1165.46691895,2519.61279297,21.72095680,90.00000000,169.96948242,280.01403809); //object(carshowwin_sfsx)(5)
  2502. CreateObject(3851,1165.49511719,2519.42822266,27.82883072,90.00000000,188.66821289,261.31530762); //object(carshowwin_sfsx)(5)
  2503. CreateObject(3851,1168.25976562,2521.86279297,21.72095680,90.00000000,189.09667969,171.15673828); //object(carshowwin_sfsx)(5)
  2504. CreateObject(3851,1168.24169922,2525.43261719,21.72095680,90.00000000,189.09667969,171.15600586); //object(carshowwin_sfsx)(5)
  2505. CreateObject(3851,1168.06787109,2524.56469727,27.42951012,90.00000000,189.09667969,171.15051270); //object(carshowwin_sfsx)(5)
  2506. CreateObject(3851,1168.21240234,2522.43383789,27.04961777,90.00000000,189.09667969,171.15600586); //object(carshowwin_sfsx)(5)
  2507. CreateObject(3396,1161.33642578,2522.68090820,33.05536652,0.00000000,0.00000000,180.54052734); //object(a51_sdsk_4_)(2)
  2508. CreateObject(3396,1161.31103516,2526.08007812,33.05536652,0.00000000,0.00000000,180.53833008); //object(a51_sdsk_4_)(3)
  2509. CreateObject(1692,1188.44775391,2556.41699219,13.82754135,0.00000000,0.00000000,270.27026367); //object(roofstuff18)(6)
  2510. CreateObject(1692,1188.48120117,2548.69042969,13.82754135,0.00000000,0.00000000,270.26916504); //object(roofstuff18)(7)
  2511. CreateObject(1692,1188.49780273,2541.02734375,13.82754135,0.00000000,0.00000000,270.26916504); //object(roofstuff18)(9)
  2512. CreateObject(1692,1188.53198242,2533.36279297,13.82754135,0.00000000,0.00000000,270.26916504); //object(roofstuff18)(10)
  2513. CreateObject(1692,1188.57482910,2526.69335938,13.82754135,0.00000000,0.00000000,270.26916504); //object(roofstuff18)(11)
  2514. CreateObject(3666,1055.37597656,2605.06542969,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2515. CreateObject(3666,1074.34082031,2605.16699219,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2516. CreateObject(3666,1094.26562500,2605.21875000,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2517. CreateObject(3666,1113.76269531,2605.32226562,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2518. CreateObject(3666,1133.89062500,2605.02734375,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2519. CreateObject(3666,1152.85644531,2605.12011719,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2520. CreateObject(3666,1172.40625000,2604.92871094,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2521. CreateObject(3998,1023.78222656,2595.42187500,-3.00000000,0.00000000,0.00000000,0.00000000); //object(court1_lan)(7)
  2522. CreateObject(3998,999.85766602,2595.42553711,-3.00000000,0.00000000,0.00000000,0.00000000); //object(court1_lan)(7)
  2523. CreateObject(4597,1016.12890625,2615.40039062,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(6)
  2524. CreateObject(4597,1016.62097168,2594.85644531,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(6)
  2525. CreateObject(987,1022.44042969,2623.55957031,9.82031155,0.00000000,0.00000000,180.53283691); //object(elecfence_bar)(14)
  2526. CreateObject(987,1010.67864990,2623.25927734,9.82031250,0.00000000,0.00000000,180.53283691); //object(elecfence_bar)(14)
  2527. CreateObject(987,998.73828125,2623.20019531,9.82031250,0.00000000,0.00000000,180.53283691); //object(elecfence_bar)(14)
  2528. CreateObject(987,987.93780518,2623.25952148,9.82031250,0.00000000,0.00000000,180.53283691); //object(elecfence_bar)(14)
  2529. CreateObject(987,1010.37615967,2588.03588867,9.82031250,0.00000000,0.00000000,1.07287598); //object(elecfence_bar)(14)
  2530. CreateObject(987,998.46295166,2587.96362305,9.82031250,0.00000000,0.00000000,1.07116699); //object(elecfence_bar)(14)
  2531. CreateObject(987,986.49066162,2588.36669922,9.82031250,0.00000000,0.00000000,359.08618164); //object(elecfence_bar)(14)
  2532. CreateObject(987,975.39074707,2592.99169922,9.82031250,0.00000000,0.00000000,338.39270020); //object(elecfence_bar)(14)
  2533. CreateObject(987,975.76184082,2605.30786133,9.82031441,0.00000000,0.00000000,269.35266113); //object(elecfence_bar)(14)
  2534. CreateObject(987,975.89727783,2617.29418945,9.82031250,0.00000000,0.00000000,269.35180664); //object(elecfence_bar)(14)
  2535. CreateObject(987,975.99230957,2623.30395508,9.82031250,0.00000000,0.00000000,269.35180664); //object(elecfence_bar)(14)
  2536. CreateObject(4597,1016.95141602,2605.09472656,9.89999962,0.00000000,0.00000000,0.00000000); //object(crprkblok4_lan2)(6)
  2537. CreateObject(3666,989.69726562,2596.23632812,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2538. CreateObject(3666,989.64746094,2599.94824219,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2539. CreateObject(3666,989.69921875,2603.39257812,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2540. CreateObject(3666,989.62890625,2606.86132812,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2541. CreateObject(3666,989.62597656,2610.08886719,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2542. CreateObject(3666,989.70703125,2613.79296875,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2543. CreateObject(3666,1036.28613281,2605.21875000,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2544. CreateObject(3666,1035.63867188,2594.92675781,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2545. CreateObject(3666,1035.24902344,2615.45410156,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2546. CreateObject(3666,1017.26367188,2605.06738281,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2547. CreateObject(3666,1016.86230469,2595.19238281,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2548. CreateObject(3666,1016.88964844,2615.69531250,9.72700024,0.00000000,0.00000000,0.00000000); //object(airuntest_las)(12)
  2549. CreateObject(3851,1188.24780273,2560.06274414,7.80000019,90.00000000,180.00000000,90.27020264); //object(carshowwin_sfsx)(6)
  2550. CreateObject(1523,1186.21337891,2559.87011719,10.29215431,0.00000000,0.00000000,270.27026367); //object(gen_doorext10)(3)
  2551. CreateObject(1523,1186.40869141,2556.86352539,10.29215431,0.00000000,0.00000000,90.80926514); //object(gen_doorext10)(4)
  2552. CreateObject(4100,1187.82971191,2511.76025391,11.52198219,0.00000000,0.00000000,135.59875488); //object(meshfence1_lan)(6)
  2553. CreateObject(987,1195.14172363,2557.92895508,9.82031250,0.00000000,0.00000000,90.79101562); //object(elecfence_bar)(42)
  2554. CreateObject(987,1194.90515137,2569.84375000,9.81285381,0.00000000,0.00000000,90.79101562); //object(elecfence_bar)(42)
  2555. CreateObject(987,1194.92907715,2578.01171875,9.82031345,0.00000000,0.00000000,84.83605957); //object(elecfence_bar)(42)
  2556. CreateObject(2946,1174.56994629,2510.71533203,10.35931492,0.00000000,0.00000000,270.27026367); //object(cr_door_03)(3)
  2557. CreateObject(2946,1177.76525879,2510.74511719,10.36851978,0.00000000,0.00000000,90.80923462); //object(cr_door_03)(4)
  2558.  
  2559.  
  2560. //====================================================================================================================================>a69
  2561.  
  2562. AddStaticVehicleEx(548,364.85305786,2538.15161133,18.56729889,180.00000000,-1,-1,600); //Cargobob
  2563. AddStaticVehicleEx(548,382.34848022,2538.05737305,18.43912506,180.00000000,-1,-1,600); //Cargobob
  2564. AddStaticVehicleEx(425,344.96594238,2540.29150391,17.61536980,180.00000000,-1,-1,600); //Hunter
  2565. AddStaticVehicleEx(520,367.83969116,2468.65283203,17.40394974,0.00000000,-1,-1,600); //Hydra
  2566. AddStaticVehicleEx(520,351.57696533,2469.47460938,17.40394974,0.00000000,-1,-1,600); //Hydra
  2567. AddStaticVehicleEx(476,326.30984497,2534.73461914,17.97735977,180.00000000,-1,1,600); //Rustler
  2568. AddStaticVehicleEx(476,289.89941406,2538.52734375,17.99038506,180.00000000,-1,-1,600); //Rustler
  2569. AddStaticVehicleEx(476,414.05191040,2447.70776367,17.67015266,0.00000000,-1,1,600); //Rustler
  2570. AddStaticVehicleEx(476,393.02941895,2443.24951172,17.67015266,0.00000000,-1,1,600); //Rustler
  2571. AddStaticVehicleEx(476,415.63272095,2467.31323242,17.67015266,0.00000000,-1,1,600); //Rustler
  2572. AddStaticVehicleEx(476,392.70687866,2467.63085938,17.67015266,0.00000000,-1,1,600); //Rustler
  2573. //===============================================================================================================================================>VMA
  2574.  
  2575. //====================================================HQ
  2576. // *****************DELETED************************
  2577. //_______________________________________________________________________________________________
  2578. //_______________________________________________________________________________________________
  2579. //_______________________________________ROCK ISLAND_____________________________________________
  2580. //_______________________________________________________________________________________________
  2581. CreateObject(8172, 3428.025390625, -757.3076171875, 3.445515871048, 0, 0, 0);
  2582. CreateObject(8171, 3428.140625, -610.052734375, 3.445515871048, 0, 0, 0);
  2583. CreateObject(8661, 3464.1318359375, -767.2275390625, 3.445515871048, 0, 0, 0);
  2584. CreateObject(8661, 3464.140625, -747.6884765625, 3.445515871048, 0, 0, 0);
  2585. CreateObject(8661, 3464.0693359375, -729.396484375, 3.445515871048, 0, 0, 0);
  2586. CreateObject(8661, 3464.0625, -710.107421875, 3.445515871048, 0, 0, 0);
  2587. CreateObject(8661, 3497.3759765625, -710.2705078125, 3.445515871048, 0, 0, 0);
  2588. CreateObject(8661, 3497.447265625, -728.5615234375, 3.445515871048, 0, 0, 0);
  2589. CreateObject(8661, 3497.1884765625, -748.0830078125, 3.445515871048, 0, 0, 0);
  2590. CreateObject(8661, 3497.2275390625, -766.8720703125, 3.445515871048, 0, 0, 0);
  2591. CreateObject(8661, 3453.9482421875, -683.1376953125, 3.445515871048, 0, 0, 270);
  2592. CreateObject(8661, 3453.8671875, -660.333984375, 3.445515871048, 0, 0, 270);
  2593. CreateObject(8661, 3453.8115234375, -636.255859375, 3.445515871048, 0, 0, 270);
  2594. CreateObject(8661, 3453.8686523438, -609.16717529297, 3.445515871048, 0, 0, 270);
  2595. CreateObject(8661, 3453.8544921875, -581.34765625, 3.445515871048, 0, 0, 270);
  2596. CreateObject(8661, 3453.888671875, -560.7900390625, 3.445515871048, 0, 0, 270);
  2597. CreateObject(4832, 3524.4697265625, -752.5859375, 43.81481552124, 0, 0, 270);
  2598. CreateObject(8550, 3504.3073730469, -714.05133056641, 7.5202121734619, 0, 0, 0);
  2599. CreateObject(8251, 3501.4597167969, -783.74871826172, 7.3300743103027, 0, 0, 89.994506835938);
  2600. CreateObject(746, 3406.0754394531, -758.77728271484, 4.7673244476318, 0, 0, 0);
  2601. CreateObject(16113, 3402.9423828125, -735.884765625, -6.5, 0, 0, 301.99768066406);
  2602. CreateObject(16113, 3402.6704101563, -695.60430908203, -6.5, 0, 0, 301.99768066406);
  2603. CreateObject(16113, 3403.0927734375, -653.37274169922, -6.5, 0, 0, 301.99768066406);
  2604. CreateObject(16113, 3402.9130859375, -615.08758544922, -6.5, 0, 0, 301.99768066406);
  2605. CreateObject(16113, 3401.77734375, -558.0361328125, -6.5, 0, 0, 301.99768066406);
  2606. CreateObject(16113, 3402.6284179688, -584.72308349609, -6.5, 0, 0, 301.99768066406);
  2607. CreateObject(16113, 3466.810546875, -560.13354492188, -6.5, 0, 0, 301.99768066406);
  2608. CreateObject(16113, 3464.7158203125, -601.58312988281, -6.5, 0, 0, 301.99768066406);
  2609. CreateObject(16113, 3463.681640625, -642.09802246094, -6.5, 0, 0, 301.99768066406);
  2610. CreateObject(16113, 3464.8562011719, -672.69073486328, -6.5, 0, 0, 301.99768066406);
  2611. CreateObject(3526, 3445.1811523438, -549.8203125, 3.5139336585999, 0, 0, 0);
  2612. CreateObject(3526, 3445.2099609375, -554.8203125, 3.5139336585999, 0, 0, 0);
  2613. CreateObject(3526, 3445.2436523438, -560.5703125, 3.5139336585999, 0, 0, 0);
  2614. CreateObject(3526, 3445.2724609375, -565.5703125, 3.5139336585999, 0, 0, 0);
  2615. CreateObject(3526, 3445.3061523438, -571.3203125, 3.5139336585999, 0, 0, 0);
  2616. CreateObject(3526, 3445.337890625, -576.8203125, 3.5139336585999, 0, 0, 0);
  2617. CreateObject(3526, 3445.3686523438, -582.0703125, 3.5139336585999, 0, 0, 0);
  2618. CreateObject(3526, 3445.400390625, -587.5703125, 3.5139336585999, 0, 0, 0);
  2619. CreateObject(3526, 3445.4311523438, -592.8203125, 3.5139336585999, 0, 0, 0);
  2620. CreateObject(3526, 3445.4658203125, -598.8203125, 3.5139336585999, 0, 0, 0);
  2621. CreateObject(3526, 3445.4951171875, -603.8203125, 3.5139336585999, 0, 0, 0);
  2622. CreateObject(3526, 3445.52734375, -609.3203125, 3.5139336585999, 0, 0, 0);
  2623. CreateObject(3526, 3445.5610351563, -615.0703125, 3.5139336585999, 0, 0, 0);
  2624. CreateObject(3526, 3445.5913085938, -620.3203125, 3.5139336585999, 0, 0, 0);
  2625. CreateObject(3526, 3445.6245117188, -626.0703125, 3.5139336585999, 0, 0, 0);
  2626. CreateObject(3526, 3445.6547851563, -631.3203125, 3.5139336585999, 0, 0, 0);
  2627. CreateObject(3526, 3445.6850585938, -636.5703125, 3.5139336585999, 0, 0, 0);
  2628. CreateObject(3526, 3445.716796875, -642.0703125, 3.5139336585999, 0, 0, 0);
  2629. CreateObject(3526, 3445.7504882813, -647.8203125, 3.5139336585999, 0, 0, 0);
  2630. CreateObject(3526, 3445.7807617188, -653.0703125, 3.5139336585999, 0, 0, 0);
  2631. CreateObject(3526, 3445.8110351563, -658.3203125, 3.5139336585999, 0, 0, 0);
  2632. CreateObject(3526, 3445.8427734375, -663.8203125, 3.5139336585999, 0, 0, 0);
  2633. CreateObject(3526, 3445.875, -669.3203125, 3.5139336585999, 0, 0, 0);
  2634. CreateObject(3526, 3445.9072265625, -674.8203125, 3.5139336585999, 0, 0, 0);
  2635. CreateObject(3526, 3445.939453125, -680.3203125, 3.5139336585999, 0, 0, 0);
  2636. CreateObject(3526, 3445.9731445313, -686.0703125, 3.5139336585999, 0, 0, 0);
  2637. CreateObject(3526, 3446.0092773438, -692.3203125, 3.5139336585999, 0, 0, 0);
  2638. CreateObject(3526, 3446.041015625, -697.8203125, 3.5139336585999, 0, 0, 0);
  2639. CreateObject(3526, 3446.0776367188, -704.0703125, 3.5139336585999, 0, 0, 0);
  2640. CreateObject(3526, 3446.1137695313, -710.3203125, 3.5139336585999, 0, 0, 0);
  2641. CreateObject(3526, 3446.1455078125, -715.8203125, 3.5139336585999, 0, 0, 0);
  2642. CreateObject(3526, 3446.1821289063, -722.0703125, 3.5139336585999, 0, 0, 0);
  2643. CreateObject(3526, 3446.216796875, -728.0703125, 3.5139336585999, 0, 0, 0);
  2644. CreateObject(3526, 3446.2475585938, -733.3203125, 3.5139336585999, 0, 0, 0);
  2645. CreateObject(3526, 3446.28515625, -739.8203125, 3.5139336585999, 0, 0, 0);
  2646. CreateObject(3526, 3446.3217773438, -746.0703125, 3.5139336585999, 0, 0, 0);
  2647. CreateObject(3526, 3446.353515625, -751.5703125, 3.5139336585999, 0, 0, 0);
  2648. CreateObject(3526, 3446.3901367188, -757.8203125, 3.5139336585999, 0, 0, 0);
  2649. CreateObject(3526, 3446.0703125, -764.83312988281, 3.5139336585999, 0, 0, 0);
  2650. CreateObject(3526, 3446.140625, -775.08575439453, 3.5139336585999, 0, 0, 0);
  2651. CreateObject(3526, 3446.3046875, -788.33624267578, 3.5139336585999, 0, 0, 0);
  2652. CreateObject(3526, 3445.984375, -802.10247802734, 3.5139336585999, 0, 0, 0);
  2653. CreateObject(3526, 3446.1733398438, -808.0986328125, 3.5139336585999, 0, 0, 0);
  2654. CreateObject(3526, 3445.998046875, -817.61096191406, 3.5139336585999, 0, 0, 0);
  2655. CreateObject(3526, 3446.0087890625, -828.04870605469, 3.5139336585999, 0, 0, 0);
  2656. CreateObject(3526, 3446.2448730469, -795.02276611328, 3.5139336585999, 0, 0, 0);
  2657. CreateObject(3526, 3446.2683105469, -781.68804931641, 3.5139336585999, 0, 0, 0);
  2658. CreateObject(3526, 3446.3400878906, -770.12017822266, 3.5139336585999, 0, 0, 0);
  2659. CreateObject(3526, 3445.0847167969, -835.05767822266, 3.5139336585999, 0, 0, 268);
  2660. CreateObject(3526, 3441.5874023438, -834.87817382813, 3.5139336585999, 0, 0, 267.99499511719);
  2661. CreateObject(3526, 3438.8395996094, -834.73693847656, 3.5139336585999, 0, 0, 267.99499511719);
  2662. CreateObject(3526, 3436.3413085938, -834.60815429688, 3.5139336585999, 0, 0, 267.99499511719);
  2663. CreateObject(3526, 3433.0939941406, -834.44079589844, 3.5139336585999, 0, 0, 267.99499511719);
  2664. CreateObject(3526, 3430.0966796875, -834.28662109375, 3.5139336585999, 0, 0, 267.99499511719);
  2665. CreateObject(3526, 3426.8498535156, -834.11950683594, 3.5139336585999, 0, 0, 267.99499511719);
  2666. CreateObject(3526, 3423.1032714844, -833.92687988281, 3.5139336585999, 0, 0, 267.99499511719);
  2667. CreateObject(3526, 3419.1064453125, -833.7216796875, 3.5139336585999, 0, 0, 267.99499511719);
  2668. CreateObject(3526, 3415.3601074219, -833.52941894531, 3.5139336585999, 0, 0, 267.99499511719);
  2669. CreateObject(3526, 3411.8627929688, -833.34985351563, 3.5139336585999, 0, 0, 267.99499511719);
  2670. CreateObject(3526, 3409.6145019531, -833.23425292969, 3.5139336585999, 0, 0, 267.99499511719);
  2671. CreateObject(3526, 3409.0004882813, -830.25463867188, 3.5139336585999, 0, 0, 267.99499511719);
  2672. CreateObject(3526, 3409.0498046875, -824.99822998047, 3.5139336585999, 0, 0, 267.99499511719);
  2673. CreateObject(3526, 3408.8403320313, -819.50207519531, 3.5139336585999, 0, 0, 267.99499511719);
  2674. CreateObject(3526, 3408.611328125, -813.50634765625, 3.5139336585999, 0, 0, 267.99499511719);
  2675. CreateObject(3526, 3409.1225585938, -807.23187255859, 3.5139336585999, 0, 0, 267.99499511719);
  2676. CreateObject(3526, 3445.0847167969, -832.125, 3.5139336585999, 0, 0, 267.99499511719);
  2677. CreateObject(3526, 3443.3203125, -833.04681396484, 3.4983086585999, 0, 0, 267.99499511719);
  2678. CreateObject(3526, 3435.5766601563, -832.25610351563, 3.5139336585999, 0, 0, 267.99499511719);
  2679. CreateObject(3526, 3431.576171875, -832.2548828125, 3.5139336585999, 0, 0, 267.99499511719);
  2680. CreateObject(3526, 3428.076171875, -832.25402832031, 3.5139336585999, 0, 0, 267.99499511719);
  2681. CreateObject(3526, 3425.326171875, -832.25323486328, 3.5139336585999, 0, 0, 267.99499511719);
  2682. CreateObject(3526, 3421.7321777344, -833.52563476563, 3.4983086585999, 0, 0, 267.99499511719);
  2683. CreateObject(3526, 3420.7485351563, -833.52734375, 3.4983086585999, 0, 0, 267.99499511719);
  2684. CreateObject(3526, 3417.7180175781, -833.28198242188, 3.5061192512512, 0, 0, 267.99499511719);
  2685. CreateObject(3526, 3414.0458984375, -833.06842041016, 3.5061192512512, 0, 0, 267.99499511719);
  2686. CreateObject(3526, 3416.4282226563, -833.2841796875, 3.5061192512512, 0, 0, 267.99499511719);
  2687. CreateObject(3526, 3426.7487792969, -831.56207275391, 3.5061192512512, 0, 0, 267.99499511719);
  2688. CreateObject(3526, 3429.994140625, -831.17614746094, 3.4983086585999, 0, 0, 267.99499511719);
  2689. CreateObject(3526, 3433.7543945313, -831.99261474609, 3.4983086585999, 0, 0, 267.99499511719);
  2690. CreateObject(3526, 3437.55859375, -833.49859619141, 3.4983086585999, 0, 0, 267.99499511719);
  2691. CreateObject(3526, 3410.576171875, -829.48394775391, 3.5139336585999, 0, 0, 267.99499511719);
  2692. CreateObject(3526, 3410.8017578125, -804.48321533203, 3.5139336585999, 0, 0, 267.99499511719);
  2693. CreateObject(3526, 3412.5498046875, -802.48114013672, 3.5139336585999, 0, 0, 267.99499511719);
  2694. CreateObject(3526, 3412.5432128906, -795.73046875, 3.5139336585999, 0, 0, 267.99499511719);
  2695. CreateObject(3526, 3412.5363769531, -788.98046875, 3.5139336585999, 0, 0, 267.99499511719);
  2696. CreateObject(3526, 3412.529296875, -781.98046875, 3.5139336585999, 0, 0, 267.99499511719);
  2697. CreateObject(3526, 3412.5231933594, -775.73046875, 3.5139336585999, 0, 0, 267.99499511719);
  2698. CreateObject(3526, 3412.5166015625, -769.73046875, 3.5139336585999, 0, 0, 267.99499511719);
  2699. CreateObject(3526, 3412.5107421875, -763.73046875, 3.5139336585999, 0, 0, 267.99499511719);
  2700. CreateObject(3526, 3412.5048828125, -757.73046875, 3.5139336585999, 0, 0, 267.99499511719);
  2701. CreateObject(3526, 3412.4987792969, -751.48046875, 3.5139336585999, 0, 0, 267.99499511719);
  2702. CreateObject(3526, 3412.4914550781, -744.73046875, 3.5139336585999, 0, 0, 267.99499511719);
  2703. CreateObject(3526, 3412.4858398438, -739.23046875, 3.5139336585999, 0, 0, 267.99499511719);
  2704. CreateObject(3526, 3412.4797363281, -733.48046875, 3.5139336585999, 0, 0, 267.99499511719);
  2705. CreateObject(3526, 3412.4738769531, -727.73046875, 3.5139336585999, 0, 0, 267.99499511719);
  2706. CreateObject(3526, 3412.4677734375, -721.73046875, 3.5139336585999, 0, 0, 267.99499511719);
  2707. CreateObject(3526, 3412.4621582031, -715.98046875, 3.5139336585999, 0, 0, 267.99499511719);
  2708. CreateObject(3526, 3412.4560546875, -709.98046875, 3.5139336585999, 0, 0, 267.99499511719);
  2709. CreateObject(3526, 3412.4506835938, -704.48046875, 3.5139336585999, 0, 0, 267.99499511719);
  2710. CreateObject(3526, 3412.4445800781, -698.73046875, 3.5139336585999, 0, 0, 267.99499511719);
  2711. CreateObject(3526, 3412.4387207031, -692.98046875, 3.5139336585999, 0, 0, 267.99499511719);
  2712. CreateObject(3526, 3412.4331054688, -687.48046875, 3.5139336585999, 0, 0, 267.99499511719);
  2713. CreateObject(3526, 3412.5998535156, -680.72711181641, 3.5139336585999, 0, 0, 267.99499511719);
  2714. CreateObject(3526, 3412.4868164063, -672.4765625, 3.5139336585999, 0, 0, 267.99499511719);
  2715. CreateObject(3526, 3412.7260742188, -661.97637939453, 3.5139336585999, 0, 0, 267.99499511719);
  2716. CreateObject(3526, 3412.7150878906, -651.2255859375, 3.5139336585999, 0, 0, 267.99499511719);
  2717. CreateObject(3526, 3412.7045898438, -640.7255859375, 3.5139336585999, 0, 0, 267.99499511719);
  2718. CreateObject(3526, 3412.6943359375, -630.7255859375, 3.5139336585999, 0, 0, 267.99499511719);
  2719. CreateObject(3526, 3412.6826171875, -615.30554199219, 3.5139336585999, 0, 0, 267.99499511719);
  2720. CreateObject(3526, 3412.6728515625, -599.60461425781, 3.5139336585999, 0, 0, 267.99499511719);
  2721. CreateObject(3526, 3412.6650390625, -587.04443359375, 3.5139336585999, 0, 0, 267.99499511719);
  2722. CreateObject(3526, 3412.65625, -572.91387939453, 3.5139336585999, 0, 0, 267.99499511719);
  2723. CreateObject(3526, 3412.646484375, -557.21301269531, 3.5139336585999, 0, 0, 267.99499511719);
  2724. CreateObject(3526, 3412.6381835938, -548.712890625, 3.5139336585999, 0, 0, 267.99499511719);
  2725. CreateObject(3526, 3416.4177246094, -548.90447998047, 3.5139336585999, 0, 0, 267.99499511719);
  2726. CreateObject(3526, 3420.7160644531, -549.30413818359, 3.5139336585999, 0, 0, 267.99499511719);
  2727. CreateObject(3526, 3424.765625, -549.72399902344, 3.5139336585999, 0, 0, 267.99499511719);
  2728. CreateObject(3526, 3429.0646972656, -550.12347412109, 3.5139336585999, 0, 0, 267.99499511719);
  2729. CreateObject(3526, 3432.0556640625, -549.87768554688, 3.5139336585999, 0, 0, 267.99499511719);
  2730. CreateObject(3526, 3435.2993164063, -549.65240478516, 3.5139336585999, 0, 0, 267.99499511719);
  2731. CreateObject(3526, 3440.0395507813, -549.32415771484, 3.5139336585999, 0, 0, 267.99499511719);
  2732. CreateObject(3526, 3443.7817382813, -549.06414794922, 3.5139336585999, 0, 0, 267.99499511719);
  2733. CreateObject(3526, 3443.78125, -549.0634765625, 3.5139336585999, 0, 0, 267.99499511719);
  2734. CreateObject(8661, 3507.6469726563, -786.23754882813, 3.445515871048, 0, 0, 0);
  2735. CreateObject(16113, 3402.65234375, -797.63671875, -6.5, 0, 0, 301.99768066406);
  2736. CreateObject(16113, 3402.4621582031, -812.65557861328, -6.5, 0, 0, 301.99768066406);
  2737. CreateObject(16113, 3453.4299316406, -798.53802490234, -6.5, 0, 0, 307.99768066406);
  2738. CreateObject(16113, 3453.8251953125, -813.95355224609, -6.5, 0, 0, 307.99621582031);
  2739. CreateObject(16113, 3433.12109375, -840.78387451172, -6.5, 0, 0, 219.99621582031);
  2740. CreateObject(16113, 3470.1845703125, -779.64233398438, -6.5, 0, 0, 209.99267578125);
  2741. CreateObject(16113, 3486.1059570313, -694.14599609375, -6.5, 0, 0, 209.99267578125);
  2742. CreateObject(16113, 3512.1516113281, -696.59948730469, -6.5, 0, 0, 209.99267578125);
  2743. CreateObject(16113, 3524.0046386719, -719.54467773438, -6.5, 0, 0, 135.99267578125);
  2744. CreateObject(16113, 3423.8759765625, -537.61328125, -6.5, 0, 0, 39.995727539063);
  2745. CreateObject(16113, 3444.35546875, -537.5361328125, -6.5, 0, 0, 39.995727539063);
  2746. CreateObject(16113, 3511.1923828125, -806.7705078125, -6.5, 0, 0, 211.9921875);
  2747. CreateObject(16113, 3528.1567382813, -795.01397705078, -6.5, 0, 0, 305.9921875);
  2748. CreateObject(3643, 3487.271484375, -769.201171875, 8.8502950668335, 0, 0, 0);
  2749. CreateObject(10764, 3428.2119140625, -489.34927368164, 3.5142660140991, 0, 0, 45);
  2750. CreateObject(10764, 3428.6569824219, -883.72534179688, 4.0142660140991, 0, 0, 225);
  2751. CreateObject(718, 3507.3315429688, -727.01403808594, 3.4455161094666, 0, 0, 88);
  2752. CreateObject(718, 3507.1008300781, -732.75946044922, 3.4455161094666, 0, 0, 87.994995117188);
  2753. CreateObject(718, 3506.8439941406, -739.00408935547, 3.4455161094666, 0, 0, 87.994995117188);
  2754. CreateObject(718, 3506.6198730469, -744.74908447266, 3.4455161094666, 0, 0, 87.994995117188);
  2755. CreateObject(718, 3506.1291503906, -750.73449707031, 3.4455161094666, 0, 0, 87.994995117188);
  2756. CreateObject(718, 3511.1240234375, -750.93701171875, 3.4455161094666, 0, 0, 87.994995117188);
  2757. CreateObject(718, 3511.4035644531, -757.22454833984, 3.4455161094666, 0, 0, 87.994995117188);
  2758. CreateObject(718, 3511.3955078125, -763.3056640625, 3.4455161094666, 0, 0, 87.994995117188);
  2759. CreateObject(718, 3511.7585449219, -768.56646728516, 3.4455161094666, 0, 0, 87.994995117188);
  2760. CreateObject(16113, 3483.2041015625, -808.53826904297, -6.5, 0, 0, 133.9921875);
  2761. CreateObject(16113, 3470.8081054688, -812.49230957031, -6.5, 0, 0, 133.9892578125);
  2762. CreateObject(16113, 3399.1301269531, -808.83795166016, -6.5, 0, 0, 133.9892578125);
  2763. CreateObject(16113, 3402.7185058594, -777.07904052734, -6.5, 0, 0, 125.9892578125);
  2764. CreateObject(16113, 3399.3017578125, -771.19665527344, -6.5, 0, 0, 125.98571777344);
  2765. CreateObject(16113, 3400.4953613281, -729.92352294922, -6.5, 0, 0, 125.98571777344);
  2766. CreateObject(16113, 3396.990234375, -686.90490722656, -6.5, 0, 0, 125.98571777344);
  2767. CreateObject(16113, 3399.9995117188, -662.72021484375, -6.5, 0, 0, 125.98571777344);
  2768. CreateObject(16113, 3402.1887207031, -609.34014892578, -6.5, 0, 0, 305.98571777344);
  2769. CreateObject(16113, 3401.8542480469, -592.78649902344, -6.5, 0, 0, 305.98022460938);
  2770. CreateObject(16113, 3403.3740234375, -571.794921875, -6.5, 0, 0, 305.98022460938);
  2771. CreateObject(16113, 3403.3740234375, -571.794921875, -6.5, 0, 0, 305.98022460938);
  2772.  
  2773. //==================================================islands by Vern
  2774. //VERN ISLANDS
  2775. //VERN ISLANDS
  2776. //VERN ISLANDS
  2777. AddStaticVehicleEx(519,3407.27050781,80.92187500,4.72334099,85.99548340,-1,-1,15); //Shamal
  2778. AddStaticVehicleEx(460,3444.30957031,22.64638329,7.20089722,0.00000000,-1,-1,15); //Skimmer
  2779. AddStaticVehicleEx(513,3406.15429688,100.27343750,5.34291935,87.99499512,-1,-1,15); //Stunt
  2780. AddStaticVehicleEx(447,3440.51464844,83.52832031,3.46964407,0.00000000,-1,-1,15); //Seasparrow
  2781. AddStaticVehicleEx(417,3423.78222656,101.19531250,3.55816269,0.00000000,-1,-1,15); //Leviathan
  2782. AddStaticVehicleEx(511,3397.38769531,117.19433594,6.07406044,0.00000000,-1,-1,15); //Beagle
  2783. AddStaticVehicleEx(407,3416.24511719,323.80859375,3.24114299,0.00000000,-1,-1,15); //Firetruck
  2784. AddStaticVehicleEx(407,3411.29687500,322.96386719,3.75652528,0.00000000,-1,-1,15); //Firetruck
  2785. AddStaticVehicleEx(416,3405.83300781,323.02050781,2.93629217,0.00000000,-1,-1,15); //Ambulance
  2786. AddStaticVehicleEx(416,3400.88574219,322.62304688,2.69194436,0.00000000,-1,-1,15); //Ambulance
  2787. AddStaticVehicleEx(528,3396.47167969,322.11486816,1.57609367,0.00000000,-1,-1,15); //FBI Truck
  2788. AddStaticVehicleEx(544,3391.71093750,320.82812500,3.76225615,0.00000000,-1,-1,15); //Firetruck LA
  2789. AddStaticVehicleEx(553,3410.78613281,180.93066406,5.53619146,0.00000000,111,3,15); //Nevada
  2790. AddStaticVehicleEx(593,3450.84765625,237.75097656,3.94572067,0.00000000,-1,-1,15); //Dodo
  2791. AddStaticVehicleEx(567,40.49984741,3272.57299805,3.62781668,0.00000000,-1,-1,15); //Savanna
  2792. AddStaticVehicleEx(567,35.22743988,3273.14428711,3.62781668,0.00000000,-1,-1,15); //Savanna
  2793. AddStaticVehicleEx(567,30.50041771,3273.83349609,3.62781668,0.00000000,-1,-1,15); //Savanna
  2794. AddStaticVehicleEx(431,19.96174240,3275.41040039,4.14947510,0.00000000,-1,-1,15); //Bus
  2795. AddStaticVehicleEx(431,13.40112400,3275.58740234,4.14947510,0.00000000,-1,-1,15); //Bus
  2796. AddStaticVehicleEx(431,5.19733715,3277.00927734,4.14947510,0.00000000,-1,-1,15); //Bus
  2797. AddStaticVehicleEx(553,-117.66704559,3391.31030273,6.27130890,272.00000000,-1,-1,15); //Nevada
  2798. AddStaticVehicleEx(553,-118.07965088,3422.25390625,6.77130890,271.99951172,-1,-1,15); //Nevada
  2799. AddStaticVehicleEx(593,-106.43353271,3451.12817383,8.66733170,284.00000000,123,82,15); //Dodo
  2800. AddStaticVehicleEx(593,-109.65447235,3465.02856445,8.91733170,283.99658203,123,82,15); //Dodo
  2801. AddStaticVehicleEx(593,-110.12789154,3478.41870117,8.91733170,285.99658203,123,82,15); //Dodo
  2802. AddStaticVehicleEx(519,-4.87824965,3491.65380859,4.75316238,0.00000000,-1,-1,15); //Shamal
  2803. AddStaticVehicleEx(519,-25.64407921,3467.68359375,4.75316238,88.00000000,-1,-1,15); //Shamal
  2804. AddStaticVehicleEx(519,13.46153355,3466.51660156,4.75316238,272.00000000,-1,-1,15); //Shamal
  2805. AddStaticVehicleEx(513,-51.89067459,3394.90820312,4.68423176,0.00000000,-1,-1,15); //Stunt
  2806. AddStaticVehicleEx(513,-53.37148666,3404.97436523,4.68423176,0.00000000,-1,-1,15); //Stunt
  2807. AddStaticVehicleEx(513,-53.99076080,3415.97998047,4.68423176,2.00000000,-1,-1,15); //Stunt
  2808. AddStaticVehicleEx(513,-54.00461197,3427.42895508,4.68423176,1.99951172,-1,-1,15); //Stunt
  2809. AddStaticVehicleEx(513,-55.34687424,3440.69311523,4.68423176,1.99951172,-1,-1,15); //Stunt
  2810. AddStaticVehicleEx(511,-35.01931000,3433.00463867,5.41537285,262.00000000,-1,-1,15); //Beagle
  2811. AddStaticVehicleEx(511,-35.78204727,3410.76391602,5.41537285,261.99645996,-1,-1,15); //Beagle
  2812. AddStaticVehicleEx(563,-51.47976303,3513.50366211,7.36736012,0.00000000,-1,-1,15); //Raindance
  2813. AddStaticVehicleEx(487,-29.56212234,3512.82690430,6.74661064,0.00000000,-1,-1,15); //Maverick
  2814. AddStaticVehicleEx(417,-38.75514221,3505.34472656,5.48161030,276.00000000,-1,-1,15); //Leviathan
  2815. AddStaticVehicleEx(519,2051.61547852,3097.34985352,5.81880951,92.00000000,-1,-1,15); //Shamal
  2816. AddStaticVehicleEx(519,2051.87280273,3070.55444336,5.81880951,91.99951172,-1,-1,15); //Shamal
  2817. AddStaticVehicleEx(563,1496.37487793,3091.38281250,7.94379807,0.00000000,-1,-1,15); //Raindance
  2818. AddStaticVehicleEx(529,3533.69921875,2197.70605469,2.46466470,0.00000000,-1,-1,15); //Willard
  2819. AddStaticVehicleEx(563,3332.26293945,2152.07250977,6.49954987,0.00000000,-1,-1,15); //Raindance
  2820. AddStaticVehicleEx(577,3228.85400391,2267.40209961,1.72778702,0.00000000,-1,7,15); //AT-400
  2821. AddStaticVehicleEx(593,3479.60205078,2158.66772461,3.27695847,0.00000000,-1,-1,15); //Dodo
  2822. AddStaticVehicleEx(519,3406.01074219,2224.99731445,3.84064865,222.00000000,36,112,15); //Shamal
  2823. AddStaticVehicleEx(519,3431.68603516,2230.46411133,3.84064865,223.99523926,36,112,15); //Shamal
  2824. AddStaticVehicleEx(519,3455.25073242,2232.46850586,3.84064865,223.99475098,36,112,15); //Shamal
  2825. AddStaticVehicleEx(553,3486.63354492,2231.83959961,4.96177578,225.99993896,106,6,15); //Nevada
  2826. AddStaticVehicleEx(553,3515.09497070,2233.56762695,4.96177578,227.99975586,6,126,15); //Nevada
  2827. AddStaticVehicleEx(407,3534.75244141,2119.35888672,3.99202919,0.00000000,-1,-1,15); //Firetruck
  2828. AddStaticVehicleEx(416,3540.61108398,2119.25317383,3.02635169,0.00000000,-1,-1,15); //Ambulance
  2829. AddStaticVehicleEx(599,3547.96313477,2117.84399414,3.11190271,0.00000000,-1,-1,15); //Police Ranger
  2830. AddStaticVehicleEx(431,3546.17651367,2135.84008789,2.97677612,266.00000000,-1,-1,15); //Bus
  2831. AddStaticVehicleEx(431,3547.01782227,2141.14257812,2.97677612,265.99548340,-1,-1,15); //Bus
  2832. AddStaticVehicleEx(431,3548.17675781,2146.28881836,2.97677612,265.99548340,-1,-1,15); //Bus
  2833. AddStaticVehicleEx(431,3548.06738281,2152.06030273,2.97677612,267.99548340,-1,-1,15); //Bus
  2834. AddStaticVehicleEx(521,3523.86328125,1780.93359375,6.72342491,272.00000000,-1,-1,15); //FCR-900
  2835. AddStaticVehicleEx(521,3523.68872070,1778.18896484,6.72342491,271.99951172,-1,-1,15); //FCR-900
  2836. AddStaticVehicleEx(567,3524.15405273,1775.05285645,6.97409582,262.00000000,-1,-1,15); //Savanna
  2837. AddStaticVehicleEx(567,3523.72460938,1771.91943359,6.97409582,261.99645996,-1,-1,15); //Savanna
  2838. AddStaticVehicleEx(567,3523.29589844,1768.78564453,6.97409582,261.99645996,-1,-1,15); //Savanna
  2839. AddStaticVehicleEx(533,3541.14208984,1779.13403320,6.86304712,86.00000000,-1,-1,15); //Feltzer
  2840. AddStaticVehicleEx(582,3540.73828125,1767.95239258,7.21804714,88.00000000,-1,-1,15); //Newsvan
  2841. AddStaticVehicleEx(599,3540.13403320,1755.99755859,7.44817400,86.00000000,-1,-1,15); //Police Ranger
  2842. AddStaticVehicleEx(599,3539.66503906,1752.94067383,7.44817400,85.99548340,-1,-1,15); //Police Ranger
  2843. AddStaticVehicleEx(599,3539.21948242,1749.63513184,7.44817400,87.99548340,-1,-1,15); //Police Ranger
  2844. AddStaticVehicleEx(599,3539.56665039,1745.90124512,7.44817400,89.99499512,-1,-1,15); //Police Ranger
  2845. AddStaticVehicleEx(599,3538.94140625,1741.82519531,7.44817400,89.99450684,-1,-1,15); //Police Ranger
  2846. AddStaticVehicleEx(519,2858.26196289,1859.99023438,15.46159840,212.00000000,-1,-1,15); //Shamal
  2847. AddStaticVehicleEx(593,2874.50268555,1862.45300293,15.01512909,222.00000000,-1,-1,15); //Dodo
  2848. AddStaticVehicleEx(487,2809.62963867,1756.41528320,14.41744804,0.00000000,3,115,15); //Maverick
  2849. AddStaticVehicleEx(519,2893.44970703,1744.79077148,15.35765839,50.00000000,-1,-1,15); //Shamal
  2850. AddStaticVehicleEx(519,2859.89868164,1740.93615723,15.35765839,316.00000000,-1,-1,15); //Shamal
  2851. AddStaticVehicleEx(519,2888.82812500,1769.03967285,15.35765839,49.99877930,-1,-1,15); //Shamal
  2852. AddStaticVehicleEx(519,2860.08203125,1762.15917969,15.35765839,315.99975586,-1,-1,15); //Shamal
  2853. AddStaticVehicleEx(520,504.98330688,-2562.56518555,21.28399658,0.00000000,-1,-1,15); //Hydra
  2854. AddStaticVehicleEx(520,494.24420166,-2562.63256836,21.28399658,0.00000000,-1,-1,15); //Hydra
  2855. AddStaticVehicleEx(476,521.41284180,-2561.63549805,21.52963829,0.00000000,-1,-1,15); //Rustler
  2856. AddStaticVehicleEx(405,3647.77587891,2520.33105469,4.14955139,0.00000000,-1,-1,15); //Sentinel
  2857. AddStaticVehicleEx(520,3943.69384766,2419.02075195,4.83970356,0.00000000,-1,-1,15); //Hydra
  2858. AddStaticVehicleEx(520,3907.76342773,2419.89379883,4.83970356,0.00000000,-1,-1,15); //Hydra
  2859. AddStaticVehicleEx(476,3947.85571289,2461.22875977,5.08533001,94.00000000,-1,-1,15); //Rustler
  2860. AddStaticVehicleEx(425,4074.92187500,2581.64184570,4.72919083,0.00000000,-1,-1,15); //Hunter
  2861. AddStaticVehicleEx(548,4033.39990234,2580.70922852,5.77825212,0.00000000,-1,-1,15); //Cargobob
  2862. AddStaticVehicleEx(563,4061.98413086,2647.36694336,4.72705030,0.00000000,-1,-1,15); //Raindance
  2863. AddStaticVehicleEx(592,4049.28686523,2471.83105469,2.92012787,0.00000000,2,100,15); //Andromada
  2864. AddStaticVehicleEx(592,4094.79638672,2471.00048828,2.92012787,358.00000000,115,117,15); //Andromada
  2865. AddStaticVehicleEx(411,1443.51879883,4557.33496094,1.68840659,0.00000000,-1,-1,15); //Infernus
  2866. AddStaticVehicleEx(520,1406.11267090,4596.41406250,2.80798244,302.00000000,-1,-1,15); //Hydra
  2867. AddStaticVehicleEx(520,1406.11853027,4607.89453125,2.80798244,231.99768066,-1,-1,15); //Hydra
  2868. AddStaticVehicleEx(519,1404.81945801,4631.85058594,2.88352847,272.00000000,-1,-1,15); //Shamal
  2869. AddStaticVehicleEx(546,1434.20312500,4656.42285156,1.73025489,180.00000000,-1,-1,15); //Intruder
  2870. AddStaticVehicleEx(546,1437.29211426,4656.27929688,1.73025489,180.00000000,-1,-1,15); //Intruder
  2871. AddStaticVehicleEx(546,1440.08666992,4656.33154297,1.73025489,180.00000000,-1,-1,15); //Intruder
  2872. AddStaticVehicleEx(546,1443.12646484,4656.43310547,1.73025489,180.00000000,113,78,15); //Intruder
  2873. AddStaticVehicleEx(431,1456.22448730,4655.67480469,2.13345623,4.00000000,-1,-1,15); //Bus
  2874. AddStaticVehicleEx(431,1460.97338867,4655.92480469,2.13345623,5.99902344,-1,-1,15); //Bus
  2875. AddStaticVehicleEx(599,1472.59777832,4659.98437500,2.26858282,0.00000000,-1,-1,15); //Police Ranger
  2876. AddStaticVehicleEx(598,1475.51696777,4660.28271484,1.75345588,0.00000000,-1,-1,15); //Police Car (LVPD)
  2877. AddStaticVehicleEx(597,1478.69055176,4660.16455078,1.75345588,0.00000000,-1,-1,15); //Police Car (SFPD)
  2878. AddStaticVehicleEx(603,1489.25805664,4660.16406250,1.89108181,0.00000000,-1,-1,15); //Phoenix
  2879. AddStaticVehicleEx(603,1492.29296875,4659.97753906,1.89108181,2.00000000,58,81,15); //Phoenix
  2880. AddStaticVehicleEx(603,1495.27685547,4660.28808594,1.89108181,1.99951172,2,1,15); //Phoenix
  2881. AddStaticVehicleEx(603,1498.50891113,4660.62451172,1.89108181,3.99951172,126,6,15); //Phoenix
  2882. AddStaticVehicleEx(467,1957.13330078,4648.58105469,4.43861532,0.00000000,-1,-1,15); //Oceanic
  2883. AddStaticVehicleEx(551,1975.11230469,4619.78808594,4.79606438,0.00000000,-1,-1,15); //Merit
  2884. AddStaticVehicleEx(575,1938.43359375,4620.93457031,4.25055504,0.00000000,-1,-1,15); //Broadway
  2885. AddStaticVehicleEx(445,1989.93676758,4617.02246094,6.11499977,0.00000000,-1,-1,15); //Admiral
  2886. AddStaticVehicleEx(550,1985.15808105,4616.34277344,6.04778147,0.00000000,-1,-1,15); //Sunrise
  2887. AddStaticVehicleEx(579,2144.79296875,4620.04931641,4.71971798,0.00000000,-1,-1,15); //Huntley
  2888. CreateObject(8356,3367.54516602,339.54278564,1.91393661,0.00000000,0.00000000,0.00000000); //object(vgssairportland15) (1)
  2889. CreateObject(8355,3367.60473633,180.69880676,2.25802994,0.00000000,0.00000000,0.00000000); //object(vgssairportland18) (1)
  2890. CreateObject(8344,3391.95410156,91.34375000,2.51181316,0.00000000,0.00000000,0.00000000); //object(vgssairportland10) (1)
  2891. CreateObject(6203,3411.40332031,144.49316406,2.30816269,0.00000000,0.00000000,0.00000000); //object(laland_08) (1)
  2892. CreateObject(16684,3460.42968750,136.34472656,2.20558167,0.00000000,0.00000000,270.00000000); //object(cn2_rnway_bit) (1)
  2893. CreateObject(6203,3418.25000000,294.98751831,0.00000000,0.00000000,0.00000000,0.00000000); //object(laland_08) (3)
  2894. CreateObject(12982,3465.70507812,192.87168884,5.74261475,0.00000000,0.00000000,0.00000000); //object(sw_shopflat06) (1)
  2895. CreateObject(10757,3465.18994141,191.99679565,12.07195663,0.00000000,0.00000000,0.00000000); //object(airport_04_sfse) (1)
  2896. CreateObject(6203,3411.29394531,286.67221069,1.89553833,0.00000000,0.00000000,0.00000000); //object(laland_08) (4)
  2897. CreateObject(10814,3456.01318359,275.32922363,5.22929382,0.00000000,0.00000000,0.00000000); //object(apfuel2_sfse) (1)
  2898. CreateObject(8038,3470.84375000,139.65031433,22.79090881,0.00000000,0.00000000,0.00000000); //object(arprtermnl01_lvs) (1)
  2899. CreateObject(1683,3475.59545898,149.79745483,17.59560204,0.00000000,0.00000000,271.99951172); //object(ap_jumbo_01) (1)
  2900. CreateObject(4828,3409.75610352,438.60253906,14.49976730,0.00000000,0.00000000,0.00000000); //object(lasairprt5) (1)
  2901. CreateObject(6203,3408.02832031,410.40469360,0.75000000,0.00000000,0.00000000,0.00000000); //object(laland_08) (4)
  2902. CreateObject(673,3409.36816406,219.84436035,0.27769852,0.00000000,0.00000000,0.00000000); //object(sm_bevhiltree) (1)
  2903. CreateObject(4874,3410.32714844,270.85043335,5.48633909,0.00000000,0.00000000,270.00000000); //object(helipad1_las) (1)
  2904. CreateObject(8172,-84.95386505,3194.07202148,3.13045502,0.00000000,0.00000000,0.00000000); //object(vgssairportland07) (1)
  2905. CreateObject(8344,18.85046768,3384.79809570,3.01162720,0.00000000,0.00000000,94.00000000); //object(vgssairportland10) (2)
  2906. CreateObject(8354,-84.62970734,3335.35058594,3.23869514,0.00000000,0.00000000,0.00000000); //object(vgssairportland17) (1)
  2907. CreateObject(8355,-84.66329956,3469.84301758,3.10797119,0.00000000,0.00000000,0.00000000); //object(vgssairportland18) (2)
  2908. CreateObject(16685,-117.94439697,3227.59594727,2.92291260,0.00000000,0.00000000,272.00000000); //object(cn2_rnway_bit2) (1)
  2909. CreateObject(16685,-52.72838593,3227.33471680,2.67291260,0.00000000,0.00000000,271.99951172); //object(cn2_rnway_bit2) (2)
  2910. CreateObject(16685,-41.37675476,3381.18310547,2.92291260,0.00000000,0.00000000,269.99951172); //object(cn2_rnway_bit2) (3)
  2911. CreateObject(16685,57.25986481,3380.37255859,2.92291260,0.00000000,0.00000000,269.99450684); //object(cn2_rnway_bit2) (4)
  2912. CreateObject(16685,7.33372879,3381.02758789,2.92291260,0.00000000,0.00000000,269.99450684); //object(cn2_rnway_bit2) (5)
  2913. CreateObject(16684,-1.12641394,3252.32055664,2.70573616,0.00000000,0.00000000,0.00000000); //object(cn2_rnway_bit) (2)
  2914. CreateObject(16685,-121.02365112,3382.16040039,2.92291260,0.00000000,0.00000000,271.99951172); //object(cn2_rnway_bit2) (6)
  2915. CreateObject(4112,61.34602356,3280.12255859,11.87985420,0.00000000,0.00000000,0.00000000); //object(build01_lan) (1)
  2916. CreateObject(660,-121.59042358,3172.32397461,2.90728378,0.00000000,0.00000000,0.00000000); //object(pinetree03) (1)
  2917. CreateObject(660,-122.01586151,3189.91894531,2.90728378,0.00000000,0.00000000,0.00000000); //object(pinetree03) (2)
  2918. CreateObject(660,-119.29319763,3210.28222656,2.90728378,0.00000000,0.00000000,0.00000000); //object(pinetree03) (3)
  2919. CreateObject(660,-120.70497894,3240.57324219,2.90728378,0.00000000,0.00000000,0.00000000); //object(pinetree03) (4)
  2920. CreateObject(660,-117.04340363,3276.19580078,2.90728378,0.00000000,0.00000000,0.00000000); //object(pinetree03) (5)
  2921. CreateObject(660,-116.05861664,3306.08032227,2.90728378,0.00000000,358.00000000,0.00000000); //object(pinetree03) (6)
  2922. CreateObject(654,-44.35813141,3142.33325195,2.64947510,0.00000000,0.00000000,0.00000000); //object(pinetree08) (1)
  2923. CreateObject(654,-45.47617722,3164.30786133,2.64947510,0.00000000,0.00000000,0.00000000); //object(pinetree08) (2)
  2924. CreateObject(654,-119.97956085,3143.19653320,2.64947510,0.00000000,0.00000000,0.00000000); //object(pinetree08) (3)
  2925. CreateObject(654,-44.48386383,3194.47949219,2.64947510,0.00000000,0.00000000,0.00000000); //object(pinetree08) (4)
  2926. CreateObject(654,-45.20662308,3236.72265625,2.64947510,0.00000000,0.00000000,0.00000000); //object(pinetree08) (5)
  2927. CreateObject(654,-46.20951843,3279.18139648,2.64947510,0.00000000,0.00000000,0.00000000); //object(pinetree08) (6)
  2928. CreateObject(4108,12.22754860,3301.56713867,3.42038918,0.00000000,0.00000000,270.00000000); //object(roads01b_lan) (1)
  2929. CreateObject(8550,12.07096863,3324.60620117,8.13314438,0.00000000,0.00000000,0.00000000); //object(laconcha_lvs) (1)
  2930. CreateObject(10763,-126.03147888,3341.42407227,34.81438446,0.00000000,0.00000000,136.00000000); //object(controltower_sfse) (1)
  2931. CreateObject(4874,-25.04229355,3515.10278320,6.01371336,0.00000000,0.00000000,0.00000000); //object(helipad1_las) (2)
  2932. CreateObject(5040,20.52815247,3243.86279297,6.24966049,0.00000000,0.00000000,268.00000000); //object(unionliq_las) (1)
  2933. CreateObject(8556,-44.29839325,3301.29052734,7.68263435,0.00000000,0.00000000,270.00000000); //object(vgshsegate04) (1)
  2934. CreateObject(7978,76.15479279,3494.62060547,18.86374092,0.00000000,0.00000000,222.00000000); //object(airport01_lvs) (1)
  2935. CreateObject(8251,-5.27262306,3493.00292969,6.82729006,0.00000000,0.00000000,270.00000000); //object(pltschlhnger02_lvs) (1)
  2936. CreateObject(8251,-30.32091904,3468.03320312,6.83509874,0.00000000,0.00000000,0.00000000); //object(pltschlhnger02_lvs) (2)
  2937. CreateObject(8251,20.14983177,3466.88720703,6.82729006,0.00000000,0.00000000,180.00000000); //object(pltschlhnger02_lvs) (3)
  2938. CreateObject(10766,1578.59875488,3090.72583008,1.16312790,0.00000000,0.00000000,90.00000000); //object(airport_10_sfse) (1)
  2939. CreateObject(10767,1677.52307129,3089.35815430,-11.36533356,0.00000000,0.00000000,314.00000000); //object(airport_11_sfse) (1)
  2940. CreateObject(10767,1846.63305664,3086.58911133,-11.36533356,0.00000000,0.00000000,313.99475098); //object(airport_11_sfse) (3)
  2941. CreateObject(10766,1969.42895508,3084.97680664,1.48222923,0.00000000,0.00000000,270.00000000); //object(airport_10_sfse) (2)
  2942. CreateObject(8253,2061.48828125,3097.49584961,7.74652481,0.00000000,0.00000000,180.00000000); //object(pltschlhnger01_lvs) (1)
  2943. CreateObject(8253,2061.28076172,3071.55712891,7.74652481,0.00000000,0.00000000,179.99450684); //object(pltschlhnger01_lvs) (2)
  2944. CreateObject(9241,1498.58032227,3089.79394531,5.22992325,0.00000000,0.00000000,0.00000000); //object(copbits_sfn) (1)
  2945. CreateObject(4866,3196.55590820,2238.37548828,1.72778702,0.00000000,0.00000000,0.00000000); //object(lasrnway1_las) (1)
  2946. CreateObject(4865,3436.43554688,2203.30175781,1.72677612,0.00000000,0.00000000,179.99450684); //object(lasrnway2_las) (1)
  2947. CreateObject(9241,3299.63745117,2146.74096680,3.78567505,0.00000000,0.00000000,0.00000000); //object(copbits_sfn) (2)
  2948. CreateObject(9241,3331.59472656,2146.32714844,3.78567505,0.00000000,0.00000000,0.00000000); //object(copbits_sfn) (3)
  2949. CreateObject(8240,3228.42895508,2267.19702148,15.03172874,0.00000000,0.00000000,180.00000000); //object(vgssbighanger1) (1)
  2950. CreateObject(16098,3393.17504883,2149.77319336,6.35961914,0.00000000,0.00000000,272.00000000); //object(des_by_hangar_) (1)
  2951. CreateObject(16098,3462.24267578,2154.26074219,6.35961914,0.00000000,0.00000000,271.99951172); //object(des_by_hangar_) (2)
  2952. CreateObject(2792,3444.14526367,2163.33251953,9.65479279,0.00000000,0.00000000,0.00000000); //object(cj_air_d_1) (1)
  2953. CreateObject(2793,3479.08032227,2164.55761719,9.75361252,0.00000000,0.00000000,0.00000000); //object(cj_air_d_2) (1)
  2954. CreateObject(2794,3409.47143555,2160.05126953,9.65292549,0.00000000,0.00000000,0.00000000); //object(cj_air_d_3) (1)
  2955. CreateObject(2795,3375.15966797,2158.84765625,9.60027695,0.00000000,0.00000000,0.00000000); //object(cj_air_d_4) (1)
  2956. CreateObject(2797,3190.43652344,2233.41210938,6.13921881,0.00000000,0.00000000,0.00000000); //object(cj_air_d_5) (1)
  2957. CreateObject(4832,3331.51831055,2251.39379883,41.71694183,0.00000000,0.00000000,0.00000000); //object(airtwer_las) (1)
  2958. CreateObject(4139,3538.85327148,1909.87756348,6.50000000,0.00000000,0.00000000,266.00000000); //object(roads09_lan) (1)
  2959. CreateObject(3996,3509.84399414,1822.16247559,6.17037201,0.00000000,0.00000000,266.00000000); //object(roads08_lan) (1)
  2960. CreateObject(16685,3522.17993164,1771.79956055,5.84551239,0.00000000,0.00000000,266.00000000); //object(cn2_rnway_bit2) (7)
  2961. CreateObject(16685,3532.70092773,1771.09692383,5.34551239,0.00000000,0.00000000,265.99548340); //object(cn2_rnway_bit2) (8)
  2962. CreateObject(3996,3502.79687500,1722.35424805,6.17037201,0.00000000,0.00000000,265.99548340); //object(roads08_lan) (2)
  2963. CreateObject(3464,3530.13696289,1684.31176758,8.11894989,0.00000000,0.00000000,0.00000000); //object(shabbyhouse03_lvs) (1)
  2964. CreateObject(3595,3541.49902344,1871.93859863,9.06933212,0.00000000,0.00000000,264.00000000); //object(dingbat01aex_la) (1)
  2965. CreateObject(6295,3561.88232422,1870.33020020,29.06039429,0.00000000,0.00000000,0.00000000); //object(sanpedlithus_law2) (1)
  2966. CreateObject(16090,3511.03613281,1713.90527344,6.09224701,0.00000000,0.00000000,0.00000000); //object(des_pipestrut03) (1)
  2967. CreateObject(16088,3517.47094727,1813.12292480,6.09224701,0.00000000,0.00000000,0.00000000); //object(des_pipestrut01) (1)
  2968. CreateObject(3676,3530.83325195,1711.42834473,10.86731529,0.00000000,0.00000000,178.00000000); //object(lawnhousereda) (1)
  2969. CreateObject(9254,3532.00000000,1757.69921875,6.58648491,0.00000000,0.00000000,85.99548340); //object(carpark_sfn01) (1)
  2970. CreateObject(16090,3515.53833008,1756.22058105,6.09224701,0.00000000,0.00000000,356.00000000); //object(des_pipestrut03) (1)
  2971. CreateObject(1375,3519.06665039,1838.57592773,7.94631863,0.00000000,0.00000000,0.00000000); //object(tramstop_sf) (1)
  2972. CreateObject(1257,3518.08789062,1833.95947266,7.53550148,0.00000000,0.00000000,0.00000000); //object(bustopm) (1)
  2973. CreateObject(16781,3538.78979492,1839.76110840,5.82207489,0.00000000,0.00000000,0.00000000); //object(cn2_ringking) (1)
  2974. CreateObject(6286,3534.89331055,1806.64904785,10.64363861,0.00000000,0.00000000,264.00000000); //object(santahouse05_law2) (1)
  2975. CreateObject(8551,3543.75830078,1906.32934570,11.07624626,0.00000000,0.00000000,0.00000000); //object(lacnchasgn_lvs) (1)
  2976. CreateObject(11611,3534.54028320,1906.52343750,9.70563126,0.00000000,0.00000000,0.00000000); //object(des_sherrifsgn02) (1)
  2977. CreateObject(645,3524.60742188,1906.68444824,6.85107994,0.00000000,0.00000000,0.00000000); //object(veg_palmbig14) (1)
  2978. CreateObject(16610,3566.82543945,2078.40917969,9.25000000,0.00000000,0.00000000,266.00000000); //object(des_nbridgebit_02) (1)
  2979. CreateObject(16610,3560.28686523,1985.08239746,9.25000000,0.00000000,0.00000000,265.99548340); //object(des_nbridgebit_02) (1)
  2980. CreateObject(1660,3576.05297852,2129.78295898,1.47677612,0.00000000,0.00000000,356.00000000); //object(ramp) (1)
  2981. CreateObject(1660,3570.81298828,2130.12060547,1.47677612,0.00000000,0.00000000,355.99548340); //object(ramp) (2)
  2982. CreateObject(1660,3565.82226562,2130.44238281,1.47677612,0.00000000,0.00000000,355.99548340); //object(ramp) (3)
  2983. CreateObject(1660,3565.32324219,2130.47460938,1.47677612,0.00000000,0.00000000,355.99548340); //object(ramp) (4)
  2984. CreateObject(3998,2820.34082031,1812.18359375,0.28450775,0.00000000,0.00000000,1.99951172); //object(court1_lan) (1)
  2985. CreateObject(3998,2842.93432617,1812.87304688,0.28450775,0.00000000,0.00000000,1.99951172); //object(court1_lan) (2)
  2986. CreateObject(3998,2867.70288086,1813.77136230,0.28450775,0.00000000,0.00000000,1.99951172); //object(court1_lan) (3)
  2987. CreateObject(3998,2892.94897461,1814.55590820,0.28450775,0.00000000,0.00000000,1.99951172); //object(court1_lan) (4)
  2988. CreateObject(3998,2795.47094727,1811.40722656,0.28450775,0.00000000,0.00000000,1.99951172); //object(court1_lan) (5)
  2989. CreateObject(4889,2874.26074219,1853.92773438,8.89463425,0.00000000,0.00000000,0.00000000); //object(dwntwnbit2b_las) (1)
  2990. CreateObject(5706,2896.62426758,1797.34765625,9.53710175,0.00000000,0.00000000,91.99951172); //object(studiobld03_law) (1)
  2991. CreateObject(5706,2873.76977539,1799.87109375,9.53710175,0.00000000,0.00000000,91.99401855); //object(studiobld03_law) (2)
  2992. CreateObject(3816,2874.47656250,1759.71582031,21.86627579,0.00000000,0.00000000,183.99902344); //object(bighangar1_sfx) (1)
  2993. CreateObject(10763,2811.41040039,1863.26989746,42.05416870,0.00000000,0.00000000,48.00000000); //object(controltower_sfse) (2)
  2994. CreateObject(5706,2850.93994141,1797.91369629,9.53710175,0.00000000,0.00000000,91.99401855); //object(studiobld03_law) (3)
  2995. CreateObject(5706,2852.55395508,1768.30395508,9.53710175,0.00000000,0.00000000,93.99951172); //object(studiobld03_law) (4)
  2996. CreateObject(5706,2853.88842773,1746.15161133,9.53710175,0.00000000,0.00000000,93.99951172); //object(studiobld03_law) (5)
  2997. CreateObject(5706,2875.88769531,1747.90136719,9.53710175,0.00000000,0.00000000,93.99902344); //object(studiobld03_law) (6)
  2998. CreateObject(5706,2898.38769531,1749.40136719,9.53710175,0.00000000,0.00000000,93.99902344); //object(studiobld03_law) (7)
  2999. CreateObject(4874,2807.90161133,1772.05151367,13.93455124,0.00000000,0.00000000,91.99951172); //object(helipad1_las) (3)
  3000. CreateObject(2793,2886.20190430,1789.06530762,16.40074921,0.00000000,0.00000000,0.00000000); //object(cj_air_d_2) (2)
  3001. CreateObject(2793,2858.58544922,1787.16357422,17.17218018,0.00000000,0.00000000,0.00000000); //object(cj_air_d_2) (3)
  3002. CreateObject(2797,2885.85058594,1789.04077148,15.45493793,0.00000000,0.00000000,0.00000000); //object(cj_air_d_5) (2)
  3003. CreateObject(2797,2870.82519531,1772.90917969,13.84684181,0.00000000,0.00000000,0.00000000); //object(cj_air_d_5) (3)
  3004. CreateObject(2797,2858.37500000,1787.14892578,15.86876678,0.00000000,0.00000000,0.00000000); //object(cj_air_d_5) (4)
  3005. CreateObject(4997,2813.75854492,1804.62207031,10.39359570,0.00000000,0.00000000,0.00000000); //object(airsinage3_las) (1)
  3006. CreateObject(11239,2472.07836914,-1643.56750488,17.61962318,0.00000000,0.00000000,0.00000000); //object(dockbarrier2zb_sfse) (1)
  3007. CreateObject(11324,188.57575989,-1831.14147949,3.99799800,0.00000000,0.00000000,0.00000000); //object(station_lights) (1)
  3008. CreateObject(14830,295.11315918,-1814.75842285,3.31350899,0.00000000,0.00000000,0.00000000); //object(strip_lights) (1)
  3009. CreateObject(14627,202.52761841,-1841.07556152,15.45905113,0.00000000,0.00000000,0.00000000); //object(mafcas_optilite1) (1)
  3010. CreateObject(10772,157.98608398,-1802.52807617,12.49429607,0.00000000,0.00000000,0.00000000); //object(carrier_lines_sfse) (2)
  3011. CreateObject(8419,3571.18872070,2505.88818359,-8.80643463,0.00000000,0.00000000,270.00000000); //object(vgsbldng01_lvs) (1)
  3012. CreateObject(8419,3658.27124023,2506.43725586,-8.80643463,0.00000000,0.00000000,270.00000000); //object(vgsbldng01_lvs) (2)
  3013. CreateObject(8419,3745.31347656,2506.56738281,-8.80643463,0.00000000,0.00000000,270.00000000); //object(vgsbldng01_lvs) (3)
  3014. CreateObject(8419,3832.12939453,2506.85888672,-8.80643463,0.00000000,0.00000000,270.00000000); //object(vgsbldng01_lvs) (4)
  3015. CreateObject(8171,3765.13452148,2506.56420898,2.95923233,0.00000000,0.00000000,270.00000000); //object(vgssairportland06) (1)
  3016. CreateObject(8172,3615.65307617,2506.44506836,2.99578476,0.00000000,0.00000000,270.00000000); //object(vgssairportland07) (3)
  3017. CreateObject(8419,3899.33398438,2484.53173828,-8.80643463,0.00000000,0.00000000,180.00000000); //object(vgsbldng01_lvs) (5)
  3018. CreateObject(8354,3895.70800781,2506.52026367,2.94235992,0.00000000,0.00000000,270.00000000); //object(vgssairportland17) (2)
  3019. CreateObject(3526,3536.01953125,2485.52758789,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (1)
  3020. CreateObject(3526,3554.26953125,2485.20654297,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (2)
  3021. CreateObject(3526,3580.27392578,2484.99902344,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (3)
  3022. CreateObject(3526,3595.15747070,2485.03686523,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (4)
  3023. CreateObject(3526,3613.75805664,2484.90576172,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (5)
  3024. CreateObject(3526,3631.10278320,2484.51416016,2.98854566,0.00000000,2.00000000,0.00000000); //object(vegasairportlight) (6)
  3025. CreateObject(3526,3653.10400391,2483.77832031,2.98854566,0.00000000,1.99951172,0.00000000); //object(vegasairportlight) (7)
  3026. CreateObject(3526,3675.84497070,2483.84326172,2.98854566,0.00000000,1.99951172,0.00000000); //object(vegasairportlight) (8)
  3027. CreateObject(3526,3700.15039062,2483.50195312,2.98854566,0.00000000,1.99951172,0.00000000); //object(vegasairportlight) (9)
  3028. CreateObject(3526,3722.27929688,2484.10156250,2.98854566,0.00000000,1.99951172,0.00000000); //object(vegasairportlight) (10)
  3029. CreateObject(3526,3738.86865234,2483.85302734,2.98854566,0.00000000,1.99951172,0.00000000); //object(vegasairportlight) (11)
  3030. CreateObject(3526,3758.82226562,2483.30224609,2.98854566,0.00000000,1.99951172,0.00000000); //object(vegasairportlight) (12)
  3031. CreateObject(3526,3785.43115234,2483.75292969,2.98854566,0.00000000,1.99951172,0.00000000); //object(vegasairportlight) (13)
  3032. CreateObject(3526,3807.70971680,2483.88378906,2.98854566,0.00000000,1.99951172,0.00000000); //object(vegasairportlight) (14)
  3033. CreateObject(3526,3535.69726562,2529.12841797,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (18)
  3034. CreateObject(3526,3561.27441406,2528.87695312,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (19)
  3035. CreateObject(3526,3588.05810547,2528.90820312,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (20)
  3036. CreateObject(3526,3613.71044922,2529.12597656,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (21)
  3037. CreateObject(3526,3635.81445312,2529.66967773,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (22)
  3038. CreateObject(3526,3658.09863281,2529.10961914,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (23)
  3039. CreateObject(3526,3676.25268555,2529.57568359,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (24)
  3040. CreateObject(3526,3697.83862305,2529.74633789,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (25)
  3041. CreateObject(3526,3721.08813477,2529.31958008,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (26)
  3042. CreateObject(3526,3738.64575195,2529.36010742,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (27)
  3043. CreateObject(3526,3761.38940430,2529.50610352,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (28)
  3044. CreateObject(3526,3780.22534180,2528.61840820,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (29)
  3045. CreateObject(3526,3803.03710938,2529.23217773,2.98854566,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (30)
  3046. CreateObject(8419,3945.08520508,2484.55786133,-8.80643463,0.00000000,0.00000000,179.99450684); //object(vgsbldng01_lvs) (6)
  3047. CreateObject(8419,3923.60009766,2417.44458008,-8.80643463,0.00000000,0.00000000,89.99450684); //object(vgsbldng01_lvs) (7)
  3048. CreateObject(3666,3940.10913086,2484.12207031,3.40790939,0.00000000,0.00000000,0.00000000); //object(airuntest_las) (1)
  3049. CreateObject(3666,3895.94335938,2482.58398438,3.40790939,0.00000000,0.00000000,358.00000000); //object(airuntest_las) (2)
  3050. CreateObject(8419,4011.73876953,2505.38940430,-8.80643463,0.00000000,0.00000000,89.99450684); //object(vgsbldng01_lvs) (8)
  3051. CreateObject(3268,3953.95874023,2461.20971680,2.22843933,0.00000000,0.00000000,0.00000000); //object(mil_hangar1_) (1)
  3052. CreateObject(3268,3885.71850586,2460.16308594,2.22843933,0.00000000,0.00000000,180.00000000); //object(mil_hangar1_) (2)
  3053. CreateObject(3279,3967.69287109,2395.28637695,2.82783890,0.00000000,0.00000000,0.00000000); //object(a51_spottower) (1)
  3054. CreateObject(3279,3881.26806641,2398.22265625,2.82783890,0.00000000,0.00000000,0.00000000); //object(a51_spottower) (2)
  3055. CreateObject(16098,3924.53295898,2417.70288086,7.90866375,0.00000000,0.00000000,272.00000000); //object(des_by_hangar_) (3)
  3056. CreateObject(2795,3942.86889648,2472.76464844,5.72255039,0.00000000,0.00000000,0.00000000); //object(cj_air_d_4) (2)
  3057. CreateObject(2794,3902.93554688,2540.74707031,0.00000000,0.00000000,0.00000000,0.00000000); //object(cj_air_d_3) (2)
  3058. CreateObject(2794,3941.68432617,2428.01074219,11.30314064,0.00000000,0.00000000,0.00000000); //object(cj_air_d_3) (3)
  3059. CreateObject(2795,3906.94799805,2426.79248047,11.28811741,0.00000000,0.00000000,0.00000000); //object(cj_air_d_4) (3)
  3060. CreateObject(3385,3941.37304688,2474.12304688,2.91517830,0.00000000,0.00000000,0.00000000); //object(a51_light1_) (1)
  3061. CreateObject(3385,3897.31176758,2473.06933594,2.91517830,0.00000000,0.00000000,0.00000000); //object(a51_light1_) (2)
  3062. CreateObject(16093,3923.76855469,2424.37695312,2.58122253,0.00000000,0.00000000,180.00000000); //object(a51_gatecontrol) (1)
  3063. CreateObject(8356,3908.20190430,2506.29858398,2.94110107,0.00000000,0.00000000,270.00000000); //object(vgssairportland15) (2)
  3064. CreateObject(8419,4011.49414062,2461.72290039,-8.80643463,0.00000000,0.00000000,271.99450684); //object(vgsbldng01_lvs) (9)
  3065. CreateObject(8419,4078.86352539,2484.23925781,-8.80643463,0.00000000,0.00000000,359.99450684); //object(vgsbldng01_lvs) (10)
  3066. CreateObject(10763,4002.67431641,2455.48120117,34.85021210,0.00000000,0.00000000,226.00000000); //object(controltower_sfse) (3)
  3067. CreateObject(1681,3979.72460938,2464.33032227,23.80919075,0.00000000,0.00000000,0.00000000); //object(ap_learjet1_01) (1)
  3068. CreateObject(4874,4038.47778320,2563.89355469,3.66029358,0.00000000,0.00000000,270.00000000); //object(helipad1_las) (4)
  3069. CreateObject(4874,4071.23583984,2598.64501953,3.91029358,0.00000000,0.00000000,90.00000000); //object(helipad1_las) (5)
  3070. CreateObject(4726,4061.16210938,2642.56933594,1.50000000,0.00000000,0.00000000,0.00000000); //object(libtwrhelipd_lan2) (1)
  3071. CreateObject(8419,4040.68945312,2563.98364258,-8.80643463,0.00000000,0.00000000,359.98901367); //object(vgsbldng01_lvs) (11)
  3072. CreateObject(8419,4078.76782227,2563.86035156,-8.80643463,0.00000000,0.00000000,359.98901367); //object(vgsbldng01_lvs) (12)
  3073. CreateObject(7981,4076.30371094,2537.21704102,7.91847134,0.00000000,0.00000000,0.00000000); //object(smallradar02_lvs) (1)
  3074. CreateObject(7981,4028.60839844,2543.64599609,7.91847134,0.00000000,0.00000000,178.00000000); //object(smallradar02_lvs) (2)
  3075. CreateObject(8419,1459.21496582,4369.53369141,-10.83815575,0.00000000,0.00000000,0.00000000); //object(vgsbldng01_lvs) (13)
  3076. CreateObject(8419,1459.12634277,4456.78808594,-10.83815575,0.00000000,0.00000000,0.00000000); //object(vgsbldng01_lvs) (14)
  3077. CreateObject(8419,1459.10620117,4544.00732422,-10.83815575,0.00000000,0.00000000,0.00000000); //object(vgsbldng01_lvs) (15)
  3078. CreateObject(747,1433.40722656,4412.69042969,0.88840675,0.00000000,0.00000000,0.00000000); //object(sm_scrub_rock3) (1)
  3079. CreateObject(747,1483.38183594,4413.31542969,0.88840675,0.00000000,0.00000000,4.00000000); //object(sm_scrub_rock3) (2)
  3080. CreateObject(747,1483.00244141,4325.69238281,0.88840675,0.00000000,0.00000000,3.99902344); //object(sm_scrub_rock3) (3)
  3081. CreateObject(747,1436.19580078,4325.58007812,0.88840675,0.00000000,0.00000000,1.99902344); //object(sm_scrub_rock3) (4)
  3082. CreateObject(747,1433.47131348,4499.81982422,0.88840675,0.00000000,0.00000000,0.00000000); //object(sm_scrub_rock3) (5)
  3083. CreateObject(747,1436.60363770,4587.54443359,0.88840675,0.00000000,0.00000000,0.00000000); //object(sm_scrub_rock3) (6)
  3084. CreateObject(747,1482.70825195,4588.24365234,0.88840675,0.00000000,0.00000000,0.00000000); //object(sm_scrub_rock3) (7)
  3085. CreateObject(747,1484.31652832,4500.50683594,0.88840675,0.00000000,0.00000000,0.00000000); //object(sm_scrub_rock3) (8)
  3086. CreateObject(8172,1459.04760742,4406.50439453,0.98526764,0.00000000,0.00000000,0.00000000); //object(vgssairportland07) (2)
  3087. CreateObject(8355,1458.90026855,4529.93457031,0.88840675,0.00000000,0.00000000,0.00000000); //object(vgssairportland18) (3)
  3088. CreateObject(8419,1411.96081543,4632.47167969,-10.83815575,0.00000000,0.00000000,0.00000000); //object(vgsbldng01_lvs) (16)
  3089. CreateObject(8419,1459.10620117,4631.63818359,-10.83815575,0.00000000,0.00000000,0.00000000); //object(vgsbldng01_lvs) (17)
  3090. CreateObject(8419,1505.49914551,4632.01416016,-10.83815575,0.00000000,0.00000000,0.00000000); //object(vgsbldng01_lvs) (18)
  3091. CreateObject(1337,1481.26171875,4378.69140625,1.38840675,0.00000000,0.00000000,0.00000000); //object(binnt07_la) (3)
  3092. CreateObject(3268,1402.14782715,4602.51464844,0.52124786,0.00000000,0.00000000,180.00000000); //object(mil_hangar1_) (3)
  3093. CreateObject(3268,1401.64221191,4631.75537109,0.52124786,0.00000000,0.00000000,181.99450684); //object(mil_hangar1_) (4)
  3094. CreateObject(3268,1400.53149414,4661.76171875,0.52124786,0.00000000,0.00000000,181.99401855); //object(mil_hangar1_) (5)
  3095. CreateObject(3279,1524.30163574,4593.36035156,0.78832245,0.00000000,0.00000000,182.00000000); //object(a51_spottower) (3)
  3096. CreateObject(3279,1522.52661133,4673.76708984,0.78832245,0.00000000,0.00000000,273.99951172); //object(a51_spottower) (4)
  3097. CreateObject(16098,1458.53552246,4660.86376953,4.37694263,0.00000000,0.00000000,274.00000000); //object(des_by_hangar_) (4)
  3098. CreateObject(16098,1475.80065918,4662.04833984,4.37694263,0.00000000,0.00000000,273.99902344); //object(des_by_hangar_) (5)
  3099. CreateObject(16610,1592.78955078,4640.60302734,4.32252884,0.00000000,0.00000000,0.00000000); //object(des_nbridgebit_02) (2)
  3100. CreateObject(16610,1592.93078613,4623.55859375,4.32252884,0.00000000,0.00000000,0.00000000); //object(des_nbridgebit_02) (3)
  3101. CreateObject(16610,1712.28735352,4640.35351562,4.32252884,0.00000000,0.00000000,0.00000000); //object(des_nbridgebit_02) (5)
  3102. CreateObject(16610,1712.15710449,4623.49902344,4.32252884,0.00000000,0.00000000,0.00000000); //object(des_nbridgebit_02) (6)
  3103. CreateObject(6878,1824.84216309,4640.17285156,0.75000000,0.00000000,0.00000000,0.00000000); //object(vegasnroad055) (1)
  3104. CreateObject(6878,1826.14074707,4625.32812500,1.00000000,0.00000000,0.00000000,0.00000000); //object(vegasnroad055) (2)
  3105. CreateObject(6878,1865.28283691,4625.40673828,3.50000000,0.00000000,0.00000000,0.00000000); //object(vegasnroad055) (3)
  3106. CreateObject(6878,1864.06848145,4640.44775391,3.50000000,0.00000000,0.00000000,0.00000000); //object(vegasnroad055) (4)
  3107. CreateObject(16685,2075.71289062,4633.26953125,3.20390320,0.00000000,0.00000000,0.00000000); //object(cn2_rnway_bit2) (9)
  3108. CreateObject(3996,1971.54980469,4633.91943359,3.32950211,0.00000000,0.00000000,0.00000000); //object(roads08_lan) (3)
  3109. CreateObject(3996,2073.18164062,4633.86767578,3.32950211,0.00000000,0.00000000,0.00000000); //object(roads08_lan) (4)
  3110. CreateObject(3996,2138.74877930,4633.98681641,3.32950211,0.00000000,0.00000000,0.00000000); //object(roads08_lan) (5)
  3111. CreateObject(3578,2188.37304688,4639.05371094,4.02941036,0.00000000,0.00000000,88.00000000); //object(dockbarr1_la) (1)
  3112. CreateObject(3443,1939.25170898,4611.19384766,6.37774277,0.00000000,0.00000000,180.00000000); //object(vegasxrexhse2) (1)
  3113. CreateObject(3578,2188.09130859,4628.93359375,4.02941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3114. CreateObject(3603,2168.34741211,4610.89941406,9.44328690,0.00000000,0.00000000,0.00000000); //object(bevman_law2) (1)
  3115. CreateObject(3607,2159.29150391,4656.83300781,11.23577881,0.00000000,0.00000000,180.00000000); //object(bevman2_law2) (1)
  3116. CreateObject(7885,2107.44116211,4661.20214844,2.75000000,0.00000000,0.00000000,90.00000000); //object(vegasglfhse1) (1)
  3117. CreateObject(9098,2136.36206055,4609.81933594,6.15123129,0.00000000,0.00000000,270.00000000); //object(vgsesvhse01) (1)
  3118. CreateObject(11490,2099.58544922,4619.17333984,3.18046570,0.00000000,0.00000000,0.00000000); //object(des_ranch) (1)
  3119. CreateObject(9320,2067.86572266,4615.46875000,9.37500763,0.00000000,0.00000000,270.00000000); //object(preshoosbig02_sfn01) (1)
  3120. CreateObject(5341,1932.50268555,4656.85839844,6.00879478,0.00000000,0.00000000,0.00000000); //object(crlsafhus_las2) (1)
  3121. CreateObject(3466,1948.62841797,4658.76074219,5.71679306,0.00000000,0.00000000,90.00000000); //object(shabbyhouse01_lvs) (1)
  3122. CreateObject(3741,2031.09509277,4612.31152344,10.82049561,0.00000000,0.00000000,180.00000000); //object(cehillhse14) (1)
  3123. CreateObject(6039,2036.71752930,4658.97753906,12.25000000,0.00000000,0.00000000,270.00000000); //object(wilshire5_law) (1)
  3124. CreateObject(6285,1985.59362793,4657.32275391,8.50000000,0.00000000,0.00000000,0.00000000); //object(santahouse04_law2) (1)
  3125. CreateObject(7929,1989.14501953,4606.54687500,11.75000000,0.00000000,0.00000000,180.00000000); //object(vgwsavehse2) (1)
  3126. CreateObject(9098,1967.03662109,4608.80371094,6.50000000,0.00000000,0.00000000,270.00000000); //object(vgsesvhse01) (2)
  3127. CreateObject(16685,2076.11645508,4605.34814453,3.20390320,0.00000000,0.00000000,0.00000000); //object(cn2_rnway_bit2) (9)
  3128. CreateObject(16685,2075.81323242,4653.88085938,2.70390320,0.00000000,0.00000000,0.00000000); //object(cn2_rnway_bit2) (9)
  3129. CreateObject(3578,2188.37304688,4639.05371094,4.77941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3130. CreateObject(3578,2188.37304688,4639.05371094,5.52941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3131. CreateObject(3578,2188.37304688,4639.05371094,6.02941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3132. CreateObject(3578,2188.37304688,4639.05371094,6.77941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3133. CreateObject(3578,2188.37304688,4639.05371094,7.52941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3134. CreateObject(3578,2188.37304688,4639.05371094,8.27941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3135. CreateObject(3578,2188.37304688,4639.05371094,9.02941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3136. CreateObject(3578,2188.37304688,4639.05371094,10.02941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3137. CreateObject(3578,2188.37304688,4639.05371094,11.02941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3138. CreateObject(3578,2188.37304688,4639.05371094,11.02941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3139. CreateObject(3578,2188.09082031,4628.93359375,5.27941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3140. CreateObject(3578,2188.09082031,4628.93359375,6.52941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3141. CreateObject(3578,2188.09082031,4628.93359375,7.77941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3142. CreateObject(3578,2188.09082031,4628.93359375,8.77941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3143. CreateObject(3578,2188.09082031,4628.93359375,10.02941036,0.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3144. CreateObject(3578,2188.09082031,4628.93359375,11.02941036,2.00000000,0.00000000,87.99499512); //object(dockbarr1_la) (1)
  3145.  
  3146.  
  3147.  
  3148.  
  3149.  
  3150. //Male islands
  3151. AddStaticVehicleEx(593,2288.39721680,-828.77044678,125.55644226,42.68676758,-1,-1,15); //Dodo
  3152. AddStaticVehicleEx(593,2325.33569336,-808.08581543,127.41669464,46.56250000,-1,-1,15); //Dodo
  3153. AddStaticVehicleEx(593,-1519.91748047,-2312.68505859,5.22464609,159.10516357,-1,-1,15); //Dodo
  3154. AddStaticVehicleEx(520,-233.93605042,1464.94885254,76.48207855,0.49188232,-1,-1,15); //Hydra
  3155. AddStaticVehicleEx(520,-258.17660522,1487.80200195,76.48207855,308.34082031,-1,-1,15); //Hydra
  3156. AddStaticVehicleEx(520,-250.15075684,1468.66101074,76.48207855,319.16088867,-1,-1,15); //Hydra
  3157. AddStaticVehicleEx(400,-339.29226685,1515.29089355,75.49548340,0.00000000,-1,-1,15); //Landstalker
  3158. AddStaticVehicleEx(401,-330.30462646,1514.64916992,75.22718811,0.00000000,-1,-1,15); //Bravura
  3159. AddStaticVehicleEx(401,-314.88415527,1514.72656250,75.22476959,0.00000000,-1,-1,15); //Bravura
  3160. AddStaticVehicleEx(407,2026.26757812,-2439.68212891,13.91687489,89.57751465,1,1,15); //Firetruck
  3161. AddStaticVehicleEx(407,2027.25244141,-2430.91064453,13.91687489,89.57702637,1,1,15); //Firetruck
  3162. AddStaticVehicleEx(407,2027.85986328,-2423.03002930,13.91687489,89.57702637,1,1,15); //Firetruck
  3163. AddStaticVehicleEx(485,2007.01525879,-2411.58837891,13.24687481,177.43469238,-1,-1,15); //Baggage
  3164. AddStaticVehicleEx(416,2022.38977051,-2450.77905273,13.84645081,84.66735840,1,1,15); //Ambulance
  3165. AddStaticVehicleEx(485,2010.33862305,-2411.79687500,13.24687481,177.43469238,-1,-1,15); //Baggage
  3166. AddStaticVehicleEx(485,2017.61877441,-2412.06884766,13.24687481,177.43469238,-1,-1,15); //Baggage
  3167. AddStaticVehicleEx(485,2013.91784668,-2412.04223633,13.24687481,177.43469238,-1,-1,15); //Baggage
  3168. AddStaticVehicleEx(485,2021.15954590,-2412.29882812,13.24687481,177.43469238,-1,-1,15); //Baggage
  3169. AddStaticVehicleEx(583,2024.82763672,-2412.29296875,12.54687500,178.40509033,1,1,15); //Tug
  3170. AddStaticVehicleEx(512,-1417.18981934,-943.92858887,201.72775269,269.47265625,-1,-1,15); //Cropdust
  3171. AddStaticVehicleEx(593,2288.39721680,-828.77044678,125.55644226,42.68676758,-1,-1,15); //Dodo
  3172. AddStaticVehicleEx(593,2325.33569336,-808.08581543,127.41669464,46.56250000,-1,-1,15); //Dodo
  3173. CreateObject(3998,2285.33300781,-661.81738281,119.57999420,0.00000000,0.00000000,0.00000000); //object(court1_lan) (1)
  3174. CreateObject(3998,2285.30151367,-675.30499268,119.58113861,0.00000000,0.00000000,0.00000000); //object(court1_lan) (2)
  3175. CreateObject(3998,2285.32641602,-693.32293701,119.57288361,0.00000000,0.00000000,0.00000000); //object(court1_lan) (3)
  3176. CreateObject(3998,2285.35253906,-711.32910156,119.57602692,0.00000000,0.00000000,0.00000000); //object(court1_lan) (4)
  3177. CreateObject(3998,2285.46630859,-726.15686035,119.59411621,0.00000000,0.00000000,0.00000000); //object(court1_lan) (5)
  3178. CreateObject(3998,2250.35302734,-735.17114258,29.98147011,90.00000000,0.00000000,0.00000000); //object(court1_lan) (11)
  3179. CreateObject(3998,2316.80712891,-697.91802979,118.19000244,3.99353027,359.80023193,89.25292969); //object(court1_lan) (14)
  3180. CreateObject(4639,2274.93579102,-644.31085205,131.25988770,0.00000000,0.00000000,270.74584961); //object(paypark_lan02) (1)
  3181. CreateObject(4639,2279.15283203,-644.19812012,131.21987915,0.00000000,0.00000000,270.73608398); //object(paypark_lan02) (2)
  3182. CreateObject(4639,2290.73071289,-643.88537598,131.25988770,0.00000000,0.00000000,270.74157715); //object(paypark_lan02) (3)
  3183. CreateObject(4639,2294.64184570,-643.74890137,131.19882202,0.00000000,0.00000000,270.73608398); //object(paypark_lan02) (4)
  3184. CreateObject(4639,2291.55615234,-723.93817139,131.23400879,0.00000000,3.99902344,270.73608398); //object(paypark_lan02) (5)
  3185. CreateObject(4639,2295.37207031,-723.80749512,131.53401184,0.00000000,3.99902344,270.73608398); //object(paypark_lan02) (6)
  3186. CreateObject(4639,2279.25439453,-724.11041260,131.23400879,0.00000000,3.99902344,270.73608398); //object(paypark_lan02) (7)
  3187. CreateObject(4639,2275.61962891,-724.04101562,131.23400879,0.00000000,0.00000000,270.73608398); //object(paypark_lan02) (8)
  3188. CreateObject(4597,2285.37963867,-675.92388916,132.40585327,0.00000000,0.00000000,270.74157715); //object(crprkblok4_lan2) (3)
  3189. CreateObject(9237,2346.91088867,-652.43054199,135.04011536,0.00000000,0.00000000,0.00000000); //object(lighhouse_sfn) (1)
  3190. CreateObject(11490,2347.40429688,-708.39721680,131.21788025,0.00000000,0.00000000,266.85791016); //object(des_ranch) (1)
  3191. CreateObject(2279,2363.22583008,-700.37664795,131.35357666,0.00000000,0.00000000,0.00000000); //object(frame_thick_6) (1)
  3192. CreateObject(16155,2370.73120117,-708.41143799,132.90846252,0.00000000,0.00000000,108.65722656); //object(ufo_backrmstuff) (1)
  3193. CreateObject(3998,2332.98388672,-698.19030762,117.00000000,4.20001221,359.79675293,89.24743652); //object(court1_lan) (14)
  3194. CreateObject(3998,-1512.37561035,-2185.51513672,-9.43327141,0.00000000,0.00000000,340.59692383); //object(court1_lan) (1)
  3195. CreateObject(3998,-1498.61840820,-2148.34399414,-9.41640472,0.00000000,0.00000000,158.20373535); //object(court1_lan) (2)
  3196. CreateObject(3998,-1519.10949707,-2204.74365234,-9.44860649,0.00000000,0.00000000,340.59265137); //object(court1_lan) (3)
  3197. CreateObject(3998,-1525.22143555,-2222.03906250,-9.49525547,0.00000000,0.00000000,340.59265137); //object(court1_lan) (4)
  3198. CreateObject(3998,-1531.69348145,-2240.29638672,-9.57287693,0.00000000,0.00000000,340.59265137); //object(court1_lan) (5)
  3199. CreateObject(3998,-1538.08251953,-2258.30322266,-9.57525539,0.00000000,0.00000000,340.59265137); //object(court1_lan) (6)
  3200. CreateObject(3998,-1543.86962891,-2274.71435547,-9.59287643,0.00000000,0.00000000,340.59265137); //object(court1_lan) (7)
  3201. CreateObject(3998,-1512.16101074,-2273.62622070,-9.59000015,0.00000000,0.00000000,69.85107422); //object(court1_lan) (8)
  3202. CreateObject(3998,-1492.73767090,-2280.70898438,-9.59431648,0.00000000,0.00000000,69.85107422); //object(court1_lan) (9)
  3203. CreateObject(3998,-1514.40466309,-2306.70898438,-9.60999966,0.00000000,0.00000000,340.59692383); //object(court1_lan) (10)
  3204. CreateObject(3998,-1531.07775879,-2301.30639648,-9.61080837,0.00000000,0.00000000,340.59692383); //object(court1_lan) (11)
  3205. CreateObject(3998,-1521.19299316,-2325.84667969,-9.65813255,0.00000000,0.00000000,340.59265137); //object(court1_lan) (12)
  3206. CreateObject(3998,-1537.28710938,-2299.82470703,-9.61732388,0.00000000,0.00000000,158.20373535); //object(court1_lan) (13)
  3207. CreateObject(4597,-1539.54187012,-2256.72143555,3.24946117,0.00000000,0.00000000,251.34277344); //object(crprkblok4_lan2) (1)
  3208. CreateObject(4597,-1521.70861816,-2209.42822266,3.42946124,0.00000000,0.00000000,249.95910645); //object(crprkblok4_lan2) (2)
  3209. CreateObject(4597,-1506.72033691,-2168.99243164,3.44452548,0.00000000,0.00000000,250.03668213); //object(crprkblok4_lan2) (3)
  3210. CreateObject(3578,-1514.22119141,-2328.67846680,4.36321354,0.00000000,0.00000000,340.59692383); //object(dockbarr1_la) (1)
  3211. CreateObject(3578,-1523.28991699,-2325.48901367,4.36321354,0.00000000,0.00000000,340.59265137); //object(dockbarr1_la) (2)
  3212. CreateObject(3578,-1531.47497559,-2322.59057617,4.36321354,0.00000000,0.00000000,340.59265137); //object(dockbarr1_la) (3)
  3213. CreateObject(3578,-1508.17260742,-2325.67578125,4.36321354,0.00000000,0.00000000,251.33850098); //object(dockbarr1_la) (4)
  3214. CreateObject(3578,-1506.06018066,-2319.50683594,4.36321354,0.00000000,0.00000000,251.33422852); //object(dockbarr1_la) (5)
  3215. CreateObject(3578,-1504.22375488,-2314.05810547,4.36321354,0.00000000,0.00000000,251.33422852); //object(dockbarr1_la) (6)
  3216. CreateObject(3578,-1501.40673828,-2305.74780273,4.41134644,0.00000000,0.00000000,251.33422852); //object(dockbarr1_la) (7)
  3217. CreateObject(3578,-1499.03002930,-2298.89501953,4.41134644,0.00000000,0.00000000,251.33422852); //object(dockbarr1_la) (8)
  3218. CreateObject(3578,-1496.57324219,-2291.65356445,4.42702961,0.00000000,0.00000000,251.33422852); //object(dockbarr1_la) (9)
  3219. CreateObject(3578,-1494.94714355,-2286.76855469,4.42702961,0.00000000,0.00000000,251.33422852); //object(dockbarr1_la) (10)
  3220. CreateObject(3578,-1493.02929688,-2280.97387695,4.42702961,0.00000000,0.00000000,251.33422852); //object(dockbarr1_la) (11)
  3221. CreateObject(3578,-1490.98962402,-2274.91284180,4.42702961,0.00000000,0.00000000,251.33422852); //object(dockbarr1_la) (12)
  3222. CreateObject(3578,-1494.51623535,-2268.91357422,4.42702961,0.00000000,0.00000000,340.58837891); //object(dockbarr1_la) (13)
  3223. CreateObject(3578,-1502.88244629,-2265.96508789,4.42702961,0.00000000,0.00000000,340.58715820); //object(dockbarr1_la) (14)
  3224. CreateObject(3578,-1511.54235840,-2262.84106445,4.43134594,0.00000000,0.00000000,340.58715820); //object(dockbarr1_la) (15)
  3225. CreateObject(3578,-1520.37988281,-2259.76513672,4.43134594,0.00000000,0.00000000,340.58715820); //object(dockbarr1_la) (16)
  3226. CreateObject(3578,-1540.70153809,-2291.84619141,4.41053772,0.00000000,0.00000000,69.84130859); //object(dockbarr1_la) (17)
  3227. CreateObject(3578,-1537.98510742,-2284.72021484,4.41053772,0.00000000,0.00000000,69.84008789); //object(dockbarr1_la) (18)
  3228. CreateObject(3578,-1539.40222168,-2319.92089844,4.40402222,0.00000000,0.00000000,162.97485352); //object(dockbarr1_la) (20)
  3229. CreateObject(3578,-1544.04638672,-2314.56420898,4.40402222,0.00000000,0.00000000,112.52319336); //object(dockbarr1_la) (21)
  3230. CreateObject(3578,-1547.94543457,-2305.19506836,4.40402222,0.00000000,0.00000000,112.52197266); //object(dockbarr1_la) (22)
  3231. CreateObject(3578,-1547.16516113,-2295.14013672,4.40402222,0.00000000,0.00000000,340.58105469); //object(dockbarr1_la) (23)
  3232. CreateObject(3578,-1550.66503906,-2297.51855469,4.31524181,0.00000000,0.00000000,104.75585938); //object(dockbarr1_la) (24)
  3233. CreateObject(3578,-1524.09912109,-2269.97778320,2.87134600,0.00000000,0.00000000,340.58715820); //object(dockbarr1_la) (25)
  3234. CreateObject(3578,-1512.82507324,-2273.94311523,2.89313459,0.00000000,0.00000000,340.58715820); //object(dockbarr1_la) (26)
  3235. CreateObject(3578,-1507.30456543,-2281.65820312,2.86702967,0.00000000,0.00000000,247.45239258); //object(dockbarr1_la) (27)
  3236. CreateObject(3578,-1512.21850586,-2293.09179688,2.89000010,0.00000000,0.00000000,247.45056152); //object(dockbarr1_la) (28)
  3237. CreateObject(3578,-1518.83557129,-2310.45776367,2.81321359,0.00000000,0.00000000,247.45056152); //object(dockbarr1_la) (29)
  3238. CreateObject(3578,-1521.11230469,-2315.38378906,2.81321359,0.00000000,0.00000000,158.19641113); //object(dockbarr1_la) (30)
  3239. CreateObject(11076,-1226.24414062,-2338.14501953,16.99422073,7.00000000,0.00000000,59.20922852); //object(roadssfse42) (1)
  3240. CreateObject(1337,-1429.50878906,-2019.26660156,7.32738495,0.00000000,0.00000000,0.00000000); //object(binnt07_la) (5)
  3241. CreateObject(978,1440.26171875,-694.10925293,88.40740967,0.00000000,0.00000000,158.20800781); //object(sub_roadright) (1)
  3242. CreateObject(978,1451.24914551,-701.10479736,89.71322632,0.00000000,0.00000000,138.80004883); //object(sub_roadright) (2)
  3243. CreateObject(978,1459.49121094,-712.31604004,91.19370270,0.00000000,0.00000000,119.39270020); //object(sub_roadright) (3)
  3244. CreateObject(973,1463.59521484,-740.42291260,94.10728455,0.00000000,0.00000000,88.35693359); //object(sub_roadbarrier) (1)
  3245. CreateObject(973,1463.78527832,-749.16656494,94.65150452,0.00000000,0.00000000,96.11328125); //object(sub_roadbarrier) (2)
  3246. CreateObject(3036,1456.46240234,-694.17736816,95.41211700,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (1)
  3247. CreateObject(3036,1461.04626465,-694.16394043,95.42066956,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (2)
  3248. CreateObject(3036,1465.20751953,-694.15649414,95.42541504,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (3)
  3249. CreateObject(3036,1468.13867188,-694.19506836,95.40083313,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (4)
  3250. CreateObject(3036,1472.76843262,-694.22973633,95.37874603,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (5)
  3251. CreateObject(3036,1475.97070312,-694.24700928,95.36773682,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (6)
  3252. CreateObject(3036,1480.75244141,-694.23132324,95.41449738,0.00000000,0.00000000,266.86523438); //object(ct_gatexr) (7)
  3253. CreateObject(3036,1481.62353516,-699.96203613,94.36485291,0.00000000,0.00000000,352.23693848); //object(ct_gatexr) (8)
  3254. CreateObject(3036,1480.73730469,-695.97833252,95.37890625,0.00000000,0.00000000,297.90405273); //object(ct_gatexr) (9)
  3255. CreateObject(3036,1508.73425293,-699.76373291,96.20954895,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (10)
  3256. CreateObject(3036,1513.30590820,-699.78900146,96.20954895,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (11)
  3257. CreateObject(3036,1517.31970215,-699.85638428,96.20954895,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (12)
  3258. CreateObject(3036,1521.38049316,-699.91406250,95.51946259,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (13)
  3259. CreateObject(3036,1524.78381348,-699.91406250,95.51946259,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (14)
  3260. CreateObject(3036,1527.69250488,-699.91406250,95.51946259,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (15)
  3261. CreateObject(3036,1530.67883301,-700.10009766,95.37844086,0.00000000,0.00000000,85.37353516); //object(ct_gatexr) (16)
  3262. CreateObject(3036,1531.06408691,-695.48937988,96.21549988,0.00000000,0.00000000,89.24987793); //object(ct_gatexr) (17)
  3263. CreateObject(3036,1531.10717773,-692.55358887,96.21549988,0.00000000,0.00000000,89.24743652); //object(ct_gatexr) (18)
  3264. CreateObject(3036,1531.16052246,-688.64703369,95.50952911,0.00000000,0.00000000,89.24743652); //object(ct_gatexr) (19)
  3265. CreateObject(3036,1531.21691895,-685.45947266,95.47264099,0.00000000,0.00000000,89.24743652); //object(ct_gatexr) (20)
  3266. CreateObject(3036,1531.24853516,-681.66485596,95.45195007,0.00000000,0.00000000,89.24743652); //object(ct_gatexr) (21)
  3267. CreateObject(3036,1531.30944824,-677.10949707,95.41357422,0.00000000,0.00000000,89.24743652); //object(ct_gatexr) (22)
  3268. CreateObject(3036,1531.42492676,-672.42858887,94.91011047,0.00000000,0.00000000,89.24743652); //object(ct_gatexr) (23)
  3269. CreateObject(3036,1531.48693848,-669.97344971,94.64550781,0.00000000,0.00000000,89.24743652); //object(ct_gatexr) (24)
  3270. CreateObject(3036,1531.52844238,-667.66455078,94.40291595,0.00000000,0.00000000,89.24743652); //object(ct_gatexr) (25)
  3271. CreateObject(3036,1531.60192871,-664.62170410,94.07623291,0.00000000,0.00000000,89.24743652); //object(ct_gatexr) (26)
  3272. CreateObject(3036,1531.67077637,-662.10144043,93.80267334,0.00000000,0.00000000,89.24743652); //object(ct_gatexr) (27)
  3273. CreateObject(3036,1465.95959473,-658.07403564,95.52018738,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (28)
  3274. CreateObject(3036,1462.55468750,-658.06042480,95.52018738,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (29)
  3275. CreateObject(3036,1458.70446777,-658.09063721,95.52018738,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (30)
  3276. CreateObject(3036,1456.95336914,-658.05731201,95.52018738,0.00000000,0.00000000,0.00000000); //object(ct_gatexr) (31)
  3277. CreateObject(3036,1457.27917480,-662.82580566,95.52018738,0.00000000,0.00000000,89.25415039); //object(ct_gatexr) (32)
  3278. CreateObject(3036,1457.26257324,-666.48468018,95.52018738,0.00000000,0.00000000,89.25292969); //object(ct_gatexr) (33)
  3279. CreateObject(3036,1457.24365234,-670.40472412,95.52018738,0.00000000,0.00000000,89.25292969); //object(ct_gatexr) (34)
  3280. CreateObject(3036,1457.22424316,-674.43218994,95.52018738,0.00000000,0.00000000,89.25292969); //object(ct_gatexr) (35)
  3281. CreateObject(3036,1457.20483398,-678.45843506,95.52018738,0.00000000,0.00000000,89.25292969); //object(ct_gatexr) (36)
  3282. CreateObject(3036,1457.17211914,-685.26513672,95.52018738,0.00000000,0.00000000,89.25292969); //object(ct_gatexr) (37)
  3283. CreateObject(3036,1457.24548340,-681.39691162,95.52018738,0.00000000,0.00000000,89.25292969); //object(ct_gatexr) (38)
  3284. CreateObject(3036,1456.80065918,-688.18890381,96.20954895,0.00000000,0.00000000,89.25292969); //object(ct_gatexr) (39)
  3285. CreateObject(3036,1457.02075195,-692.65539551,95.52018738,0.00000000,0.00000000,89.25292969); //object(ct_gatexr) (40)
  3286. CreateObject(3036,1456.93920898,-694.31359863,95.32530212,0.00000000,0.00000000,89.25292969); //object(ct_gatexr) (41)
  3287. CreateObject(3998,-296.87686157,1563.90002441,61.38875961,0.00000000,0.00000000,46.56738281); //object(court1_lan) (1)
  3288. CreateObject(3998,-282.14904785,1549.97448730,61.38759232,0.00000000,0.00000000,46.56555176); //object(court1_lan) (2)
  3289. CreateObject(3998,-268.13061523,1536.72460938,61.38760376,0.00000000,0.00000000,46.56555176); //object(court1_lan) (3)
  3290. CreateObject(3998,-254.90882874,1524.27368164,61.38188553,0.00000000,0.00000000,46.56738281); //object(court1_lan) (4)
  3291. CreateObject(3578,-303.77267456,1570.29699707,73.84999847,0.00000000,0.00000000,316.11315918); //object(dockbarr1_la) (1)
  3292. CreateObject(3578,-289.43466187,1555.72619629,73.85893250,0.00000000,0.00000000,316.11260986); //object(dockbarr1_la) (2)
  3293. CreateObject(3578,-273.93399048,1540.97741699,73.85604858,0.00000000,0.00000000,317.11254883); //object(dockbarr1_la) (3)
  3294. CreateObject(3578,-299.52575684,1583.30285645,73.92010498,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (4)
  3295. CreateObject(3578,-292.84402466,1577.06274414,73.91010284,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (5)
  3296. CreateObject(3578,-285.60519409,1570.34619141,73.90893555,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (6)
  3297. CreateObject(3578,-278.73397827,1563.83837891,73.90893555,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (7)
  3298. CreateObject(3578,-272.73226929,1558.05834961,73.90895081,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (8)
  3299. CreateObject(3578,-266.52844238,1552.20947266,73.90000153,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (9)
  3300. CreateObject(3578,-262.80755615,1548.67907715,73.89353180,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (10)
  3301. CreateObject(3578,-256.46990967,1542.72814941,73.91173553,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (11)
  3302. CreateObject(3578,-249.54635620,1535.75109863,73.90743256,0.00000000,0.00000000,313.22875977); //object(dockbarr1_la) (12)
  3303. CreateObject(3578,-266.31433105,1518.18054199,73.88032532,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (13)
  3304. CreateObject(3578,-273.40481567,1524.79638672,73.89323425,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (14)
  3305. CreateObject(3578,-279.93286133,1530.94409180,73.89089203,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (15)
  3306. CreateObject(3578,-286.43942261,1536.97253418,73.88895416,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (16)
  3307. CreateObject(3578,-292.08944702,1542.19396973,73.88893890,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (17)
  3308. CreateObject(3578,-298.46478271,1548.13781738,73.88893890,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (18)
  3309. CreateObject(3578,-304.62802124,1553.85083008,73.88935852,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (19)
  3310. CreateObject(3578,-310.46389771,1559.29589844,73.90010071,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (20)
  3311. CreateObject(3578,-316.84866333,1565.24719238,73.90010071,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (21)
  3312. CreateObject(3578,-260.25372314,1528.45568848,73.84323120,0.00000000,0.00000000,317.10937500); //object(dockbarr1_la) (22)
  3313. CreateObject(981,-290.13916016,1525.51489258,75.00000000,0.00000000,0.00000000,290.14892578); //object(helix_barrier) (1)
  3314. CreateObject(3666,-303.13024902,1586.56713867,75.21504211,0.00000000,0.00000000,0.00000000); //object(airuntest_las) (1)
  3315. CreateObject(3666,-320.35009766,1568.95214844,75.14575958,0.00000000,0.00000000,0.00000000); //object(airuntest_las) (2)
  3316. CreateObject(3666,-246.09245300,1532.12084961,75.20236969,0.00000000,0.00000000,0.00000000); //object(airuntest_las) (3)
  3317. CreateObject(3666,-262.83898926,1514.79687500,75.17526245,0.00000000,0.00000000,0.00000000); //object(airuntest_las) (4)
  3318. CreateObject(3526,-248.20924377,1516.99218750,74.63092041,0.00000000,0.00000000,136.59301758); //object(vegasairportlight) (1)
  3319. CreateObject(3526,-250.93571472,1514.31738281,74.63092041,0.00000000,0.00000000,136.59301758); //object(vegasairportlight) (2)
  3320. CreateObject(3526,-245.84800720,1519.23315430,74.63092041,0.00000000,0.00000000,136.59301758); //object(vegasairportlight) (3)
  3321. CreateObject(3526,-241.69700623,1512.48278809,74.63092041,0.00000000,0.00000000,136.59304810); //object(vegasairportlight) (4)
  3322. CreateObject(3526,-243.74758911,1505.71777344,74.63092041,0.00000000,0.00000000,136.59301758); //object(vegasairportlight) (5)
  3323. CreateObject(3526,-237.43255615,1510.80200195,74.63092041,0.00000000,0.00000000,136.59301758); //object(vegasairportlight) (6)
  3324. CreateObject(3526,-238.50543213,1506.51208496,74.63092041,0.00000000,0.00000000,136.59301758); //object(vegasairportlight) (7)
  3325. CreateObject(3526,-234.98497009,1502.44799805,74.63092041,0.00000000,0.00000000,136.59301758); //object(vegasairportlight) (8)
  3326. CreateObject(3526,-230.87139893,1497.79199219,74.63092041,0.00000000,0.00000000,136.59301758); //object(vegasairportlight) (9)
  3327. CreateObject(3526,-244.62603760,1510.25585938,74.63092041,0.00000000,0.00000000,136.59301758); //object(vegasairportlight) (10)
  3328. CreateObject(3881,-310.25930786,1504.15686035,76.43267059,0.00000000,0.00000000,185.37231445); //object(airsecbooth_sfse) (1)
  3329. CreateObject(9241,-372.98471069,1540.27612305,75.12139893,0.00000000,0.00000000,0.00000000); //object(copbits_sfn) (1)
  3330. CreateObject(3279,-384.03881836,1580.26440430,74.70095825,0.00000000,0.00000000,317.31323242); //object(a51_spottower) (1)
  3331. CreateObject(3279,-333.86920166,1624.55004883,70.06186676,0.00000000,0.00000000,317.31262207); //object(a51_spottower) (2)
  3332. CreateObject(3885,-174.34744263,1495.88256836,72.98915863,0.00000000,0.00000000,0.00000000); //object(sambase_sfxrf) (1)
  3333. CreateObject(3885,-205.73902893,1383.64025879,68.02244568,0.00000000,0.00000000,0.00000000); //object(sambase_sfxrf) (2)
  3334. CreateObject(3885,-410.83819580,1530.91992188,74.43534088,0.00000000,0.00000000,0.00000000); //object(sambase_sfxrf) (3)
  3335. CreateObject(2921,-308.58148193,1501.39855957,78.09610748,0.00000000,0.00000000,150.44677734); //object(kmb_cam) (1)
  3336. CreateObject(3884,-205.89851379,1385.10241699,68.51475525,0.00000000,0.00000000,0.00000000); //object(samsite_sfxrf) (1)
  3337. CreateObject(3884,-174.68629456,1495.12597656,73.48146820,0.00000000,0.00000000,0.00000000); //object(samsite_sfxrf) (2)
  3338. CreateObject(3884,-410.59091187,1531.15185547,74.92765045,0.00000000,0.00000000,0.00000000); //object(samsite_sfxrf) (3)
  3339. CreateObject(10764,-33.90590286,1348.34655762,12.09273529,0.00000000,0.00000000,273.72924805); //object(app_light_sfs05e) (1)
  3340. CreateObject(16101,-307.01385498,1544.95507812,83.56362152,0.00000000,0.00000000,0.00000000); //object(des_windsockpole) (1)
  3341. CreateObject(2933,-306.54766846,1507.41613770,76.07498932,0.00000000,0.00000000,0.00000000); //object(pol_comp_gate) (1)
  3342. CreateObject(2933,-299.86663818,1507.34777832,76.07141876,0.00000000,0.00000000,0.00000000); //object(pol_comp_gate) (2)
  3343. CreateObject(1337,-308.05480957,1504.61926270,75.09072113,0.00000000,0.00000000,97.01538086); //object(binnt07_la) (1)
  3344. CreateObject(1337,-307.79296875,1504.54980469,75.48905945,0.00000000,0.00000000,0.00000000); //object(binnt07_la) (3)
  3345. CreateObject(8229,-284.98855591,1503.69665527,77.59348297,0.00000000,0.00000000,340.59692383); //object(vgsbikeschl02) (1)
  3346. CreateObject(8229,-270.18618774,1490.08874512,77.26373291,0.00000000,0.00000000,294.02526855); //object(vgsbikeschl02) (2)
  3347. CreateObject(8229,-261.56732178,1470.78466797,77.29921722,0.00000000,0.00000000,294.02160645); //object(vgsbikeschl02) (3)
  3348. CreateObject(8229,-253.02154541,1451.53051758,77.05751038,0.00000000,0.00000000,294.02160645); //object(vgsbikeschl02) (4)
  3349. CreateObject(8229,-238.41166687,1446.54125977,76.56570435,0.00000000,0.00000000,27.15637207); //object(vgsbikeschl02) (5)
  3350. CreateObject(8229,-220.64898682,1459.88940430,75.98205566,0.00000000,0.00000000,46.55578613); //object(vgsbikeschl02) (6)
  3351. CreateObject(8229,-206.36019897,1475.01037598,74.99987030,0.00000000,0.00000000,46.55456543); //object(vgsbikeschl02) (7)
  3352. CreateObject(8229,-188.07841492,1480.32666016,73.83399963,0.00000000,0.00000000,344.46472168); //object(vgsbikeschl02) (8)
  3353. CreateObject(8674,-172.47846985,1479.09057617,72.46723175,0.00000000,0.00000000,19.40307617); //object(csrsfence02_lvs) (1)
  3354. CreateObject(3092,-308.91897583,1506.00585938,75.34540558,0.00000000,0.00000000,262.98461914); //object(dead_tied_cop) (1)
  3355. CreateObject(3864,-346.79013062,1509.48937988,80.65952301,0.00000000,0.00000000,270.74584961); //object(ws_floodlight) (1)
  3356. CreateObject(3864,-323.01177979,1509.51049805,80.65952301,0.00000000,0.00000000,270.74157715); //object(ws_floodlight) (2)
  3357. CreateObject(3864,-321.49111938,1598.40979004,80.83238220,0.00000000,0.00000000,138.80065918); //object(ws_floodlight) (3)
  3358. CreateObject(1682,-224.33517456,1405.48693848,78.54016113,0.00000000,0.00000000,0.00000000); //object(ap_radar1_01) (1)
  3359. CreateObject(996,-347.17681885,1557.89111328,75.31125641,0.00000000,0.00000000,286.26831055); //object(lhouse_barrier1) (1)
  3360. CreateObject(1228,-289.32305908,1521.58239746,74.78050232,0.00000000,0.00000000,19.40307617); //object(roadworkbarrier1) (1)
  3361. CreateObject(1228,-292.28305054,1529.00732422,74.78050232,0.00000000,0.00000000,19.40185547); //object(roadworkbarrier1) (2)
  3362. CreateObject(1228,-295.86227417,1541.13024902,74.98362732,0.00000000,0.00000000,19.40185547); //object(roadworkbarrier1) (3)
  3363. CreateObject(1228,-297.37448120,1542.97802734,74.98362732,0.00000000,0.00000000,42.68554688); //object(roadworkbarrier1) (4)
  3364. CreateObject(1228,-284.82522583,1510.00878906,74.98362732,0.00000000,0.00000000,352.23388672); //object(roadworkbarrier1) (5)
  3365. CreateObject(1228,-285.52307129,1506.92724609,75.02191925,0.00000000,0.00000000,352.23266602); //object(roadworkbarrier1) (6)
  3366. CreateObject(3877,2149.53125000,-2493.35522461,16.21261597,0.00000000,0.00000000,0.00000000); //object(sf_rooflite) (1)
  3367. CreateObject(11008,2042.40783691,-2435.58154297,19.43770409,0.00000000,0.00000000,355.52151489); //object(firehouse_sfs) (1)
  3368. CreateObject(978,2005.16223145,-2408.31103516,13.38709545,0.00000000,0.00000000,89.64794922); //object(sub_roadright) (1)
  3369. CreateObject(979,2028.20239258,-2409.79541016,13.38709545,0.00000000,0.75000000,257.14288330); //object(sub_roadleft) (1)
  3370. CreateObject(17008,-1431.31274414,-948.84875488,206.20846558,0.00000000,0.00000000,0.00000000); //object(farmhouse01) (1)
  3371. CreateObject(1454,-1432.49804688,-934.54260254,201.16746521,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (1)
  3372. CreateObject(1454,-1432.81066895,-934.44854736,202.76879883,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (2)
  3373. CreateObject(1454,-1433.88293457,-934.84667969,201.15321350,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (3)
  3374. CreateObject(1454,-1434.23303223,-934.29559326,202.75454712,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (4)
  3375. CreateObject(1454,-1435.42285156,-934.54559326,201.16734314,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (5)
  3376. CreateObject(1454,-1435.52624512,-934.50762939,202.76867676,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (6)
  3377. CreateObject(1454,-1433.26489258,-933.91723633,204.37013245,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (7)
  3378. CreateObject(1454,-1434.49780273,-933.75891113,204.35588074,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (8)
  3379. CreateObject(1454,-1435.28894043,-933.07696533,204.49125671,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (9)
  3380. CreateObject(1454,-1435.50292969,-933.17791748,201.23152161,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (10)
  3381. CreateObject(1454,-1434.87023926,-933.57763672,202.83285522,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (11)
  3382. CreateObject(1454,-1435.91162109,-933.17236328,202.83285522,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (12)
  3383. CreateObject(1454,-1433.93298340,-933.34039307,201.22389221,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (13)
  3384. CreateObject(1454,-1432.68090820,-933.55993652,201.21359253,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (14)
  3385. CreateObject(1454,-1433.06433105,-933.47259521,202.81492615,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (15)
  3386. CreateObject(1454,-1433.81640625,-932.79064941,203.35015869,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (16)
  3387. CreateObject(1454,-1432.66442871,-932.87908936,204.41625977,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (17)
  3388. CreateObject(1454,-1433.90747070,-932.92816162,204.95149231,0.00000000,0.00000000,0.00000000); //object(dyn_h_bale2) (18)
  3389. CreateObject(1452,-1426.84973145,-937.77777100,201.27645874,0.00000000,0.00000000,97.01538086); //object(dyn_outhouse) (1)
  3390. CreateObject(12918,-1431.66699219,-932.52697754,200.46386719,0.00000000,0.00000000,178.50830078); //object(sw_haypile05) (1)
  3391. CreateObject(3934,-1438.15844727,-956.69506836,200.06951904,0.00000000,0.00000000,0.00000000); //object(helipad01) (1)
  3392. CreateObject(3526,-1316.10424805,-964.71820068,191.70310974,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (1)
  3393. CreateObject(3526,-1322.50183105,-964.04266357,192.76866150,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (2)
  3394. CreateObject(3526,-1329.65270996,-964.27868652,193.48057556,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (4)
  3395. CreateObject(3526,-1334.90100098,-964.15679932,193.93672180,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (5)
  3396. CreateObject(3526,-1341.19067383,-964.01074219,194.48339844,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (6)
  3397. CreateObject(3526,-1350.10913086,-963.80364990,195.25956726,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (7)
  3398. CreateObject(3526,-1360.98144531,-963.55120850,195.97311401,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (8)
  3399. CreateObject(3526,-1372.16113281,-963.48883057,196.25018311,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (9)
  3400. CreateObject(3526,-1382.87609863,-963.39550781,196.72052002,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (10)
  3401. CreateObject(3526,-1393.41394043,-963.28509521,197.54963684,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (11)
  3402. CreateObject(3526,-1401.51513672,-963.47692871,198.20190430,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (12)
  3403. CreateObject(3526,-1409.62023926,-963.34588623,198.99496460,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (13)
  3404. CreateObject(3526,-1315.44641113,-945.05975342,191.03939819,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (14)
  3405. CreateObject(3526,-1321.54492188,-945.14886475,192.26940918,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (15)
  3406. CreateObject(3526,-1327.86206055,-944.69488525,193.15667725,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (16)
  3407. CreateObject(3526,-1335.22229004,-944.38128662,194.19458008,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (17)
  3408. CreateObject(3526,-1343.28808594,-943.86364746,195.32862854,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (18)
  3409. CreateObject(3526,-1355.27026367,-943.58544922,196.41079712,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (19)
  3410. CreateObject(3526,-1368.11254883,-943.28729248,197.47311401,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (20)
  3411. CreateObject(3526,-1377.64416504,-943.27899170,198.21694946,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (21)
  3412. CreateObject(3526,-1390.98437500,-943.22863770,198.64486694,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (22)
  3413. CreateObject(3526,-1399.65441895,-943.48913574,199.24627686,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (23)
  3414. CreateObject(3526,-1409.19433594,-944.62664795,199.73359680,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (25)
  3415. CreateObject(3666,-1315.09375000,-945.10192871,191.48474121,0.00000000,0.00000000,0.00000000); //object(airuntest_las) (1)
  3416. CreateObject(3666,-1315.92004395,-964.75714111,192.06886292,0.00000000,0.00000000,0.00000000); //object(airuntest_las) (2)
  3417. CreateObject(3666,-1409.97448730,-963.35473633,199.52540588,0.00000000,0.00000000,0.00000000); //object(airuntest_las) (3)
  3418. CreateObject(3666,-1409.23828125,-944.53741455,200.25933838,0.00000000,0.00000000,0.00000000); //object(airuntest_las) (4)
  3419. CreateObject(3864,-1420.22180176,-937.69323730,206.31843567,0.00000000,0.00000000,182.38891602); //object(ws_floodlight) (1)
  3420. CreateObject(10764,-1137.19458008,-960.82226562,131.55313110,0.00000000,0.00000000,313.43261719); //object(app_light_sfs05e) (1)
  3421. CreateObject(2921,-1426.01135254,-949.44531250,205.90328979,0.00000000,0.00000000,266.86523438); //object(kmb_cam) (1)
  3422. CreateObject(2921,-1427.87036133,-953.50183105,208.97985840,0.00000000,0.00000000,224.17663574); //object(kmb_cam) (2)
  3423. CreateObject(2921,-1431.57617188,-951.07971191,205.43293762,0.00000000,0.00000000,92.23510742); //object(kmb_cam) (3)
  3424. CreateObject(2921,-1430.44775391,-934.70928955,207.57775879,0.00000000,0.00000000,68.94653320); //object(kmb_cam) (4)
  3425. CreateObject(2921,-1443.63305664,-942.74169922,207.83369446,0.00000000,0.00000000,34.01916504); //object(kmb_cam) (5)
  3426. CreateObject(2922,-1443.63305664,-941.82434082,203.01727295,0.00000000,0.00000000,88.35693359); //object(kmb_keypad) (1)
  3427. CreateObject(2922,-1431.86218262,-952.93908691,202.00575256,0.00000000,0.00000000,88.35205078); //object(kmb_keypad) (2)
  3428. CreateObject(2922,-1431.86743164,-958.28369141,202.40672302,0.00000000,0.00000000,88.35205078); //object(kmb_keypad) (3)
  3429. CreateObject(2922,-1425.18774414,-954.44812012,201.93133545,0.00000000,0.00000000,269.84375000); //object(kmb_keypad) (4)
  3430. CreateObject(2922,-1425.18774414,-945.68658447,201.70617676,0.00000000,0.00000000,269.84069824); //object(kmb_keypad) (5)
  3431. CreateObject(2922,-1438.85107422,-938.79406738,202.15196228,0.00000000,0.00000000,359.09484863); //object(kmb_keypad) (6)
  3432. CreateObject(13755,-1506.44470215,-926.43969727,190.69744873,0.00000000,0.00000000,273.81384277); //object(cehillhouse01) (1)
  3433. CreateObject(3934,-1510.29565430,-928.56060791,194.26330566,0.00000000,0.00000000,3.88061523); //object(helipad01) (2)
  3434. CreateObject(3998,2285.33300781,-661.81738281,119.57999420,0.00000000,0.00000000,0.00000000); //object(court1_lan) (1)
  3435. CreateObject(3998,2285.30151367,-675.30499268,119.58113861,0.00000000,0.00000000,0.00000000); //object(court1_lan) (2)
  3436. CreateObject(3998,2285.32641602,-693.32293701,119.57288361,0.00000000,0.00000000,0.00000000); //object(court1_lan) (3)
  3437. CreateObject(3998,2285.35253906,-711.32910156,119.57602692,0.00000000,0.00000000,0.00000000); //object(court1_lan) (4)
  3438. CreateObject(3998,2285.46630859,-726.15686035,119.59411621,0.00000000,0.00000000,0.00000000); //object(court1_lan) (5)
  3439. CreateObject(3998,2250.35302734,-735.17114258,29.98147011,90.00000000,0.00000000,0.00000000); //object(court1_lan) (11)
  3440. CreateObject(3998,2316.80712891,-697.91802979,118.19000244,3.99353027,359.80023193,89.25292969); //object(court1_lan) (14)
  3441. CreateObject(4639,2274.93579102,-644.31085205,131.25988770,0.00000000,0.00000000,270.74584961); //object(paypark_lan02) (1)
  3442. CreateObject(4639,2279.15283203,-644.19812012,131.21987915,0.00000000,0.00000000,270.73608398); //object(paypark_lan02) (2)
  3443. CreateObject(4639,2290.73071289,-643.88537598,131.25988770,0.00000000,0.00000000,270.74157715); //object(paypark_lan02) (3)
  3444. CreateObject(4639,2294.64184570,-643.74890137,131.19882202,0.00000000,0.00000000,270.73608398); //object(paypark_lan02) (4)
  3445. CreateObject(4639,2291.55615234,-723.93817139,131.23400879,0.00000000,3.99902344,270.73608398); //object(paypark_lan02) (5)
  3446. CreateObject(4639,2295.37207031,-723.80749512,131.53401184,0.00000000,3.99902344,270.73608398); //object(paypark_lan02) (6)
  3447. CreateObject(4639,2279.25439453,-724.11041260,131.23400879,0.00000000,3.99902344,270.73608398); //object(paypark_lan02) (7)
  3448. CreateObject(4639,2275.61962891,-724.04101562,131.23400879,0.00000000,0.00000000,270.73608398); //object(paypark_lan02) (8)
  3449. CreateObject(4597,2285.37963867,-675.92388916,132.40585327,0.00000000,0.00000000,270.74157715); //object(crprkblok4_lan2) (3)
  3450. CreateObject(9237,2346.91088867,-652.43054199,135.04011536,0.00000000,0.00000000,0.00000000); //object(lighhouse_sfn) (1)
  3451. CreateObject(11490,2347.40429688,-708.39721680,131.21788025,0.00000000,0.00000000,266.85791016); //object(des_ranch) (1)
  3452. CreateObject(2279,2363.22583008,-700.37664795,131.35357666,0.00000000,0.00000000,0.00000000); //object(frame_thick_6) (1)
  3453. CreateObject(16155,2370.73120117,-708.41143799,132.90846252,0.00000000,0.00000000,108.65722656); //object(ufo_backrmstuff) (1)
  3454. CreateObject(3998,2332.98388672,-698.19030762,117.00000000,4.20001221,359.79675293,89.24743652); //object(court1_lan) (14)
  3455. CreateObject(3998,-2588.55639648,-2728.97045898,-4.49457407,0.00000000,0.00000000,321.19384766); //object(court1_lan) (7)
  3456. CreateObject(3998,-2599.69750977,-2742.85327148,-4.50478745,0.00000000,0.00000000,321.19384766); //object(court1_lan) (8)
  3457. CreateObject(3998,-2612.37792969,-2758.62988281,-4.52067280,0.00000000,0.00000000,321.19384766); //object(court1_lan) (9)
  3458. CreateObject(3998,-2624.73730469,-2773.91748047,-4.49076843,0.00000000,0.00000000,321.19079590); //object(court1_lan) (10)
  3459. CreateObject(3998,-2637.57788086,-2789.91528320,-4.51862526,0.00000000,0.00000000,321.19079590); //object(court1_lan) (12)
  3460. CreateObject(3998,-2649.78613281,-2804.99853516,-4.59950686,0.00000000,0.00000000,321.19384766); //object(court1_lan) (13)
  3461. CreateObject(3998,-2659.74633789,-2817.55322266,-4.59827662,0.00000000,0.00000000,321.19384766); //object(court1_lan) (15)
  3462. CreateObject(3998,-2670.98193359,-2831.35131836,-4.56985569,0.00000000,0.00000000,321.19384766); //object(court1_lan) (16)
  3463. CreateObject(3998,-2681.99145508,-2844.92578125,-7.78276157,9.60000610,0.00000000,321.19384766); //object(court1_lan) (17)
  3464. CreateObject(3998,-2695.73193359,-2862.01611328,-8.31000042,0.00000000,0.00000000,321.19384766); //object(court1_lan) (19)
  3465. CreateObject(3998,-2706.77514648,-2875.94799805,-8.28131580,0.00000000,0.00000000,321.19079590); //object(court1_lan) (20)
  3466. CreateObject(3998,-2675.35449219,-2886.37841797,-8.30000019,0.00000000,0.00000000,50.44494629); //object(court1_lan) (21)
  3467. CreateObject(3115,-2565.75000000,-2732.97290039,8.34633255,0.00000000,0.00000000,321.19384766); //object(carrier_lift1_sfse) (1)
  3468. CreateObject(3115,-2554.16674805,-2742.43164062,8.39591885,0.00000000,0.00000000,321.19079590); //object(carrier_lift1_sfse) (2)
  3469. CreateObject(3115,-2543.00317383,-2751.67846680,8.39884949,0.00000000,0.00000000,321.19079590); //object(carrier_lift1_sfse) (3)
  3470. CreateObject(3114,-2538.85278320,-2754.94238281,8.12327671,0.00000000,0.00000000,50.44799805); //object(carrier_lift2_sfse) (1)
  3471. CreateObject(1337,-2632.46655273,-2783.51953125,-6.59480047,0.00000000,0.00000000,0.00000000); //object(binnt07_la) (4)
  3472. CreateObject(1238,-2531.53515625,-2747.41699219,9.33930016,0.00000000,0.00000000,0.00000000); //object(trafficcone) (1)
  3473. CreateObject(1238,-2530.39306641,-2748.43017578,9.26146698,0.00000000,0.00000000,0.00000000); //object(trafficcone) (2)
  3474. CreateObject(1238,-2528.02441406,-2750.53173828,9.04070854,0.00000000,0.00000000,0.00000000); //object(trafficcone) (3)
  3475. CreateObject(1238,-2526.09545898,-2752.24291992,8.83959579,0.00000000,0.00000000,0.00000000); //object(trafficcone) (4)
  3476. CreateObject(1238,-2523.59277344,-2754.46313477,8.57867241,0.00000000,0.00000000,0.00000000); //object(trafficcone) (5)
  3477. CreateObject(1238,-2520.40600586,-2757.09423828,8.24014854,0.00000000,0.00000000,0.00000000); //object(trafficcone) (6)
  3478. CreateObject(1238,-2517.97338867,-2759.30834961,8.10722160,0.00000000,0.00000000,0.00000000); //object(trafficcone) (7)
  3479. CreateObject(1238,-2514.45556641,-2762.51025391,7.91498756,0.00000000,0.00000000,0.00000000); //object(trafficcone) (8)
  3480. CreateObject(1238,-2542.18066406,-2764.22729492,9.61992645,0.00000000,0.00000000,0.00000000); //object(trafficcone) (9)
  3481. CreateObject(1238,-2538.68920898,-2767.80029297,11.02631378,0.00000000,0.00000000,0.00000000); //object(trafficcone) (10)
  3482. CreateObject(1238,-2535.53247070,-2770.05297852,11.51907730,0.00000000,0.00000000,0.00000000); //object(trafficcone) (11)
  3483. CreateObject(1238,-2532.26684570,-2772.62597656,11.97738266,0.00000000,0.00000000,0.00000000); //object(trafficcone) (12)
  3484. CreateObject(1238,-2529.55053711,-2774.69409180,12.34181976,0.00000000,0.00000000,0.00000000); //object(trafficcone) (13)
  3485. CreateObject(1238,-2527.27929688,-2776.48876953,12.82948303,0.00000000,0.00000000,0.00000000); //object(trafficcone) (14)
  3486. CreateObject(1238,-2522.95361328,-2778.95605469,12.25022888,0.00000000,0.00000000,0.00000000); //object(trafficcone) (15)
  3487. CreateObject(1238,-2525.40283203,-2778.08007812,12.95637512,0.00000000,0.00000000,0.00000000); //object(trafficcone) (16)
  3488. CreateObject(1238,-2519.84033203,-2779.20654297,11.28120613,0.00000000,0.00000000,0.00000000); //object(trafficcone) (17)
  3489. CreateObject(1238,-2516.93188477,-2780.04248047,10.42575073,0.00000000,0.00000000,0.00000000); //object(trafficcone) (18)
  3490. CreateObject(1238,-2511.87963867,-2780.02441406,8.53044319,0.00000000,0.00000000,0.00000000); //object(trafficcone) (19)
  3491. CreateObject(1238,-2509.22875977,-2763.58520508,7.78419113,0.00000000,0.00000000,0.00000000); //object(trafficcone) (20)
  3492. CreateObject(1238,-2501.12011719,-2764.70874023,6.92708778,0.00000000,0.00000000,0.00000000); //object(trafficcone) (21)
  3493. CreateObject(1238,-2491.46728516,-2765.03686523,4.74906921,0.00000000,0.00000000,0.00000000); //object(trafficcone) (22)
  3494. CreateObject(1238,-2506.08471680,-2781.08642578,6.98481178,0.00000000,0.00000000,0.00000000); //object(trafficcone) (23)
  3495. CreateObject(1238,-2497.84985352,-2783.75000000,4.81706429,0.00000000,0.00000000,0.00000000); //object(trafficcone) (24)
  3496. CreateObject(1238,-2500.90332031,-2781.21240234,5.80265045,0.00000000,0.00000000,0.00000000); //object(trafficcone) (25)
  3497. CreateObject(1238,-2495.05639648,-2765.51318359,5.36928558,0.00000000,0.00000000,0.00000000); //object(trafficcone) (26)
  3498. CreateObject(1238,-2505.74194336,-2763.99707031,7.70977211,0.00000000,0.00000000,0.00000000); //object(trafficcone) (27)
  3499. CreateObject(1238,-2508.69775391,-2780.61401367,7.56458855,0.00000000,0.00000000,0.00000000); //object(trafficcone) (28)
  3500. CreateObject(1238,-2493.84301758,-2792.22021484,3.34987259,0.00000000,0.00000000,0.00000000); //object(trafficcone) (29)
  3501. CreateObject(1238,-2494.28613281,-2787.01074219,3.62468338,0.00000000,0.00000000,0.00000000); //object(trafficcone) (30)
  3502. CreateObject(1238,-2493.60961914,-2796.43359375,3.16641426,0.00000000,0.00000000,0.00000000); //object(trafficcone) (31)
  3503. CreateObject(1238,-2493.52783203,-2817.14990234,2.47574043,0.00000000,0.00000000,0.00000000); //object(trafficcone) (32)
  3504. CreateObject(1238,-2493.74169922,-2832.23559570,2.51191521,0.00000000,0.00000000,0.00000000); //object(trafficcone) (33)
  3505. CreateObject(1238,-2491.94628906,-2803.07934570,2.64828300,0.00000000,0.00000000,0.00000000); //object(trafficcone) (34)
  3506. CreateObject(1238,-2493.07299805,-2824.73388672,2.39880943,0.00000000,0.00000000,0.00000000); //object(trafficcone) (35)
  3507. CreateObject(1238,-2492.64233398,-2810.65893555,2.49135017,0.00000000,0.00000000,0.00000000); //object(trafficcone) (36)
  3508. CreateObject(1238,-2493.80932617,-2836.60742188,2.52335167,0.00000000,0.00000000,0.00000000); //object(trafficcone) (37)
  3509. CreateObject(1238,-2483.34643555,-2836.39526367,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (38)
  3510. CreateObject(1238,-2474.55566406,-2837.14990234,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (39)
  3511. CreateObject(1238,-2465.41455078,-2837.55004883,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (40)
  3512. CreateObject(1238,-2453.82836914,-2838.88598633,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (41)
  3513. CreateObject(1238,-2448.39624023,-2840.26538086,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (42)
  3514. CreateObject(1238,-2441.63891602,-2840.93896484,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (43)
  3515. CreateObject(1238,-2431.38378906,-2838.71948242,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (44)
  3516. CreateObject(1238,-2418.21118164,-2833.05126953,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (45)
  3517. CreateObject(1238,-2413.99243164,-2830.60815430,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (46)
  3518. CreateObject(1238,-2403.93066406,-2813.47021484,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (47)
  3519. CreateObject(1238,-2408.27709961,-2825.60961914,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (48)
  3520. CreateObject(1238,-2425.84301758,-2835.37109375,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (49)
  3521. CreateObject(1238,-2405.78906250,-2821.28613281,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (50)
  3522. CreateObject(1238,-2404.20849609,-2803.53564453,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (51)
  3523. CreateObject(1238,-2411.72509766,-2768.85107422,2.58237267,0.00000000,0.00000000,0.00000000); //object(trafficcone) (52)
  3524. CreateObject(1238,-2405.85522461,-2794.61010742,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (53)
  3525. CreateObject(1238,-2409.22387695,-2779.82690430,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (54)
  3526. CreateObject(1238,-2407.80908203,-2787.93505859,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (55)
  3527. CreateObject(1238,-2410.43066406,-2776.40087891,2.31818008,0.00000000,0.00000000,0.00000000); //object(trafficcone) (56)
  3528. CreateObject(1238,-2413.53149414,-2762.72631836,3.25606155,0.00000000,0.00000000,0.00000000); //object(trafficcone) (57)
  3529. CreateObject(1238,-2416.09790039,-2753.20678711,4.35615730,0.00000000,0.00000000,0.00000000); //object(trafficcone) (58)
  3530. CreateObject(1238,-2423.12695312,-2754.26831055,4.18672180,0.00000000,0.00000000,0.00000000); //object(trafficcone) (59)
  3531. CreateObject(1238,-2430.19311523,-2753.59277344,4.22077751,0.00000000,0.00000000,0.00000000); //object(trafficcone) (60)
  3532. CreateObject(1238,-2439.66064453,-2754.32446289,4.07639503,0.00000000,0.00000000,0.00000000); //object(trafficcone) (61)
  3533. CreateObject(1238,-2457.43505859,-2758.48266602,3.96280479,0.00000000,0.00000000,0.00000000); //object(trafficcone) (62)
  3534. CreateObject(1238,-2478.00000000,-2762.80908203,4.32103920,0.00000000,0.00000000,0.00000000); //object(trafficcone) (63)
  3535. CreateObject(1238,-2414.53637695,-2756.79931641,3.94478989,0.00000000,0.00000000,0.00000000); //object(trafficcone) (64)
  3536. CreateObject(3114,-2536.49291992,-2759.16967773,9.03489304,0.00000000,0.00000000,50.44799805); //object(carrier_lift2_sfse) (2)
  3537. AddStaticVehicleEx(548,-2412.39184570,-669.97540283,135.14556885,0.00000000,-1,-1,15); //Cargobob
  3538. AddStaticVehicleEx(488,-2428.96923828,-711.83673096,133.39781189,270.74584961,-1,-1,15); //News Chopper
  3539. AddStaticVehicleEx(488,-2429.28442383,-697.98919678,133.39781189,270.74157715,-1,-1,15); //News Chopper
  3540. AddStaticVehicleEx(488,-2428.00610352,-681.61560059,133.39324951,270.74157715,-1,-1,15); //News Chopper
  3541. AddStaticVehicleEx(487,-2428.36621094,-667.09020996,133.39781189,270.74584961,-1,-1,15); //Maverick
  3542. AddStaticVehicleEx(520,-2398.52343750,-698.45819092,134.17320251,0.00000000,-1,-1,15); //Hydra
  3543. CreateObject(981,-2428.63427734,-628.73907471,131.83743286,0.00000000,0.00000000,169.84985352); //object(helix_barrier) (1)
  3544. CreateObject(981,-2459.25463867,-626.73742676,131.64566040,0.00000000,0.00000000,181.49047852); //object(helix_barrier) (2)
  3545. CreateObject(3934,-2428.79321289,-711.72436523,132.13281250,0.00000000,0.00000000,0.00000000); //object(helipad01) (1)
  3546. CreateObject(3934,-2428.55712891,-698.00103760,132.13281250,0.00000000,0.00000000,0.00000000); //object(helipad01) (2)
  3547. CreateObject(3934,-2427.88061523,-681.97424316,132.12825012,0.00000000,0.00000000,0.00000000); //object(helipad01) (3)
  3548. CreateObject(3934,-2428.09545898,-666.97576904,132.13281250,0.00000000,0.00000000,0.00000000); //object(helipad01) (4)
  3549. CreateObject(3876,-2477.90380859,-758.64550781,125.34907532,0.00000000,0.00000000,0.00000000); //object(sf_roofmast) (1)
  3550. CreateObject(16375,-2391.78149414,-679.97741699,132.21287537,0.00000000,0.00000000,0.00000000); //object(by_helimarkings) (1)
  3551. CreateObject(3578,-2411.96850586,-646.57305908,132.07623291,0.00000000,0.00000000,139.70214844); //object(dockbarr1_la) (1)
  3552. CreateObject(3578,-2399.06591797,-657.72412109,132.69947815,0.00000000,0.00000000,139.69665527); //object(dockbarr1_la) (2)
  3553. CreateObject(3578,-2392.21191406,-670.14916992,132.91084290,0.00000000,0.00000000,100.89050293); //object(dockbarr1_la) (4)
  3554. CreateObject(3578,-2388.29248047,-685.99493408,132.91084290,0.00000000,0.00000000,100.88745117); //object(dockbarr1_la) (5)
  3555. CreateObject(3578,-2387.67431641,-698.79089355,132.91084290,0.00000000,0.00000000,81.48437500); //object(dockbarr1_la) (6)
  3556. CreateObject(3578,-2388.47021484,-711.04516602,132.91084290,0.00000000,0.00000000,85.36071777); //object(dockbarr1_la) (7)
  3557. CreateObject(3998,-2405.49951172,-683.48138428,119.00219727,0.00000000,0.00000000,0.00000000); //object(court1_lan) (1)
  3558. CreateObject(3998,-2405.48974609,-703.06445312,119.01032257,0.00000000,0.00000000,0.00000000); //object(court1_lan) (2)
  3559. CreateObject(16375,-2391.60058594,-680.04785156,132.21287537,0.00000000,0.00000000,0.00000000); //object(by_helimarkings) (2)
  3560. CreateObject(16375,-2387.87475586,-702.63586426,132.89213562,0.00000000,0.00000000,0.00000000); //object(by_helimarkings) (3)
  3561. CreateObject(1337,-2426.12426758,-628.87017822,132.49882507,0.00000000,0.00000000,170.74707031); //object(binnt07_la) (3)
  3562.  
  3563.  
  3564.  
  3565. //=========================================Swat islands
  3566. AddStaticVehicleEx(577,-4064.13110352,-923.12359619,12.85038853,139.99877930,-1,-1,600); //AT-400
  3567. AddStaticVehicleEx(577,-4185.72949219,-807.56201172,12.68750000,134.99987793,-1,3,600); //AT-400
  3568. AddStaticVehicleEx(593,-3603.05493164,-564.89617920,13.48549271,90.00000000,-1,-1,600); //Dodo
  3569. AddStaticVehicleEx(593,-3600.62792969,-579.62756348,13.48549271,90.00000000,-1,-1,600); //Dodo
  3570. AddStaticVehicleEx(593,-3618.22192383,-557.67633057,13.48549271,145.99993896,-1,-1,600); //Dodo
  3571. AddStaticVehicleEx(593,-3618.66674805,-582.85198975,13.48549271,27.99731445,-1,-1,600); //Dodo
  3572. AddStaticVehicleEx(519,-3617.06909180,-628.55126953,13.93538284,82.00000000,-1,-1,600); //Shamal
  3573. AddStaticVehicleEx(519,-3625.18383789,-655.62548828,13.93538284,69.99926758,-1,-1,600); //Shamal
  3574. AddStaticVehicleEx(553,-3802.17285156,-621.07812500,15.15350151,90.00000000,-1,79,600); //Nevada
  3575. AddStaticVehicleEx(553,-3802.27099609,-582.27691650,15.15350151,90.00000000,-1,3,600); //Nevada
  3576. AddStaticVehicleEx(553,-3802.03295898,-545.33526611,15.15350151,90.00000000,-1,1,600); //Nevada
  3577. AddStaticVehicleEx(519,-3633.21777344,-683.01080322,13.93538284,69.99389648,-1,-1,600); //Shamal
  3578. AddStaticVehicleEx(563,-3524.76171875,-505.23965454,13.79787159,0.00000000,-1,-1,600); //Raindance
  3579. AddStaticVehicleEx(553,-4002.43847656,-448.23553467,15.15797329,310.00000000,6,-1,600); //Nevada
  3580. AddStaticVehicleEx(553,-3968.53051758,-462.35754395,15.15797329,309.99572754,-1,6,600); //Nevada
  3581. AddStaticVehicleEx(553,-4033.95874023,-441.53823853,15.15797329,309.99572754,1,2,600); //Nevada
  3582. AddStaticVehicleEx(553,-4072.33447266,-442.88726807,15.15797329,309.99572754,-1,2,600); //Nevada
  3583. AddStaticVehicleEx(487,-3581.46240234,-507.19210815,13.17712212,0.00000000,-1,-1,600); //Maverick
  3584. CreateObject(10766,-3038.51782227,-314.72888184,9.86992264,0.00000000,0.00000000,270.00000000); //object(airport_10_sfse) (1)
  3585. CreateObject(10767,-3165.89550781,-314.94378662,-2.75000000,0.00000000,0.00000000,135.00000000); //object(airport_11_sfse) (1)
  3586. CreateObject(10767,-3165.68310547,-206.39584351,-2.34999990,0.00000000,0.00000000,135.00000000); //object(airport_11_sfse) (2)
  3587. CreateObject(10766,-3038.99243164,-206.16117859,10.39999962,0.00000000,0.00000000,270.00000000); //object(airport_10_sfse) (2)
  3588. CreateObject(10767,-3335.79321289,-206.50035095,-2.34999990,0.00000000,0.00000000,135.00000000); //object(airport_11_sfse) (3)
  3589. CreateObject(10767,-3331.80175781,-314.87786865,-2.77410889,0.00000000,0.00000000,135.00000000); //object(airport_11_sfse) (4)
  3590. CreateObject(10816,-3606.22583008,-333.68435669,10.81031418,0.00000000,0.00000000,0.00000000); //object(airprtgnd_01_sfse) (1)
  3591. CreateObject(10816,-3606.19580078,-225.41926575,11.22000027,0.00000000,0.00000000,0.00000000); //object(airprtgnd_01_sfse) (2)
  3592. CreateObject(11367,-3672.59057617,-491.73052979,-10.89256573,0.00000000,0.00000000,90.00000000); //object(airprtgnd_ct_sfse) (1)
  3593. CreateObject(10817,-3945.34570312,-398.27343750,-1.76452637,0.00000000,0.00000000,0.00000000); //object(airprtgnd_03_sfse) (1)
  3594. CreateObject(10767,-3882.95581055,-206.49282837,-2.29999995,0.00000000,0.00000000,135.00000000); //object(airport_11_sfse) (3)
  3595. CreateObject(10766,-4009.03588867,-206.34104919,10.39999962,0.00000000,0.00000000,90.00000000); //object(airport_10_sfse) (3)
  3596. CreateObject(10766,-3770.08325195,-244.57827759,9.50000000,0.00000000,0.00000000,179.99450684); //object(airport_10_sfse) (4)
  3597. CreateObject(10819,-3736.57836914,-649.83197021,-1.76452637,0.00000000,0.00000000,314.99450684); //object(airprtgnd_05_sfse) (1)
  3598. CreateObject(5004,-3714.44165039,-550.29992676,11.14521217,0.00000000,0.00000000,0.00000000); //object(lasrnway6_las) (1)
  3599. CreateObject(10755,-3843.81250000,-581.28613281,18.35801697,0.00000000,0.00000000,314.99450684); //object(airport_02_sfse) (1)
  3600. CreateObject(10760,-4008.01293945,-679.13879395,7.45891571,0.00000000,0.00000000,314.99450684); //object(airport_07_sfse) (1)
  3601. CreateObject(10758,-3954.35644531,-580.36523438,9.50000000,0.00000000,0.00000000,314.99450684); //object(airport_05_sfse) (3)
  3602. CreateObject(10761,-4007.68554688,-481.25585938,7.50000000,0.00000000,0.00000000,314.99450684); //object(airport_08_sfse) (3)
  3603. CreateObject(7978,-3870.24096680,-581.19866943,30.52212143,0.00000000,0.00000000,179.99450684); //object(airport01_lvs) (1)
  3604. CreateObject(8281,-3856.82128906,-581.55957031,22.24726105,0.00000000,0.00000000,179.99450684); //object(airport02_lvs) (2)
  3605. CreateObject(10756,-4042.65917969,-580.42675781,7.50000000,0.00000000,0.00000000,314.99450684); //object(airport_03_sfse) (2)
  3606. CreateObject(10768,-4014.39184570,-827.04486084,-1.76452637,0.00000000,0.00000000,314.99450684); //object(airprtgnd_06_sfse) (2)
  3607. CreateObject(8240,-4066.51171875,-924.94097900,25.49811935,0.00000000,0.00000000,323.99230957); //object(vgssbighanger1) (1)
  3608. CreateObject(8240,-4186.17968750,-810.92187500,25.49811935,0.00000000,0.00000000,309.99572754); //object(vgssbighanger1) (2)
  3609. CreateObject(8038,-3545.66577148,-449.93173218,32.54789734,0.00000000,0.00000000,90.00000000); //object(arprtermnl01_lvs) (1)
  3610. CreateObject(16771,-3610.14355469,-571.17089844,18.48999786,0.00000000,0.00000000,89.99450684); //object(des_savhangr) (2)
  3611. CreateObject(10759,-4151.62451172,-580.30535889,7.41975212,0.00000000,0.00000000,314.99450684); //object(roadssfse04) (1)
  3612. CreateObject(16610,-4333.03027344,-580.64257812,12.61777687,0.00000000,0.00000000,0.00000000); //object(des_nbridgebit_02) (1)
  3613. CreateObject(16610,-4454.22314453,-580.77539062,12.36777687,0.00000000,0.00000000,0.00000000); //object(des_nbridgebit_02) (2)
  3614. CreateObject(1662,-4481.35400391,-581.21173096,10.32871437,0.00000000,0.00000000,17.99560547); //object(nt_roadblockci) (1)
  3615. CreateObject(10806,-4053.54418945,-663.23693848,15.02297401,0.00000000,0.00000000,305.00000000); //object(airfence_01_sfse) (1)
  3616. CreateObject(10809,-4060.80615234,-486.59417725,15.02297401,0.00000000,0.00000000,327.00000000); //object(airfence_02_sfse) (1)
  3617. CreateObject(5004,-3932.71801758,-438.01477051,11.39521217,0.00000000,0.00000000,150.00000000); //object(lasrnway6_las) (2)
  3618. CreateObject(5004,-4078.86181641,-814.65435791,11.39521217,0.00000000,0.00000000,83.99267578); //object(lasrnway6_las) (5)
  3619. CreateObject(5004,-3815.88842773,-671.66076660,10.39521217,0.00000000,0.00000000,157.99267578); //object(lasrnway6_las) (6)
  3620. CreateObject(5004,-3844.84545898,-637.40893555,10.39521217,0.00000000,0.00000000,107.98889160); //object(lasrnway6_las) (7)
  3621. CreateObject(980,-3972.51245117,-662.85491943,5.33386946,0.00000000,0.00000000,24.00000000); //object(airportgate) (1)
  3622. CreateObject(980,-3972.82910156,-497.65567017,5.33386946,0.00000000,0.00000000,141.99966431); //object(airportgate) (2)
  3623. CreateObject(10764,-2976.11718750,-206.40657043,13.82088280,0.00000000,0.00000000,135.00000000); //object(app_light_sfs05e) (1)
  3624. CreateObject(10764,-2975.95703125,-314.14880371,13.82088280,0.00000000,0.00000000,135.00000000); //object(app_light_sfs05e) (2)
  3625. CreateObject(10764,-4069.54248047,-206.23925781,14.07088280,0.00000000,0.00000000,315.00000000); //object(app_light_sfs05e) (3)
  3626. CreateObject(10764,-2871.93383789,-206.67434692,7.57088280,0.00000000,0.00000000,135.00000000); //object(app_light_sfs05e) (4)
  3627. CreateObject(10764,-2873.05004883,-314.10739136,7.57088280,0.00000000,0.00000000,135.00000000); //object(app_light_sfs05e) (5)
  3628. CreateObject(5004,-3936.35400391,-731.35174561,11.39521217,0.00000000,0.00000000,38.00000000); //object(lasrnway6_las) (8)
  3629. CreateObject(10778,-3860.45776367,-532.99267578,7.21093941,0.00000000,0.00000000,315.00000000); //object(aircarpark_01_sfse) (1)
  3630. CreateObject(10779,-3861.54541016,-597.96093750,7.00000000,0.00000000,0.00000000,135.00000000); //object(aircarpark_06_sfse) (1)
  3631. CreateObject(10779,-3876.71289062,-489.33853149,6.75000000,0.00000000,0.00000000,315.00000000); //object(aircarpark_06_sfse) (2)
  3632. CreateObject(972,-3857.24267578,-448.46188354,3.17968750,0.00000000,0.00000000,46.00000000); //object(tunnelentrance) (1)
  3633. CreateObject(972,-3885.41479492,-634.12225342,3.00000000,0.00000000,0.00000000,225.99992371); //object(tunnelentrance) (2)
  3634. CreateObject(1425,-3864.22924805,-542.22625732,3.81968641,0.00000000,0.00000000,310.00000000); //object(dyn_roadbarrier_3) (1)
  3635. CreateObject(4514,-3855.54223633,-538.09606934,5.25695229,0.00000000,0.00000000,130.00000000); //object(cn2_roadblock01ld) (1)
  3636. CreateObject(4514,-3865.48339844,-527.47192383,5.25695229,0.00000000,0.00000000,129.99572754); //object(cn2_roadblock01ld) (2)
  3637. CreateObject(5004,-3631.99316406,-397.27868652,10.63436031,0.00000000,0.00000000,0.00000000); //object(lasrnway6_las) (3)
  3638. AddStaticVehicleEx(593,1228.17456055,727.81433105,11.20458221,266.00000000,-1,-1,15); //Dodo
  3639. AddStaticVehicleEx(593,1228.90844727,741.86090088,11.20458221,265.99548340,-1,-1,15); //Dodo
  3640. CreateObject(3998,1274.60156250,785.43212891,-3.00000000,0.00000000,0.00000000,90.00000000); //object(court1_lan) (1)
  3641. CreateObject(3998,1295.85534668,785.30810547,-3.00000000,0.00000000,0.00000000,90.00000000); //object(court1_lan) (2)
  3642. CreateObject(3998,1317.34558105,785.54302979,-3.00000000,0.00000000,0.00000000,90.00000000); //object(court1_lan) (3)
  3643. CreateObject(3998,1253.06298828,785.36303711,-3.00000000,0.00000000,0.00000000,90.00000000); //object(court1_lan) (4)
  3644. CreateObject(10764,1295.03686523,784.36059570,6.65468788,0.00000000,0.00000000,313.99975586); //object(app_light_sfs05e) (1)
  3645. CreateObject(3998,1231.54760742,785.25701904,-3.00000000,0.00000000,0.00000000,90.00000000); //object(court1_lan) (5)
  3646. CreateObject(10764,1216.19897461,785.86224365,6.65468788,0.00000000,0.00000000,133.99429321); //object(app_light_sfs05e) (2)
  3647. CreateObject(3526,1232.42382812,797.60333252,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (1)
  3648. CreateObject(3526,1222.92114258,797.57177734,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (2)
  3649. CreateObject(3526,1212.49829102,797.47802734,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (3)
  3650. CreateObject(3526,1244.41882324,797.66650391,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (4)
  3651. CreateObject(3526,1254.94287109,797.62774658,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (5)
  3652. CreateObject(3526,1272.98266602,797.59698486,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (6)
  3653. CreateObject(3526,1287.97277832,797.45794678,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (7)
  3654. CreateObject(3526,1317.23742676,797.37322998,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (8)
  3655. CreateObject(3526,1298.98107910,797.42578125,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (9)
  3656. CreateObject(3526,1307.48950195,797.78540039,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (10)
  3657. CreateObject(3526,1306.39685059,773.36773682,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (11)
  3658. CreateObject(3526,1316.66247559,773.16027832,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (12)
  3659. CreateObject(3526,1298.25061035,773.19360352,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (13)
  3660. CreateObject(3526,1288.63537598,773.08538818,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (14)
  3661. CreateObject(3526,1272.63330078,773.53417969,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (15)
  3662. CreateObject(3526,1254.88281250,773.47784424,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (16)
  3663. CreateObject(3526,1243.88281250,773.44262695,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (17)
  3664. CreateObject(3526,1232.13281250,773.40509033,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (18)
  3665. CreateObject(3526,1221.88281250,773.37176514,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (19)
  3666. CreateObject(3526,1212.13281250,773.34014893,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (20)
  3667. CreateObject(5706,1302.15112305,760.00604248,6.50000000,0.00000000,0.00000000,0.00000000); //object(studiobld03_law) (1)
  3668. CreateObject(5706,1302.19042969,737.49609375,6.50000000,0.00000000,0.00000000,0.00000000); //object(studiobld03_law) (2)
  3669. CreateObject(5706,1302.29516602,714.96612549,6.50000000,0.00000000,0.00000000,0.00000000); //object(studiobld03_law) (3)
  3670. CreateObject(3998,1210.61816406,785.17480469,-3.00000000,0.00000000,0.00000000,90.00000000); //object(court1_lan) (4)
  3671. CreateObject(3526,1203.94628906,797.46069336,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (21)
  3672. CreateObject(3526,1194.28503418,797.39288330,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (22)
  3673. CreateObject(3526,1194.86584473,773.42602539,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (23)
  3674. CreateObject(3526,1203.74426270,773.37744141,10.31173038,0.00000000,0.00000000,0.00000000); //object(vegasairportlight) (24)
  3675. CreateObject(5706,1236.48925781,715.20312500,6.50000000,0.00000000,0.00000000,0.00000000); //object(studiobld03_law) (4)
  3676. CreateObject(5706,1269.26171875,715.12701416,6.50000000,0.00000000,0.00000000,0.00000000); //object(studiobld03_law) (5)
  3677. CreateObject(3851,1315.32763672,748.47961426,7.25000000,90.00000000,0.00000000,90.00000000); //object(carshowwin_sfsx) (1)
  3678. CreateObject(3851,1313.48559570,728.50634766,10.82048416,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (2)
  3679. CreateObject(3851,1313.37622070,742.78454590,10.82048416,0.00000000,0.00000000,179.99450684); //object(carshowwin_sfsx) (4)
  3680. CreateObject(1649,1246.08435059,711.90570068,51.73605347,0.00000000,0.00000000,179.99450684); //object(wglasssmash) (1)
  3681. CreateObject(1523,1313.33959961,733.91748047,10.32048416,0.00000000,0.00000000,83.99951172); //object(gen_doorext10) (1)
  3682. CreateObject(3851,1316.75952148,742.97802734,10.82048416,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (5)
  3683. CreateObject(1692,1315.33789062,738.94360352,13.64802551,0.00000000,0.00000000,270.00000000); //object(roofstuff18) (1)
  3684. CreateObject(1692,1315.37084961,732.58312988,13.64802551,0.00000000,0.00000000,270.00000000); //object(roofstuff18) (2)
  3685. CreateObject(3851,1316.74487305,731.60339355,10.82048416,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (6)
  3686. CreateObject(1692,1315.37084961,725.09454346,13.64802551,0.00000000,0.00000000,270.00000000); //object(roofstuff18) (3)
  3687. CreateObject(1557,1313.71716309,723.40490723,10.32048416,0.00000000,0.00000000,0.00000000); //object(gen_doorext19) (1)
  3688. CreateObject(1557,1316.62841797,723.42755127,10.32048416,0.00000000,0.00000000,179.99450684); //object(gen_doorext19) (2)
  3689. CreateObject(8038,1279.45556641,708.91882324,30.17763519,0.00000000,0.00000000,270.00000000); //object(arprtermnl01_lvs) (1)
  3690. CreateObject(1649,1250.53918457,711.97259521,51.73605347,0.00000000,0.00000000,179.99450684); //object(wglasssmash) (1)
  3691. CreateObject(1649,1252.65197754,709.87707520,51.98605347,0.00000000,0.00000000,90.00000000); //object(wglasssmash) (1)
  3692. CreateObject(1649,1252.72595215,705.37646484,51.98605347,0.00000000,0.00000000,90.00000000); //object(wglasssmash) (1)
  3693. CreateObject(1649,1250.55957031,703.21997070,51.98605347,0.00000000,0.00000000,0.00000000); //object(wglasssmash) (1)
  3694. CreateObject(1649,1246.03247070,703.22375488,51.98605347,0.00000000,0.00000000,0.00000000); //object(wglasssmash) (1)
  3695. CreateObject(1649,1243.99926758,705.34747314,51.98605347,0.00000000,0.00000000,270.00000000); //object(wglasssmash) (1)
  3696. CreateObject(1649,1244.10461426,709.60754395,51.98605347,0.00000000,0.00000000,269.99450684); //object(wglasssmash) (1)
  3697. CreateObject(1523,1313.39782715,737.00958252,10.32048416,0.00000000,0.00000000,269.99951172); //object(gen_doorext10) (1)
  3698. CreateObject(3851,1316.94689941,722.54376221,10.82048416,0.00000000,0.00000000,0.00000000); //object(carshowwin_sfsx) (6)
  3699. CreateObject(1692,1315.33789062,745.09533691,13.64802551,0.00000000,0.00000000,270.00000000); //object(roofstuff18) (1)
  3700. CreateObject(5706,1269.25402832,737.58715820,6.50000000,0.00000000,0.00000000,0.00000000); //object(studiobld03_law) (2)
  3701. CreateObject(5706,1236.38464355,737.79797363,6.50000000,0.00000000,0.00000000,0.00000000); //object(studiobld03_law) (2)
  3702. CreateObject(3851,1252.34106445,710.36260986,24.57048416,90.00000000,180.00000000,47.99401855); //object(carshowwin_sfsx) (4)
  3703. CreateObject(3851,1249.52014160,713.16351318,24.57048416,90.00000000,179.99450684,43.99118042); //object(carshowwin_sfsx) (4)
  3704. CreateObject(3851,1247.05639648,713.38391113,24.57048416,90.00000000,180.00549316,133.98025513); //object(carshowwin_sfsx) (4)
  3705. CreateObject(3851,1243.94433594,710.86914062,24.57048416,90.00000000,180.00549316,133.97827148); //object(carshowwin_sfsx) (4)
  3706. CreateObject(3851,1242.19421387,709.45465088,24.57048416,90.00000000,180.00549316,133.97827148); //object(carshowwin_sfsx) (4)
  3707. CreateObject(3851,1242.53002930,706.83227539,24.57048416,90.00000000,180.00549316,227.97839355); //object(carshowwin_sfsx) (4)
  3708. CreateObject(3851,1244.89367676,704.30401611,24.57048416,90.00000000,180.00549316,231.97631836); //object(carshowwin_sfsx) (4)
  3709. CreateObject(3851,1247.11083984,702.35980225,24.57048416,90.00000000,180.00549316,231.97631836); //object(carshowwin_sfsx) (4)
  3710. CreateObject(3851,1250.00256348,702.38281250,24.57048416,90.00000000,180.00549316,313.97631836); //object(carshowwin_sfsx) (4)
  3711. CreateObject(3851,1252.68945312,705.01025391,24.57048416,90.00000000,180.00549316,313.97277832); //object(carshowwin_sfsx) (4)
  3712. CreateObject(3851,1253.85668945,706.31372070,24.57048416,90.00000000,180.00549316,313.97277832); //object(carshowwin_sfsx) (4)
  3713. CreateObject(3851,1253.85644531,706.31347656,34.82048416,90.00000000,180.00549316,313.97277832); //object(carshowwin_sfsx) (4)
  3714. CreateObject(3851,1253.96972656,708.83081055,24.57048416,90.00000000,179.99450684,47.99377441); //object(carshowwin_sfsx) (4)
  3715. CreateObject(3851,1253.96972656,708.83007812,34.82048416,90.00000000,179.99450684,47.99377441); //object(carshowwin_sfsx) (4)
  3716. CreateObject(3851,1252.68945312,705.00976562,35.57048416,90.00000000,180.00549316,313.97277832); //object(carshowwin_sfsx) (4)
  3717. CreateObject(3851,1250.00195312,702.38281250,34.82048416,90.00000000,180.00549316,313.97277832); //object(carshowwin_sfsx) (4)
  3718. CreateObject(3851,1246.98889160,702.43841553,34.82048416,90.00000000,180.00549316,231.97631836); //object(carshowwin_sfsx) (4)
  3719. CreateObject(3851,1252.34082031,710.36230469,34.82048416,90.00000000,179.99450684,47.99377441); //object(carshowwin_sfsx) (4)
  3720. CreateObject(3851,1249.51953125,713.16308594,35.07048416,90.00000000,179.99450684,43.98925781); //object(carshowwin_sfsx) (4)
  3721. CreateObject(3851,1246.87597656,713.20989990,35.07048416,90.00000000,180.00549316,133.97827148); //object(carshowwin_sfsx) (4)
  3722. CreateObject(3851,1243.89575195,710.37145996,34.82048416,90.00000000,180.00549316,133.97827148); //object(carshowwin_sfsx) (4)
  3723. CreateObject(3851,1242.54565430,709.09924316,34.82048416,90.00000000,180.00549316,133.97827148); //object(carshowwin_sfsx) (4)
  3724. CreateObject(3851,1242.80078125,706.41223145,34.82048416,90.00000000,180.00549316,227.97729492); //object(carshowwin_sfsx) (4)
  3725. CreateObject(3851,1244.89355469,704.30371094,34.82048416,90.00000000,180.00549316,231.97631836); //object(carshowwin_sfsx) (4)
  3726. CreateObject(8034,1290.60644531,706.70874023,15.17937469,0.00000000,0.00000000,180.00000000); //object(flghtschl01_lvs) (1)
  3727. CreateObject(5706,1303.23559570,686.57409668,6.50000000,0.00000000,0.00000000,0.00000000); //object(studiobld03_law) (4)
  3728. CreateObject(5706,1320.95483398,686.41058350,6.50000000,0.00000000,0.00000000,0.00000000); //object(studiobld03_law) (4)
  3729. CreateObject(983,1254.05480957,680.36041260,11.00403881,0.00000000,0.00000000,0.00000000); //object(fenceshit3) (1)
  3730. CreateObject(5706,1270.33508301,686.68762207,6.50000000,0.00000000,0.00000000,0.00000000); //object(studiobld03_law) (4)
  3731. CreateObject(983,1254.05346680,686.73364258,11.00403881,0.00000000,0.00000000,0.00000000); //object(fenceshit3) (2)
  3732. CreateObject(983,1254.01464844,693.05761719,11.00403881,0.00000000,0.00000000,0.00000000); //object(fenceshit3) (3)
  3733. CreateObject(982,1266.64294434,677.39123535,11.00403881,0.00000000,0.00000000,90.00000000); //object(fenceshit) (1)
  3734. CreateObject(982,1292.14355469,677.53869629,11.00403881,0.00000000,0.00000000,90.00000000); //object(fenceshit) (2)
  3735. CreateObject(982,1318.08911133,677.59893799,11.00403881,0.00000000,0.00000000,90.00000000); //object(fenceshit) (3)
  3736. CreateObject(982,1232.95739746,705.53839111,11.00403881,0.00000000,0.00000000,90.00000000); //object(fenceshit) (4)
  3737. CreateObject(982,1220.34265137,716.69171143,11.00403881,0.00000000,0.00000000,0.00000000); //object(fenceshit) (5)
  3738. CreateObject(982,1220.24023438,737.95568848,11.00403881,0.00000000,0.00000000,0.00000000); //object(fenceshit) (6)
  3739. CreateObject(982,1232.81762695,750.66815186,11.00403881,0.00000000,0.00000000,90.00000000); //object(fenceshit) (7)
  3740. CreateObject(982,1258.12414551,750.52691650,11.00403881,0.00000000,0.00000000,90.00000000); //object(fenceshit) (8)
  3741. CreateObject(982,1272.90893555,750.68164062,11.00403881,0.00000000,0.00000000,90.00000000); //object(fenceshit) (9)
  3742. CreateObject(982,1285.53051758,759.36877441,11.00403881,0.00000000,0.00000000,0.00000000); //object(fenceshit) (10)
  3743. CreateObject(982,1318.60900879,760.14801025,11.00403881,0.00000000,0.00000000,0.00000000); //object(fenceshit) (11)
  3744. CreateObject(982,1318.69909668,736.55377197,11.00403881,0.00000000,0.00000000,0.00000000); //object(fenceshit) (12)
  3745. CreateObject(3882,1249.45568848,705.62487793,50.18480301,0.00000000,0.00000000,0.00000000); //object(airsecboothint_sfse) (1)
  3746. CreateObject(3882,1247.50524902,709.29547119,50.18480301,0.00000000,0.00000000,180.00000000); //object(airsecboothint_sfse) (2)
  3747. CreateObject(10154,1250.42639160,709.73950195,53.57503510,0.00000000,90.00000000,0.00000000); //object(pier69gdr) (1)
  3748. CreateObject(10154,1250.36267090,705.77642822,53.57503510,0.00000000,90.00000000,0.00000000); //object(pier69gdr) (2)
  3749. CreateObject(10154,1246.46362305,709.65039062,53.57503510,0.00000000,90.00000000,0.00000000); //object(pier69gdr) (3)
  3750. CreateObject(10154,1246.36816406,705.57617188,53.57503510,0.00000000,90.00000000,0.00000000); //object(pier69gdr) (4)
  3751. CreateObject(3877,1247.91870117,707.55725098,55.38140106,0.00000000,0.00000000,0.00000000); //object(sf_rooflite) (1)
  3752.  
  3753.  
  3754.  
  3755. //Anil islands
  3756.  
  3757.  
  3758. CreateObject(3458,2808.86621094,1830.91430664,8.34184265,0.00000000,0.00000000,0.00000000); //object(vgncarshade1) (1)
  3759. CreateObject(9254,2838.83593750,1889.45507812,10.42605209,0.00000000,0.00000000,0.00000000); //object(carpark_sfn01) (1)
  3760. CreateObject(16685,816.82342529,-4439.07568359,0.25000000,0.00000000,0.00000000,94.00000000); //object(cn2_rnway_bit2) (1)
  3761. CreateObject(4847,888.41986084,-4497.06884766,-8.49652672,0.00000000,0.00000000,94.00000000); //object(beach1_las0gj) (1)
  3762. CreateObject(4847,748.95880127,-4505.12158203,-8.74652672,0.00000000,0.00000000,271.99902344); //object(beach1_las0gj) (2)
  3763. CreateObject(16685,815.56066895,-4523.98779297,0.25000000,0.00000000,0.00000000,93.99902344); //object(cn2_rnway_bit2) (2)
  3764. CreateObject(18353,824.81042480,-4734.08886719,11.65153885,0.00000000,0.00000000,316.00000000); //object(cs_landbit_67) (1)
  3765. CreateObject(17472,866.98022461,-4689.57568359,0.00000000,0.00000000,0.00000000,108.00000000); //object(cunt_rocgxp2_04) (1)
  3766. CreateObject(17472,874.10528564,-4726.00439453,0.00000000,0.00000000,0.00000000,107.99560547); //object(cunt_rocgxp2_04) (2)
  3767. CreateObject(17472,869.13751221,-4745.75439453,0.00000000,0.00000000,0.00000000,61.99560547); //object(cunt_rocgxp2_04) (3)
  3768. CreateObject(17472,752.57098389,-4747.99511719,0.00000000,0.00000000,340.00000000,217.99034119); //object(cunt_rocgxp2_04) (4)
  3769. CreateObject(17472,784.61810303,-4692.20507812,0.00000000,0.00000000,339.99938965,263.98522949); //object(cunt_rocgxp2_04) (5)
  3770. CreateObject(17472,757.46508789,-4716.46679688,0.00000000,0.00000000,339.99938965,49.98498535); //object(cunt_rocgxp2_04) (6)
  3771. CreateObject(3599,857.63012695,-4725.17382812,6.33172512,0.00000000,0.00000000,272.00000000); //object(hillhouse02_la) (1)
  3772. CreateObject(3607,829.85430908,-4754.56201172,6.49152565,0.00000000,0.00000000,4.00000000); //object(bevman2_law2) (2)
  3773. CreateObject(3605,827.46704102,-4690.41796875,6.38529968,0.00000000,0.00000000,2.00000000); //object(bevman3_law2) (1)
  3774. CreateObject(3606,796.37823486,-4721.24462891,3.74386072,0.00000000,0.00000000,92.00000000); //object(bevbrkhus1) (1)
  3775. CreateObject(3816,873.46496582,-4624.46435547,9.31441689,0.00000000,0.00000000,272.00000000); //object(bighangar1_sfx) (1)
  3776. CreateObject(8240,875.63409424,-4546.81103516,14.37906456,0.00000000,0.00000000,94.00000000); //object(vgssbighanger1) (1)
  3777. CreateObject(4113,862.11755371,-4518.98486328,-35.14482117,0.00000000,0.00000000,14.00000000); //object(lanofficeblok1) (2)
  3778. CreateObject(4113,864.34094238,-4544.08789062,-35.14482117,0.00000000,0.00000000,13.99658203); //object(lanofficeblok1) (3)
  3779. CreateObject(4113,864.77368164,-4568.73681641,-35.14482117,0.00000000,0.00000000,15.99658203); //object(lanofficeblok1) (4)
  3780. CreateObject(4113,892.28948975,-4566.85839844,-35.14482117,0.00000000,0.00000000,15.99609375); //object(lanofficeblok1) (5)
  3781. CreateObject(4113,890.46807861,-4540.22949219,-35.14482117,0.00000000,0.00000000,15.99609375); //object(lanofficeblok1) (6)
  3782. CreateObject(4113,889.48669434,-4525.88232422,-35.14482117,0.00000000,0.00000000,15.99609375); //object(lanofficeblok1) (7)
  3783. CreateObject(17472,866.85882568,-4682.61572266,0.00000000,0.00000000,0.00000000,127.99560547); //object(cunt_rocgxp2_04) (7)
  3784. CreateObject(4847,911.89550781,-4494.86181641,-8.49652672,0.00000000,0.00000000,94.00000000); //object(beach1_las0gj) (3)
  3785. for(new i = 0; i< MAX_VEHICLES; i++) SetVehicleToRespawn(i);
  3786. UsePlayerPedAnims();
  3787.  
  3788. }
  3789.  
  3790. public OnPlayerRequestClass(playerid, classid)
  3791. {
  3792. SetupPlayerForClassSelection(playerid);
  3793. switch(classid)
  3794. {
  3795. case 0: GameTextForPlayer (playerid, "~p~Las Venturas Pilot", 3000, 6);
  3796. case 1: GameTextForPlayer (playerid, "~b~Los Santos Pilot", 3000, 6);
  3797. case 2: GameTextForPlayer (playerid, "~g~San Fierro Pilot", 3000, 6);
  3798. case 3: GameTextForPlayer (playerid, "~r~Area 69 Military Pilot", 3000,6);
  3799. case 4: GameTextForPlayer (playerid, "~r~Abandoned Airport Pilot", 3000,6);
  3800. }
  3801. return 1;
  3802. }
  3803.  
  3804. public SetupPlayerForClassSelection(playerid)
  3805. {
  3806. SetPlayerInterior(playerid,14);
  3807. SetPlayerPos(playerid,258.4893,-41.4008,1002.0234);
  3808. SetPlayerFacingAngle(playerid, 270.0);
  3809. SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
  3810. SetPlayerCameraLookAt(playerid,258.4893,-41.4008,1002.0234);
  3811. }
  3812.  
  3813. public OnPlayerConnect(playerid)
  3814. {
  3815. Count++;
  3816. SendDeathMessage(INVALID_PLAYER_ID,playerid,200);
  3817.  
  3818. SpeedBreak[playerid] = 0;
  3819.  
  3820. new pname[MAX_PLAYER_NAME], string[22 + MAX_PLAYER_NAME];
  3821. GetPlayerName(playerid, pname, sizeof(pname));
  3822. format(string, sizeof(string), "%s has joined GTA Pilots!", pname);
  3823. SendClientMessageToAll(0xAAAAAAAA, string);
  3824.  
  3825. SendClientMessage(playerid,COLOR_RED2,"___________________|GTAPilots News Board-v1.3|_____________________");
  3826. SendClientMessage(playerid,YELLOW," All new players do /register TO SAVE YOUR SCORE! and /login IF YOU Returned");
  3827. SendClientMessage(playerid,YELLOW," If you donate you keep the server up and get many gifts! www.gtap.tk");
  3828. SendClientMessage(playerid,COLOR_RED2,"_________________________________________________________________");
  3829. ScoreTimer1[playerid] = SetTimerEx("AddScore1", 1000, true, "i", playerid);
  3830. SetPVarInt(playerid, "CanSetRoute", 1);
  3831. if (IsPlayerConnected(playerid))
  3832. {
  3833. TD_0[playerid] = TextDrawCreate(165.000000, 344.000000, "Fuel:__");
  3834. TextDrawBackgroundColor(TD_0[playerid], 255);
  3835. TextDrawFont(TD_0[playerid], 1);
  3836. TextDrawLetterSize(TD_0[playerid], 0.319999, 1.299999);
  3837. TextDrawColor(TD_0[playerid], 16777215);
  3838. TextDrawSetOutline(TD_0[playerid], 1);
  3839. TextDrawSetProportional(TD_0[playerid], 1);
  3840.  
  3841. TD_1[playerid] = TextDrawCreate(154.000000, 338.000000, "_________________________________________________");
  3842. TextDrawBackgroundColor(TD_1[playerid], -16776961);
  3843. TextDrawFont(TD_1[playerid], 1);
  3844. TextDrawLetterSize(TD_1[playerid], 6.039996, 9.299997);
  3845. TextDrawColor(TD_1[playerid], -1);
  3846. TextDrawSetOutline(TD_1[playerid], 1);
  3847. TextDrawSetProportional(TD_1[playerid], 0);
  3848. TextDrawUseBox(TD_1[playerid], 1);
  3849. TextDrawBoxColor(TD_1[playerid], 84226660);
  3850. TextDrawTextSize(TD_1[playerid], 629.000000, 236.000000);
  3851.  
  3852. TD_2[playerid] = TextDrawCreate(264.000000, 361.000000, "DEST:___");
  3853. TextDrawBackgroundColor(TD_2[playerid], 255);
  3854. TextDrawFont(TD_2[playerid], 1);
  3855. TextDrawLetterSize(TD_2[playerid], 0.249999, 1.399999);
  3856. TextDrawColor(TD_2[playerid], 16777215);
  3857. TextDrawSetOutline(TD_2[playerid], 1);
  3858. TextDrawSetProportional(TD_2[playerid], 1);
  3859.  
  3860. TD_3[playerid] = TextDrawCreate(166.000000, 362.000000, "DMG:___");
  3861. TextDrawBackgroundColor(TD_3[playerid], 255);
  3862. TextDrawFont(TD_3[playerid], 1);
  3863. TextDrawLetterSize(TD_3[playerid], 0.279999, 1.199999);
  3864. TextDrawColor(TD_3[playerid], 16777215);
  3865. TextDrawSetOutline(TD_3[playerid], 1);
  3866. TextDrawSetProportional(TD_3[playerid], 1);
  3867.  
  3868. TD_4[playerid] = TextDrawCreate(166.000000, 382.000000, "DIST:___");
  3869. TextDrawBackgroundColor(TD_4[playerid], 255);
  3870. TextDrawFont(TD_4[playerid], 1);
  3871. TextDrawLetterSize(TD_4[playerid], 0.299999, 1.299999);
  3872. TextDrawColor(TD_4[playerid], 16777215);
  3873. TextDrawSetOutline(TD_4[playerid], 1);
  3874. TextDrawSetProportional(TD_4[playerid], 1);
  3875.  
  3876. TD_5[playerid] = TextDrawCreate(165.000000, 401.000000, "ALT:___");
  3877. TextDrawBackgroundColor(TD_5[playerid], 255);
  3878. TextDrawFont(TD_5[playerid], 1);
  3879. TextDrawLetterSize(TD_5[playerid], 0.379999, 1.299999);
  3880. TextDrawColor(TD_5[playerid], 16777215);
  3881. TextDrawSetOutline(TD_5[playerid], 1);
  3882. TextDrawSetProportional(TD_5[playerid], 1);
  3883.  
  3884. TD_6[playerid] = TextDrawCreate(263.000000, 341.000000, "VEH:__");
  3885. TextDrawBackgroundColor(TD_6[playerid], 255);
  3886. TextDrawFont(TD_6[playerid], 1);
  3887. TextDrawLetterSize(TD_6[playerid], 0.299999, 1.399999);
  3888. TextDrawColor(TD_6[playerid], 16777215);
  3889. TextDrawSetOutline(TD_6[playerid], 1);
  3890. TextDrawSetProportional(TD_6[playerid], 1);
  3891.  
  3892. TD_7[playerid] = TextDrawCreate(263.000000, 399.000000, "Status:___");
  3893. TextDrawBackgroundColor(TD_7[playerid], 255);
  3894. TextDrawFont(TD_7[playerid], 1);
  3895. TextDrawLetterSize(TD_7[playerid], 0.289999, 1.499999);
  3896. TextDrawColor(TD_7[playerid], 16777215);
  3897. TextDrawSetOutline(TD_7[playerid], 1);
  3898. TextDrawSetProportional(TD_7[playerid], 1);
  3899.  
  3900. TD_8[playerid] = TextDrawCreate(264.000000, 381.000000, "HDG:___");
  3901. TextDrawBackgroundColor(TD_8[playerid], 255);
  3902. TextDrawFont(TD_8[playerid], 1);
  3903. TextDrawLetterSize(TD_8[playerid], 0.289999, 1.399999);
  3904. TextDrawColor(TD_8[playerid], 16777215);
  3905. TextDrawSetOutline(TD_8[playerid], 1);
  3906. TextDrawSetProportional(TD_8[playerid], 1);
  3907.  
  3908. TD_9[playerid] = TextDrawCreate(399.000000, 359.000000, "GPS:___");
  3909. TextDrawBackgroundColor(TD_9[playerid], 255);
  3910. TextDrawFont(TD_9[playerid], 1);
  3911. TextDrawLetterSize(TD_9[playerid], 0.249999, 1.399999);
  3912. TextDrawColor(TD_9[playerid], 16777215);
  3913. TextDrawSetOutline(TD_9[playerid], 1);
  3914. TextDrawSetProportional(TD_9[playerid], 1);
  3915.  
  3916. TD_10[playerid] = TextDrawCreate(399.000000, 340.000000, "Door:___");
  3917. TextDrawBackgroundColor(TD_10[playerid], 255);
  3918. TextDrawFont(TD_10[playerid], 1);
  3919. TextDrawLetterSize(TD_10[playerid], 0.269999, 1.399999);
  3920. TextDrawColor(TD_10[playerid], 16777215);
  3921. TextDrawSetOutline(TD_10[playerid], 1);
  3922. TextDrawSetProportional(TD_10[playerid], 1);
  3923.  
  3924. TD_11[playerid] = TextDrawCreate(400.000000, 380.000000, "Pilots:___");
  3925. TextDrawBackgroundColor(TD_11[playerid], 255);
  3926. TextDrawFont(TD_11[playerid], 1);
  3927. TextDrawLetterSize(TD_11[playerid], 0.259999, 1.499999);
  3928. TextDrawColor(TD_11[playerid], 16777215);
  3929. TextDrawSetOutline(TD_11[playerid], 1);
  3930. TextDrawSetProportional(TD_11[playerid], 1);
  3931.  
  3932. TD_12[playerid] = TextDrawCreate(399.000000, 398.000000, "Cash:___");
  3933. TextDrawBackgroundColor(TD_12[playerid], 255);
  3934. TextDrawFont(TD_1[playerid], 1);
  3935. TextDrawLetterSize(TD_12[playerid], 0.289999, 1.599999);
  3936. TextDrawColor(TD_12[playerid], 16777215);
  3937. TextDrawSetOutline(TD_12[playerid], 1);
  3938. TextDrawSetProportional(TD_12[playerid], 1);
  3939.  
  3940. TD_13[playerid] = TextDrawCreate(519.000000, 340.000000, "MP/H:___");
  3941. TextDrawBackgroundColor(TD_13[playerid], 255);
  3942. TextDrawFont(TD_13[playerid], 1);
  3943. TextDrawLetterSize(TD_13[playerid], 0.319999, 1.499999);
  3944. TextDrawColor(TD_13[playerid], -16776961);
  3945. TextDrawSetOutline(TD_13[playerid], 1);
  3946. TextDrawSetProportional(TD_13[playerid], 1);
  3947.  
  3948. TD_14[playerid] = TextDrawCreate(520.000000, 358.000000, "KM/H:___");
  3949. TextDrawBackgroundColor(TD_14[playerid], 255);
  3950. TextDrawFont(TD_14[playerid], 1);
  3951. TextDrawLetterSize(TD_14[playerid], 0.339999, 1.499999);
  3952. TextDrawColor(TD_14[playerid], -16776961);
  3953. TextDrawSetOutline(TD_14[playerid], 1);
  3954. TextDrawSetProportional(TD_14[playerid], 1);
  3955.  
  3956. TD_16[playerid] = TextDrawCreate(520.000000, 377.000000, "KNT/H:___");
  3957. TextDrawBackgroundColor(TD_16[playerid], 255);
  3958. TextDrawFont(TD_16[playerid], 1);
  3959. TextDrawLetterSize(TD_16[playerid], 0.309999, 1.499999);
  3960. TextDrawColor(TD_16[playerid], -16776961);
  3961. TextDrawSetOutline(TD_16[playerid], 1);
  3962. TextDrawSetProportional(TD_16[playerid], 1);
  3963.  
  3964. TD_16[playerid] = TextDrawCreate(555.000000, 325.000000, "GTAPilots - gtapil.tk");
  3965. TextDrawBackgroundColor(TD_16[playerid], 255);
  3966. TextDrawFont(TD_16[playerid], 1);
  3967. TextDrawLetterSize(TD_16[playerid], 0.219999, 1.000000);
  3968. TextDrawColor(TD_16[playerid], -1);
  3969. TextDrawSetOutline(TD_16[playerid], 0);
  3970. TextDrawSetProportional(TD_16[playerid], 1);
  3971. TextDrawSetShadow(TD_16[playerid], 1);
  3972. TextDrawUseBox(TD_16[playerid], 1);
  3973. TextDrawBoxColor(TD_16[playerid], 168430456);
  3974. TextDrawTextSize(TD_16[playerid], 629.000000, 41.000000);
  3975.  
  3976. TD_17[playerid] = TextDrawCreate(521.000000, 399.000000, "Tail");
  3977. TextDrawBackgroundColor(TD_17[playerid], 16777215);
  3978. TextDrawFont(TD_17[playerid], 1);
  3979. TextDrawLetterSize(TD_17[playerid], 0.629999, 1.399999);
  3980. TextDrawColor(TD_17[playerid], 255);
  3981. TextDrawSetOutline(TD_17[playerid], 1);
  3982. TextDrawSetProportional(TD_17[playerid], 1);
  3983. TextDrawUseBox(TD_17[playerid], 1);
  3984. TextDrawBoxColor(TD_17[playerid], 255);
  3985. TextDrawTextSize(TD_17[playerid], 588.000000, 21.000000);
  3986. }
  3987. return 1;
  3988. }
  3989.  
  3990. public OnPlayerDisconnect(playerid, reason)
  3991. {
  3992. Count--;
  3993. SendDeathMessage(INVALID_PLAYER_ID,playerid,200);
  3994.  
  3995. new pname[MAX_PLAYER_NAME], string[39 + MAX_PLAYER_NAME];
  3996. GetPlayerName(playerid, pname, sizeof(pname));
  3997. switch(reason)
  3998. {
  3999. case 0: format(string, sizeof(string), "%s has left GTA Pilots. (Lost Connection)", pname);
  4000. case 1: format(string, sizeof(string), "%s has left GTA Pilots. (Leaving)", pname);
  4001. case 2: format(string, sizeof(string), "%s has left GTA Pilots. (Kicked)", pname);
  4002. }
  4003. SendClientMessageToAll(0xAAAAAAAA, string);
  4004.  
  4005. TextDrawDestroy(TD_0[playerid]);
  4006. TextDrawDestroy(TD_1[playerid]);
  4007. TextDrawDestroy(TD_2[playerid]);
  4008. TextDrawDestroy(TD_3[playerid]);
  4009. TextDrawDestroy(TD_4[playerid]);
  4010. TextDrawDestroy(TD_5[playerid]);
  4011. TextDrawDestroy(TD_6[playerid]);
  4012. TextDrawDestroy(TD_7[playerid]);
  4013. TextDrawDestroy(TD_8[playerid]);
  4014. TextDrawDestroy(TD_9[playerid]);
  4015. TextDrawDestroy(TD_10[playerid]);
  4016. TextDrawDestroy(TD_11[playerid]);
  4017. TextDrawDestroy(TD_12[playerid]);
  4018. TextDrawDestroy(TD_13[playerid]);
  4019. TextDrawDestroy(TD_14[playerid]);
  4020. TextDrawDestroy(TD_15[playerid]);
  4021. TextDrawDestroy(TD_16[playerid]);
  4022. TextDrawDestroy(TD_17[playerid]);
  4023. return 1;
  4024. }
  4025.  
  4026. public OnPlayerSpawn(playerid)
  4027. {
  4028. SetPlayerInterior(playerid,0);
  4029. GameTextForPlayer (playerid, "~w~gtapilots ~p~Bug Fixing v1.4", 3000, 5);
  4030. SendClientMessage(playerid,ORANGE,"Welcome to GTA Pilots! || /cmds || /help || /updates || /rules || /staff");
  4031. SendClientMessage(playerid,LIGHTBLUE,"Remember /setrt to start flying to our Airports!");
  4032. SendClientMessage(playerid,COLOR_RED2,"IRC SERVER: irc.foco.co CHANNEL: #gtap");
  4033. isplayerspectating[playerid] = 0;
  4034.  
  4035. SetPlayerMapIcon(playerid, 5, 3364.3716,187.7556,3.7580, 19, 0, MAPICON_LOCAL);
  4036. SetPlayerMapIcon(playerid, 6, -3573.7981,-313.6209,12.8887, 19, 0, MAPICON_LOCAL);
  4037. SetPlayerMapIcon(playerid, 7, 1476.5433,1465.9758,10.8281, 19, 0, MAPICON_LOCAL);
  4038. SetPlayerMapIcon(playerid, 8, 1869.8599,-2493.2256,13.5547, 19, 0, MAPICON_LOCAL);
  4039. SetPlayerMapIcon(playerid, 9, -1437.0648,48.4609,14.1484, 19, 0, MAPICON_LOCAL);
  4040. SetPlayerMapIcon(playerid, 10, -1377.8518,507.3687,18.2344, 19, 0, MAPICON_LOCAL);
  4041. SetPlayerMapIcon(playerid, 11, 308.9602,1960.5901,17.6406, 19, 0, MAPICON_LOCAL);
  4042. SetPlayerMapIcon(playerid, 12, 270.4283,2507.4309,16.4944, 19, 0, MAPICON_LOCAL);
  4043. SetPlayerMapIcon(playerid, 13, -84.6720,3357.0527,4.2387, 19, 0, MAPICON_LOCAL);
  4044. SetPlayerMapIcon(playerid, 14, 1781.6326,3087.2563,4.2519, 19, 0, MAPICON_LOCAL);
  4045. SetPlayerMapIcon(playerid, 15, -277.1337,1544.0427,75.6373, 19, 0, MAPICON_LOCAL);
  4046. SetPlayerMapIcon(playerid, 16, -2615.0771,-2761.8506,9.7525, 19, 0, MAPICON_LOCAL);
  4047. SetPlayerMapIcon(playerid, 17, 1251.9790,784.9053,11.2433, 19, 0, MAPICON_LOCAL);
  4048. SetPlayerMapIcon(playerid, 18, 3371.4543,2193.7488,2.7268, 19, 0, MAPICON_LOCAL);
  4049. SetPlayerMapIcon(playerid, 19, -1377.3796,-953.2937,198.2335, 19, 0, MAPICON_LOCAL);
  4050. SetPlayerMapIcon(playerid, 20, -1377.3796,-953.2937,198.233, 19, 0, MAPICON_LOCAL);
  4051. SetPlayerMapIcon(playerid, 21, 2854.5713,1823.2413,14.5278, 19, 0, MAPICON_LOCAL);
  4052. SetPlayerMapIcon(playerid, 22, 617.1669,-2537.6970,16.1343, 19, 0, MAPICON_LOCAL);
  4053. SetPlayerMapIcon(playerid, 23, -1377.8518,507.3687,18.2344, 19, 0, MAPICON_LOCAL);
  4054. SetPlayerMapIcon(playerid, 24, 1459.2578,4432.5811,1.9696, 19, 0, MAPICON_LOCAL);
  4055. SetPlayerMapIcon(playerid, 25, 3801.1831,2506.2078,3.9592, 19, 0, MAPICON_LOCAL);
  4056. SetPlayerMapIcon(playerid, 26, -179.7680,-9.6989,5.3522, 19, 0, MAPICON_LOCAL);
  4057. SetPlayerMapIcon(playerid, 27, 1099.1465,2605.2280,11.2433, 19, 0, MAPICON_LOCAL);
  4058. SetPlayerMapIcon(playerid, 28, 3805.1836,-1804.3743,3.9272, 19, 0, MAPICON_LOCAL);
  4059. SetPlayerMapIcon(playerid, 29, 415.0397,3559.0493,4.6709, 19, 0, MAPICON_LOCAL);
  4060. SetPlayerMapIcon(playerid, 30, 1015.8787,-3718.7603,5.1134, 19, 0, MAPICON_LOCAL);
  4061. SetPlayerMapIcon(playerid, 31, 3275.1458,-1819.7595,2.0000, 19, 0, MAPICON_LOCAL);
  4062. SetPlayerMapIcon(playerid, 32, 3428.0107,-683.0929,4.4299, 19, 0, MAPICON_LOCAL);
  4063. SetPlayerMapIcon(playerid, 33, 5798.8726,-1556.8759,4.9581, 19, 0, MAPICON_LOCAL);
  4064. SetPlayerMapIcon(playerid, 34, -1481.1166,3129.1453,19.3932, 19, 0, MAPICON_LOCAL);
  4065.  
  4066. return 1;
  4067. }
  4068.  
  4069. public OnPlayerDeath(playerid, killerid, reason)
  4070. {
  4071. SendDeathMessage(killerid, playerid, reason);
  4072.  
  4073. GameTextForPlayer (playerid, "~w~yOU HAVE LOST ~r~100$ ~w~due to death!", 3000, 5);
  4074. return 1;
  4075. }
  4076.  
  4077. public OnVehicleSpawn(vehicleid)
  4078. {
  4079. if(IsAirVehicle(vehicleid))
  4080. {
  4081. VehicleTailNumber[vehicleid][0] = random(99);
  4082. VehicleTailNumber[vehicleid][1] = random(11);
  4083. }
  4084. Gas[vehicleid] = 100;
  4085. return 1;
  4086. }
  4087.  
  4088. public OnVehicleDeath(vehicleid)
  4089. {
  4090.  
  4091. foreach(Player, i)
  4092. {
  4093. if (vehicleid == MissionVehicle[i])
  4094. {
  4095. SetPVarInt(i, "Work", 0);
  4096. SendClientMessage(i, COLOR_RED2, "Mission failed: your vehicle has exploded!");
  4097. GameTextForPlayer(i, "~r~Mission failed!", 4000, 5);
  4098. }
  4099. if (isplayerspectating[i] == vehicleid)
  4100. {
  4101. new Float:x,Float:y,Float:z;
  4102. GetVehiclePos(vehicleid,x,y,z);
  4103. TogglePlayerSpectating(i,0);
  4104. SetPlayerPos(i,x,y,z+3);
  4105. }
  4106. }
  4107. return 1;
  4108. }
  4109.  
  4110. public OnPlayerText(playerid, text[])
  4111. {
  4112.  
  4113. if(text[0] == '+')
  4114. {
  4115. new string[128]; GetPlayerName(playerid,string,sizeof(string));
  4116. format(string,sizeof(string),"(Radio)Pilot %s: %s",string,text[1]);
  4117. SendClientMessageToAll(GREY,string);
  4118. return 0;
  4119. }
  4120. if(text[0] == '@')
  4121. {
  4122. new string[128]; GetPlayerName(playerid,string,sizeof(string));
  4123. format(string,sizeof(string),"(Intercom)Driver %s: %s",string,text[1]);
  4124. SendClientMessageToAll(GREY,string);
  4125. return 0;
  4126. }
  4127. if(text[0] == '!')
  4128. {
  4129. new string[128]; GetPlayerName(playerid,string,sizeof(string));
  4130. format(string,sizeof(string),"(Radio)Control Tower %s: %s",string,text[1]);
  4131. SendClientMessageToAll(GREY,string);
  4132. return 0;
  4133. }
  4134. if(text[0] == '$')
  4135. {
  4136. new string[128]; GetPlayerName(playerid,string,sizeof(string));
  4137. format(string,sizeof(string),"(Radio)Cabin Crew %s: %s",string,text[1]);
  4138. SendClientMessageToAll(GREY,string);
  4139. return 0;
  4140. }
  4141.  
  4142. return 1;
  4143. }
  4144.  
  4145.  
  4146.  
  4147. //------------------------------------------------------------------------------
  4148.  
  4149. public OnPlayerCommandText(playerid, cmdtext[])
  4150. {
  4151.  
  4152. new string[285];
  4153.  
  4154.  
  4155.  
  4156. if(strcmp(cmdtext, "/updates", true) == 0)
  4157. {
  4158. SendClientMessage(playerid,blue," === Upcomming updates === ");
  4159. SendClientMessage(playerid,blue," BUG FIXING ");
  4160. return 1;
  4161. }
  4162.  
  4163. if(strcmp(cmdtext, "/afk", true) == 0)
  4164. {
  4165. new name[32], szString[64];
  4166. GetPlayerName(playerid, name, 32);
  4167.  
  4168. SetPVarInt(playerid, "AFK", 1);
  4169. format(string, sizeof(string), "%s is now away from keyboard", name);
  4170. SendClientMessageToAll(0xFFFFFFAA, string);
  4171. TogglePlayerControllable(playerid, 0);
  4172. SetPlayerHealth(playerid, 10000000);
  4173.  
  4174. OldName[playerid] = name;
  4175. format(szString, 64, "[AFK]%s", name);
  4176. SetPlayerName(playerid, szString);
  4177. return 1;
  4178. }
  4179.  
  4180. if (strcmp("/vlock", cmdtext, true) == 0)
  4181. {
  4182. new vid = GetPlayerVehicleID(playerid);
  4183. new engine,lights,alarm,doors,bonnet,boot,objective;
  4184. GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
  4185. if (doors)
  4186. {
  4187. return SendClientMessage(playerid, 0xF0F0F0FF, "Doors are already locked");
  4188. }
  4189.  
  4190. SendClientMessage(playerid, 0xF0F0F0FF, "Doors locked");
  4191. SetVehicleParamsEx(vid,engine,lights,alarm,1,bonnet,boot,objective);
  4192. return 1;
  4193. }
  4194.  
  4195. if (strcmp("/vunlock", cmdtext, true) == 0)
  4196. {
  4197. new vid = GetPlayerVehicleID(playerid);
  4198. new engine,lights,alarm,doors,bonnet,boot,objective;
  4199. GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
  4200. if (!doors)
  4201. {
  4202. return SendClientMessage(playerid, 0xF0F0F0FF, "Doors are already unlocked");
  4203. }
  4204.  
  4205. SendClientMessage(playerid, 0xF0F0F0FF, "Doors unlocked");
  4206. SetVehicleParamsEx(vid,engine,lights,alarm,0,bonnet,boot,objective);
  4207. return 1;
  4208. }
  4209.  
  4210. if (strcmp("/staff", cmdtext, true) == 0)
  4211. {
  4212. ShowPlayerDialog(playerid, 4, DIALOG_STYLE_LIST,"GTAP staff","[GTAP]Destruction - Owner/HA/Scripter/Mapper\n[GTAP]Popcorn - (24/7)Hoster/HA/Mapper/Scripter\n[GTAP]OoAmoO - HA/Mapper/Little Scripting\n[VIP]Malestorm - Mapper/Admin \n[GTAP]Communist - Mod\n", "Enter", "Cancel");
  4213. return 1;
  4214. }
  4215. //------------ Back
  4216. if(strcmp(cmdtext, "/return", true) == 0)
  4217. {
  4218. new name[MAX_PLAYER_NAME];
  4219. GetPlayerName(playerid, name, MAX_PLAYER_NAME);
  4220.  
  4221. SetPVarInt(playerid, "AFK", 0);
  4222. format(string, sizeof(string), "%s is now Back, Welcome back to GTAP!", name);
  4223. SendClientMessageToAll(0xFFFFFFAA, string);
  4224. TogglePlayerControllable(playerid, 1);
  4225. SetPlayerHealth(playerid, 100);
  4226. SetPlayerName(playerid, OldName[playerid]);
  4227. return 1;
  4228. }
  4229.  
  4230.  
  4231. if(strcmp(cmdtext, "/atele", true) == 0)
  4232. {
  4233. ShowPlayerDialog(playerid, 1337,DIALOG_STYLE_LIST, "Admin Teleport", "PopCorn Island(Small)\nIsland 1(Large)\nRed Country Island(Medium)\nLas Venturas Airport(Medium)\nLos Santos(Medium)\nSan Fierro(Large)\nSan Fierro Carrier(Tiny)\nArea 69(Small)\nVerdent Meadows(Big)\nPilot's Island(Big)\nAdmin's Island(Medium)\nStrip Island(Long)", "Enter", "Cancel");
  4234. return 1;
  4235. }
  4236.  
  4237. if(strcmp(cmdtext, "/resign", true) == 0)
  4238. {
  4239. if (GetPVarInt(playerid, "Work") == 0)
  4240. {
  4241. return SendClientMessage(playerid, COLOR_RED, "You are not working!");
  4242. }
  4243.  
  4244. SendClientMessage(playerid, COLOR_LIGHTBLUE, "You have resigned!");
  4245. IslandX[playerid]=0;IslandY[playerid]=0;IslandZ[playerid]=0;
  4246. DisablePlayerCheckpoint(playerid);
  4247. SetPVarInt(playerid, "Work", 0);
  4248. return 1;
  4249. }
  4250.  
  4251. if(strcmp(cmdtext, "/work", true) == 0)
  4252. {
  4253. if (GetPVarInt(playerid, "Flight") == 1)
  4254. {
  4255. return SendClientMessage(playerid, COLOR_RED, "You are already in a flight!");
  4256. }
  4257.  
  4258. if (GetPVarInt(playerid, "Work") > 0)
  4259. {
  4260. return SendClientMessage(playerid, COLOR_RED, "You are already in a work!");
  4261. }
  4262.  
  4263. new IslandName[48], szString[128];
  4264. SetPVarInt(playerid, "Work", 1);
  4265. MissionVehicle[playerid] = GetPlayerVehicleID(playerid);
  4266. switch (random(12))
  4267. {
  4268. case 0: {
  4269. Island[PopCorn_Island][playerid]=SetPlayerFlightCheckpoint(playerid, 3364.3716,187.7556,3.7580, 10.0);
  4270. IslandName="PopCorn Island"; }
  4271. case 1: {
  4272. Island[Las_Venturas][playerid]=SetPlayerFlightCheckpoint(playerid, 1476.5433,1465.9758,10.8281, 10.0);
  4273. IslandName="Las Venturas"; }
  4274. case 2: {
  4275. Island[Island_1][playerid] = SetPlayerFlightCheckpoint(playerid, -3573.7981,-313.6209,12.8887, 10.0);
  4276. IslandName="Island 1"; }
  4277. case 3: {
  4278. Island[Los_Santos][playerid] = SetPlayerFlightCheckpoint(playerid, 1869.8599,-2493.2256,13.5547, 10.0);
  4279. IslandName="Los Santos"; }
  4280. case 4: {
  4281. Island[San_Fierro][playerid] = SetPlayerFlightCheckpoint(playerid, -1437.0648,48.4609,14.1484, 10.0);
  4282. IslandName="San Fierro"; }
  4283. case 5: {
  4284. Island[Verdant_Meadows][playerid] = SetPlayerFlightCheckpoint(playerid, 270.4283,2507.4309,16.4944, 10.0);
  4285. IslandName="Verdant Meadows"; }
  4286. case 6: {
  4287. Island[Pilot_Island][playerid] = SetPlayerFlightCheckpoint(playerid, -84.6720,3357.0527,4.2387, 10.0);
  4288. IslandName="Pilots Island"; }
  4289. case 7: {
  4290. Island[Admin_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 818.3096,-4558.7163,1.2266, 10.0);
  4291. IslandName="Admin Island"; }
  4292. case 8: {
  4293. Island[PopCorn_Mansion][playerid] = SetPlayerFlightCheckpoint(playerid, 3275.1458,-1819.7595,2.0000, 10.0);
  4294. IslandName="PopCorn Island"; }
  4295. case 9: {
  4296. Island[Rock_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 3428.0107,-683.0929,4.4299, 10.0);
  4297. IslandName="Rock Island"; }
  4298. case 10: {
  4299. Island[Bubbles_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 5798.8726,-1556.8759,4.9581, 10.0);
  4300. IslandName="Bubbles Island"; }
  4301. case 11: {
  4302. Island[Communist_AP][playerid] = SetPlayerFlightCheckpoint(playerid, -1481.1166,3129.1453,19.3932, 10.0);
  4303. IslandName="Communist Airport"; }
  4304. }
  4305.  
  4306. FirstAPName[playerid] = IslandName;
  4307. format(szString, 128, "Go to %s to pick up the passengers!", IslandName);
  4308.  
  4309. WorkTimer[playerid] = SetTimerEx("WorkingMinutes", 60000, true, "i", playerid);
  4310. SendClientMessage(playerid, COLOR_LIGHTGREEN, szString);
  4311. return 1;
  4312. }
  4313.  
  4314. if(strcmp(cmdtext, "/refuel", true) == 0)
  4315. {
  4316. if (IsAtRefuelSpot(playerid))
  4317. {
  4318. new v = GetPlayerVehicleID(playerid);
  4319. if (v)
  4320. {
  4321. if (GetPlayerMoney(playerid) >= 400)
  4322. {
  4323. if (Gas[v] > 95)
  4324. {
  4325. return SendClientMessage(playerid, COLOR_RED, "Your tank is already full");
  4326. }
  4327. Gas[v] = 100;
  4328. GivePlayerMoney(playerid, -400);
  4329. SendClientMessage(playerid, COLOR_LIGHTBLUE, "Your vehicle has been refilled [Cost: $400]");
  4330. return 1;
  4331. }
  4332. else return SendClientMessage(playerid, COLOR_RED, "You need $400 to do this");
  4333. }
  4334. else return SendClientMessage(playerid, COLOR_RED, "You are not in any vehicle");
  4335. }
  4336. else return SendClientMessage(playerid, COLOR_RED, "You must be in a Red Flag (Refuel/Repair Station)");
  4337. }
  4338.  
  4339. if(strcmp(cmdtext, "/repair", true) == 0)
  4340. {
  4341. if (IsAtRefuelSpot(playerid))
  4342. {
  4343. new v = GetPlayerVehicleID(playerid);
  4344. if (v)
  4345. {
  4346. if (GetPlayerMoney(playerid) >= 350)
  4347. {
  4348. RepairVehicle(v);
  4349. GivePlayerMoney(playerid, -350);
  4350. SendClientMessage(playerid, COLOR_LIGHTBLUE, "Your vehicle has been refilled [Cost: $350]");
  4351. return 1;
  4352. }
  4353. else return SendClientMessage(playerid, COLOR_RED, "You need $350 to do this");
  4354. }
  4355. else return SendClientMessage(playerid, COLOR_RED, "You are not in any vehicle");
  4356. }
  4357. else return SendClientMessage(playerid, COLOR_RED, "You must be in a Red Flag (Refuel/Repair Station)");
  4358. }
  4359.  
  4360. if(strcmp(cmdtext, "/setrt", true) == 0)
  4361. {
  4362. new vehicleid = GetPlayerVehicleID(playerid);
  4363. if(IsAirVehicle(vehicleid))
  4364. {
  4365. if (GetPVarInt(playerid, "CanSetRoute") == 1)
  4366. {
  4367. SendClientMessage(playerid, COLOR_RED2, "Once you have set your destination fly to the red dot on your map!");
  4368. ShowPlayerDialog(playerid, 123,DIALOG_STYLE_LIST, "Set your Route!", "Nub Island(Small)\nIsland 1(Large)\n \nLas Venturas Airport(Medium)\nLos Santos(Medium)\nSan Fierro(Large)\nSan Fierro Carrier(Tiny)\nArea 69(Small)\nVerdent Meadows(Big)\nPilot's Island(Big)\nAdmin's Island(Medium)\nStrip Island(Long)\nHunterville(Tiny Strip)\nRayush Base(Medium Strip)\nCampers Field(Tiny Strip)\nDestruction Field(Medium Field)(/enter, /exit interiors)\n(Page 2)", "Enter", "Cancel");
  4369. }
  4370. else
  4371. {
  4372. return SendClientMessage(playerid, COLOR_RED, "You must wait again to do this command!");
  4373. }
  4374. if (GetPVarInt(playerid, "Flight") == 1)
  4375. {
  4376. return SendClientMessage(playerid, COLOR_RED, "You are already in a flight");
  4377. }
  4378. }
  4379. else
  4380. {
  4381. SendClientMessage(playerid, COLOR_RED2, "You are not in a Aircraft");
  4382. }
  4383. return 1;
  4384. }
  4385.  
  4386. if(!strcmp(cmdtext, "/me", true, 3))
  4387. {
  4388. if(!cmdtext[3])return SendClientMessage(playerid, 0xFF0000FF, "USAGE: /me [action]");
  4389. new str[128];
  4390. GetPlayerName(playerid, str, sizeof(str));
  4391. format(str, sizeof(str), "* %s %s", str, cmdtext[4]);
  4392. SendClientMessageToAll(0xFFFF00AA, str);
  4393. return 1;
  4394. }
  4395.  
  4396. if(!strcmp(cmdtext, "/adn1", true, 4))
  4397. {
  4398. if(!cmdtext[4])return SendClientMessage(playerid, 0xFF0000FF, "USAGE: /notice [action]");
  4399. new str[128];
  4400. GetPlayerName(playerid, str, sizeof(str));
  4401. format(str, sizeof(str), "Notice by %s: %s", str, cmdtext[4]);
  4402. SendClientMessageToAll(0x0259EAFF, str);
  4403. return 1;
  4404. }
  4405.  
  4406. if(!strcmp(cmdtext, "/blank", true, 4))
  4407. {
  4408. if(!cmdtext[6])return SendClientMessage(playerid, 0xFF0000FF, "USAGE: /blank [action]");
  4409.  
  4410. new str[128];
  4411. GetPlayerName(playerid, str, sizeof(str));
  4412. format(str, sizeof(str), "%s", cmdtext[4]);
  4413. SendClientMessageToAll(COLOR_RED2, str);
  4414. return 1;
  4415. }
  4416.  
  4417. if(strcmp(cmdtext, "/kill", true) == 0)
  4418. {
  4419. SetPlayerHealth(playerid, 0.0);
  4420. return 1;
  4421. }
  4422.  
  4423. if(strcmp(cmdtext, "/cmds", true) == 0)
  4424. {
  4425. ShowPlayerDialog(playerid, 5, DIALOG_STYLE_MSGBOX, "Command List", "/admins\n/report\n/stats\n/data\n/players\n/me\n/kill\n/pos\n/para\n/votekick\n/voteban\n/votelist\n/id\n/hellme\n/takeoff\n/land\n/staff\n/sos\n/propilots\n/afk\n/return\n+ <message> - Pilot Radio\n! <message> - Air Traffic Control Radio\n@ <message> - Intercom\n/setrt [Navigation]\n/copilot\n/copilotoff\n/refuel\n/repair\n/work\n/resign", "Okay", "Cancel");
  4426. return 1;
  4427. }
  4428.  
  4429. if(strcmp(cmdtext, "/propilots", true) == 0)
  4430. {
  4431. ShowPlayerDialog(playerid, 6, DIALOG_STYLE_MSGBOX, "[CLAN]Pro Pilots", "Rules and Application is on forum!\n\nScored: 9/10 - [GTAP]Destruction (AT-400 Pro)\nScored: 9/10 - [GTAP]PopCorn (Shamal Pro)\nScored: 7/10 - [VIP]Greygaurd\nScored: 8/10 - [VIP]Malestorm", "Okay", "Cancel");
  4432. return 1;
  4433. }
  4434.  
  4435. if(strcmp(cmdtext, "/hellme", true) == 0)
  4436. {
  4437. SetPlayerHealth(playerid, 0.0);
  4438. GameTextForPlayer (playerid, "~w~You have been killed by ~r~Hell god Satan!", 3000, 5);
  4439. SendClientMessageToAll(COLOR_RED2, "Someone has been killed by Satan! (using /hellme)");
  4440. return 1;
  4441. }
  4442.  
  4443.  
  4444. if(strcmp(cmdtext, "/warnlist", true) == 0)//me donekk
  4445. {
  4446. if (IsPlayerAdmin(playerid))
  4447. {
  4448. ShowPlayerDialog(playerid, 55, DIALOG_STYLE_LIST, "Warnings", "Warn 1(No shooting/DMing)\nWarn 2(No spamming)\nWarn 3(Ramming/stealing)\nWarn 4(Use /report)\nWarn 5(No Hacks)\nWarn 6 (No begging from Admins)\nWarn 7 (English only)", "Enter", "Cancel");
  4449. }
  4450. else
  4451. {
  4452. SendClientMessage(playerid, COLOR_RED, "Only RCON Admins are allowed to use this.");
  4453. }
  4454. return 1;
  4455. }
  4456.  
  4457. if(strcmp(cmdtext, "/help", true) == 0)
  4458. {
  4459. ShowPlayerDialog(playerid, 60,DIALOG_STYLE_MSGBOX, "GTA Pilots Help System", "This is a flying server.\nFor upcomming updates,Please use /updates\nIf your new to this server , please read the /rules.\nThis server has a radio to use it add a +/! infront of your text e.x +[yourtext]\nAll the cmds can be found by using the /cmds\nTo avoid hitting other players when landing and takeoff, please use /land and /takeoff.", "Okay", "Cancel");
  4460. return 1;
  4461. }
  4462.  
  4463. if(strcmp(cmdtext, "/rules", true) == 0)
  4464. {
  4465. ShowPlayerDialog(playerid, 76,DIALOG_STYLE_MSGBOX, "GTA Pilots Rules", "1- Ramming into other players is not allowed.\n2- Killing other players without there permission is not allowed.\n3- No swearing or discrimination to any players\n4- Evading any punishments will lead to Ip ban.\n5- Modifications and hacks that give you a handicap is strictly NOT ALLOWED!\n6- Spamming (same text 3 or more in less then 10 - 15 sec) is not allowed\n7- Please respect all the Admins and players.", "Okay", "Cancel");
  4466. return 1;
  4467. }
  4468. if(strcmp(cmdtext, "/copilot", true) == 0)
  4469. {
  4470. if (isplayerspectating[playerid] == 0)
  4471. {
  4472. closestcar[playerid] = GetClosestVehicle(playerid);
  4473. if (GetDistanceToCar(playerid,closestcar[playerid]) <= 8.000)
  4474. {
  4475. TogglePlayerSpectating(playerid,1);
  4476. PlayerSpectateVehicle(playerid,closestcar[playerid]);
  4477. isplayerspectating[playerid] = closestcar[playerid];
  4478. new myv = closestcar[playerid];
  4479. new pName[32];
  4480. GetPlayerName(playerid,pName,32);
  4481. Delete3DTextLabel(label[playerid]);
  4482. label[playerid] = Create3DTextLabel(pName, COLOR_RED2, 0.0, 0.0, 0.0, 50.0, 0, 1 );
  4483. Attach3DTextLabelToVehicle(label[playerid],myv,0,0,1);
  4484. }
  4485. else
  4486. {
  4487. SendClientMessage(playerid,COLOR_RED,"There are no nearby Vehicles!");
  4488. }
  4489. }
  4490. else
  4491. {
  4492. SendClientMessage(playerid,COLOR_RED,"You are already in a Vehicle!");
  4493. }
  4494. return 1;
  4495. }
  4496.  
  4497. if(strcmp(cmdtext, "/copilotoff", true) == 0)
  4498. {
  4499. if (isplayerspectating[playerid] == -1)
  4500. {
  4501. SendClientMessage(playerid,COLOR_RED,"You are not in a passenger seat!");
  4502. }
  4503. else
  4504. {
  4505. TogglePlayerSpectating(playerid,0);
  4506. new Float:x,Float:y,Float:z;
  4507. GetVehiclePos(isplayerspectating[playerid],x,y,z);
  4508. SetPlayerPos(playerid,x-2,y,z+1.75);
  4509. isplayerspectating[playerid] = 0;
  4510. new pName[25];
  4511. GetPlayerName(playerid,pName,25);
  4512. Delete3DTextLabel(label[playerid]);
  4513. label[playerid] = Create3DTextLabel(pName, COLOR_RED2, 0.0, 0.0, 0.0, 50.0, 0, 1 );
  4514. }
  4515. return 1;
  4516. }
  4517. if(strcmp(cmdtext,"/enter",true)==0)
  4518. {
  4519. if(IsPlayerInRangeOfPoint(playerid,5.0,1295.2025,693.8184,11.3205))
  4520. {
  4521. GetPlayerPos(playerid,saveX[playerid],saveY[playerid],saveZ[playerid]);
  4522. SetPlayerPos(playerid,1248.5956,709.2225,50.5370);
  4523. SetPlayerInterior(playerid, 14);
  4524. }
  4525. return 1;
  4526. }
  4527.  
  4528.  
  4529. if(strcmp(cmdtext,"/exit",true)==0)
  4530. {
  4531. SetPlayerPos(playerid,saveX[playerid],saveY[playerid],saveZ[playerid]);
  4532. SetPlayerInterior(playerid, 0);
  4533. return 1;
  4534. }
  4535.  
  4536. if (strcmp("/enter2", cmdtext, true, 10) == 0)
  4537. {
  4538. if(IsPlayerInRangeOfPoint(playerid,5,5839.5556640625, -1724.4288330078,4.8843765258789))
  4539. {
  4540.  
  4541. SetPlayerPos(playerid,5815.4741210938,1110.66015625,7.5151405334473);
  4542. }
  4543. else if(IsPlayerInRangeOfPoint(playerid,5,5852.0576,-1674.8789,4.9344))
  4544. {
  4545.  
  4546. SetPlayerPos(playerid,5826.8359375,1105.2972412109,7.5151405334473);
  4547. }
  4548. return 1;
  4549. }
  4550. if (strcmp("/exit2", cmdtext, true, 10) == 0)
  4551. {
  4552. if(IsPlayerInRangeOfPoint(playerid,5,5815.4741210938, 1110.66015625,6.5151405334473))
  4553. {
  4554.  
  4555. SetPlayerPos(playerid,5839.5556640625,-1724.4288330078,4.8843765258789);
  4556. }
  4557. else if(IsPlayerInRangeOfPoint(playerid,5,5826.8359375,1105.2972412109,6.5151405334473))
  4558. {
  4559.  
  4560. SetPlayerPos(playerid,5852.16015625,-1674.7191162109,4.9093766212463);
  4561. }
  4562. return 1;
  4563. }
  4564. if (strcmp("/Gotoisland", cmdtext, true, 10) == 0)
  4565. {
  4566.  
  4567. SetPlayerPos(playerid,5839.5556640625,-1724.4288330078,4.8843765258789);
  4568. return 1;
  4569. }
  4570.  
  4571.  
  4572. return 0;
  4573. }
  4574.  
  4575. public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
  4576. {
  4577. return 1;
  4578. }
  4579.  
  4580. public OnPlayerExitVehicle(playerid, vehicleid)
  4581. {
  4582. return 1;
  4583. }
  4584.  
  4585. forward WorkingMinutes(playerid);
  4586. public WorkingMinutes(playerid)
  4587. {
  4588. return SetPVarInt(playerid, "WorkMins", GetPVarInt(playerid, "WorkMins") + 1);
  4589. }
  4590.  
  4591. public OnPlayerStateChange(playerid, newstate, oldstate)
  4592. {
  4593. if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)
  4594. {
  4595. TextDrawShowForPlayer(playerid, TD_0[playerid]);
  4596. TextDrawShowForPlayer(playerid, TD_1[playerid]);
  4597. TextDrawShowForPlayer(playerid, TD_2[playerid]);
  4598. TextDrawShowForPlayer(playerid, TD_3[playerid]);
  4599. TextDrawShowForPlayer(playerid, TD_4[playerid]);
  4600. TextDrawShowForPlayer(playerid, TD_5[playerid]);
  4601. TextDrawShowForPlayer(playerid, TD_6[playerid]);
  4602. TextDrawShowForPlayer(playerid, TD_7[playerid]);
  4603. TextDrawShowForPlayer(playerid, TD_8[playerid]);
  4604. TextDrawShowForPlayer(playerid, TD_9[playerid]);
  4605. TextDrawShowForPlayer(playerid, TD_10[playerid]);
  4606. TextDrawShowForPlayer(playerid, TD_11[playerid]);
  4607. TextDrawShowForPlayer(playerid, TD_12[playerid]);
  4608. TextDrawShowForPlayer(playerid, TD_13[playerid]);
  4609. TextDrawShowForPlayer(playerid, TD_14[playerid]);
  4610. TextDrawShowForPlayer(playerid, TD_15[playerid]);
  4611. TextDrawShowForPlayer(playerid, TD_16[playerid]);
  4612. TextDrawShowForPlayer(playerid, TD_17[playerid]);
  4613. }
  4614.  
  4615. if(oldstate == PLAYER_STATE_DRIVER || oldstate == PLAYER_STATE_PASSENGER)
  4616. {
  4617. TextDrawHideForPlayer(playerid, TD_0[playerid]);
  4618. TextDrawHideForPlayer(playerid, TD_1[playerid]);
  4619. TextDrawHideForPlayer(playerid, TD_2[playerid]);
  4620. TextDrawHideForPlayer(playerid, TD_3[playerid]);
  4621. TextDrawHideForPlayer(playerid, TD_4[playerid]);
  4622. TextDrawHideForPlayer(playerid, TD_5[playerid]);
  4623. TextDrawHideForPlayer(playerid, TD_6[playerid]);
  4624. TextDrawHideForPlayer(playerid, TD_7[playerid]);
  4625. TextDrawHideForPlayer(playerid, TD_8[playerid]);
  4626. TextDrawHideForPlayer(playerid, TD_9[playerid]);
  4627. TextDrawHideForPlayer(playerid, TD_10[playerid]);
  4628. TextDrawHideForPlayer(playerid, TD_11[playerid]);
  4629. TextDrawHideForPlayer(playerid, TD_12[playerid]);
  4630. TextDrawHideForPlayer(playerid, TD_13[playerid]);
  4631. TextDrawHideForPlayer(playerid, TD_14[playerid]);
  4632. TextDrawHideForPlayer(playerid, TD_15[playerid]);
  4633. TextDrawHideForPlayer(playerid, TD_16[playerid]);
  4634. TextDrawHideForPlayer(playerid, TD_17[playerid]);
  4635. }
  4636.  
  4637. //***===========================================================================
  4638. //*** _____________________AIRPLANE RANK SYSTEM SCRIPTED BY VERN________________
  4639. //*** ==========================================================================
  4640.  
  4641. if(newstate == PLAYER_STATE_DRIVER) // When this is called, the player is sitting in the vehicle.
  4642. {
  4643. switch(GetVehicleModel(GetPlayerVehicleID(playerid)))
  4644. {
  4645. case 520, 447, 425: //army
  4646. {
  4647. if (GetPlayerScore(playerid) < 1337)
  4648. {
  4649. RemovePlayerFromVehicle(playerid);
  4650. GameTextForPlayer(playerid,"~r~You must have ~w~(1337) ~r~to fly this Plane!",6500,6);
  4651. }
  4652. }
  4653. case 553,519: //medium vehicles
  4654. {
  4655. if (GetPlayerScore(playerid) < 60)
  4656. {
  4657. RemovePlayerFromVehicle(playerid);
  4658. GameTextForPlayer(playerid,"~r~You must have ~w~(60) ~r~to fly this Plane!",6500,6);
  4659. }
  4660. }
  4661. case 577,592: //large vehicles
  4662. {
  4663. if (GetPlayerScore(playerid) < 150)
  4664. {
  4665. RemovePlayerFromVehicle(playerid);
  4666. GameTextForPlayer(playerid,"~r~You must have ~w~(150) ~r~to fly this Plane!",6500,6);
  4667. }
  4668. }
  4669. }
  4670. }
  4671. return 1;
  4672. }
  4673.  
  4674. forward MissionNextStep(playerid);
  4675. public MissionNextStep(playerid)
  4676. {
  4677. TogglePlayerControllable(playerid, 1);
  4678. SendClientMessage(playerid, COLOR_YELLOW, "The passengers are aboard your airplane! Head to the destination to drop them.");
  4679. new IslandName[42], szString[128];
  4680. switch (random(10))
  4681. {
  4682. case 0: {
  4683. ResetIslandData(playerid);
  4684. Island[LostIsland_2][playerid] = SetPlayerFlightCheckpoint(playerid, 3805.1836,-1804.3743,3.9272, 10.0);
  4685. IslandName="Lost Island 2"; }
  4686. case 1: {
  4687. ResetIslandData(playerid);
  4688. Island[LostIsland_3][playerid] = SetPlayerFlightCheckpoint(playerid, 415.0397,3559.0493,4.6709, 10.0);
  4689. IslandName="Lost Island 3"; }
  4690. case 2: {
  4691. ResetIslandData(playerid);
  4692. Island[LostIsland_4][playerid] = SetPlayerFlightCheckpoint(playerid, 1015.8787,-3718.7603,5.1134, 10.0);
  4693. IslandName="Lost Island 4"; }
  4694. case 3: {
  4695. ResetIslandData(playerid);
  4696. Island[Strip_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 1781.6326,3087.2563,4.2519, 10.0);
  4697. IslandName="Strip Island"; }
  4698. case 4: {
  4699. ResetIslandData(playerid);
  4700. Island[Super_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 617.1669,-2537.6970,16.1343, 10.0);
  4701. IslandName="Super Island"; }
  4702. case 5: {
  4703. ResetIslandData(playerid);
  4704. Island[Military_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 1459.2578,4432.5811,1.9696, 10.0);
  4705. IslandName="Military Island"; }
  4706. case 6: {
  4707. ResetIslandData(playerid);
  4708. Island[House_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 3801.1831,2506.2078,3.9592, 10.0);
  4709. IslandName="House Island"; }
  4710. case 7: {
  4711. ResetIslandData(playerid);
  4712. Island[LostIsland_1][playerid] = SetPlayerFlightCheckpoint(playerid, -3545.0186,1592.2682,4.6827, 10.0);
  4713. IslandName="Lost Island 1"; }
  4714. case 8: {
  4715. ResetIslandData(playerid);
  4716. Island[Roleplay_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 3371.4543,2193.7488,2.7268, 10.0);
  4717. IslandName="Roleplay Island"; }
  4718. case 9: {
  4719. ResetIslandData(playerid);
  4720. Island[Farm_Strip][playerid] = SetPlayerFlightCheckpoint(playerid, -1377.3796,-953.2937,198.2335, 10.0);
  4721. IslandName="Farm Strip"; }
  4722. }
  4723.  
  4724. SecondAPName[playerid]=IslandName;
  4725. format(szString, 128, "Go to %s to drop the passengers!", IslandName);
  4726.  
  4727. SendClientMessage(playerid, COLOR_LIGHTGREEN, szString);
  4728. SetPVarInt(playerid, "Work", 2);
  4729. return 1;
  4730. }
  4731.  
  4732. forward MissionEnding(playerid);
  4733. public MissionEnding(playerid)
  4734. {
  4735. SetPVarInt(playerid, "WorkMins", 0);
  4736. KillTimer(WorkTimer[playerid]);
  4737. TogglePlayerControllable(playerid, 1);
  4738. new szString[128], szName[25], Reward;
  4739. Reward = 1000 + random(2000);
  4740. GetPlayerName(playerid, szName, 25);
  4741. format(szString, 128, "%s has completed a mission from %s to %s in %d minutes and received $%d", szName, FirstAPName[playerid], SecondAPName[playerid], GetPVarInt(playerid, "WorkMins"), Reward);
  4742. SendClientMessageToAll(COLOR_LIGHTBLUE, szString);
  4743. GivePlayerMoney(playerid, Reward);
  4744. SetPlayerScore(playerid, GetPlayerScore(playerid) + 30);
  4745. SetPVarInt(playerid, "Work", 0);
  4746. return 1;
  4747. }
  4748.  
  4749. stock GetPlayerSpeed(playerid,bool:kmh)
  4750. {
  4751. new Float:Vx,Float:Vy,Float:Vz,Float:rtn;
  4752. if(IsPlayerInAnyVehicle(playerid)) GetVehicleVelocity(GetPlayerVehicleID(playerid),Vx,Vy,Vz); else GetPlayerVelocity(playerid,Vx,Vy,Vz);
  4753. rtn = floatsqroot(floatabs(floatpower(Vx + Vy + Vz,2)));
  4754. return kmh?floatround(rtn * 100 * 1.61):floatround(rtn * 100);
  4755. }
  4756.  
  4757. stock GetPlayerArea(playerid)
  4758. {
  4759. new str[130];
  4760. format(str,sizeof(str),"%s",Zones[GetPlayerZone(playerid)][zone_name]);
  4761. return str;
  4762. }
  4763.  
  4764. stock GetPlayerZone(playerid)
  4765. {
  4766. new Float:x,Float:y,Float:z;
  4767. GetPlayerPos(playerid,x,y,z);
  4768. for(new i=0;i<sizeof(Zones);i++)
  4769. {
  4770. if(x > Zones[i][zone_minx] && y > Zones[i][zone_miny] && z > Zones[i][zone_minz] && x < Zones[i][zone_maxx] && y < Zones[i][zone_maxy] && z < Zones[i][zone_maxz])
  4771. return i;
  4772. }
  4773. return false;
  4774. }
  4775.  
  4776. stock GetDestination(playerid)
  4777. {
  4778. new IslandName[64];
  4779. if (GetPVarInt(playerid, "Work") > 0 || GetPVarInt(playerid, "Flight") > 0)
  4780. {
  4781.  
  4782. if (Island[PopCorn_Island][playerid] > 0) {
  4783. IslandName = "PopCorn Island"; }
  4784.  
  4785. else if (Island[Island_1][playerid] > 0) {
  4786. IslandName = "Island 1";}
  4787.  
  4788. else if (Island[Los_Santos][playerid] > 0) {
  4789. IslandName = "Los Santos"; }
  4790.  
  4791. else if (Island[San_Fierro][playerid] > 0) {
  4792. IslandName = "San Fierro";}
  4793.  
  4794. else if (Island[SF_Carrier][playerid] > 0) {
  4795. IslandName = "SF Carrier"; }
  4796.  
  4797. else if (Island[Area69][playerid] > 0) {
  4798. IslandName = "Area 69"; }
  4799.  
  4800. else if (Island[Verdant_Meadows][playerid] > 0) {
  4801. IslandName = "Verdant Meadows"; }
  4802.  
  4803. else if (Island[Pilot_Island][playerid] > 0) {
  4804. IslandName = "Pilots Island"; }
  4805.  
  4806. else if (Island[Admin_Island][playerid] > 0) {
  4807. IslandName = "Admin Island";}
  4808.  
  4809. else if (Island[Strip_Island][playerid] > 0) {
  4810. IslandName = "Strip Island"; }
  4811.  
  4812. else if (Island[Hunterville][playerid] > 0) {
  4813. IslandName = "Hunterville";}
  4814.  
  4815. else if (Island[Rayush_Base][playerid] > 0) {
  4816. IslandName = "Rayush Base";}
  4817.  
  4818. else if (Island[Campers_Field][playerid] > 0) {
  4819. IslandName = "Campers Field"; }
  4820.  
  4821. else if (Island[Destruction_Field][playerid] > 0) {
  4822. IslandName = "Destruction Field";}
  4823.  
  4824. else if (Island[Roleplay_Island][playerid] > 0) {
  4825. IslandName = "Roleplay Island";}
  4826.  
  4827. else if (Island[Farm_Strip][playerid] > 0) {
  4828. IslandName = "Farm Strip";}
  4829.  
  4830. else if (Island[Helicopter_Base][playerid] > 0) {
  4831. IslandName = "Helicopter Base"; }
  4832.  
  4833. else if (Island[PopCorn_Field][playerid] > 0) {
  4834. IslandName = "PopCorn Field";}
  4835.  
  4836. else if (Island[Super_Island][playerid] > 0) {
  4837. IslandName = "Super Island"; }
  4838.  
  4839. else if (Island[Military_Island][playerid] > 0) {
  4840. IslandName = "Military Island"; }
  4841.  
  4842. else if (Island[House_Island][playerid] > 0) {
  4843. IslandName = "House Island"; }
  4844.  
  4845. else if (Island[BB_Ancores][playerid] > 0) {
  4846. IslandName = "BlueBerry Acres"; }
  4847.  
  4848. else if (Island[Pine_Strip][playerid] > 0) {
  4849. IslandName = "Pine Strip"; }
  4850.  
  4851. else if (Island[LostIsland_1][playerid] > 0) {
  4852. IslandName = "Lost Island 1";}
  4853.  
  4854. else if (Island[LostIsland_2][playerid] > 0) {
  4855. IslandName = "Lost Island 2";}
  4856.  
  4857. else if (Island[LostIsland_3][playerid] > 0) {
  4858. IslandName = "Lost Island 3"; }
  4859.  
  4860. else if (Island[LostIsland_4][playerid] > 0) {
  4861. IslandName = "Lost Island 4"; }
  4862.  
  4863. else if (Island[PopCorn_Mansion][playerid] > 0) {
  4864. IslandName = "PopCorn Mansion";}
  4865.  
  4866. else if (Island[Rock_Island][playerid] > 0) {
  4867. IslandName = "Rock Island"; }
  4868.  
  4869. else if (Island[Bubbles_Island][playerid] > 0) {
  4870. IslandName = "Bubbles Island"; }
  4871.  
  4872. else if (Island[Communist_AP][playerid] > 0) {
  4873. IslandName = "Communist Airport"; }
  4874. }
  4875. else IslandName = "None";
  4876. return IslandName;
  4877. }
  4878.  
  4879. public OnPlayerEnterCheckpoint(playerid)
  4880. {
  4881. if (GetPVarInt(playerid, "Work") == 1)
  4882. {
  4883. SendClientMessage(playerid, COLOR_YELLOW, "Please wait while the passengers aboard the plane.");
  4884. TogglePlayerControllable(playerid, 0);
  4885. SetTimerEx("MissionNextStep", 7000, false, "i", playerid);
  4886. return 1;
  4887. }
  4888.  
  4889. if (GetPVarInt(playerid, "Work") == 2)
  4890. {
  4891. TogglePlayerControllable(playerid, 0);
  4892. SendClientMessage(playerid, COLOR_LIGHTGREEN, "Please wait while the passengers unboard the plane.");
  4893. SetTimerEx("MissionEnding", 7000, false, "i", playerid);
  4894. return 1;
  4895. }
  4896.  
  4897. if (GetPVarInt(playerid, "Work") == 0 && GetPVarInt(playerid, "Flight") > 0)
  4898. {
  4899. new IslandName[64];
  4900.  
  4901. if (Island[PopCorn_Island][playerid] > 0) {
  4902. IslandName = "PopCorn Island";ResetIslandData(playerid); }
  4903.  
  4904. if (Island[Island_1][playerid] > 0) {
  4905. IslandName = "Island 1";ResetIslandData(playerid);}
  4906.  
  4907. if (Island[Los_Santos][playerid] > 0) {
  4908. IslandName = "Los Santos";ResetIslandData(playerid); }
  4909.  
  4910. if (Island[San_Fierro][playerid] > 0) {
  4911. IslandName = "San Fierro";ResetIslandData(playerid); }
  4912.  
  4913. if (Island[SF_Carrier][playerid] > 0) {
  4914. IslandName = "SF Carrier";ResetIslandData(playerid); }
  4915.  
  4916. if (Island[Area69][playerid] > 0) {
  4917. IslandName = "Area 69"; ResetIslandData(playerid); }
  4918.  
  4919. if (Island[Verdant_Meadows][playerid] > 0) {
  4920. IslandName = "Verdant Meadows";ResetIslandData(playerid); }
  4921.  
  4922. if (Island[Pilot_Island][playerid] > 0) {
  4923. IslandName = "Pilots Island";ResetIslandData(playerid); }
  4924.  
  4925. if (Island[Admin_Island][playerid] > 0) {
  4926. IslandName = "Admin Island";ResetIslandData(playerid); }
  4927.  
  4928. if (Island[Strip_Island][playerid] > 0) {
  4929. IslandName = "Strip Island";ResetIslandData(playerid); }
  4930.  
  4931. if (Island[Hunterville][playerid] > 0) {
  4932. IslandName = "Hunterville";ResetIslandData(playerid); }
  4933.  
  4934. if (Island[Rayush_Base][playerid] > 0) {
  4935. IslandName = "Rayush Base";ResetIslandData(playerid); }
  4936.  
  4937. if (Island[Campers_Field][playerid] > 0) {
  4938. IslandName = "Campers Field";ResetIslandData(playerid); }
  4939.  
  4940. if (Island[Destruction_Field][playerid] > 0) {
  4941. IslandName = "Destruction Field";ResetIslandData(playerid); }
  4942.  
  4943. if (Island[Roleplay_Island][playerid] > 0) {
  4944. IslandName = "Roleplay Island";ResetIslandData(playerid); }
  4945.  
  4946. if (Island[Farm_Strip][playerid] > 0) {
  4947. IslandName = "Farm Strip";ResetIslandData(playerid); }
  4948.  
  4949. if (Island[Helicopter_Base][playerid] > 0) {
  4950. IslandName = "Helicopter Base";ResetIslandData(playerid); }
  4951.  
  4952. if (Island[PopCorn_Field][playerid] > 0) {
  4953. IslandName = "PopCorn Field";ResetIslandData(playerid); }
  4954.  
  4955. if (Island[Super_Island][playerid] > 0) {
  4956. IslandName = "Super Island";ResetIslandData(playerid); }
  4957.  
  4958. if (Island[Military_Island][playerid] > 0) {
  4959. IslandName = "Military Island";ResetIslandData(playerid); }
  4960.  
  4961. if (Island[House_Island][playerid] > 0) {
  4962. IslandName = "House Island";ResetIslandData(playerid); }
  4963.  
  4964. if (Island[BB_Ancores][playerid] > 0) {
  4965. IslandName = "BlueBerry Acres";ResetIslandData(playerid); }
  4966.  
  4967. if (Island[Pine_Strip][playerid] > 0) {
  4968. IslandName = "Pine Strip";ResetIslandData(playerid); }
  4969.  
  4970. if (Island[LostIsland_1][playerid] > 0) {
  4971. IslandName = "Lost Island 1";ResetIslandData(playerid); }
  4972.  
  4973. if (Island[LostIsland_2][playerid] > 0) {
  4974. IslandName = "Lost Island 2";ResetIslandData(playerid); }
  4975.  
  4976. if (Island[LostIsland_3][playerid] > 0) {
  4977. IslandName = "Lost Island 3";ResetIslandData(playerid); }
  4978.  
  4979. if (Island[LostIsland_4][playerid] > 0) {
  4980. IslandName = "Lost Island 4";ResetIslandData(playerid); }
  4981.  
  4982. if (Island[PopCorn_Mansion][playerid] > 0) {
  4983. IslandName = "PopCorn Mansion";ResetIslandData(playerid); }
  4984.  
  4985. if (Island[Rock_Island][playerid] > 0) {
  4986. IslandName = "Rock Island";ResetIslandData(playerid); }
  4987.  
  4988. if (Island[Bubbles_Island][playerid] > 0) {
  4989. IslandName = "Bubbles Island";ResetIslandData(playerid); }
  4990.  
  4991. if (Island[Communist_AP][playerid] > 0) {
  4992. IslandName = "Communist Airport";ResetIslandData(playerid); }
  4993.  
  4994. IslandX[playerid] = 0;
  4995. IslandY[playerid] = 0;
  4996. IslandZ[playerid] = 0;
  4997.  
  4998. new szString[128], szName[25];
  4999. GetPlayerName(playerid, szName, 25);
  5000. format(szString, 128, "Welcome to %s, %s!", IslandName, szName);
  5001. SendClientMessage(playerid, COLOR_LIGHTGREEN, szString);
  5002.  
  5003. GivePlayerMoney(playerid, 250);
  5004. DisablePlayerCheckpoint(playerid);
  5005. GameTextForPlayer (playerid, "~g~Mission Completed! ~w~You have been granted ~r~+10 ~w~Points!", 3000, 5);
  5006. SetPlayerScore(playerid, GetPlayerScore(playerid) + 10);
  5007.  
  5008. format(szString, 128, "Pilot %s has landed at %s and received $250!", szName, GetDestination(playerid));
  5009. SendClientMessageToAll(COLOR_LIGHTGREEN, szString);
  5010. return 1;
  5011. }
  5012.  
  5013. return 1;
  5014. }
  5015.  
  5016.  
  5017.  
  5018. public OnPlayerLeaveCheckpoint(playerid)
  5019. {
  5020. return 1;
  5021. }
  5022.  
  5023. public OnPlayerEnterRaceCheckpoint(playerid)
  5024. {
  5025. return 1;
  5026. }
  5027.  
  5028. public OnPlayerLeaveRaceCheckpoint(playerid)
  5029. {
  5030. return 1;
  5031. }
  5032.  
  5033. public OnRconCommand(cmd[])
  5034. {
  5035. return 1;
  5036. }
  5037.  
  5038. public OnPlayerRequestSpawn(playerid)
  5039. {
  5040. return 1;
  5041. }
  5042. public OnObjectMoved(objectid)
  5043. {
  5044. return 1;
  5045. }
  5046.  
  5047.  
  5048.  
  5049.  
  5050. public OnPlayerPickUpPickup(playerid, pickupid)
  5051. {
  5052.  
  5053.  
  5054. return 1;
  5055. }
  5056.  
  5057. public OnVehicleMod(playerid, vehicleid, componentid)
  5058. {
  5059. return 1;
  5060. }
  5061.  
  5062. public OnVehiclePaintjob(playerid, vehicleid, paintjobid)
  5063. {
  5064. return 1;
  5065. }
  5066.  
  5067. public OnVehicleRespray(playerid, vehicleid, color1, color2)
  5068. {
  5069. return 1;
  5070. }
  5071.  
  5072. public OnPlayerSelectedMenuRow(playerid, row)
  5073. {
  5074. return 1;
  5075. }
  5076.  
  5077. public OnPlayerExitedMenu(playerid)
  5078. {
  5079. return 1;
  5080. }
  5081.  
  5082. public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
  5083. {
  5084. return 1;
  5085. }
  5086.  
  5087. forward AddScore1(playerid);
  5088. public AddScore1(playerid)
  5089. {
  5090. SetPVarInt(playerid, "AFKTime", GetPVarInt(playerid, "AFKTime") - 1);
  5091.  
  5092. if (GetPVarInt(playerid, "AFKTime") == 0 && GetPVarInt(playerid, "AFK") == 0)
  5093. {
  5094. SendClientMessage(playerid, COLOR_RED, "You have been kicked for being AFK for 1 minute!");
  5095. Kick(playerid);
  5096. }
  5097.  
  5098. new vehicleid = GetPlayerVehicleID(playerid);
  5099. if(IsAirVehicle(vehicleid))
  5100. {
  5101. GivePlayerMoney(playerid, 1);
  5102. }
  5103. return 1;
  5104. }
  5105.  
  5106. forward ResetRoute(playerid);
  5107.  
  5108. public ResetRoute(playerid)
  5109. {
  5110. SetPVarInt(playerid, "CanSetRoute", 1);
  5111. return 1;
  5112. }
  5113.  
  5114. #define HOLDING(%0) \
  5115. ((newkeys & (%0)) == (%0))
  5116.  
  5117. public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
  5118. {
  5119. if (IsAirVehicle(GetPlayerVehicleID(playerid)))
  5120. {
  5121. if (newkeys & KEY_SPRINT)
  5122. {
  5123. if (SpeedBreak[playerid] == 0)
  5124. {
  5125. new vid;
  5126. vid = GetPlayerVehicleID(playerid);
  5127. new engine,lights,alarm,doors,bonnet,boot,objective;
  5128. SpeedBreak[playerid] = 1;
  5129. GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
  5130. SetVehicleParamsEx(vid,0,lights,alarm,doors,bonnet,boot,objective);
  5131. SetTimerEx("SpeedBreakOff", 3000, 0, "i", playerid);
  5132. SendClientMessage(playerid, COLOR_YELLOW, "Speed Break activated");
  5133. return 1;
  5134. }
  5135. else return 1;
  5136. }
  5137. }
  5138. return 1;
  5139. }
  5140.  
  5141. public OnRconLoginAttempt(ip[], password[], success)
  5142. {
  5143. return 1;
  5144. }
  5145.  
  5146. public OnPlayerUpdate(playerid)
  5147. {
  5148. SetPVarInt(playerid, "AFKTime", 9999999999); // 120
  5149. return 1;
  5150. }
  5151.  
  5152. public OnPlayerStreamIn(playerid, forplayerid)
  5153. {
  5154. return 1;
  5155. }
  5156.  
  5157. public OnPlayerStreamOut(playerid, forplayerid)
  5158. {
  5159. return 1;
  5160. }
  5161.  
  5162. forward SpeedBreakOff(playerid);
  5163. public SpeedBreakOff(playerid)
  5164. {
  5165. SpeedBreak[playerid] = 0;
  5166. SendClientMessage(playerid, COLOR_YELLOW, "Speed Break deactivated");
  5167. new engine,lights,alarm,doors,bonnet,boot,objective, vid;
  5168. vid = GetPlayerVehicleID(playerid);
  5169. GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
  5170. SetVehicleParamsEx(vid,1,lights,alarm,doors,bonnet,boot,objective);
  5171. return 1;
  5172. }
  5173.  
  5174. public OnVehicleStreamIn(vehicleid, forplayerid)
  5175. {
  5176. return 1;
  5177. }
  5178.  
  5179. public OnVehicleStreamOut(vehicleid, forplayerid){
  5180. return 1;
  5181. }
  5182. forward Antifreeze(playerid);
  5183. public Antifreeze(playerid)
  5184. {
  5185. TogglePlayerControllable(playerid,0);
  5186. SetTimer("Antifreezeundo",2000,false);
  5187. return 1;
  5188. }
  5189. forward Antifreezeundo(playerid);
  5190. public Antifreezeundo(playerid)
  5191. {
  5192. TogglePlayerControllable(playerid,1);
  5193. return 1;
  5194. }
  5195.  
  5196. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  5197. {
  5198.  
  5199. if(dialogid == 1337)
  5200. {
  5201. if(response == 0) return SendClientMessage(playerid, COLOR_GOLD, "Admin Tele Canceled");
  5202. switch(listitem)
  5203. {
  5204. case 0:{
  5205. SetPlayerPos(playerid, 3364.3716,187.7556,3.7580);
  5206. }
  5207. case 1:{
  5208. SetPlayerPos(playerid, -3573.7981,-313.6209,12.8887);
  5209. }
  5210. case 2:{
  5211. SetPlayerPos(playerid, 3174.6472,-492.2356,4.0000);
  5212. }
  5213. case 3:{
  5214. SetPlayerPos(playerid, 1476.5433,1465.9758,10.8281);
  5215. }
  5216. case 4:{
  5217. SetPlayerPos(playerid, 1869.8599,-2493.2256,13.5547);
  5218. }
  5219. case 5:{
  5220. SetPlayerPos(playerid, -1437.0648,48.4609,14.1484);
  5221. }
  5222. case 6:{
  5223. SetPlayerPos(playerid, -1377.8518,507.3687,18.2344);
  5224. }
  5225. case 7:{
  5226. SetPlayerPos(playerid, 308.9602,1960.5901,17.6406);
  5227. }
  5228. case 8:{
  5229. SetPlayerPos(playerid, 270.4283,2507.4309,16.4944);
  5230. }
  5231. case 9:{
  5232. SetPlayerPos(playerid, -84.6720,3357.0527,4.2387);
  5233. }
  5234. case 10:{
  5235. SetPlayerPos(playerid, 818.3096,-4558.7163,1.2266);
  5236. }
  5237. case 11:{
  5238. SetPlayerPos(playerid, 1781.6326,3087.2563,4.2519);
  5239. }
  5240. }
  5241. }
  5242.  
  5243. if(dialogid == 123)
  5244. {
  5245. if(response == 0) return SendClientMessage(playerid, COLOR_GOLD, "Set Route Cancled.");
  5246. SetPVarInt(playerid, "Flight", 1);
  5247. SetTimerEx("ResetRoute", 90000, false, "i", playerid);
  5248. SetPVarInt(playerid, "CanSetRoute", 0);
  5249. switch(listitem) {
  5250. case 0:
  5251. {
  5252. ResetIslandData(playerid);
  5253. Island[PopCorn_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 3364.3716,187.7556,3.7580, 10.0);
  5254. new name[MAX_PLAYER_NAME], string[150];
  5255. GetPlayerName(playerid, name, sizeof(name));
  5256. format(string,sizeof string,"%s has set route to PopCorn Island!",name);
  5257. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5258. }
  5259. case 1:
  5260. {
  5261. ResetIslandData(playerid);
  5262. Island[Island_1][playerid] = SetPlayerFlightCheckpoint(playerid, -3573.7981,-313.6209,12.8887, 10.0);
  5263. new name[MAX_PLAYER_NAME], string[150];
  5264. GetPlayerName(playerid, name, sizeof(name));
  5265. format(string,sizeof string,"%s has set route to Island 1!",name);
  5266. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5267. }
  5268. case 2:
  5269. {
  5270. SendClientMessage(playerid, COLOR_LIGHTBLUE, "This island is not available at the moment.");
  5271. }
  5272. case 3:
  5273. {
  5274. ResetIslandData(playerid);
  5275. Island[Las_Venturas][playerid] = SetPlayerFlightCheckpoint(playerid, 1476.5433,1465.9758,10.8281, 10.0);
  5276. new name[MAX_PLAYER_NAME], string[150];
  5277. GetPlayerName(playerid, name, sizeof(name));
  5278. format(string,sizeof string,"%s has set route to Las Venturas!",name);
  5279. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5280. }
  5281. case 4:
  5282. {
  5283. ResetIslandData(playerid);
  5284. Island[Los_Santos][playerid] = SetPlayerFlightCheckpoint(playerid, 1869.8599,-2493.2256,13.5547, 10.0);
  5285. new name[MAX_PLAYER_NAME], string[150];
  5286. GetPlayerName(playerid, name, sizeof(name));
  5287. format(string,sizeof string,"%s has set route to Los Santos!",name);
  5288. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5289. }
  5290. case 5:
  5291. {
  5292. ResetIslandData(playerid);
  5293. Island[San_Fierro][playerid] = SetPlayerFlightCheckpoint(playerid, -1437.0648,48.4609,14.1484, 10.0);
  5294. new name[MAX_PLAYER_NAME], string[150];
  5295. GetPlayerName(playerid, name, sizeof(name));
  5296. format(string,sizeof string,"%s has set route to San Fierro!",name);
  5297. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5298. ResetIslandData(playerid);
  5299. }
  5300. case 6:
  5301. {
  5302. ResetIslandData(playerid);
  5303. Island[SF_Carrier][playerid] = SetPlayerFlightCheckpoint(playerid, -1377.8518,507.3687,18.2344, 10.0);
  5304. new name[MAX_PLAYER_NAME], string[150];
  5305. GetPlayerName(playerid, name, sizeof(name));
  5306. format(string,sizeof string,"%s has set route to San Fierro Carrier!",name);
  5307. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5308. }
  5309. case 7:
  5310. {
  5311. ResetIslandData(playerid);
  5312. Island[Area69][playerid] = SetPlayerFlightCheckpoint(playerid, 308.9602,1960.5901,17.6406, 10.0);
  5313. new name[MAX_PLAYER_NAME], string[150];
  5314. GetPlayerName(playerid, name, sizeof(name));
  5315. format(string,sizeof string,"%s has set route to Area69!",name);
  5316. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5317. }
  5318. case 8:
  5319. {
  5320. ResetIslandData(playerid);
  5321. Island[Verdant_Meadows][playerid] = SetPlayerFlightCheckpoint(playerid, 270.4283,2507.4309,16.4944, 10.0);
  5322. new name[MAX_PLAYER_NAME], string[150];
  5323. GetPlayerName(playerid, name, sizeof(name));
  5324. format(string,sizeof string,"%s has set route to Verdant Meadows!",name);
  5325. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5326. }
  5327. case 9:
  5328. {
  5329. ResetIslandData(playerid);
  5330. Island[Pilot_Island][playerid] = SetPlayerFlightCheckpoint(playerid, -84.6720,3357.0527,4.2387, 10.0);
  5331. new name[MAX_PLAYER_NAME], string[150];
  5332. GetPlayerName(playerid, name, sizeof(name));
  5333. format(string,sizeof string,"%s has set route to Pilot's Island!",name);
  5334. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5335. }
  5336. case 10:
  5337. {
  5338. ResetIslandData(playerid);
  5339. Island[Admin_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 818.3096,-4558.7163,1.2266, 10.0);
  5340. new name[MAX_PLAYER_NAME], string[150];
  5341. GetPlayerName(playerid, name, sizeof(name));
  5342. format(string,sizeof string,"%s has set route to Admin Island!",name);
  5343. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5344. }
  5345. case 11:
  5346. {
  5347. ResetIslandData(playerid);
  5348. Island[Strip_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 1781.6326,3087.2563,4.2519, 10.0);
  5349. new name[MAX_PLAYER_NAME], string[150];
  5350. GetPlayerName(playerid, name, sizeof(name));
  5351. format(string,sizeof string,"%s has set route to Strip Island!",name);
  5352. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5353. }
  5354. case 12:
  5355. {
  5356. ResetIslandData(playerid);
  5357. Island[Hunterville][playerid] = SetPlayerFlightCheckpoint(playerid, 2285.2617,-687.0030,133.8162, 10.0);
  5358. new name[MAX_PLAYER_NAME], string[150];
  5359. GetPlayerName(playerid, name, sizeof(name));
  5360. format(string,sizeof string,"%s has set route to Hunterville!",name);
  5361. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5362. }
  5363. case 13:
  5364. {
  5365. ResetIslandData(playerid);
  5366. Island[Rayush_Base][playerid] = SetPlayerFlightCheckpoint(playerid, -277.1337,1544.0427,75.6373, 10.0);
  5367. new name[MAX_PLAYER_NAME], string[150];
  5368. GetPlayerName(playerid, name, sizeof(name));
  5369. format(string,sizeof string,"%s has set route to Rayush Base!",name);
  5370. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5371. }
  5372. case 14:
  5373. {
  5374. ResetIslandData(playerid);
  5375. Island[Campers_Field][playerid] = SetPlayerFlightCheckpoint(playerid, -2615.0771,-2761.8506,9.7525, 10.0);
  5376. new name[MAX_PLAYER_NAME], string[150];
  5377. GetPlayerName(playerid, name, sizeof(name));
  5378. format(string,sizeof string,"%s has set route to Campers Field!",name);
  5379. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5380. }
  5381. case 15:
  5382. {
  5383. ResetIslandData(playerid);
  5384. Island[Destruction_Field][playerid] = SetPlayerFlightCheckpoint(playerid, 1251.9790,784.9053,11.2433, 10.0);
  5385. new name[MAX_PLAYER_NAME], string[150];
  5386. GetPlayerName(playerid, name, sizeof(name));
  5387. format(string,sizeof string,"%s has set route to Destruction Field!",name);
  5388. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5389. }
  5390. case 16:
  5391. {
  5392. new szDialogStr[521];
  5393. szDialogStr = "Roleplay Island (Big)\nFarm Strip (Extra Tiny)\nHeli Base(Extra Tiny)\nPopCorn AirField (Small)\nSuper Island(XLARGE)\nHouse Island(Large)\nMilitary Island(Medium)\nBlue Berry Ancores(Small)\nPine Strip(Medium)\nLost 1 (X-Large)\nLost 2 (X-Large)\nLost 3 (X-Large)\nLost 4 (X-Large)\nPopCorn Mansion(/lup,/ldown for elevator)\nRock Island (Medium)\nBubble Island (/enter2,/exit2 for airport interior)\nCommunist Airport";
  5394. ShowPlayerDialog(playerid,111 , DIALOG_STYLE_LIST, "PAGE 2 (/setrt)", szDialogStr, "Enter", "Cancel");
  5395. }
  5396. }
  5397. }
  5398.  
  5399.  
  5400. if(dialogid == 111)
  5401. {
  5402. if(response == 0) return SendClientMessage(playerid, COLOR_GOLD, "Set Route Canceled.");
  5403. SetPVarInt(playerid, "Flight", 1);
  5404. switch(listitem) {
  5405. case 0:
  5406. {
  5407. ResetIslandData(playerid);
  5408. Island[Roleplay_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 3371.4543,2193.7488,2.7268, 10.0);
  5409. new name[MAX_PLAYER_NAME], string[150];
  5410. GetPlayerName(playerid, name, sizeof(name));
  5411. format(string,sizeof string,"%s has set route to Roleplay Island!",name);
  5412. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5413. }
  5414. case 1:
  5415. {
  5416. ResetIslandData(playerid);
  5417. Island[Farm_Strip][playerid] = SetPlayerFlightCheckpoint(playerid, -1377.3796,-953.2937,198.2335, 10.0);
  5418. new name[MAX_PLAYER_NAME], string[150];
  5419. GetPlayerName(playerid, name, sizeof(name));
  5420. format(string,sizeof string,"%s has set route to Farm Strip!",name);
  5421. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5422. }
  5423. case 2:
  5424. {
  5425. ResetIslandData(playerid);
  5426. Island[Helicopter_Base][playerid] = SetPlayerFlightCheckpoint(playerid, -1377.3796,-953.2937,198.2335, 10.0);
  5427. new name[MAX_PLAYER_NAME], string[150];
  5428. GetPlayerName(playerid, name, sizeof(name));
  5429. format(string,sizeof string,"%s has set route to Helicopter Base!",name);
  5430. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5431. }
  5432. case 3:
  5433. {
  5434. ResetIslandData(playerid);
  5435. Island[PopCorn_Field][playerid] = SetPlayerFlightCheckpoint(playerid, 2854.5713,1823.2413,14.5278, 10.0);
  5436. new name[MAX_PLAYER_NAME], string[150];
  5437. GetPlayerName(playerid, name, sizeof(name));
  5438. format(string,sizeof string,"%s has set route to PopCorn Field!",name);
  5439. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5440. }
  5441. case 4:
  5442. {
  5443. ResetIslandData(playerid);
  5444. Island[Super_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 617.1669,-2537.6970,16.1343, 10.0);
  5445. new name[MAX_PLAYER_NAME], string[150];
  5446. GetPlayerName(playerid, name, sizeof(name));
  5447. format(string,sizeof string,"%s has set route to Super Island!",name);
  5448. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5449. }
  5450. case 5:
  5451. {
  5452. ResetIslandData(playerid);
  5453. Island[Military_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 1459.2578,4432.5811,1.9696, 10.0);
  5454. new name[MAX_PLAYER_NAME], string[150];
  5455. GetPlayerName(playerid, name, sizeof(name));
  5456. format(string,sizeof string,"%s has set route to Military Island!",name);
  5457. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5458. }
  5459. case 6:
  5460. {
  5461. ResetIslandData(playerid);
  5462. Island[House_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 3801.1831,2506.2078,3.9592, 10.0);
  5463. new name[MAX_PLAYER_NAME], string[150];
  5464. GetPlayerName(playerid, name, sizeof(name));
  5465. format(string,sizeof string,"%s has set route to House Island!",name);
  5466. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5467. }
  5468. case 7:
  5469. {
  5470. ResetIslandData(playerid);
  5471. Island[BB_Ancores][playerid] = SetPlayerFlightCheckpoint(playerid, -179.7680,-9.6989,5.3522, 10.0);
  5472. new name[MAX_PLAYER_NAME], string[150];
  5473. GetPlayerName(playerid, name, sizeof(name));
  5474. format(string,sizeof string,"%s has set route to Blue Berry Ancores!",name);
  5475. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5476. }
  5477. case 8:
  5478. {
  5479. ResetIslandData(playerid);
  5480. Island[Pine_Strip][playerid] = SetPlayerFlightCheckpoint(playerid, 1099.1465,2605.2280,11.2433, 10.0);
  5481. new name[MAX_PLAYER_NAME], string[150];
  5482. GetPlayerName(playerid, name, sizeof(name));
  5483. format(string,sizeof string,"%s has set route to Pine Strip!",name);
  5484. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5485. }
  5486. case 9:
  5487. {
  5488. ResetIslandData(playerid);
  5489. Island[LostIsland_1][playerid] = SetPlayerFlightCheckpoint(playerid, -3545.0186,1592.2682,4.6827, 10.0);
  5490. new name[MAX_PLAYER_NAME], string[150];
  5491. GetPlayerName(playerid, name, sizeof(name));
  5492. format(string,sizeof string,"%s has set route to Lost Island 1!",name);
  5493. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5494. }
  5495. case 10:
  5496. {
  5497. ResetIslandData(playerid);
  5498. Island[LostIsland_2][playerid] = SetPlayerFlightCheckpoint(playerid, 3805.1836,-1804.3743,3.9272, 10.0);
  5499. new name[MAX_PLAYER_NAME], string[150];
  5500. GetPlayerName(playerid, name, sizeof(name));
  5501. format(string,sizeof string,"%s has set route to Lost Island 2!",name);
  5502. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5503. }
  5504. case 11:
  5505. {
  5506. ResetIslandData(playerid);
  5507. Island[LostIsland_3][playerid] = SetPlayerFlightCheckpoint(playerid, 415.0397,3559.0493,4.6709, 10.0);
  5508. new name[MAX_PLAYER_NAME], string[150];
  5509. GetPlayerName(playerid, name, sizeof(name));
  5510. format(string,sizeof string,"%s has set route to Lost Island 3!",name);
  5511. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5512. }
  5513. case 12:
  5514. {
  5515. ResetIslandData(playerid);
  5516. Island[LostIsland_4][playerid] = SetPlayerFlightCheckpoint(playerid, 1015.8787,-3718.7603,5.1134, 10.0);
  5517. new name[MAX_PLAYER_NAME], string[150];
  5518. GetPlayerName(playerid, name, sizeof(name));
  5519. format(string,sizeof string,"%s has set route to Lost Island 4!",name);
  5520. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5521. }
  5522. case 13:
  5523. {
  5524. ResetIslandData(playerid);
  5525. Island[PopCorn_Mansion][playerid] = SetPlayerFlightCheckpoint(playerid, 3275.1458,-1819.7595,2.0000, 10.0);
  5526. new name[MAX_PLAYER_NAME], string[150];
  5527. GetPlayerName(playerid, name, sizeof(name));
  5528. format(string,sizeof string,"%s has set route to PopCorn Mansion!",name);
  5529. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5530. }
  5531. case 14:
  5532. {
  5533. ResetIslandData(playerid);
  5534. Island[Rock_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 3428.0107,-683.0929,4.4299, 10.0);
  5535. new name[MAX_PLAYER_NAME], string[150];
  5536. GetPlayerName(playerid, name, sizeof(name));
  5537. format(string,sizeof string,"%s has set route to Rock Island!",name);
  5538. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5539. }
  5540. case 15:
  5541. {
  5542. ResetIslandData(playerid);
  5543. Island[Bubbles_Island][playerid] = SetPlayerFlightCheckpoint(playerid, 5798.8726,-1556.8759,4.9581, 10.0);
  5544. new name[MAX_PLAYER_NAME], string[150];
  5545. GetPlayerName(playerid, name, sizeof(name));
  5546. format(string,sizeof string,"%s has set route to Bubbles Island!",name);
  5547. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5548. }
  5549. case 16:
  5550. {
  5551. ResetIslandData(playerid);
  5552. Island[Communist_AP][playerid] = SetPlayerFlightCheckpoint(playerid, -1481.1166,3129.1453,19.3932, 10.0);
  5553. new name[MAX_PLAYER_NAME], string[150];
  5554. GetPlayerName(playerid, name, sizeof(name));
  5555. format(string,sizeof string,"%s has set route to Communist Airport!",name);
  5556. SendClientMessageToAll(COLOR_LIGHTBLUE,string);
  5557. }
  5558. }
  5559. }
  5560.  
  5561. if(dialogid == 55)
  5562. {
  5563. if(response == 0) return SendClientMessage(playerid, COLOR_GOLD, "If your not a admin then you shouldn't be using this command. If you get caught you will get punished.");
  5564. switch(listitem) {
  5565. case 0:
  5566. {
  5567. SendClientMessageToAll(COLOR_RED2, "||Death Matching is not allowed, PLEASE STOP NOW!||");
  5568. SendClientMessageToAll(COLOR_RED2, "||Death Matching is not allowed, PLEASE STOP NOW!||");
  5569. SendClientMessageToAll(COLOR_RED2, "||Death Matching is not allowed, PLEASE STOP NOW!||");
  5570. SendClientMessageToAll(COLOR_RED2, "||Death Matching is not allowed, PLEASE STOP NOW!||");
  5571. SendClientMessageToAll(COLOR_RED2, "||Death Matching is not allowed, PLEASE STOP NOW!||");
  5572. }
  5573. case 1:
  5574. {
  5575. SendClientMessageToAll(COLOR_RED2, "||Spamming is not allowed, PLEASE STOP NOW!||");
  5576. SendClientMessageToAll(COLOR_RED2, "||Spamming is not allowed, PLEASE STOP NOW!||");
  5577. SendClientMessageToAll(COLOR_RED2, "||Spamming is not allowed, PLEASE STOP NOW!||");
  5578. SendClientMessageToAll(COLOR_RED2, "||Spamming is not allowed, PLEASE STOP NOW!||");
  5579. SendClientMessageToAll(COLOR_RED2, "||Spamming is not allowed, PLEASE STOP NOW!||");
  5580. }
  5581. case 2:
  5582. {
  5583. SendClientMessageToAll(COLOR_RED2, "||Ramming and Fighting is not allowed PLEASE STOP NOW!||");
  5584. SendClientMessageToAll(COLOR_RED2, "||Ramming and Fighting is not allowed PLEASE STOP NOW!||");
  5585. SendClientMessageToAll(COLOR_RED2, "||Ramming and Fighting is not allowed PLEASE STOP NOW!||");
  5586. SendClientMessageToAll(COLOR_RED2, "||Ramming and Fighting is not allowed PLEASE STOP NOW!||");
  5587. SendClientMessageToAll(COLOR_RED2, "||Ramming and Fighting is not allowed PLEASE STOP NOW!||");
  5588. }
  5589. case 3:
  5590. {
  5591. SendClientMessageToAll(COLOR_RED2, "||Please /report all rule breakers.||");
  5592. SendClientMessageToAll(COLOR_RED2, "||Please /report all rule breakers.||");
  5593. SendClientMessageToAll(COLOR_RED2, "||Please /report all rule breakers.||");
  5594. SendClientMessageToAll(COLOR_RED2, "||Please /report all rule breakers.||");
  5595. SendClientMessageToAll(COLOR_RED2, "||Please /report all rule breakers.||");
  5596. }
  5597. case 4:
  5598. {
  5599. SendClientMessageToAll(COLOR_RED2, "||Using hacks are NOT ALLOWED, PLEASE STOP NOW!||");
  5600. SendClientMessageToAll(COLOR_RED2, "||Using hacks are NOT ALLOWED, PLEASE STOP NOW!||");
  5601. SendClientMessageToAll(COLOR_RED2, "||Using hacks are NOT ALLOWED, PLEASE STOP NOW!||");
  5602. SendClientMessageToAll(COLOR_RED2, "||Using hacks are NOT ALLOWED, PLEASE STOP NOW!||");
  5603. SendClientMessageToAll(COLOR_RED2, "||Using hacks are NOT ALLOWED, PLEASE STOP NOW!||");
  5604. }
  5605. case 5:
  5606. {
  5607. SendClientMessageToAll(COLOR_RED2, "||Begging from any ADMIN IS NOT ALLOWED STOP NOW!||");
  5608. SendClientMessageToAll(COLOR_RED2, "||Begging from any ADMIN IS NOT ALLOWED STOP NOW!||");
  5609. SendClientMessageToAll(COLOR_RED2, "||Begging from any ADMIN IS NOT ALLOWED STOP NOW!||");
  5610. SendClientMessageToAll(COLOR_RED2, "||Begging from any ADMIN IS NOT ALLOWED STOP NOW!||");
  5611. SendClientMessageToAll(COLOR_RED2, "||Begging from any ADMIN IS NOT ALLOWED STOP NOW!||");
  5612. }
  5613. case 6:
  5614. {
  5615. SendClientMessageToAll(COLOR_RED2, "||ENGLISH IN MAIN CHAT ONLY!||");
  5616. SendClientMessageToAll(COLOR_RED2, "||ENGLISH IN MAIN CHAT ONLY!||");
  5617. SendClientMessageToAll(COLOR_RED2, "||ENGLISH IN MAIN CHAT ONLY!||");
  5618. SendClientMessageToAll(COLOR_RED2, "||ENGLISH IN MAIN CHAT ONLY!||");
  5619. SendClientMessageToAll(COLOR_RED2, "||ENGLISH IN MAIN CHAT ONLY!||");
  5620. }
  5621. }
  5622. }
  5623. return 1;
  5624. }
  5625.  
  5626. stock GetVehicleFriendlyName(vehicleid)
  5627. {
  5628. new GVFNstring[56];
  5629. format(GVFNstring, sizeof(GVFNstring), VehicleFriendlyNames[GetVehicleModel(vehicleid)-400]);
  5630. return GVFNstring;
  5631. }
  5632.  
  5633. stock ResetIslandData(playerid)
  5634. {
  5635. Island[PopCorn_Island][playerid] = 0;
  5636. Island[Island_1][playerid] = 0;
  5637. Island[Las_Venturas][playerid] = 0;
  5638. Island[Los_Santos][playerid] = 0;
  5639. Island[San_Fierro][playerid] = 0;
  5640. Island[SF_Carrier][playerid] = 0;
  5641. Island[Area69][playerid] = 0;
  5642. Island[Verdant_Meadows][playerid] = 0;
  5643. Island[Pilot_Island][playerid] = 0;
  5644. Island[Admin_Island][playerid] = 0;
  5645. Island[Strip_Island][playerid] = 0;
  5646. Island[Hunterville][playerid] = 0;
  5647. Island[Rayush_Base][playerid] = 0;
  5648. Island[Campers_Field][playerid] = 0;
  5649. Island[Destruction_Field][playerid] = 0;
  5650. Island[Roleplay_Island][playerid] = 0;
  5651. Island[Farm_Strip][playerid] = 0;
  5652. Island[Communist_AP][playerid] = 0;
  5653. Island[Helicopter_Base][playerid] = 0;
  5654. Island[Super_Island][playerid] = 0;
  5655. Island[Military_Island][playerid] = 0;
  5656. Island[House_Island][playerid] = 0;
  5657. Island[BB_Ancores][playerid] = 0;
  5658. Island[Pine_Strip][playerid] = 0;
  5659. Island[LostIsland_1][playerid] = 0;
  5660. Island[LostIsland_2][playerid] = 0;
  5661. Island[LostIsland_3][playerid] = 0;
  5662. Island[LostIsland_4][playerid] = 0;
  5663. Island[PopCorn_Mansion][playerid] = 0;
  5664. Island[Rock_Island][playerid] = 0;
  5665. Island[Bubbles_Island][playerid] = 0;
  5666. }
  5667.  
  5668. stock SetPlayerFlightCheckpoint(playerid, Float:x, Float:y, Float:z, Float:cpsize)
  5669. {
  5670. SetPlayerCheckpoint(playerid, x, y, z, cpsize);
  5671. IslandX[playerid] = x;
  5672. IslandY[playerid] = y;
  5673. IslandZ[playerid] = z;
  5674. #pragma unused cpsize
  5675. return 1;
  5676. }
  5677.  
  5678. stock IsAirVehicle(carid)
  5679. {
  5680. new AirVeh[] = { 592, 577, 511, 512, 593,
  5681. 520, 553, 476, 519, 460,
  5682. 513, 548, 425, 417, 487,
  5683. 488, 497, 563, 447, 469
  5684. };
  5685. for(new i = 0; i < sizeof(AirVeh); i++)
  5686. {
  5687. if(GetVehicleModel(carid) == AirVeh[i]) return 1;
  5688. }
  5689. return 0;
  5690.  
  5691. }
  5692.  
  5693. stock GetClosestVehicle(playerid, &Float:dis = (Float:0x7F800000))
  5694. {
  5695. dis = (Float:0x7F800000);
  5696. new Float:X, Float:Y, Float:Z;
  5697. if(GetPlayerPos(playerid, X, Y, Z)) {
  5698. new vehicleid = INVALID_VEHICLE_ID;
  5699. for(new v, Float:temp, Float:VX, Float:VY, Float:VZ; v != MAX_VEHICLES; v++) {
  5700. if(GetVehiclePos(v, VX, VY, VZ)) {
  5701. VX -= X, VY -= Y, VZ -= Z;
  5702. temp = VX * VX + VY * VY + VZ * VZ;
  5703. if(temp < dis) dis = temp, vehicleid = v;
  5704. }
  5705. }
  5706. dis = floatpower(dis, 0.5);
  5707. return vehicleid;
  5708. }
  5709. return INVALID_VEHICLE_ID;
  5710. }
  5711.  
  5712. stock GetVehicleSpeed(vehicleid)
  5713. {
  5714. if(vehicleid != INVALID_VEHICLE_ID)
  5715. {
  5716. new Float:Pos[3],Float:VS ;
  5717. GetVehicleVelocity(vehicleid, Pos[0], Pos[1], Pos[2]);
  5718. VS = floatsqroot(Pos[0]*Pos[0] + Pos[1]*Pos[1] + Pos[2]*Pos[2])*200;
  5719. return floatround(VS,floatround_round);
  5720. }
  5721. return INVALID_VEHICLE_ID;
  5722. }
  5723.  
  5724. stock GetDistanceToCar(playerid,carid)
  5725. {//darkrealm
  5726. new Float:x1,Float:y1,Float:z1,Float:x2,Float:y2,Float:z2,Float:dis;
  5727. if (!IsPlayerConnected(playerid))return -1;
  5728. GetPlayerPos(playerid,x1,y1,z1);GetVehiclePos(carid,x2,y2,z2);
  5729. dis = floatsqroot(floatpower(floatabs(floatsub(x2,x1)),2)+floatpower(floatabs(floatsub(y2,y1)),2)+floatpower(floatabs(floatsub(z2,z1)),2));
  5730. return floatround(dis);
  5731. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement