Guest User

bpeterson

a guest
Apr 27th, 2009
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 67.81 KB | None | 0 0
  1. /////////////////////////////////
  2. //                             //
  3. //    location script 1.0      //
  4. //       -------------         //
  5. //        by c-middia          //
  6. //         based on            //
  7. //       Zen and Zones         //
  8. //         By mabako           //
  9. //    http://www.mabako.net    //
  10. /////////////////////////////////
  11. #include <a_samp>
  12. #include <float>
  13. #include <dprop>
  14.  
  15. #define MAX_PLAYERS_ 100
  16. new zareaupdates[MAX_PLAYERS_];
  17. new player_zarea[MAX_PLAYERS_];
  18. new zareaupdate;
  19. new zoneupdates[MAX_PLAYERS_];
  20. new player_zone[MAX_PLAYERS_];
  21. new zoneupdate;
  22. forward update_zarea ();
  23. forward update_zones ();
  24. //--gang zones
  25. enum GangZone
  26. {
  27. gzID,
  28. Float: gzPos[4],
  29. gzColor
  30. }
  31. new GangZones[][ GangZone ] = {
  32. { INVALID_GANG_ZONE, {-2861.00, -2113.70, -2102.0, -1308.00},  },//chilliad
  33. { INVALID_GANG_ZONE, {1117.20,  2708.00,  1533.00,  2883.00},  },//golf course
  34. { INVALID_GANG_ZONE, {-410.00,  1403.30,  -137.90,  1681.20},  },//big era
  35. { INVALID_GANG_ZONE, {-1372.10,  2498.50, -1277.50,  2615.30},  },//malvada
  36. { INVALID_GANG_ZONE, {-2324.90, -2584.20, -1964.20, -2212.10},  },//angel pine
  37. { INVALID_GANG_ZONE, {-901.10,  2221.80,  -592.00,  2571.90},  },//Arco
  38. { INVALID_GANG_ZONE, {-2646.40,  -355.40, -2270.00,  -222.50},  },//avispa
  39. { INVALID_GANG_ZONE, {-2831.80,  -430.20, -2646.40,  -222.50},  },
  40. { INVALID_GANG_ZONE, {-2361.50,  -417.10, -2270.00,  -355.40},  },
  41. { INVALID_GANG_ZONE, {-2667.80,  -302.10, -2646.40,  -262.30},  },
  42. { INVALID_GANG_ZONE, {-2470.00,  -355.40, -2270.00,  -318.40},  },
  43. { INVALID_GANG_ZONE, {-2550.00,  -355.40, -2470.00,  -318.40},  },//avispa
  44. { INVALID_GANG_ZONE, {-1166.90, -2641.10,  -321.70, -1856.00},  },//back o byond
  45. { INVALID_GANG_ZONE, {-2741.00,  1268.40, -2533.00,  1490.40},  },//battary point
  46. { INVALID_GANG_ZONE, {-2741.00,  2175.10, -2353.10,  2722.70},  },//Bayside
  47. { INVALID_GANG_ZONE, {-2353.10,  2275.70, -2153.10,  2475.70},  },//Bayside Marina
  48. { INVALID_GANG_ZONE, {-399.60, -1075.50,  -319.00,  -977.50},  },//Beacon Hill
  49. { INVALID_GANG_ZONE, {964.30,  1203.20,  1197.30,  1403.20},  },//Blackfield
  50. { INVALID_GANG_ZONE, {964.30,  1403.20,  1197.30,  1726.20},  },//Blackfield
  51. { INVALID_GANG_ZONE, {1375.60,   596.30,  1558.00,   823.20},  },//Blackfield Chapel
  52. { INVALID_GANG_ZONE, {1325.60,   596.30,  1375.60,   795.00},  },//Blackfield Chapel
  53. { INVALID_GANG_ZONE, {1197.30,  1044.60,  1277.00,  1163.30},  },//Blackfield Intersection
  54. { INVALID_GANG_ZONE, {1166.50,   795.00,  1375.60,  1044.60},  },//Blackfield Intersection
  55. { INVALID_GANG_ZONE, {1277.00,  1044.60,  1315.30,  1087.60},  },//Blackfield Intersection
  56. { INVALID_GANG_ZONE, {1375.60,   823.20,  1457.30,   919.40},  },//Blackfield Intersection
  57. { INVALID_GANG_ZONE, {104.50,  -220.10,   349.60,   152.20},  },//Blueberry
  58. { INVALID_GANG_ZONE, {19.60,  -404.10,   349.60,  -220.10},  },//Blueberry
  59. { INVALID_GANG_ZONE, {-319.60,  -220.10,   104.50,   293.30},  },//Blueberry Acres
  60. { INVALID_GANG_ZONE, {2087.30,  1543.20,  2437.30,  1703.20},  },//Caligula's Palace
  61. { INVALID_GANG_ZONE, {2137.40,  1703.20,  2437.30,  1783.20},  },//Caligula's Palace
  62. { INVALID_GANG_ZONE, {-2274.10,   744.10, -1982.30,  1358.90},  },//Calton Heights
  63. { INVALID_GANG_ZONE, {-2274.10,   578.30, -2078.60,   744.10},  },//Chinatown
  64. { INVALID_GANG_ZONE, {-2867.80,   277.40, -2593.40,   458.40},  },//City Hall
  65. { INVALID_GANG_ZONE, {2087.30,   943.20,  2623.10,  1203.20},  },//Come-A-Lot
  66. { INVALID_GANG_ZONE, {1323.90, -1842.20,  1701.90, -1722.20},  },//commerce
  67. { INVALID_GANG_ZONE, {1323.90, -1722.20,  1440.90, -1577.50},  },//commerce
  68. { INVALID_GANG_ZONE, {1370.80, -1577.50,  1463.90, -1384.90},  },//commerce
  69. { INVALID_GANG_ZONE, {1463.90, -1577.50,  1667.90, -1430.80},  },//commerce
  70. { INVALID_GANG_ZONE, {1583.50, -1722.20,  1758.90, -1577.50},  },//commerce
  71. { INVALID_GANG_ZONE, {1667.90, -1577.50,  1812.60, -1430.80},  },//commerce
  72. { INVALID_GANG_ZONE, {1046.10, -1804.20,  1323.90, -1722.20},  },//Conference Center
  73. { INVALID_GANG_ZONE, {1073.20, -1842.20,  1323.90, -1804.20},  },//Conference Center
  74. { INVALID_GANG_ZONE, {-2007.80,    56.30, -1922.00,   224.70},  },//Cranberry Station
  75. { INVALID_GANG_ZONE, {2749.90,  1937.20,  2921.60,  2669.70},  },//Creek
  76. { INVALID_GANG_ZONE, {580.70,  -674.80,   861.00,  -404.70},  },//Dillimore
  77. { INVALID_GANG_ZONE, {-2270.00,  -324.10, -1794.90,  -222.50},  },//Doherty
  78. { INVALID_GANG_ZONE, {-2173.00,  -222.50, -1794.90,   265.20},  },//Doherty
  79. { INVALID_GANG_ZONE, {-1982.30,   744.10, -1871.70,  1274.20},  },//Downtown
  80. { INVALID_GANG_ZONE, {-1871.70,  1176.40, -1620.30,  1274.20},  },//Downtown
  81. { INVALID_GANG_ZONE, {-1700.00,   744.20, -1580.00,  1176.50},  },//Downtown
  82. { INVALID_GANG_ZONE, {-1580.00,   744.20, -1499.80,  1025.90},  },//Downtown
  83. { INVALID_GANG_ZONE, {-2078.60,   578.30, -1499.80,   744.20},  },//Downtown
  84. { INVALID_GANG_ZONE, {-1993.20,   265.20, -1794.90,   578.30},  },//Downtown
  85. { INVALID_GANG_ZONE, {1463.90, -1430.80,  1724.70, -1290.80},  },//down town losantos
  86. { INVALID_GANG_ZONE, {1724.70, -1430.80,  1812.60, -1250.90},  },//down town losantos
  87. { INVALID_GANG_ZONE, {1463.90, -1290.80,  1724.70, -1150.80},  },//down town losantos
  88. { INVALID_GANG_ZONE, {1370.80, -1384.90,  1463.90, -1170.80},  },//down town losantos
  89. { INVALID_GANG_ZONE, {1724.70, -1250.90,  1812.60, -1150.80},  },//down town losantos
  90. { INVALID_GANG_ZONE, {1370.80, -1170.80,  1463.90, -1130.80},  },//down town losantos
  91. { INVALID_GANG_ZONE, {1378.30, -1130.80,  1463.90, -1026.30},  },//down town losantos
  92. { INVALID_GANG_ZONE, {1391.00, -1026.30,  1463.90,  -926.90},  },//down town losantos
  93. { INVALID_GANG_ZONE, {1507.50, -1385.20,  1582.50, -1325.30},  },//down town losantos
  94. { INVALID_GANG_ZONE, {2632.80, -1852.80,  2959.30, -1668.10},  },//East Beach
  95. { INVALID_GANG_ZONE, {2632.80, -1668.10,  2747.70, -1393.40},  },//East Beach
  96. { INVALID_GANG_ZONE, {2747.70, -1668.10,  2959.30, -1498.60},  },//East Beach
  97. { INVALID_GANG_ZONE, {2747.70, -1498.60,  2959.30, -1120.00},  },//East Beach
  98. { INVALID_GANG_ZONE, {2421.00, -1628.50,  2632.80, -1454.30},  },//East Los Santos
  99. { INVALID_GANG_ZONE, {2222.50, -1628.50,  2421.00, -1494.00},  },//East Los Santos
  100. { INVALID_GANG_ZONE, {2266.20, -1494.00,  2381.60, -1372.00},  },//East Los Santos
  101. { INVALID_GANG_ZONE, {2381.60, -1494.00,  2421.00, -1454.30},  },//East Los Santos
  102. { INVALID_GANG_ZONE, {2281.40, -1372.00,  2381.60, -1135.00},  },//East Los Santos
  103. { INVALID_GANG_ZONE, {2381.60, -1454.30,  2462.10, -1135.00},  },//East Los Santos
  104. { INVALID_GANG_ZONE, {2462.10, -1454.30,  2581.70, -1135.00},  },//East Los Santos
  105. { INVALID_GANG_ZONE, {-1794.90,   249.90, -1242.90,   578.30},  },//Easter Basin
  106. { INVALID_GANG_ZONE, {-1794.90,   -50.00, -1499.80,   249.90},  },//Easter Basin
  107. { INVALID_GANG_ZONE, {-1499.80,   -50.00, -1242.90,   249.90},  },//Easter Bay Airport
  108. { INVALID_GANG_ZONE, {-1731.90,  -700.10, -1214.00,   -50.00},  },//eidted
  109. { INVALID_GANG_ZONE, {-1213.90,  -500.10, -1132.80,   -50.00},  },//eidted
  110. { INVALID_GANG_ZONE, {-1242.90,   -50.00, -1213.90,   578.30},  },
  111. { INVALID_GANG_ZONE, {-1213.90,   -50.00,  -947.90,   578.30},  },
  112. { INVALID_GANG_ZONE, {-1315.40,  -405.30, -1264.40,  -209.50},  },
  113. { INVALID_GANG_ZONE, {-1354.30,  -287.30, -1315.40,  -209.50},  },
  114. { INVALID_GANG_ZONE, {-1490.30,  -209.50, -1264.40,  -148.30},  },//Easter Bay Airport
  115. { INVALID_GANG_ZONE, {-1132.80,  -768.00,  -956.40,  -578.10},  },//Easter Bay Chemicals
  116. { INVALID_GANG_ZONE, {-1132.80,  -787.30,  -956.40,  -768.00},  },//Easter Bay Chemicals
  117. { INVALID_GANG_ZONE, {-464.50,  2217.60,  -209.00,  2580.30},  },//El Castillo del Diablo
  118. { INVALID_GANG_ZONE, {-208.00,  2123.00,   114.00,  2337.00},  },
  119. { INVALID_GANG_ZONE, {-208.00,  2337.50,     8.40,  2487.00},  },//El Castillo del Diablo
  120. { INVALID_GANG_ZONE, {1812.60, -2179.20,  1970.60, -1852.80},  },//El Corona
  121. { INVALID_GANG_ZONE, {1692.60, -2179.20,  1812.60, -1842.20},  },//El Corona
  122. { INVALID_GANG_ZONE, {-1645.20,  2498.50, -1372.10,  2777.80},  },//El Quebrados
  123. { INVALID_GANG_ZONE, {-1620.30,  1176.50, -1580.00,  1274.20},  },//Esplanade East
  124. { INVALID_GANG_ZONE, {-1580.00,  1025.90, -1499.80,  1274.20},  },//Esplanade East
  125. { INVALID_GANG_ZONE, {-1499.80,   578.30, -1339.80,  1274.20},  },//Esplanade East
  126. { INVALID_GANG_ZONE, {-2533.00,  1358.90, -1996.60,  1501.20},  },//Esplanade North
  127. { INVALID_GANG_ZONE, {-1996.60,  1358.90, -1524.20,  1592.50},  },
  128. { INVALID_GANG_ZONE, {-1982.30,  1274.20, -1524.20,  1358.90},  },//Esplanade North
  129. { INVALID_GANG_ZONE, {-792.20,  -698.50,  -452.40,  -380.00},  },//Fallen Tree
  130. { INVALID_GANG_ZONE, {434.30,   366.50,   603.00,   555.60},  },//Fallow Bridge
  131. { INVALID_GANG_ZONE, {508.10,  -139.20,  1306.60,   119.50},  },//Fern Ridge
  132. { INVALID_GANG_ZONE, {-1871.70,   744.10, -1701.30,  1176.40},  },//Financial
  133. { INVALID_GANG_ZONE, {1916.90,  -233.30,  2131.70,    13.80},  },//Fisher's Lagoon
  134. { INVALID_GANG_ZONE, {-187.70, -1596.70,    17.00, -1276.60},  },//Flint Intersection
  135. { INVALID_GANG_ZONE, {-594.10, -1648.50,  -187.70, -1276.60},  },//Flint Range
  136. { INVALID_GANG_ZONE, {-376.20,   826.30,   123.70,  1220.40},  },//Fort Carson
  137. { INVALID_GANG_ZONE, {-2270.00,  -430.20, -2178.60,  -324.10},  },//Foster Valley
  138. { INVALID_GANG_ZONE, {-2178.60,  -599.80, -1794.90,  -324.10},  },//Foster Valley
  139. { INVALID_GANG_ZONE, {-2178.60, -1115.50, -1794.90,  -599.80},  },//Foster Valley
  140. { INVALID_GANG_ZONE, {-2178.60, -1250.90, -1794.90, -1115.50},  },//Foster Valley
  141. { INVALID_GANG_ZONE, {2759.20,   296.50,  2774.20,   594.70},  },//Frederick Bridge
  142. { INVALID_GANG_ZONE, {-2741.40,  1659.60, -2616.40,  2175.10},  },//Gant Bridge
  143. { INVALID_GANG_ZONE, {-2741.00,  1490.40, -2616.40,  1659.60},  },//Gant Bridge
  144. { INVALID_GANG_ZONE, {2222.50, -1852.80,  2632.80, -1722.30},  },//Ganton
  145. { INVALID_GANG_ZONE, {2222.50, -1722.30,  2632.80, -1628.50},  },//Ganton
  146. { INVALID_GANG_ZONE, {-2411.20,  -222.50, -2173.00,   265.20},  },//Garcia
  147. { INVALID_GANG_ZONE, {-2395.10,  -222.50, -2354.00,  -204.70},  },//Garcia
  148. { INVALID_GANG_ZONE, {-1339.80,   828.10, -1213.90,  1057.00},  },//Garver Bridge
  149. { INVALID_GANG_ZONE, {-1213.90,   950.00, -1087.90,  1178.90},  },//Garver Bridge
  150. { INVALID_GANG_ZONE, {-1499.80,   696.40, -1339.80,   925.30},  },//Garver Bridge
  151. { INVALID_GANG_ZONE, {1812.60, -1449.60,  1996.90, -1350.70},  },//Glen Park
  152. { INVALID_GANG_ZONE, {1812.60, -1100.80,  1994.30,  -973.30},  },//Glen Park
  153. { INVALID_GANG_ZONE, {1812.60, -1350.70,  2056.80, -1100.80},  },//Glen Park
  154. { INVALID_GANG_ZONE, {176.50,  1305.40,   337.60,  1520.70},  },//Green Palms
  155. { INVALID_GANG_ZONE, {964.30,  1044.60,  1197.30,  1203.20},  },//Greenglass College
  156. { INVALID_GANG_ZONE, {964.30,   930.80,  1166.50,  1044.60},  },//Greenglass College
  157. { INVALID_GANG_ZONE, {603.00,   264.30,   761.90,   366.50},  },//Hampton Barns
  158. { INVALID_GANG_ZONE, {2576.90,    62.10,  2759.20,   385.50},  },//Hankypanky Point
  159. { INVALID_GANG_ZONE, {1777.30,   863.20,  1817.30,  2342.80},  },//Harry Gold Parkway
  160. { INVALID_GANG_ZONE, {-2593.40,  -222.50, -2411.20,    54.70},  },//Hashbury
  161. { INVALID_GANG_ZONE, {967.30,  -450.30,  1176.70,  -217.90},  },//Hilltop Farm
  162. { INVALID_GANG_ZONE, {337.20,   710.80,   860.50,  1031.70},  },//Hunter Quarry
  163. { INVALID_GANG_ZONE, {1812.60, -1852.80,  1971.60, -1742.30},  },//Idlewood
  164. { INVALID_GANG_ZONE, {1812.60, -1742.30,  1951.60, -1602.30},  },//
  165. { INVALID_GANG_ZONE, {1951.60, -1742.30,  2124.60, -1602.30},  },//
  166. { INVALID_GANG_ZONE, {1812.60, -1602.30,  2124.60, -1449.60},  },//
  167. { INVALID_GANG_ZONE, {2124.60, -1742.30,  2222.50, -1494.00},  },//
  168. { INVALID_GANG_ZONE, {1971.60, -1852.80,  2222.50, -1742.30},  },//Idlewood
  169. { INVALID_GANG_ZONE, {1996.90, -1449.60,  2056.80, -1350.70},  },//Jefferson
  170. { INVALID_GANG_ZONE, {2124.60, -1494.00,  2266.20, -1449.60},  },//
  171. { INVALID_GANG_ZONE, {2056.80, -1372.00,  2281.40, -1210.70},  },//
  172. { INVALID_GANG_ZONE, {2056.80, -1210.70,  2185.30, -1126.30},  },//
  173. { INVALID_GANG_ZONE, {2185.30, -1210.70,  2281.40, -1154.50},  },//
  174. { INVALID_GANG_ZONE, {2056.80, -1449.60,  2266.20, -1372.00},  },//Jefferson
  175. { INVALID_GANG_ZONE, {2623.10,   943.20,  2749.90,  1055.90},  },//Julius Thruway East
  176. { INVALID_GANG_ZONE, {2685.10,  1055.90,  2749.90,  2626.50},  },//
  177. { INVALID_GANG_ZONE, {2536.40,  2442.50,  2685.10,  2542.50},  },//
  178. { INVALID_GANG_ZONE, {2625.10,  2202.70,  2685.10,  2442.50},  },//Julius Thruway East
  179. { INVALID_GANG_ZONE, {2498.20,  2542.50,  2685.10,  2626.50},  },//Julius Thruway North
  180. { INVALID_GANG_ZONE, {2237.40,  2542.50,  2498.20,  2663.10},  },//
  181. { INVALID_GANG_ZONE, {2121.40,  2508.20,  2237.40,  2663.10},  },//
  182. { INVALID_GANG_ZONE, {1938.80,  2508.20,  2121.40,  2624.20},  },//
  183. { INVALID_GANG_ZONE, {1534.50,  2433.20,  1848.40,  2583.20},  },//
  184. { INVALID_GANG_ZONE, {1848.40,  2478.40,  1938.80,  2553.40},  },//
  185. { INVALID_GANG_ZONE, {1704.50,  2342.80,  1848.40,  2433.20},  },//
  186. { INVALID_GANG_ZONE, {1377.30,  2433.20,  1534.50,  2507.20},  },//Julius Thruway North
  187. { INVALID_GANG_ZONE, {1457.30,   823.20,  2377.30,   863.20},  },//Julius Thruway South
  188. { INVALID_GANG_ZONE, {2377.30,   788.80,  2537.30,   897.90},  },//Julius Thruway South
  189. { INVALID_GANG_ZONE, {1197.30,  1163.30,  1236.60,  2243.20},  },//Julius Thruway West
  190. { INVALID_GANG_ZONE, {1236.60,  2142.80,  1297.40,  2243.20},  },//Julius Thruway West
  191. { INVALID_GANG_ZONE, {-2533.00,   578.30, -2274.10,   968.30},  },//Juniper Hill
  192. { INVALID_GANG_ZONE, {-2533.00,   968.30, -2274.10,  1358.90},  },//Juniper Hollow
  193. { INVALID_GANG_ZONE, {2498.20,  2626.50,  2749.90,  2861.50},  },//K.A.C.C. Military Fuels
  194. { INVALID_GANG_ZONE, {-1339.80,   599.20, -1213.90,   828.10},  },//Kincaid Bridge
  195. { INVALID_GANG_ZONE, {-1213.90,   721.10, -1087.90,   950.00},  },//
  196. { INVALID_GANG_ZONE, {-1087.90,   855.30,  -961.90,   986.20},  },//Kincaid Bridge
  197. { INVALID_GANG_ZONE, {-2329.30,   458.40, -1993.20,   578.30},  },//King's
  198. { INVALID_GANG_ZONE, {-2411.20,   265.20, -1993.20,   373.50},  },
  199. { INVALID_GANG_ZONE, {-2253.50,   373.50, -1993.20,   458.40},  },//King's
  200. { INVALID_GANG_ZONE, {1457.30,   863.20,  1777.40,  1143.20},  },//LVA Freight Depot
  201. { INVALID_GANG_ZONE, {1375.60,   919.40,  1457.30,  1203.20},  },//
  202. { INVALID_GANG_ZONE, {1277.00,  1087.60,  1375.60,  1203.20},  },//
  203. { INVALID_GANG_ZONE, {1315.30,  1044.60,  1375.60,  1087.60},  },//
  204. { INVALID_GANG_ZONE, {1236.60,  1163.40,  1277.00,  1203.20},  },//LVA Freight Depot
  205. { INVALID_GANG_ZONE, {-926.10,  1398.70,  -719.20,  1634.60},  },//Las Barrancas
  206. { INVALID_GANG_ZONE, {-365.10,  2123.00,  -209.00,  2217.00},  },//Las Brujas
  207. { INVALID_GANG_ZONE, {1994.30, -1100.80,  2056.80,  -920.80},  },//Las Colinas
  208. { INVALID_GANG_ZONE, {2056.80, -1126.30,  2126.80,  -920.80},  },//
  209. { INVALID_GANG_ZONE, {2185.30, -1154.50,  2281.40,  -934.40},  },//
  210. { INVALID_GANG_ZONE, {2126.80, -1126.30,  2185.30,  -934.40},  },//
  211. { INVALID_GANG_ZONE, {2747.70, -1120.00,  2959.30,  -945.00},  },//
  212. { INVALID_GANG_ZONE, {2632.70, -1135.00,  2747.70,  -945.00},  },//
  213. { INVALID_GANG_ZONE, {2281.40, -1135.00,  2632.70,  -945.00},  },//Las Colinas
  214. { INVALID_GANG_ZONE, {-354.30,  2581.30,  -133.60,  2816.80},  },//Las Payasadas
  215. { INVALID_GANG_ZONE, {1236.60,  1203.20,  1457.30,  1883.10},  },//Las Venturas Airport
  216. { INVALID_GANG_ZONE, {1457.30,  1203.20,  1777.30,  1883.10},  },//
  217. { INVALID_GANG_ZONE, {1457.30,  1143.20,  1777.40,  1203.20},  },//
  218. { INVALID_GANG_ZONE, {1515.80,  1586.40,  1729.90,  1714.50},  },//Las Venturas Airport
  219. { INVALID_GANG_ZONE, {1823.00,   596.30,  1997.20,   823.20},  },//Last Dime Motel
  220. { INVALID_GANG_ZONE, {-1166.90, -1856.00,  -815.60, -1602.00},  },//Leafy Hollow
  221. { INVALID_GANG_ZONE, {-90.20,  1286.80,   100.80,  1386.10},  },//Lil' Probe Inn
  222. { INVALID_GANG_ZONE, {2749.90,   943.20,  2923.30,  1198.90},  },//Linden Side
  223. { INVALID_GANG_ZONE, {2749.90,  1198.90,  2923.30,  1548.90},  },//Linden Station
  224. { INVALID_GANG_ZONE, {2811.20,  1229.50,  2861.20,  1407.50},  },//Linden Station
  225. { INVALID_GANG_ZONE, {1701.90, -1842.20,  1812.60, -1722.20},  },//Little Mexico
  226. { INVALID_GANG_ZONE, {1758.90, -1722.20,  1812.60, -1577.50},  },//Little Mexico
  227. { INVALID_GANG_ZONE, {2581.70, -1454.30,  2632.80, -1393.40},  },//Los Flores
  228. { INVALID_GANG_ZONE, {2581.70, -1393.40,  2747.70, -1135.00},  },//Los Flores
  229. { INVALID_GANG_ZONE, {1249.60, -2394.30,  1852.00, -2179.20},  },//Los Santos International
  230. { INVALID_GANG_ZONE, {1852.00, -2394.30,  2089.00, -2179.20},  },//
  231. { INVALID_GANG_ZONE, {1382.70, -2730.80,  2201.80, -2394.30},  },//
  232. { INVALID_GANG_ZONE, {1974.60, -2394.30,  2089.00, -2256.50},  },//
  233. { INVALID_GANG_ZONE, {1400.90, -2669.20,  2189.80, -2597.20},  },//
  234. { INVALID_GANG_ZONE, {2051.60, -2597.20,  2152.40, -2394.30},  },//Los Santos International
  235. { INVALID_GANG_ZONE, {647.70, -1804.20,   851.40, -1577.50},  },//Marina
  236. { INVALID_GANG_ZONE, {647.70, -1577.50,   807.90, -1416.20},  },//
  237. { INVALID_GANG_ZONE, {807.90, -1577.50,   926.90, -1416.20},  },//Marina
  238. { INVALID_GANG_ZONE, {787.40, -1416.20,  1072.60, -1310.20},  },//Market
  239. { INVALID_GANG_ZONE, {952.60, -1310.20,  1072.60, -1130.80},  },//
  240. { INVALID_GANG_ZONE, {1072.60, -1416.20,  1370.80, -1130.80},  },//
  241. { INVALID_GANG_ZONE, {926.90, -1577.50,  1370.80, -1416.20},  },//Market
  242. { INVALID_GANG_ZONE, {787.40, -1410.90,   866.00, -1310.20},  },//Market Station
  243. { INVALID_GANG_ZONE, {-222.10,   293.30,  -122.10,   476.40},  },//Martin Bridge
  244. { INVALID_GANG_ZONE, {-2994.40,  -811.20, -2178.60,  -430.20},  },//Missionary Hill
  245. { INVALID_GANG_ZONE, {1119.50,   119.50,  1451.40,   493.30},  },//Montgomery
  246. { INVALID_GANG_ZONE, {1451.40,   347.40,  1582.40,   420.80},  },//Montgomery
  247. { INVALID_GANG_ZONE, {1546.60,   208.10,  1745.80,   347.40},  },//Montgomery Intersection
  248. { INVALID_GANG_ZONE, {1582.40,   347.40,  1664.60,   401.70},  },//Montgomery Intersection
  249. { INVALID_GANG_ZONE, {1414.00,  -768.00,  1667.60,  -452.40},  },//Mulholland
  250. { INVALID_GANG_ZONE, {1281.10,  -452.40,  1641.10,  -290.90},  },//Mulholland
  251. { INVALID_GANG_ZONE, {1269.10,  -768.00,  1414.00,  -452.40},  },//Mulholland
  252. { INVALID_GANG_ZONE, {1357.00,  -926.90,  1463.90,  -768.00},  },//Mulholland
  253. { INVALID_GANG_ZONE, {1318.10,  -910.10,  1357.00,  -768.00},  },//Mulholland
  254. { INVALID_GANG_ZONE, {1169.10,  -910.10,  1318.10,  -768.00},  },//Mulholland
  255. { INVALID_GANG_ZONE, {768.60,  -954.60,   952.60,  -860.60},  },//Mulholland
  256. { INVALID_GANG_ZONE, {687.80,  -860.60,   911.80,  -768.00},  },//Mulholland
  257. { INVALID_GANG_ZONE, {737.50,  -768.00,  1142.20,  -674.80},  },//Mulholland
  258. { INVALID_GANG_ZONE, {1096.40,  -910.10,  1169.10,  -768.00},  },//Mulholland
  259. { INVALID_GANG_ZONE, {952.60,  -937.10,  1096.40,  -860.60},  },//Mulholland
  260. { INVALID_GANG_ZONE, {911.80,  -860.60,  1096.40,  -768.00},  },//Mulholland
  261. { INVALID_GANG_ZONE, {861.00,  -674.80,  1156.50,  -600.80},  },//Mulholland
  262. { INVALID_GANG_ZONE, {1463.90, -1150.80,  1812.60,  -768.00},  },//Mulholland Intersection
  263. { INVALID_GANG_ZONE, {2285.30,  -768.00,  2770.50,  -269.70},  },//North Rock
  264. { INVALID_GANG_ZONE, {2373.70, -2697.00,  2809.20, -2330.40},  },//Ocean Docks
  265. { INVALID_GANG_ZONE, {2201.80, -2418.30,  2324.00, -2095.00},  },//
  266. { INVALID_GANG_ZONE, {2324.00, -2302.30,  2703.50, -2145.10},  },//
  267. { INVALID_GANG_ZONE, {2089.00, -2394.30,  2201.80, -2235.80},  },//
  268. { INVALID_GANG_ZONE, {2201.80, -2730.80,  2324.00, -2418.30},  },//
  269. { INVALID_GANG_ZONE, {2703.50, -2302.30,  2959.30, -2126.90},  },//
  270. { INVALID_GANG_ZONE, {2324.00, -2145.10,  2703.50, -2059.20},  },//Ocean Docks
  271. { INVALID_GANG_ZONE, {-2994.40,   277.40, -2867.80,   458.40},  },//Ocean Flats
  272. { INVALID_GANG_ZONE, {-2994.40,  -222.50, -2593.40,   277.40},  },//
  273. { INVALID_GANG_ZONE, {-2994.40,  -430.20, -2831.80,  -222.50},  },//Ocean Flats
  274. { INVALID_GANG_ZONE, {339.60,  1228.50,   664.30,  1635.00},  },//Octane Springs
  275. { INVALID_GANG_ZONE, {2162.30,  2012.10,  2685.10,  2202.70},  },//Old Venturas Strip
  276. { INVALID_GANG_ZONE, {-2994.40,   458.40, -2741.00,  1339.60},  },//Palisades
  277. { INVALID_GANG_ZONE, {2160.20,  -149.00,  2576.90,   228.30},  },//Palomino Creek
  278. { INVALID_GANG_ZONE, {-2741.00,   793.40, -2533.00,  1268.40},  },//Paradiso
  279. { INVALID_GANG_ZONE, {1440.90, -1722.20,  1583.50, -1577.50},  },//Pershing Square
  280. { INVALID_GANG_ZONE, {2437.30,  1383.20,  2624.40,  1783.20},  },//Pilgrim
  281. { INVALID_GANG_ZONE, {2624.40,  1383.20,  2685.10,  1783.20},  },//Pilgrim
  282. { INVALID_GANG_ZONE, {1098.30,  2243.20,  1377.30,  2507.20},  },//Pilson Intersection
  283. { INVALID_GANG_ZONE, {1817.30,  1469.20,  2027.40,  1703.20},  },//Pirates in Men's Pants
  284. { INVALID_GANG_ZONE, {2703.50, -2126.90,  2959.30, -1852.80},  },//Playa del Seville
  285. { INVALID_GANG_ZONE, {1534.50,  2583.20,  1848.40,  2863.20},  },//Prickle Pine
  286. { INVALID_GANG_ZONE, {1117.40,  2507.20,  1534.50,  2707.20},  },//
  287. { INVALID_GANG_ZONE, {1848.40,  2553.40,  1938.80,  2863.20},  },//
  288. { INVALID_GANG_ZONE, {1938.80,  2624.20,  2121.40,  2861.50},  },//Prickle Pine
  289. { INVALID_GANG_ZONE, {-2533.00,   458.40, -2329.30,   578.30},  },//Queens
  290. { INVALID_GANG_ZONE, {-2593.40,    54.70, -2411.20,   458.40},  },//
  291. { INVALID_GANG_ZONE, {-2411.20,   373.50, -2253.50,   458.40},  },//Queens
  292. { INVALID_GANG_ZONE, {1558.00,   596.30,  1823.00,   823.20},  },//Randolph Industrial Estate
  293. { INVALID_GANG_ZONE, {1817.30,  2011.80,  2106.70,  2202.70},  },//Redsands East
  294. { INVALID_GANG_ZONE, {1817.30,  2202.70,  2011.90,  2342.80},  },//
  295. { INVALID_GANG_ZONE, {1848.40,  2342.80,  2011.90,  2478.40},  },//
  296. { INVALID_GANG_ZONE, {1236.60,  1883.10,  1777.30,  2142.80},  },//
  297. { INVALID_GANG_ZONE, {1297.40,  2142.80,  1777.30,  2243.20},  },//
  298. { INVALID_GANG_ZONE, {1377.30,  2243.20,  1704.50,  2433.20},  },//
  299. { INVALID_GANG_ZONE, {1704.50,  2243.20,  1777.30,  2342.80},  },//Redsands East
  300. { INVALID_GANG_ZONE, {-405.70,  1712.80,  -276.70,  1892.70},  },//Regular Tom
  301. { INVALID_GANG_ZONE, {647.50, -1118.20,   787.40,  -954.60},  },//richman
  302. { INVALID_GANG_ZONE, {647.50,  -954.60,   768.60,  -860.60},  },//richman
  303. { INVALID_GANG_ZONE, {225.10, -1369.60,   334.50, -1292.00},  },//richman
  304. { INVALID_GANG_ZONE, {225.10, -1292.00,   466.20, -1235.00},  },//richman
  305. { INVALID_GANG_ZONE, {72.60, -1404.90,   225.10, -1235.00},  },//richman
  306. { INVALID_GANG_ZONE, {72.60, -1235.00,   321.30, -1008.10},  },//richman
  307. { INVALID_GANG_ZONE, {321.30, -1235.00,   647.50, -1044.00},  },//richman
  308. { INVALID_GANG_ZONE, {321.30, -1044.00,   647.50,  -860.60},  },//richman
  309. { INVALID_GANG_ZONE, {321.30,  -860.60,   687.80,  -768.00},  },//richman
  310. { INVALID_GANG_ZONE, {321.30,  -768.00,   700.70,  -674.80},  },//richman
  311. { INVALID_GANG_ZONE, {-1119.00,  1178.90,  -862.00,  1351.40},  },//Robada Intersection
  312. { INVALID_GANG_ZONE, {2237.40,  2202.70,  2536.40,  2542.50},  },//Roca Escalante
  313. { INVALID_GANG_ZONE, {2536.40,  2202.70,  2625.10,  2442.50},  },//Roca Escalante
  314. { INVALID_GANG_ZONE, {2537.30,   676.50,  2902.30,   943.20},  },//Rockshore East
  315. { INVALID_GANG_ZONE, {1997.20,   596.30,  2377.30,   823.20},  },//
  316. { INVALID_GANG_ZONE, {2377.30,   596.30,  2537.30,   788.80},  },//Rockshore East
  317. { INVALID_GANG_ZONE, {72.60, -1684.60,   225.10, -1544.10},  },//Rodeo
  318. { INVALID_GANG_ZONE, {72.60, -1544.10,   225.10, -1404.90},  },//
  319. { INVALID_GANG_ZONE, {225.10, -1684.60,   312.80, -1501.90},  },//
  320. { INVALID_GANG_ZONE, {225.10, -1501.90,   334.50, -1369.60},  },//
  321. { INVALID_GANG_ZONE, {334.50, -1501.90,   422.60, -1406.00},  },//
  322. { INVALID_GANG_ZONE, {312.80, -1684.60,   422.60, -1501.90},  },//
  323. { INVALID_GANG_ZONE, {422.60, -1684.60,   558.00, -1570.20},  },//
  324. { INVALID_GANG_ZONE, {558.00, -1684.60,   647.50, -1384.90},  },//
  325. { INVALID_GANG_ZONE, {466.20, -1570.20,   558.00, -1385.00},  },//
  326. { INVALID_GANG_ZONE, {422.60, -1570.20,   466.20, -1406.00},  },//
  327. { INVALID_GANG_ZONE, {466.20, -1385.00,   647.50, -1235.00},  },//
  328. { INVALID_GANG_ZONE, {334.50, -1406.00,   466.20, -1292.00},  },//Rodeo
  329. { INVALID_GANG_ZONE, {2087.30,  1383.20,  2437.30,  1543.20},  },//Royal Casino
  330. { INVALID_GANG_ZONE, {2450.30,   385.50,  2759.20,   562.30},  },//San Andreas Sound
  331. { INVALID_GANG_ZONE, {-2741.00,   458.40, -2533.00,   793.40},  },//Santa Flora
  332. { INVALID_GANG_ZONE, {342.60, -2173.20,   647.70, -1684.60},  },//Santa Maria Beach
  333. { INVALID_GANG_ZONE, {72.60, -2173.20,   342.60, -1684.60},  },//Santa Maria Beach
  334. { INVALID_GANG_ZONE, {-1632.80, -2263.40, -1601.30, -2231.70},  },//Shady Cabin
  335. { INVALID_GANG_ZONE, {-1820.60, -2643.60, -1226.70, -1771.60},  },//Shady Creeks
  336. { INVALID_GANG_ZONE, {-2030.10, -2174.80, -1820.60, -1771.60},  },//Shady Creeks
  337. { INVALID_GANG_ZONE, {2749.90,  1548.90,  2923.30,  1937.20},  },//Sobell Rail Yards
  338. { INVALID_GANG_ZONE, {2121.40,  2663.10,  2498.20,  2861.50},  },//Spinybed
  339. { INVALID_GANG_ZONE, {2437.30,  1783.20,  2685.10,  2012.10},  },//Starfish Casino
  340. { INVALID_GANG_ZONE, {2437.30,  1858.10,  2495.00,  1970.80},  },//
  341. { INVALID_GANG_ZONE, {2162.30,  1883.20,  2437.30,  2012.10},  },//Starfish Casino
  342. { INVALID_GANG_ZONE, {1252.30, -1130.80,  1378.30, -1026.30},  },//temple
  343. { INVALID_GANG_ZONE, {1252.30, -1026.30,  1391.00,  -926.90},  },//temple
  344. { INVALID_GANG_ZONE, {1252.30,  -926.90,  1357.00,  -910.10},  },//temple
  345. { INVALID_GANG_ZONE, {952.60, -1130.80,  1096.40,  -937.10},  },//temple
  346. { INVALID_GANG_ZONE, {1096.40, -1130.80,  1252.30, -1026.30},  },//temple
  347. { INVALID_GANG_ZONE, {1096.40, -1026.30,  1252.30,  -910.10},  },//temple
  348. { INVALID_GANG_ZONE, {2087.30,  1203.20,  2640.40,  1383.20},  },//The Camel's Toe
  349. { INVALID_GANG_ZONE, {2162.30,  1783.20,  2437.30,  1883.20},  },//The Clown's Pocket
  350. { INVALID_GANG_ZONE, {2011.90,  2202.70,  2237.40,  2462.20},  },//The Emerald Isle
  351. { INVALID_GANG_ZONE, {-1209.60, -1317.10,  -908.10,  -787.30},  },//The Farm
  352. { INVALID_GANG_ZONE, {1817.30,   863.20,  2027.30,  1083.20},  },//The Four Dragons Casino
  353. { INVALID_GANG_ZONE, {1817.30,  1283.20,  2027.30,  1469.20},  },//The High Roller
  354. { INVALID_GANG_ZONE, {1664.60,   401.70,  1785.10,   567.20},  },//The Mako Span
  355. { INVALID_GANG_ZONE, {-947.90,  -304.30,  -319.60,   327.00},  },//The Panopticon
  356. { INVALID_GANG_ZONE, {1817.30,  1083.20,  2027.30,  1283.20},  },//The Pink Swan
  357. { INVALID_GANG_ZONE, {-968.70,  1929.40,  -490.00,  2155.20},  },//The Sherman Dam
  358. { INVALID_GANG_ZONE, {2027.40,   863.20,  2087.30,  1703.20},  },//The Strip
  359. { INVALID_GANG_ZONE, {2106.70,  1863.20,  2162.30,  2202.70},  },//
  360. { INVALID_GANG_ZONE, {2027.40,  1783.20,  2162.30,  1863.20},  },//
  361. { INVALID_GANG_ZONE, {2027.40,  1703.20,  2137.40,  1783.20},  },//The Strip
  362. { INVALID_GANG_ZONE, {1817.30,  1863.20,  2106.70,  2011.80},  },//The Visage
  363. { INVALID_GANG_ZONE, {1817.30,  1703.20,  2027.40,  1863.20},  },//The Visage
  364. { INVALID_GANG_ZONE, {1692.60, -1971.80,  1812.60, -1932.80},  },//Unity Station
  365. { INVALID_GANG_ZONE, {-936.60,  2611.40,  -715.90,  2847.90},  },//Valle Ocultado
  366. { INVALID_GANG_ZONE, {930.20, -2488.40,  1249.60, -2006.70},  },//Verdant Bluffs
  367. { INVALID_GANG_ZONE, {1073.20, -2006.70,  1249.60, -1842.20},  },//
  368. { INVALID_GANG_ZONE, {1249.60, -2179.20,  1692.60, -1842.20},  },//Verdant Bluffs
  369. { INVALID_GANG_ZONE, {37.00,  2339.10,   435.90,  2677.90},  },//Verdant Meadows
  370. { INVALID_GANG_ZONE, {647.70, -2173.20,   930.20, -1804.20},  },//Verona Beach
  371. { INVALID_GANG_ZONE, {930.20, -2006.70,  1073.20, -1804.20},  },//
  372. { INVALID_GANG_ZONE, {851.40, -1804.20,  1046.10, -1577.50},  },//
  373. { INVALID_GANG_ZONE, {1161.50, -1722.20,  1323.90, -1577.50},  },//
  374. { INVALID_GANG_ZONE, {1046.10, -1722.20,  1161.50, -1577.50},  },//Verona Beach
  375. { INVALID_GANG_ZONE, {787.40, -1310.20,   952.60, -1130.80},  },//vinewood
  376. { INVALID_GANG_ZONE, {787.40, -1130.80,   952.60,  -954.60},  },//vinewood
  377. { INVALID_GANG_ZONE, {647.50, -1227.20,   787.40, -1118.20},  },//vinewood
  378. { INVALID_GANG_ZONE, {647.70, -1416.20,   787.40, -1227.20},  },//vinewood
  379. { INVALID_GANG_ZONE, {883.30,  1726.20,  1098.30,  2507.20},  },//Whitewood Estates
  380. { INVALID_GANG_ZONE, {1098.30,  1726.20,  1197.30,  2243.20},  },//Whitewood Estates
  381. { INVALID_GANG_ZONE, {1970.60, -2179.20,  2089.00, -1852.80},  },//Willowfield
  382. { INVALID_GANG_ZONE, {2089.00, -2235.80,  2201.80, -1989.90},  },//
  383. { INVALID_GANG_ZONE, {2089.00, -1989.90,  2324.00, -1852.80},  },//
  384. { INVALID_GANG_ZONE, {2201.80, -2095.00,  2324.00, -1989.90},  },//
  385. { INVALID_GANG_ZONE, {2541.70, -1941.40,  2703.50, -1852.80},  },//
  386. { INVALID_GANG_ZONE, {2324.00, -2059.20,  2541.70, -1852.80},  },//
  387. { INVALID_GANG_ZONE, {2541.70, -2059.20,  2703.50, -1941.40},  },//Willowfield
  388. { INVALID_GANG_ZONE, {1377.40,  2600.40,  1492.40,  2687.30},  },//Yellow Bell Station
  389. { INVALID_GANG_ZONE, {-76.40,   1640.40,   411.90,  2104.50},  },//area 69
  390. { INVALID_GANG_ZONE, {2140.00,  2463.00,  2217.00,  2500.00},  },//clairs tuneshop
  391. // Main Zones
  392. { INVALID_GANG_ZONE, {44.60, -2892.90,  2997.00,  -768.00},  },//Los Santos
  393. { INVALID_GANG_ZONE, {869.40,   596.30,  2997.00,  2993.80},  },//Las Venturas
  394. { INVALID_GANG_ZONE, {-480.00,   596.50,   869.00,  2993.00},  },//Bone County
  395. { INVALID_GANG_ZONE, {-2997.40,  1659.60,  -481.50,  2993.80},  },//Tierra Robada
  396. { INVALID_GANG_ZONE, {-1213.90,   596.30,  -481.50,  1659.60},  },//Tierra Robada
  397. { INVALID_GANG_ZONE, {-2997.40, -1115.50, -1213.90,  1659.60},  },//San Fierro
  398. { INVALID_GANG_ZONE, {-1213.90,  -768.00,  2997.00,   596.30},  },//Red County
  399. { INVALID_GANG_ZONE, {-1213.90, -2892.90,    44.60,  -768.00},  },//Flint County
  400. { INVALID_GANG_ZONE, {-2997.40, -2892.90, -1213.90, -1115.50},  }//Whetstone
  401. };
  402. // zarea
  403. enum zareainfo {
  404. zarea_name[27],
  405. Float:zarea_minx,
  406. Float:zarea_miny,
  407. Float:zarea_minz,
  408. Float:zarea_maxx,
  409. Float:zarea_maxy,
  410. Float:zarea_maxz
  411. }
  412. new Float:zarea[][zareainfo] = {
  413.  
  414. // Main zarea
  415. { "Los Santos",                     44.60, -2892.90,  -242.90,  2997.00,  -768.00,   900.00},
  416. { "Las Venturas",                  869.40,   596.30,  -242.90,  2997.00,  2994.00,   900.00},
  417. { "Bone County",                  -479.00,   596.50,  -242.90,   869.00,  2993.00,   900.00},
  418. { "Tierra Robada",               -2997.40,  1659.60,  -242.90,  -481.50,  2992.00,   900.00},
  419. { "Tierra Robada",               -1213.90,   596.30,  -242.90,  -481.50,  1659.60,   900.00},
  420. { "San Fierro",                  -2997.40, -1115.50,  -242.90, -1213.90,  1659.60,   900.00},
  421. { "Red County",                  -1213.90,  -768.00,  -242.90,  2997.00,   596.30,   900.00},
  422. { "Flint County",                -1213.90, -2892.90,  -242.90,    44.60,  -768.00,   900.00},
  423. { "Whetstone",                   -2997.40, -2892.90,  -242.90, -1213.90, -1115.50,   900.00}
  424. };
  425. // ZONES
  426. enum zoneinfo {
  427. zone_name[27],
  428. Float:zone_minx,
  429. Float:zone_miny,
  430. Float:zone_minz,
  431. Float:zone_maxx,
  432. Float:zone_maxy,
  433. Float:zone_maxz
  434. }
  435. new Float:zones[][zoneinfo] = {
  436. { "Mount Chiliad",               -2861.00, -2113.70,        -10.00, -2102.0, -1308.00,   500.00},
  437. { "Yellow Bell Golf Course",      1117.20,  2708.00,    -10.00, 1533.00,  2883.00,    20.00},
  438. { "'Clair`s Tune Shop'",          2140.00,  2463.00,    -10.00, 2217.00,  2500.00,    20.00},
  439. { "'The Big Ear'",                -410.00,  1403.30,    -3.00,  -137.90,  1681.20,   200.00},
  440. { "Aldea Malvada",               -1372.10,  2498.50,     0.00, -1277.50,  2615.30,   200.00},
  441. { "Angel Pine",                  -2324.90, -2584.20,    -6.10, -1964.20, -2212.10,   200.00},
  442. { "Arco del Oeste",               -901.10,  2221.80,     0.00,  -592.00,  2571.90,   200.00},
  443. { "Avispa Country Club",         -2646.40,  -355.40,     0.00, -2270.00,  -222.50,   200.00},
  444. { "Avispa Country Club",         -2831.80,  -430.20,    -6.10, -2646.40,  -222.50,   200.00},
  445. { "Avispa Country Club",         -2361.50,  -417.10,     0.00, -2270.00,  -355.40,   200.00},
  446. { "Avispa Country Club",         -2667.80,  -302.10,   -28.80, -2646.40,  -262.30,    71.10},
  447. { "Avispa Country Club",         -2470.00,  -355.40,     0.00, -2270.00,  -318.40,    46.10},
  448. { "Avispa Country Club",         -2550.00,  -355.40,     0.00, -2470.00,  -318.40,    39.70},
  449. { "Back o Beyond",               -1166.90, -2641.10,     0.00,  -321.70, -1856.00,   200.00},
  450. { "Battery Point",               -2741.00,  1268.40,    -4.50, -2533.00,  1490.40,   200.00},
  451. { "Bayside",                     -2741.00,  2175.10,     0.00, -2353.10,  2722.70,   200.00},
  452. { "Bayside Marina",              -2353.10,  2275.70,     0.00, -2153.10,  2475.70,   200.00},
  453. { "Beacon Hill",                  -399.60, -1075.50,    -1.40,  -319.00,  -977.50,   198.50},
  454. { "Blackfield",                    964.30,  1203.20,   -89.00,  1197.30,  1403.20,   110.90},
  455. { "Blackfield",                    964.30,  1403.20,   -89.00,  1197.30,  1726.20,   110.90},
  456. { "Blackfield Chapel",            1375.60,   596.30,   -89.00,  1558.00,   823.20,   110.90},
  457. { "Blackfield Chapel",            1325.60,   596.30,   -89.00,  1375.60,   795.00,   110.90},
  458. { "Blackfield Intersection",      1197.30,  1044.60,   -89.00,  1277.00,  1163.30,   110.90},
  459. { "Blackfield Intersection",      1166.50,   795.00,   -89.00,  1375.60,  1044.60,   110.90},
  460. { "Blackfield Intersection",      1277.00,  1044.60,   -89.00,  1315.30,  1087.60,   110.90},
  461. { "Blackfield Intersection",      1375.60,   823.20,   -89.00,  1457.30,   919.40,   110.90},
  462. { "Blueberry",                     104.50,  -220.10,     2.30,   349.60,   152.20,   200.00},
  463. { "Blueberry",                      19.60,  -404.10,     3.80,   349.60,  -220.10,   200.00},
  464. { "Blueberry Acres",              -319.60,  -220.10,     0.00,   104.50,   293.30,   200.00},
  465. { "Caligula's Palace",            2087.30,  1543.20,   -89.00,  2437.30,  1703.20,   110.90},
  466. { "Caligula's Palace",            2137.40,  1703.20,   -89.00,  2437.30,  1783.20,   110.90},
  467. { "Calton Heights",              -2274.10,   744.10,    -6.10, -1982.30,  1358.90,   200.00},
  468. { "Chinatown",                   -2274.10,   578.30,    -7.60, -2078.60,   744.10,   200.00},
  469. { "City Hall",                   -2867.80,   277.40,    -9.10, -2593.40,   458.40,   200.00},
  470. { "Come-A-Lot",                   2087.30,   943.20,   -89.00,  2623.10,  1203.20,   110.90},
  471. { "Commerce",                     1323.90, -1842.20,   -89.00,  1701.90, -1722.20,   110.90},
  472. { "Commerce",                     1323.90, -1722.20,   -89.00,  1440.90, -1577.50,   110.90},
  473. { "Commerce",                     1370.80, -1577.50,   -89.00,  1463.90, -1384.90,   110.90},
  474. { "Commerce",                     1463.90, -1577.50,   -89.00,  1667.90, -1430.80,   110.90},
  475. { "Commerce",                     1583.50, -1722.20,   -89.00,  1758.90, -1577.50,   110.90},
  476. { "Commerce",                     1667.90, -1577.50,   -89.00,  1812.60, -1430.80,   110.90},
  477. { "Conference Center",            1046.10, -1804.20,   -89.00,  1323.90, -1722.20,   110.90},
  478. { "Conference Center",            1073.20, -1842.20,   -89.00,  1323.90, -1804.20,   110.90},
  479. { "Cranberry Station",           -2007.80,    56.30,   -10.00, -1922.00,   224.70,    50.00},
  480. { "Creek",                        2749.90,  1937.20,   -89.00,  2921.60,  2669.70,   110.90},
  481. { "Dillimore",                     580.70,  -674.80,    -9.50,   861.00,  -404.70,   200.00},
  482. { "Doherty",                     -2270.00,  -324.10,    -0.00, -1794.90,  -222.50,   200.00},
  483. { "Doherty",                     -2173.00,  -222.50,    -0.00, -1794.90,   265.20,   200.00},
  484. { "Downtown",                    -1982.30,   744.10,    -6.10, -1871.70,  1274.20,   200.00},
  485. { "Downtown",                    -1871.70,  1176.40,    -4.50, -1620.30,  1274.20,   200.00},
  486. { "Downtown",                    -1700.00,   744.20,    -6.10, -1580.00,  1176.50,   200.00},
  487. { "Downtown",                    -1580.00,   744.20,    -6.10, -1499.80,  1025.90,   200.00},
  488. { "Downtown",                    -2078.60,   578.30,    -7.60, -1499.80,   744.20,   200.00},
  489. { "Downtown",                    -1993.20,   265.20,    -9.10, -1794.90,   578.30,   200.00},
  490. { "Downtown Los Santos",          1463.90, -1430.80,   -89.00,  1724.70, -1290.80,   110.90},
  491. { "Downtown Los Santos",          1724.70, -1430.80,   -89.00,  1812.60, -1250.90,   110.90},
  492. { "Downtown Los Santos",          1463.90, -1290.80,   -89.00,  1724.70, -1150.80,   110.90},
  493. { "Downtown Los Santos",          1370.80, -1384.90,   -89.00,  1463.90, -1170.80,   110.90},
  494. { "Downtown Los Santos",          1724.70, -1250.90,   -89.00,  1812.60, -1150.80,   110.90},
  495. { "Downtown Los Santos",          1370.80, -1170.80,   -89.00,  1463.90, -1130.80,   110.90},
  496. { "Downtown Los Santos",          1378.30, -1130.80,   -89.00,  1463.90, -1026.30,   110.90},
  497. { "Downtown Los Santos",          1391.00, -1026.30,   -89.00,  1463.90,  -926.90,   110.90},
  498. { "Downtown Los Santos",          1507.50, -1385.20,   110.90,  1582.50, -1325.30,   335.90},
  499. { "East Beach",                   2632.80, -1852.80,   -89.00,  2959.30, -1668.10,   110.90},
  500. { "East Beach",                   2632.80, -1668.10,   -89.00,  2747.70, -1393.40,   110.90},
  501. { "East Beach",                   2747.70, -1668.10,   -89.00,  2959.30, -1498.60,   110.90},
  502. { "East Beach",                   2747.70, -1498.60,   -89.00,  2959.30, -1120.00,   110.90},
  503. { "East Los Santos",              2421.00, -1628.50,   -89.00,  2632.80, -1454.30,   110.90},
  504. { "East Los Santos",              2222.50, -1628.50,   -89.00,  2421.00, -1494.00,   110.90},
  505. { "East Los Santos",              2266.20, -1494.00,   -89.00,  2381.60, -1372.00,   110.90},
  506. { "East Los Santos",              2381.60, -1494.00,   -89.00,  2421.00, -1454.30,   110.90},
  507. { "East Los Santos",              2281.40, -1372.00,   -89.00,  2381.60, -1135.00,   110.90},
  508. { "East Los Santos",              2381.60, -1454.30,   -89.00,  2462.10, -1135.00,   110.90},
  509. { "East Los Santos",              2462.10, -1454.30,   -89.00,  2581.70, -1135.00,   110.90},
  510. { "Easter Basin",                -1794.90,   249.90,    -9.10, -1242.90,   578.30,   200.00},
  511. { "Easter Basin",                -1794.90,   -50.00,    -0.00, -1499.80,   249.90,   200.00},
  512. { "Easter Bay Airport",          -1499.80,   -50.00,    -0.00, -1242.90,   249.90,   200.00},
  513. { "Easter Bay Airport",          -1731.90,  -700.10,    -3.00, -1214.00,   -50.00,   200.00},
  514. { "Easter Bay Airport",          -1213.90,  -500.10,     0.00, -1132.80,   -50.00,   200.00},
  515. { "Easter Bay Airport",          -1242.90,   -50.00,     0.00, -1213.90,   578.30,   200.00},
  516. { "Easter Bay Airport",          -1213.90,   -50.00,    -4.50,  -947.90,   578.30,   200.00},
  517. { "Easter Bay Airport",          -1315.40,  -405.30,    15.40, -1264.40,  -209.50,    25.40},
  518. { "Easter Bay Airport",          -1354.30,  -287.30,    15.40, -1315.40,  -209.50,    25.40},
  519. { "Easter Bay Airport",          -1490.30,  -209.50,    15.40, -1264.40,  -148.30,    25.40},
  520. { "Easter Bay Chemicals",        -1132.80,  -768.00,     0.00,  -956.40,  -578.10,   200.00},
  521. { "Easter Bay Chemicals",        -1132.80,  -787.30,     0.00,  -956.40,  -768.00,   200.00},
  522. { "El Castillo del Diablo",       -464.50,  2218.00,     0.00,  -209.00,  2580.30,   200.00},
  523. { "El Castillo del Diablo",       -208.00,  2123.00,    -7.60,   114.00,  2337.00,   200.00},
  524. { "El Castillo del Diablo",       -208.00,  2337.50,     0.00,     8.40,  2487.00,   200.00},
  525. { "El Corona",                    1812.60, -2179.20,   -89.00,  1970.60, -1852.80,   110.90},
  526. { "El Corona",                    1692.60, -2179.20,   -89.00,  1812.60, -1842.20,   110.90},
  527. { "El Quebrados",                -1645.20,  2498.50,     0.00, -1372.10,  2777.80,   200.00},
  528. { "Esplanade East",              -1620.30,  1176.50,    -4.50, -1580.00,  1274.20,   200.00},
  529. { "Esplanade East",              -1580.00,  1025.90,    -6.10, -1499.80,  1274.20,   200.00},
  530. { "Esplanade East",              -1499.80,   578.30,   -79.60, -1339.80,  1274.20,    20.30},
  531. { "Esplanade North",             -2533.00,  1358.90,    -4.50, -1996.60,  1501.20,   200.00},
  532. { "Esplanade North",             -1996.60,  1358.90,    -4.50, -1524.20,  1592.50,   200.00},
  533. { "Esplanade North",             -1982.30,  1274.20,    -4.50, -1524.20,  1358.90,   200.00},
  534. { "Fallen Tree",                  -792.20,  -698.50,    -5.30,  -452.40,  -380.00,   200.00},
  535. { "Fallow Bridge",                 434.30,   366.50,     0.00,   603.00,   555.60,   200.00},
  536. { "Fern Ridge",                    508.10,  -139.20,     0.00,  1306.60,   119.50,   200.00},
  537. { "Financial",                   -1871.70,   744.10,    -6.10, -1701.30,  1176.40,   300.00},
  538. { "Fisher's Lagoon",              1916.90,  -233.30,  -100.00,  2131.70,    13.80,   200.00},
  539. { "Flint Intersection",           -187.70, -1596.70,   -89.00,    17.00, -1276.60,   110.90},
  540. { "Flint Range",                  -594.10, -1648.50,     0.00,  -187.70, -1276.60,   200.00},
  541. { "Fort Carson",                  -376.20,   826.30,    -3.00,   123.70,  1220.40,   200.00},
  542. { "Foster Valley",               -2270.00,  -430.20,    -0.00, -2178.60,  -324.10,   200.00},
  543. { "Foster Valley",               -2178.60,  -599.80,    -0.00, -1794.90,  -324.10,   200.00},
  544. { "Foster Valley",               -2178.60, -1115.50,     0.00, -1794.90,  -599.80,   200.00},
  545. { "Foster Valley",               -2178.60, -1250.90,     0.00, -1794.90, -1115.50,   200.00},
  546. { "Frederick Bridge",             2759.20,   296.50,     0.00,  2774.20,   594.70,   200.00},
  547. { "Gant Bridge",                 -2741.40,  1659.60,    -6.10, -2616.40,  2175.10,   200.00},
  548. { "Gant Bridge",                 -2741.00,  1490.40,    -6.10, -2616.40,  1659.60,   200.00},
  549. { "Ganton",                       2222.50, -1852.80,   -89.00,  2632.80, -1722.30,   110.90},
  550. { "Ganton",                       2222.50, -1722.30,   -89.00,  2632.80, -1628.50,   110.90},
  551. { "Garcia",                      -2411.20,  -222.50,    -0.00, -2173.00,   265.20,   200.00},
  552. { "Garcia",                      -2395.10,  -222.50,    -5.30, -2354.00,  -204.70,   200.00},
  553. { "Garver Bridge",               -1339.80,   828.10,   -89.00, -1213.90,  1057.00,   110.90},
  554. { "Garver Bridge",               -1213.90,   950.00,   -89.00, -1087.90,  1178.90,   110.90},
  555. { "Garver Bridge",               -1499.80,   696.40,  -179.60, -1339.80,   925.30,    20.30},
  556. { "Glen Park",                    1812.60, -1449.60,   -89.00,  1996.90, -1350.70,   110.90},
  557. { "Glen Park",                    1812.60, -1100.80,   -89.00,  1994.30,  -973.30,   110.90},
  558. { "Glen Park",                    1812.60, -1350.70,   -89.00,  2056.80, -1100.80,   110.90},
  559. { "Green Palms",                   176.50,  1305.40,    -3.00,   337.60,  1520.70,   200.00},
  560. { "Greenglass College",            964.30,  1044.60,   -89.00,  1197.30,  1203.20,   110.90},
  561. { "Greenglass College",            964.30,   930.80,   -89.00,  1166.50,  1044.60,   110.90},
  562. { "Hampton Barns",                 603.00,   264.30,     0.00,   761.90,   366.50,   200.00},
  563. { "Hankypanky Point",             2576.90,    62.10,     0.00,  2759.20,   385.50,   200.00},
  564. { "Harry Gold Parkway",           1777.30,   863.20,   -89.00,  1817.30,  2342.80,   110.90},
  565. { "Hashbury",                    -2593.40,  -222.50,    -0.00, -2411.20,    54.70,   200.00},
  566. { "Hilltop Farm",                  967.30,  -450.30,    -3.00,  1176.70,  -217.90,   200.00},
  567. { "Hunter Quarry",                 337.20,   710.80,  -115.20,   860.50,  1031.70,   203.70},
  568. { "Idlewood",                     1812.60, -1852.80,   -89.00,  1971.60, -1742.30,   110.90},
  569. { "Idlewood",                     1812.60, -1742.30,   -89.00,  1951.60, -1602.30,   110.90},
  570. { "Idlewood",                     1951.60, -1742.30,   -89.00,  2124.60, -1602.30,   110.90},
  571. { "Idlewood",                     1812.60, -1602.30,   -89.00,  2124.60, -1449.60,   110.90},
  572. { "Idlewood",                     2124.60, -1742.30,   -89.00,  2222.50, -1494.00,   110.90},
  573. { "Idlewood",                     1971.60, -1852.80,   -89.00,  2222.50, -1742.30,   110.90},
  574. { "Jefferson",                    1996.90, -1449.60,   -89.00,  2056.80, -1350.70,   110.90},
  575. { "Jefferson",                    2124.60, -1494.00,   -89.00,  2266.20, -1449.60,   110.90},
  576. { "Jefferson",                    2056.80, -1372.00,   -89.00,  2281.40, -1210.70,   110.90},
  577. { "Jefferson",                    2056.80, -1210.70,   -89.00,  2185.30, -1126.30,   110.90},
  578. { "Jefferson",                    2185.30, -1210.70,   -89.00,  2281.40, -1154.50,   110.90},
  579. { "Jefferson",                    2056.80, -1449.60,   -89.00,  2266.20, -1372.00,   110.90},
  580. { "Julius Thruway East",          2623.10,   943.20,   -89.00,  2749.90,  1055.90,   110.90},
  581. { "Julius Thruway East",          2685.10,  1055.90,   -89.00,  2749.90,  2626.50,   110.90},
  582. { "Julius Thruway East",          2536.40,  2442.50,   -89.00,  2685.10,  2542.50,   110.90},
  583. { "Julius Thruway East",          2625.10,  2202.70,   -89.00,  2685.10,  2442.50,   110.90},
  584. { "Julius Thruway North",         2498.20,  2542.50,   -89.00,  2685.10,  2626.50,   110.90},
  585. { "Julius Thruway North",         2237.40,  2542.50,   -89.00,  2498.20,  2663.10,   110.90},
  586. { "Julius Thruway North",         2121.40,  2508.20,   -89.00,  2237.40,  2663.10,   110.90},
  587. { "Julius Thruway North",         1938.80,  2508.20,   -89.00,  2121.40,  2624.20,   110.90},
  588. { "Julius Thruway North",         1534.50,  2433.20,   -89.00,  1848.40,  2583.20,   110.90},
  589. { "Julius Thruway North",         1848.40,  2478.40,   -89.00,  1938.80,  2553.40,   110.90},
  590. { "Julius Thruway North",         1704.50,  2342.80,   -89.00,  1848.40,  2433.20,   110.90},
  591. { "Julius Thruway North",         1377.30,  2433.20,   -89.00,  1534.50,  2507.20,   110.90},
  592. { "Julius Thruway South",         1457.30,   823.20,   -89.00,  2377.30,   863.20,   110.90},
  593. { "Julius Thruway South",         2377.30,   788.80,   -89.00,  2537.30,   897.90,   110.90},
  594. { "Julius Thruway West",          1197.30,  1163.30,   -89.00,  1236.60,  2243.20,   110.90},
  595. { "Julius Thruway West",          1236.60,  2142.80,   -89.00,  1297.40,  2243.20,   110.90},
  596. { "Juniper Hill",                -2533.00,   578.30,    -7.60, -2274.10,   968.30,   200.00},
  597. { "Juniper Hollow",              -2533.00,   968.30,    -6.10, -2274.10,  1358.90,   200.00},
  598. { "K.A.C.C. Military Fuels",      2498.20,  2626.50,   -89.00,  2749.90,  2861.50,   110.90},
  599. { "Kincaid Bridge",              -1339.80,   599.20,   -89.00, -1213.90,   828.10,   110.90},
  600. { "Kincaid Bridge",              -1213.90,   721.10,   -89.00, -1087.90,   950.00,   110.90},
  601. { "Kincaid Bridge",              -1087.90,   855.30,   -89.00,  -961.90,   986.20,   110.90},
  602. { "King's",                      -2329.30,   458.40,    -7.60, -1993.20,   578.30,   200.00},
  603. { "King's",                      -2411.20,   265.20,    -9.10, -1993.20,   373.50,   200.00},
  604. { "King's",                      -2253.50,   373.50,    -9.10, -1993.20,   458.40,   200.00},
  605. { "LVA Freight Depot",            1457.30,   863.20,   -89.00,  1777.40,  1143.20,   110.90},
  606. { "LVA Freight Depot",            1375.60,   919.40,   -89.00,  1457.30,  1203.20,   110.90},
  607. { "LVA Freight Depot",            1277.00,  1087.60,   -89.00,  1375.60,  1203.20,   110.90},
  608. { "LVA Freight Depot",            1315.30,  1044.60,   -89.00,  1375.60,  1087.60,   110.90},
  609. { "LVA Freight Depot",            1236.60,  1163.40,   -89.00,  1277.00,  1203.20,   110.90},
  610. { "Las Barrancas",                -926.10,  1398.70,    -3.00,  -719.20,  1634.60,   200.00},
  611. { "Las Brujas",                   -365.10,  2123.00,    -3.00,  -209.00,  2217.00,   200.00},
  612. { "Las Colinas",                  1994.30, -1100.80,   -89.00,  2056.80,  -920.80,   110.90},
  613. { "Las Colinas",                  2056.80, -1126.30,   -89.00,  2126.80,  -920.80,   110.90},
  614. { "Las Colinas",                  2185.30, -1154.50,   -89.00,  2281.40,  -934.40,   110.90},
  615. { "Las Colinas",                  2126.80, -1126.30,   -89.00,  2185.30,  -934.40,   110.90},
  616. { "Las Colinas",                  2747.70, -1120.00,   -89.00,  2959.30,  -945.00,   110.90},
  617. { "Las Colinas",                  2632.70, -1135.00,   -89.00,  2747.70,  -945.00,   110.90},
  618. { "Las Colinas",                  2281.40, -1135.00,   -89.00,  2632.70,  -945.00,   110.90},
  619. { "Las Payasadas",                -354.30,  2581.30,     2.00,  -133.60,  2816.80,   200.00},
  620. { "Las Venturas Airport",         1236.60,  1203.20,   -89.00,  1457.30,  1883.10,   110.90},
  621. { "Las Venturas Airport",         1457.30,  1203.20,   -89.00,  1777.30,  1883.10,   110.90},
  622. { "Las Venturas Airport",         1457.30,  1143.20,   -89.00,  1777.40,  1203.20,   110.90},
  623. { "Las Venturas Airport",         1515.80,  1586.40,   -12.50,  1729.90,  1714.50,    87.50},
  624. { "Last Dime Motel",              1823.00,   596.30,   -89.00,  1997.20,   823.20,   110.90},
  625. { "Leafy Hollow",                -1166.90, -1856.00,     0.00,  -815.60, -1602.00,   200.00},
  626. { "Lil' Probe Inn",                -90.20,  1286.80,    -3.00,   100.80,  1386.10,   200.00},
  627. { "Linden Side",                  2749.90,   943.20,   -89.00,  2923.30,  1198.90,   110.90},
  628. { "Linden Station",               2749.90,  1198.90,   -89.00,  2923.30,  1548.90,   110.90},
  629. { "Linden Station",               2811.20,  1229.50,   -39.50,  2861.20,  1407.50,    60.40},
  630. { "Little Mexico",                1701.90, -1842.20,   -89.00,  1812.60, -1722.20,   110.90},
  631. { "Little Mexico",                1758.90, -1722.20,   -89.00,  1812.60, -1577.50,   110.90},
  632. { "Los Flores",                   2581.70, -1454.30,   -89.00,  2632.80, -1393.40,   110.90},
  633. { "Los Flores",                   2581.70, -1393.40,   -89.00,  2747.70, -1135.00,   110.90},
  634. { "Los Santos International",     1249.60, -2394.30,   -89.00,  1852.00, -2179.20,   110.90},
  635. { "Los Santos International",     1852.00, -2394.30,   -89.00,  2089.00, -2179.20,   110.90},
  636. { "Los Santos International",     1382.70, -2730.80,   -89.00,  2201.80, -2394.30,   110.90},
  637. { "Los Santos International",     1974.60, -2394.30,   -39.00,  2089.00, -2256.50,    60.90},
  638. { "Los Santos International",     1400.90, -2669.20,   -39.00,  2189.80, -2597.20,    60.90},
  639. { "Los Santos International",     2051.60, -2597.20,   -39.00,  2152.40, -2394.30,    60.90},
  640. { "Marina",                        647.70, -1804.20,   -89.00,   851.40, -1577.50,   110.90},
  641. { "Marina",                        647.70, -1577.50,   -89.00,   807.90, -1416.20,   110.90},
  642. { "Marina",                        807.90, -1577.50,   -89.00,   926.90, -1416.20,   110.90},
  643. { "Market",                        787.40, -1416.20,   -89.00,  1072.60, -1310.20,   110.90},
  644. { "Market",                        952.60, -1310.20,   -89.00,  1072.60, -1130.80,   110.90},
  645. { "Market",                       1072.60, -1416.20,   -89.00,  1370.80, -1130.80,   110.90},
  646. { "Market",                        926.90, -1577.50,   -89.00,  1370.80, -1416.20,   110.90},
  647. { "Market Station",                787.40, -1410.90,   -34.10,   866.00, -1310.20,    65.80},
  648. { "Martin Bridge",                -222.10,   293.30,     0.00,  -122.10,   476.40,   200.00},
  649. { "Missionary Hill",             -2994.40,  -811.20,     0.00, -2178.60,  -430.20,   200.00},
  650. { "Montgomery",                   1119.50,   119.50,    -3.00,  1451.40,   493.30,   200.00},
  651. { "Montgomery",                   1451.40,   347.40,    -6.10,  1582.40,   420.80,   200.00},
  652. { "Montgomery Intersection",      1546.60,   208.10,     0.00,  1745.80,   347.40,   200.00},
  653. { "Montgomery Intersection",      1582.40,   347.40,     0.00,  1664.60,   401.70,   200.00},
  654. { "Mulholland",                   1414.00,  -768.00,   -89.00,  1667.60,  -452.40,   110.90},
  655. { "Mulholland",                   1281.10,  -452.40,   -89.00,  1641.10,  -290.90,   110.90},
  656. { "Mulholland",                   1269.10,  -768.00,   -89.00,  1414.00,  -452.40,   110.90},
  657. { "Mulholland",                   1357.00,  -926.90,   -89.00,  1463.90,  -768.00,   110.90},
  658. { "Mulholland",                   1318.10,  -910.10,   -89.00,  1357.00,  -768.00,   110.90},
  659. { "Mulholland",                   1169.10,  -910.10,   -89.00,  1318.10,  -768.00,   110.90},
  660. { "Mulholland",                    768.60,  -954.60,   -89.00,   952.60,  -860.60,   110.90},
  661. { "Mulholland",                    687.80,  -860.60,   -89.00,   911.80,  -768.00,   110.90},
  662. { "Mulholland",                    737.50,  -768.00,   -89.00,  1142.20,  -674.80,   110.90},
  663. { "Mulholland",                   1096.40,  -910.10,   -89.00,  1169.10,  -768.00,   110.90},
  664. { "Mulholland",                    952.60,  -937.10,   -89.00,  1096.40,  -860.60,   110.90},
  665. { "Mulholland",                    911.80,  -860.60,   -89.00,  1096.40,  -768.00,   110.90},
  666. { "Mulholland",                    861.00,  -674.80,   -89.00,  1156.50,  -600.80,   110.90},
  667. { "Mulholland Intersection",      1463.90, -1150.80,   -89.00,  1812.60,  -768.00,   110.90},
  668. { "North Rock",                   2285.30,  -768.00,     0.00,  2770.50,  -269.70,   200.00},
  669. { "Ocean Docks",                  2373.70, -2697.00,   -89.00,  2809.20, -2330.40,   110.90},
  670. { "Ocean Docks",                  2201.80, -2418.30,   -89.00,  2324.00, -2095.00,   110.90},
  671. { "Ocean Docks",                  2324.00, -2302.30,   -89.00,  2703.50, -2145.10,   110.90},
  672. { "Ocean Docks",                  2089.00, -2394.30,   -89.00,  2201.80, -2235.80,   110.90},
  673. { "Ocean Docks",                  2201.80, -2730.80,   -89.00,  2324.00, -2418.30,   110.90},
  674. { "Ocean Docks",                  2703.50, -2302.30,   -89.00,  2959.30, -2126.90,   110.90},
  675. { "Ocean Docks",                  2324.00, -2145.10,   -89.00,  2703.50, -2059.20,   110.90},
  676. { "Ocean Flats",                 -2994.40,   277.40,    -9.10, -2867.80,   458.40,   200.00},
  677. { "Ocean Flats",                 -2994.40,  -222.50,    -0.00, -2593.40,   277.40,   200.00},
  678. { "Ocean Flats",                 -2994.40,  -430.20,    -0.00, -2831.80,  -222.50,   200.00},
  679. { "Octane Springs",                339.60,  1228.50,     0.00,   664.30,  1635.00,   200.00},
  680. { "Old Venturas Strip",           2162.30,  2012.10,   -89.00,  2685.10,  2202.70,   110.90},
  681. { "Palisades",                   -2994.40,   458.40,    -6.10, -2741.00,  1339.60,   200.00},
  682. { "Palomino Creek",               2160.20,  -149.00,     0.00,  2576.90,   228.30,   200.00},
  683. { "Paradiso",                    -2741.00,   793.40,    -6.10, -2533.00,  1268.40,   200.00},
  684. { "Pershing Square",              1440.90, -1722.20,   -89.00,  1583.50, -1577.50,   110.90},
  685. { "Pilgrim",                      2437.30,  1383.20,   -89.00,  2624.40,  1783.20,   110.90},
  686. { "Pilgrim",                      2624.40,  1383.20,   -89.00,  2685.10,  1783.20,   110.90},
  687. { "Pilson Intersection",          1098.30,  2243.20,   -89.00,  1377.30,  2507.20,   110.90},
  688. { "Pirates in Men's Pants",       1817.30,  1469.20,   -89.00,  2027.40,  1703.20,   110.90},
  689. { "Playa del Seville",            2703.50, -2126.90,   -89.00,  2959.30, -1852.80,   110.90},
  690. { "Prickle Pine",                 1534.50,  2583.20,   -89.00,  1848.40,  2863.20,   110.90},
  691. { "Prickle Pine",                 1117.40,  2507.20,   -89.00,  1534.50,  2707.00,   110.90},
  692. { "Prickle Pine",                 1848.40,  2553.40,   -89.00,  1938.80,  2863.20,   110.90},
  693. { "Prickle Pine",                 1938.80,  2624.20,   -89.00,  2121.40,  2861.50,   110.90},
  694. { "Queens",                      -2533.00,   458.40,     0.00, -2329.30,   578.30,   200.00},
  695. { "Queens",                      -2593.40,    54.70,     0.00, -2411.20,   458.40,   200.00},
  696. { "Queens",                      -2411.20,   373.50,     0.00, -2253.50,   458.40,   200.00},
  697. { "Randolph Industrial Estate",   1558.00,   596.30,   -89.00,  1823.00,   823.20,   110.90},
  698. { "Redsands East",                1817.30,  2011.80,   -89.00,  2106.70,  2202.70,   110.90},
  699. { "Redsands East",                1817.30,  2202.70,   -89.00,  2011.90,  2342.80,   110.90},
  700. { "Redsands East",                1848.40,  2342.80,   -89.00,  2011.90,  2478.40,   110.90},
  701. { "Redsands West",                1236.60,  1883.10,   -89.00,  1777.30,  2142.80,   110.90},
  702. { "Redsands West",                1297.40,  2142.80,   -89.00,  1777.30,  2243.20,   110.90},
  703. { "Redsands West",                1377.30,  2243.20,   -89.00,  1704.50,  2433.20,   110.90},
  704. { "Redsands West",                1704.50,  2243.20,   -89.00,  1777.30,  2342.80,   110.90},
  705. { "Regular Tom",                  -405.70,  1712.80,    -3.00,  -276.70,  1892.70,   200.00},
  706. { "Richman",                       647.50, -1118.20,   -89.00,   787.40,  -954.60,   110.90},
  707. { "Richman",                       647.50,  -954.60,   -89.00,   768.60,  -860.60,   110.90},
  708. { "Richman",                       225.10, -1369.60,   -89.00,   334.50, -1292.00,   110.90},
  709. { "Richman",                       225.10, -1292.00,   -89.00,   466.20, -1235.00,   110.90},
  710. { "Richman",                        72.60, -1404.90,   -89.00,   225.10, -1235.00,   110.90},
  711. { "Richman",                        72.60, -1235.00,   -89.00,   321.30, -1008.10,   110.90},
  712. { "Richman",                       321.30, -1235.00,   -89.00,   647.50, -1044.00,   110.90},
  713. { "Richman",                       321.30, -1044.00,   -89.00,   647.50,  -860.60,   110.90},
  714. { "Richman",                       321.30,  -860.60,   -89.00,   687.80,  -768.00,   110.90},
  715. { "Richman",                       321.30,  -768.00,   -89.00,   700.70,  -674.80,   110.90},
  716. { "Robada Intersection",         -1119.00,  1178.90,   -89.00,  -862.00,  1351.40,   110.90},
  717. { "Roca Escalante",               2237.40,  2202.70,   -89.00,  2536.40,  2542.50,   110.90},
  718. { "Roca Escalante",               2536.40,  2202.70,   -89.00,  2625.10,  2442.50,   110.90},
  719. { "Rockshore East",               2537.30,   676.50,   -89.00,  2902.30,   943.20,   110.90},
  720. { "Rockshore West",               1997.20,   596.30,   -89.00,  2377.30,   823.20,   110.90},
  721. { "Rockshore West",               2377.30,   596.30,   -89.00,  2537.30,   788.80,   110.90},
  722. { "Rodeo",                          72.60, -1684.60,   -89.00,   225.10, -1544.10,   110.90},
  723. { "Rodeo",                          72.60, -1544.10,   -89.00,   225.10, -1404.90,   110.90},
  724. { "Rodeo",                         225.10, -1684.60,   -89.00,   312.80, -1501.90,   110.90},
  725. { "Rodeo",                         225.10, -1501.90,   -89.00,   334.50, -1369.60,   110.90},
  726. { "Rodeo",                         334.50, -1501.90,   -89.00,   422.60, -1406.00,   110.90},
  727. { "Rodeo",                         312.80, -1684.60,   -89.00,   422.60, -1501.90,   110.90},
  728. { "Rodeo",                         422.60, -1684.60,   -89.00,   558.00, -1570.20,   110.90},
  729. { "Rodeo",                         558.00, -1684.60,   -89.00,   647.50, -1384.90,   110.90},
  730. { "Rodeo",                         466.20, -1570.20,   -89.00,   558.00, -1385.00,   110.90},
  731. { "Rodeo",                         422.60, -1570.20,   -89.00,   466.20, -1406.00,   110.90},
  732. { "Rodeo",                         466.20, -1385.00,   -89.00,   647.50, -1235.00,   110.90},
  733. { "Rodeo",                         334.50, -1406.00,   -89.00,   466.20, -1292.00,   110.90},
  734. { "Royal Casino",                 2087.30,  1383.20,   -89.00,  2437.30,  1543.20,   110.90},
  735. { "San Andreas Sound",            2450.30,   385.50,  -100.00,  2759.20,   562.30,   200.00},
  736. { "Santa Flora",                 -2741.00,   458.40,    -7.60, -2533.00,   793.40,   200.00},
  737. { "Santa Maria Beach",             342.60, -2173.20,   -89.00,   647.70, -1684.60,   110.90},
  738. { "Santa Maria Beach",              72.60, -2173.20,   -89.00,   342.60, -1684.60,   110.90},
  739. { "Shady Cabin",                 -1632.80, -2263.40,    -3.00, -1601.30, -2231.70,   200.00},
  740. { "Shady Creeks",                -1820.60, -2643.60,    -8.00, -1226.70, -1771.60,   200.00},
  741. { "Shady Creeks",                -2030.10, -2174.80,    -6.10, -1820.60, -1771.60,   200.00},
  742. { "Sobell Rail Yards",            2749.90,  1548.90,   -89.00,  2923.30,  1937.20,   110.90},
  743. { "Spinybed",                     2121.40,  2663.10,   -89.00,  2498.20,  2861.50,   110.90},
  744. { "Starfish Casino",              2437.30,  1783.20,   -89.00,  2685.10,  2012.10,   110.90},
  745. { "Starfish Casino",              2437.30,  1858.10,   -39.00,  2495.00,  1970.80,    60.90},
  746. { "Starfish Casino",              2162.30,  1883.20,   -89.00,  2437.30,  2012.10,   110.90},
  747. { "Temple",                       1252.30, -1130.80,   -89.00,  1378.30, -1026.30,   110.90},
  748. { "Temple",                       1252.30, -1026.30,   -89.00,  1391.00,  -926.90,   110.90},
  749. { "Temple",                       1252.30,  -926.90,   -89.00,  1357.00,  -910.10,   110.90},
  750. { "Temple",                        952.60, -1130.80,   -89.00,  1096.40,  -937.10,   110.90},
  751. { "Temple",                       1096.40, -1130.80,   -89.00,  1252.30, -1026.30,   110.90},
  752. { "Temple",                       1096.40, -1026.30,   -89.00,  1252.30,  -910.10,   110.90},
  753. { "The Camel's Toe",              2087.30,  1203.20,   -89.00,  2640.40,  1383.20,   110.90},
  754. { "The Clown's Pocket",           2162.30,  1783.20,   -89.00,  2437.30,  1883.20,   110.90},
  755. { "The Emerald Isle",             2011.90,  2202.70,   -89.00,  2237.40,  2462.20,   110.90},
  756. { "The Farm",                    -1209.60, -1317.10,   114.90,  -908.10,  -787.30,   251.90},
  757. { "The Four Dragons Casino",      1817.30,   863.20,   -89.00,  2027.30,  1083.20,   110.90},
  758. { "The High Roller",              1817.30,  1283.20,   -89.00,  2027.30,  1469.20,   110.90},
  759. { "The Mako Span",                1664.60,   401.70,     0.00,  1785.10,   567.20,   200.00},
  760. { "The Panopticon",               -947.90,  -304.30,    -1.10,  -319.60,   327.00,   200.00},
  761. { "The Pink Swan",                1817.30,  1083.20,   -89.00,  2027.30,  1283.20,   110.90},
  762. { "The Sherman Dam",              -968.70,  1929.40,    -3.00,  -490.00,  2155.20,   200.00},
  763. { "The Strip",                    2027.40,   863.20,   -89.00,  2087.30,  1703.20,   110.90},
  764. { "The Strip",                    2106.70,  1863.20,   -89.00,  2162.30,  2202.70,   110.90},
  765. { "The Strip",                    2027.40,  1783.20,   -89.00,  2162.30,  1863.20,   110.90},
  766. { "The Strip",                    2027.40,  1703.20,   -89.00,  2137.40,  1783.20,   110.90},
  767. { "The Visage",                   1817.30,  1863.20,   -89.00,  2106.70,  2011.80,   110.90},
  768. { "The Visage",                   1817.30,  1703.20,   -89.00,  2027.40,  1863.20,   110.90},
  769. { "Unity Station",                1692.60, -1971.80,   -20.40,  1812.60, -1932.80,    79.50},
  770. { "Valle Ocultado",               -936.60,  2611.40,     2.00,  -715.90,  2847.90,   200.00},
  771. { "Verdant Bluffs",                930.20, -2488.40,   -89.00,  1249.60, -2006.70,   110.90},
  772. { "Verdant Bluffs",               1073.20, -2006.70,   -89.00,  1249.60, -1842.20,   110.90},
  773. { "Verdant Bluffs",               1249.60, -2179.20,   -89.00,  1692.60, -1842.20,   110.90},
  774. { "Verdant Meadows",                37.00,  2339.10,    -3.00,   435.90,  2677.90,   200.00},
  775. { "Verona Beach",                  647.70, -2173.20,   -89.00,   930.20, -1804.20,   110.90},
  776. { "Verona Beach",                  930.20, -2006.70,   -89.00,  1073.20, -1804.20,   110.90},
  777. { "Verona Beach",                  851.40, -1804.20,   -89.00,  1046.10, -1577.50,   110.90},
  778. { "Verona Beach",                 1161.50, -1722.20,   -89.00,  1323.90, -1577.50,   110.90},
  779. { "Verona Beach",                 1046.10, -1722.20,   -89.00,  1161.50, -1577.50,   110.90},
  780. { "Vinewood",                      787.40, -1310.20,   -89.00,   952.60, -1130.80,   110.90},
  781. { "Vinewood",                      787.40, -1130.80,   -89.00,   952.60,  -954.60,   110.90},
  782. { "Vinewood",                      647.50, -1227.20,   -89.00,   787.40, -1118.20,   110.90},
  783. { "Vinewood",                      647.70, -1416.20,   -89.00,   787.40, -1227.20,   110.90},
  784. { "Whitewood Estates",             883.30,  1726.20,   -89.00,  1098.30,  2507.20,   110.90},
  785. { "Whitewood Estates",            1098.30,  1726.20,   -89.00,  1197.30,  2243.20,   110.90},
  786. { "Willowfield",                  1970.60, -2179.20,   -89.00,  2089.00, -1852.80,   110.90},
  787. { "Willowfield",                  2089.00, -2235.80,   -89.00,  2201.80, -1989.90,   110.90},
  788. { "Willowfield",                  2089.00, -1989.90,   -89.00,  2324.00, -1852.80,   110.90},
  789. { "Willowfield",                  2201.80, -2095.00,   -89.00,  2324.00, -1989.90,   110.90},
  790. { "Willowfield",                  2541.70, -1941.40,   -89.00,  2703.50, -1852.80,   110.90},
  791. { "Willowfield",                  2324.00, -2059.20,   -89.00,  2541.70, -1852.80,   110.90},
  792. { "Willowfield",                  2541.70, -2059.20,   -89.00,  2703.50, -1941.40,   110.90},
  793. { "Yellow Bell Station",          1377.40,  2600.40,   -21.90,  1492.40,  2687.30,    78.00},
  794. { "DANGER AREA 69",                      -76.40,    1640.00,   -31.90,   411.90,  2104.50,      110.90}
  795. };
  796. //
  797. public OnGameModeInit( )
  798. {
  799. for( new gz = 0; gz < sizeof( GangZones ); gz ++ )
  800. {
  801. GangZones[ gz ][ gzID ] = GangZoneCreate( GangZones[ gz ][ gzPos ][ 0 ], GangZones[ gz ][ gzPos ][ 1 ], GangZones[ gz ][ gzPos ][ 2 ], GangZones[ gz ][ gzPos ][ 3 ]);
  802. }
  803. }
  804. //--
  805. public update_zarea() {
  806. new line1[10];
  807. new line2[10];
  808.  
  809. for(new i=0; i<MAX_PLAYERS_; i++) {
  810. if(IsPlayerConnected(i) && zareaupdates[i] == 1) {
  811. if(IsPlayerInzarea(i,player_zarea[i])) {  }
  812. else {
  813.  
  814. new player_zarea_before;
  815. player_zarea_before = player_zarea[i];
  816. player_zarea[i] = -1;
  817.  
  818.  
  819. for(new j=0; j<sizeof(zarea);j++) {
  820. if(IsPlayerInzarea(i,j) && player_zarea[i] == -1) {
  821.  
  822. if(player_zarea_before == -1) GameTextForPlayer(i,zarea[j][zarea_name],1500,1);
  823. else  if(strcmp(zarea[j][zarea_name],zarea[player_zarea_before][zarea_name],true) != 0) GameTextForPlayer(i,zarea[j][zarea_name],1500,1);
  824.  
  825. player_zarea[i] = j;
  826. format(line1,10,"p%dzarea",i);
  827. format(line2,10,"%d",j);
  828. PropertySet(line1,line2);
  829.  
  830.  
  831. }
  832. }
  833.  
  834.  
  835.  
  836. if(player_zarea[i] == -1) player_zarea[i] = player_zarea_before;
  837. }
  838.  
  839.  
  840. }
  841. }
  842.  
  843. }
  844.  
  845. IsPlayerInzarea(playerid, zareaid) {
  846. if(zareaid == -1) return 0;
  847. new Float:x, Float:y, Float:z;
  848. GetPlayerPos(playerid,x,y,z);
  849. if(x >= zarea[zareaid][zarea_minx] && x < zarea[zareaid][zarea_maxx]
  850. && y >= zarea[zareaid][zarea_miny] && y < zarea[zareaid][zarea_maxy]
  851. && z >= zarea[zareaid][zarea_minz] && z < zarea[zareaid][zarea_maxz]
  852. && z < 900.0) return 1;
  853. return 0;
  854. }
  855. public update_zones() {
  856. new line1[10];
  857. new line2[10];
  858.  
  859. for(new i=0; i<MAX_PLAYERS_; i++) {
  860. if(IsPlayerConnected(i) && zoneupdates[i] == 1) {
  861. if(IsPlayerInZone(i,player_zone[i])) {  }
  862. else {
  863.  
  864. new player_zone_before;
  865. player_zone_before = player_zone[i];
  866. player_zone[i] = -1;
  867.  
  868.  
  869. for(new j=0; j<sizeof(zones);j++) {
  870. if(IsPlayerInZone(i,j) && player_zone[i] == -1) {
  871. //locationtd
  872. new string[256];
  873. format(string,sizeof(string),"~w~%d",zones[j][zone_name]);
  874. location = TextDrawCreate(14.000000,431.000000,string);
  875. TextDrawAlignment(location,0);
  876. TextDrawBackgroundColor(location,0x000000ff);
  877. TextDrawFont(location,2);
  878. TextDrawLetterSize(location,0.299999,1.000000);
  879. TextDrawColor(location,0xffffffff);
  880. TextDrawSetOutline(location,1);
  881. TextDrawSetProportional(location,1);
  882. TextDrawSetShadow(location,1);
  883. //====
  884.  
  885. if(player_zone_before == -1) GameTextForPlayer(i,zones[j][zone_name],1500,1);
  886. else  if(strcmp(zones[j][zone_name],zones[player_zone_before][zone_name],true) != 0) GameTextForPlayer(i,zones[j][zone_name],1500,1);
  887.  
  888. player_zone[i] = j;
  889. format(line1,10,"p%dzone",i);
  890. format(line2,10,"%d",j);
  891. PropertySet(line1,line2);
  892.  
  893.  
  894. }
  895. }
  896.  
  897.  
  898.  
  899. if(player_zone[i] == -1) player_zone[i] = player_zone_before;
  900. }
  901.  
  902.  
  903. }
  904. }
  905.  
  906. }
  907.  
  908. IsPlayerInZone(playerid, zoneid) {
  909. if(zoneid == -1) return 0;
  910. new Float:x, Float:y, Float:z;
  911. GetPlayerPos(playerid,x,y,z);
  912. if(x >= zones[zoneid][zone_minx] && x < zones[zoneid][zone_maxx]
  913. && y >= zones[zoneid][zone_miny] && y < zones[zoneid][zone_maxy]
  914. && z >= zones[zoneid][zone_minz] && z < zones[zoneid][zone_maxz]
  915. && z < 900.0) return 1;
  916. return 0;
  917. }
  918. public OnFilterScriptInit() {
  919. print("\n  |--c-middia`s loaction script");
  920. print("\n  |massive thanks credits to ");
  921. print("  |--http://www.mabako.net/\n");
  922. }
  923. public OnPlayerConnect(playerid) {
  924. zareaupdates[playerid] = 0;
  925. player_zarea[playerid] = -1;
  926. zoneupdates[playerid] = 0;
  927. player_zone[playerid] = -1;
  928. return 1;
  929. }
  930. public OnPlayerDeath(playerid,killerid,reason) {
  931. zareaupdates[playerid] = 0;
  932. player_zarea[playerid] = -1;
  933. zoneupdates[playerid] = 0;
  934. player_zone[playerid] = -1;
  935. return 1;
  936. }
  937. public OnPlayerDisconnect(playerid) {
  938. zareaupdates[playerid] = 0;
  939. player_zarea[playerid] = -1;
  940. zoneupdates[playerid] = 0;
  941. player_zone[playerid] = -1;
  942. return 1;
  943. }
  944. public OnPlayerSpawn(playerid) {
  945. for( new gz = 0; gz < sizeof( GangZones ); gz ++ )
  946. {
  947. GangZoneShowForPlayer( playerid, GangZones[ gz ][ gzID ], GangZones[ gz ][ gzColor ]);
  948. }
  949. zareaupdates[playerid] = 1;
  950. player_zarea[playerid] = -1;
  951. zoneupdates[playerid] = 1;
  952. player_zone[playerid] = -1;
  953. if(!zareaupdate) zareaupdate = SetTimer("update_zarea",1000,4);
  954. if(!zoneupdate) zoneupdate = SetTimer("update_zones",1000,4);
  955. return 1;
  956. }
  957. /*
  958. public GetPlayerzarea(playerid) {
  959. new line[10];
  960. format(line,10,"p%dzarea",playerid);
  961. new zareaid = strval(PropertyGet(line));
  962. return zareaid;
  963. }
  964. */
Advertisement
Add Comment
Please, Sign In to add comment