Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
2,035
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 162.41 KB | None | 0 0
  1. #define DIALOG_WE 14
  2. #define DSL DIALOG_STYLE_LIST
  3.  
  4. new SnowObject[ MAX_PLAYERS ];
  5. new bool:Snow[ MAX_PLAYERS ];
  6.  
  7. new PlayerEffect[ MAX_PLAYERS ], PlayerRun[ MAX_PLAYERS ], EffectTimer[ MAX_PLAYERS ];
  8. #define OBJECT_SLOT_FREE 3
  9. forward ActionEffect();
  10. public ActionEffect() {
  11. for(new i; i < GetMaxPlayers(); i++) {
  12. if( GetPlayerInterior( i ) == 0 && GetPlayerVirtualWorld( i ) == 0 ) {
  13. RemovePlayerAttachedObject( i, OBJECT_SLOT_FREE );
  14. PlayerEffect[ i ] = SetPlayerAttachedObject( i, OBJECT_SLOT_FREE, 18696, 2,0.0,0.1,-0.2,-25.5000,0.0,0.0,0.10,0.3,0.15);
  15. if( GetSpeed( i ) > 10 && PlayerRun[ i ] == 0 ) {
  16. KillTimer( EffectTimer[ i ] );
  17. EffectTimer[ i ] = SetTimerEx("ActionEffect", 890, true, "d", i );
  18. PlayerRun[ i ] = 1; }
  19. else if( GetSpeed( i ) < 10 && PlayerRun[ i ] == 1 ) {
  20. KillTimer( EffectTimer[ i ] );
  21. EffectTimer[ i ] = SetTimerEx( "ActionEffect", 1900, true, "d", i );
  22. PlayerRun[ i ] = 0; } } } }
  23.  
  24. //Dodajete pod OnDialogResponse
  25.  
  26. else if(dialogid == DIALOG_WE)
  27. {
  28. switch(listitem)
  29. {
  30. case 0:
  31. {
  32. new Float:Pos[ 3 ];
  33. GetPlayerCameraPos( playerid, Pos[ 0 ], Pos[ 1 ], Pos[ 2 ] );
  34. Snow[ playerid ] = true;
  35. SnowObject[ playerid ] = CreatePlayerObject( playerid, 18864, Pos[ 0 ], Pos[ 1 ], Pos[ 2 ]-5, 0.0, 0.0, 0.0, 300.0 );
  36. }
  37. case 1:
  38. {
  39. Snow[ playerid ] = false;
  40. DestroyPlayerObject( playerid, SnowObject[ playerid ] );
  41. }
  42. case 2:
  43. {
  44. SetPlayerAttachedObject(playerid, 3, 19065, 2, 0.120000, 0.040000, -0.003500, 0, 100, 100, 1.4, 1.4, 1.4);
  45. }
  46. case 3:
  47. {
  48. RemovePlayerAttachedObject(playerid, 3);
  49. }
  50. case 4:
  51. {
  52. add_snow_objects();
  53. }
  54. case 5:
  55. {
  56. ObrisiSneg();
  57. }
  58. case 6:
  59. {
  60. ActionEffect();
  61. }
  62. } }
  63.  
  64. /////////
  65. CMD:we(playerid, params[])
  66. {
  67. SPD(playerid, DIALOG_WE, DSL, "Winter Edition Opcije", "1.Upali sneg\n2.Ugasi sneg\n3.Stavi Kapicu\n4.Skini Kapicu\n5.Sneg Po putevima\n6.Ugasi sneg po Putevima\n7.Dah", "OK", "Zatvori");
  68. return 1;
  69. }
  70. stock snow_object(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz) {
  71.  
  72. new object = CreateDynamicObjectEx(modelid, x + 0.05, y + 0.075, z + 0.1, rx, ry, rz, 300.0, 300.0 );
  73. for( new a = 0; a < 30; a++)
  74. SetDynamicObjectMaterial(object, a, 17944, "lngblok_lae2", "white64bumpy", 0);
  75. return object;
  76. }
  77. stock add_snow_objects() {
  78. snow_object(16149, -175.98438, 1361.79688, 40.96875, 0.0, 0.0, 0.0);
  79. snow_object(16026, -138.29688, 1283.39063, 21.92188, 0.0, 0.0, 0.0);
  80. snow_object(16147, -190.31250, 1565.30469, 42.46094, 0.0, 0.0, 0.0);
  81. snow_object(16141, -166.05470, 1395.78906, 12.71090, 0.0, 0.0, 150.5);
  82. snow_object(16114, -164.52344, 1484.16406, 20.81250, 0.0, 0.0, 0.0);
  83. snow_object(16110, -167.27344, 1507.70313, 26.80469, 0.0, 0.0, 0.0);
  84. snow_object(16116, -207.67188, 1585.81250, 15.76563, 0.0, 0.0, 0.0);
  85. snow_object(16117, -235.47656, 1603.49219, 32.58594, 0.0, 0.0, 0.0);
  86. snow_object(16113, -285.98438, 1644.30469, 23.59375, 0.0, 0.0, 0.0);
  87. snow_object(16148, -352.28125, 1577.53906, 52.26563, 0.0, 0.0, 0.0);
  88. snow_object(16207, -271.53906, 1740.46875, 57.78906, 0.0, 0.0, 0.0);
  89. snow_object(16115, -236.59375, 1702.45313, 32.70313, 0.0, 0.0, 0.0);
  90. snow_object(16118, -132.39844, 1632.65625, 12.71094, 0.0, 0.0, 0.0);
  91. snow_object(16208, -36.53125, 1721.21875, 26.19531, 0.0, 0.0, 0.0);
  92. snow_object(16230, -7.14844, 1540.70313, 19.08594, 0.0, 0.0, 0.0);
  93. snow_object(16235, 26.84375, 1312.51563, 14.52344, 0.0, 0.0, 0.0);
  94. snow_object(16231, 228.44531, 1526.74219, 19.93750, 0.0, 0.0, 0.0);
  95. snow_object(16209, 205.49219, 1730.35156, 17.82813, 0.0, 0.0, 0.0);
  96. snow_object(16210, 362.71094, 1730.35156, 25.99219, 0.0, 0.0, 0.0);
  97. snow_object(16391, 239.29688, 1367.99219, 11.83594, 0.0, 0.0, 0.0);
  98. snow_object(16236, 252.25000, 1318.59375, 13.70313, 0.0, 0.0, 0.0);
  99. snow_object(16394, 238.27344, 1452.93750, 11.83594, 0.0, 0.0, 0.0);
  100. snow_object(16232, 445.21875, 1555.75000, 19.08594, 0.0, 0.0, 0.0);
  101. snow_object(16102, 504.57813, 1742.17969, 22.42188, 0.0, 0.0, 0.0);
  102. snow_object(16191, 619.89844, 1724.10156, 7.92969, 0.0, 0.0, 0.0);
  103. snow_object(16233, 643.88281, 1591.89063, 10.26563, 0.0, 0.0, 0.0);
  104. snow_object(16237, 441.97656, 1327.25781, 11.83594, 0.0, 0.0, 0.0);
  105. snow_object(16250, 643.46875, 1456.92188, 9.22656, 0.0, 0.0, 0.0);
  106. snow_object(16238, 632.37500, 1324.80469, 11.95313, 0.0, 0.0, 0.0);
  107. snow_object(16027, 72.43750, 1276.50781, 19.52344, 0.0, 0.0, 0.0);
  108. snow_object(16028, 297.85156, 1230.46875, 19.76563, 0.0, 0.0, 0.0);
  109. snow_object(16030, 687.88281, 1399.62500, 10.13281, 0.0, 0.0, 0.0);
  110. snow_object(16029, 522.38281, 1255.19531, 14.25000, 0.0, 0.0, 0.0);
  111. snow_object(16031, 740.44531, 1605.37500, 7.36719, 0.0, 0.0, 0.0);
  112. snow_object(16032, 740.59375, 1776.18750, 4.88281, 0.0, 0.0, 0.0);
  113. snow_object(16257, 647.81250, 1910.30469, 19.64063, 0.0, 0.0, 0.0);
  114. snow_object(16205, 547.48438, 1932.75781, 39.39063, 0.0, 0.0, 0.0);
  115. snow_object(16204, 406.17188, 1931.14844, 35.84375, 0.0, 0.0, 0.0);
  116. snow_object(16259, 312.08594, 2081.41406, 18.85156, 0.0, 0.0, 0.0);
  117. snow_object(16203, 199.34375, 1943.78906, 18.20313, 0.0, 0.0, 0.0);
  118. snow_object(16202, -21.45313, 1991.37500, 21.32031, 0.0, 0.0, 0.0);
  119. snow_object(16197, 94.54688, 2165.42188, 70.01563, 0.0, 0.0, 0.0);
  120. snow_object(16261, -25.39844, 1868.17969, 20.00781, 0.0, 0.0, 0.0);
  121. snow_object(16198, 311.26563, 2210.24219, 29.39844, 0.0, 0.0, 0.0);
  122. snow_object(16199, 515.26563, 2158.71875, 38.62500, 0.0, 0.0, 0.0);
  123. snow_object(16184, 464.75781, 2396.21094, 30.77344, 0.0, 0.0, 0.0);
  124. snow_object(16260, 491.13281, 2321.42188, 33.60938, 0.0, 0.0, 0.0);
  125. snow_object(16194, 362.64063, 2320.02344, 32.15625, 0.0, 0.0, 0.0);
  126. snow_object(16256, 234.99219, 2341.82031, 19.39063, 0.0, 0.0, 0.0);
  127. snow_object(16183, 230.13281, 2483.68750, 15.47656, 0.0, 0.0, 0.0);
  128. snow_object(16684, 329.89844, 2504.26563, 15.57031, 0.0, 0.0, 0.0);
  129. snow_object(16196, -120.58594, 2152.22656, 61.39844, 0.0, 0.0, 0.0);
  130. snow_object(16201, -253.88281, 1922.98438, 72.71094, 0.0, 0.0, 0.0);
  131. snow_object(16195, -343.53906, 2152.71875, 77.52344, 0.0, 0.0, 0.0);
  132. snow_object(16120, -273.17969, 2058.21875, 25.10938, 0.0, 0.0, 0.0);
  133. snow_object(16122, -240.12500, 2128.28906, 19.36719, 0.0, 0.0, 0.0);
  134. snow_object(16124, -269.17969, 1967.20313, 50.89844, 0.0, 0.0, 0.0);
  135. snow_object(16258, -35.63281, 2263.59375, 72.82813, 0.0, 0.0, 0.0);
  136. snow_object(16192, -264.98438, 2387.00781, 64.81250, 0.0, 0.0, 0.0);
  137. snow_object(16125, -184.52344, 2300.14844, 42.05469, 0.0, 0.0, 0.0);
  138. snow_object(16200, -487.60156, 1929.90625, 66.99219, 0.0, 0.0, 0.0);
  139. snow_object(16097, -462.17969, 2081.82813, 65.69531, 0.0, 0.0, 0.0);
  140. snow_object(11540, -615.28906, 2028.55469, 31.33594, 0.0, 0.0, 0.0);
  141. snow_object(16170, -430.39844, 2215.65625, 25.27344, 0.0, 0.0, 0.0);
  142. snow_object(16168, -417.50781, 2378.78906, 74.56250, 0.0, 0.0, 0.0);
  143. snow_object(16167, -580.24219, 2365.39844, 79.67969, 0.0, 0.0, 0.0);
  144. snow_object(16206, -497.42969, 1747.59375, 66.99219, 0.0, 0.0, 0.0);
  145. snow_object(16133, -452.22656, 1833.27344, 67.41406, 0.0, 0.0, 0.0);
  146. snow_object(16112, -385.86719, 1703.25000, 32.03125, 0.0, 0.0, 0.0);
  147. snow_object(16119, -338.29688, 1920.96875, 41.42188, 0.0, 0.0, 0.0);
  148. snow_object(16121, -125.51563, 1904.18750, 13.89063, 0.0, 0.0, 0.0);
  149. snow_object(16134, -226.14844, 1896.81250, 39.60156, 0.0, 0.0, 0.0);
  150. snow_object(16111, -264.53125, 1842.71875, 46.65625, 0.0, 0.0, 0.0);
  151. snow_object(16109, -344.06250, 1398.69531, 49.83594, 0.0, 0.0, 0.0);
  152. snow_object(16142, -268.82031, 1335.65625, 55.30469, 0.0, 0.0, 0.0);
  153. snow_object(16212, -377.35156, 1302.90625, 3.12500, 0.0, 0.0, 0.0);
  154. snow_object(16025, -329.95313, 1249.98438, 28.26563, 0.0, 0.0, 0.0);
  155. snow_object(16264, -303.46875, 1281.34375, 37.64844, 0.0, 0.0, 0.0);
  156. snow_object(16139, -372.44531, 1495.96094, 61.90625, 0.0, 0.0, 0.0);
  157. snow_object(16262, -459.99219, 1481.05469, 5.0, 0.0, 0.0, 0.0);
  158. snow_object(16145, -362.46881, 1314.65625, 29.42190, 0.0, 0.0, 154.5);
  159. snow_object(16140, -422.50781, 1554.95313, 34.42188, 0.0, 0.0, 0.0);
  160. snow_object(16211, -468.93750, 1606.82813, 30.94531, 0.0, 0.0, 0.0);
  161. snow_object(11539, -794.82813, 2025.43750, 31.33594, 0.0, 0.0, 0.0);
  162. snow_object(16694, -775.76563, 2331.03906, 125.25781, 0.0, 0.0, 0.0);
  163. snow_object(16169, -792.21875, 2260.64844, 77.46094, 0.0, 0.0, 0.0);
  164. snow_object(16693, -810.30469, 2433.96094, 115.91406, 0.0, 0.0, 0.0);
  165. snow_object(16166, -701.40625, 2427.20313, 116.49219, 0.0, 0.0, 0.0);
  166. snow_object(16254, -587.67188, 2466.59375, 62.97656, 0.0, 0.0, 0.0);
  167. snow_object(16131, -581.81250, 2389.36719, 67.37500, 0.0, 0.0, 0.0);
  168. snow_object(16130, -481.03906, 2410.92969, 55.96094, 0.0, 0.0, 0.0);
  169. snow_object(16123, -405.39063, 2372.91406, 41.83594, 0.0, 0.0, 0.0);
  170. snow_object(16253, -459.83594, 2567.81250, 78.83594, 0.0, 0.0, 0.0);
  171. snow_object(16104, -453.14063, 2524.85938, 48.54688, 0.0, 0.0, 0.0);
  172. snow_object(16165, -223.84375, 2538.21094, 34.85938, 0.0, 0.0, 0.0);
  173. snow_object(16182, 10.22656, 2402.72656, 15.24219, 0.0, 0.0, 0.0);
  174. snow_object(16128, -189.30469, 2428.04688, 26.17969, 0.0, 0.0, 0.0);
  175. snow_object(16193, -113.21094, 2389.83594, 31.63281, 0.0, 0.0, 0.0);
  176. snow_object(16685, 32.98438, 2503.58594, 15.50781, 0.0, 0.0, 0.0);
  177. snow_object(16756, 63.0, 2417.28906, 16.01563, 0.0, 0.0, 0.0);
  178. snow_object(16757, 30.24219, 2564.07813, 16.91406, 0.0, 0.0, 0.0);
  179. snow_object(16177, 200.39063, 2646.27344, 41.65625, 0.0, 0.0, 0.0);
  180. snow_object(16176, -17.22656, 2619.50781, 47.92969, 0.0, 0.0, 0.0);
  181. snow_object(16178, 407.16406, 2622.96875, 48.88281, 0.0, 0.0, 0.0);
  182. snow_object(16179, 616.91406, 2615.28906, 48.71875, 0.0, 0.0, 0.0);
  183. snow_object(16675, 302.21875, 2693.57031, 19.21875, 0.0, 0.0, 0.0);
  184. snow_object(16189, 666.89063, 1982.0, 19.75000, 0.0, 0.0, 0.0);
  185. snow_object(16187, 642.21875, 2152.03906, 23.70313, 0.0, 0.0, 0.0);
  186. snow_object(16033, 739.88281, 1882.86719, 4.42969, 0.0, 0.0, 0.0);
  187. snow_object(16034, 738.54688, 2041.92969, 9.19531, 0.0, 0.0, 0.0);
  188. snow_object(16185, 647.97656, 2391.20313, 29.10938, 0.0, 0.0, 0.0);
  189. snow_object(16035, 731.75781, 2290.65625, 16.51563, 0.0, 0.0, 0.0);
  190. snow_object(16180, 785.63281, 2622.11719, 44.81250, 0.0, 0.0, 0.0);
  191. snow_object(16036, 776.63281, 2544.50000, 19.50781, 0.0, 0.0, 0.0);
  192. snow_object(16186, 804.39063, 2412.08594, 19.60156, 0.0, 0.0, 0.0);
  193. snow_object(16181, 915.33594, 2626.71094, 29.47656, 0.0, 0.0, 0.0);
  194. snow_object(16255, 502.61719, 2776.37500, 93.77344, 0.0, 0.0, 0.0);
  195. snow_object(16174, 722.07031, 2868.12500, 61.56250, 0.0, 0.0, 0.0);
  196. snow_object(16175, 893.64844, 2866.17969, 25.83594, 0.0, 0.0, 0.0);
  197. snow_object(16173, 499.10156, 2904.28125, 64.67969, 0.0, 0.0, 0.0);
  198. snow_object(16172, 267.29688, 2867.21875, 58.39844, 0.0, 0.0, 0.0);
  199. snow_object(16171, 24.90625, 2868.53906, 49.46875, 0.0, 0.0, 0.0);
  200. snow_object(16161, -129.22656, 2834.71875, 51.42969, 0.0, 0.0, 0.0);
  201. snow_object(16397, -224.27344, 2680.17188, 45.58594, 0.0, 0.0, 0.0);
  202. snow_object(16160, -275.61719, 2855.75000, 59.58594, 0.0, 0.0, 0.0);
  203. snow_object(16251, -513.10156, 2796.94531, 84.78906, 0.0, 0.0, 0.0);
  204. snow_object(16159, -512.82031, 2919.71094, 54.98438, 0.0, 0.0, 0.0);
  205. snow_object(16164, -448.02344, 2682.94531, 60.30469, 0.0, 0.0, 0.0);
  206. snow_object(16163, -670.53906, 2639.98438, 98.01563, 0.0, 0.0, 0.0);
  207. snow_object(16158, -759.53906, 2860.71094, 44.05469, 0.0, 0.0, 0.0);
  208. snow_object(16692, -696.43750, 2488.89844, 85.63281, 0.0, 0.0, 0.0);
  209. snow_object(16667, -882.71875, 2685.18750, 40.60156, 0.0, 0.0, 0.0);
  210. snow_object(5145, 2716.79688, -2447.87500, 2.15625, 0.00000, 0.00000, 0.00000);
  211. snow_object(5146, 2498.19531, -2408.00781, 1.80468, 0.00000, 0.00000, 0.00000);
  212. snow_object(5147, 2533.76563, -2330.82813, 22.19531, 0.00000, 0.00000, 315.00000);
  213. snow_object(3753, 2702.39844, -2324.25781, 3.03906, 0.00000, 0.00000, 0.00000);
  214. snow_object(5333, 2374.38281, -2171.46875, 21.17968, 0.00000, 0.00000, 135.00000);
  215. snow_object(5191, 2381.44531, -2397.43750, 6.67187, 0.00000, 0.00000, 45.00000);
  216. snow_object(5176, 2521.53906, -2606.95313, 17.64843, 0.00000, 0.00000, 0.00000);
  217. snow_object(3753, 2615.10938, -2464.61719, 3.03906, 0.00000, 0.00000, 180.00000);
  218. snow_object(3753, 2748.01563, -2571.59375, 3.03906, 0.00000, 0.00000, 180.00000);
  219. snow_object(5115, 2523.40625, -2217.46094, 12.07031, 0.00000, 0.00000, 0.00000);
  220. snow_object(3753, 2511.47656, -2256.03125, 3.03906, 0.00000, 0.00000, 180.00000);
  221. snow_object(5108, 2333.55469, -2308.71094, 3.27343, 0.00000, 0.00000, 45.00000);
  222. snow_object(5353, 2543.75000, -2163.78906, 14.20312, 0.00000, 0.00000, 0.00000);
  223. snow_object(5250, 2743.43750, -2120.64063, 15.42187, 0.00000, 0.00000, 0.00000);
  224. snow_object(5184, 2699.03125, -2227.74219, 31.42968, 0.00000, 0.00000, 0.00000);
  225. snow_object(5114, 2831.68750, -2161.52344, 5.33593, 0.00000, 0.00000, 0.00000);
  226. snow_object(5125, 2397.82031, -2183.05469, 15.33593, 0.00000, 0.00000, 0.00000);
  227. snow_object(5124, 2278.89844, -2286.31250, 15.33593, 0.00000, 0.00000, 45.00000);
  228. snow_object(3753, 2299.18750, -2405.39844, 3.03906, 0.00000, 0.00000, 225.00000);
  229. snow_object(3753, 2368.16406, -2523.86719, 3.03906, 0.00000, 0.00000, 90.00000);
  230. snow_object(3753, 2454.82813, -2702.91406, 3.03906, 0.00000, 0.00000, 180.00000);
  231. snow_object(5109, 2219.33594, -2558.80469, 4.98437, 0.00000, 0.00000, 0.00000);
  232. snow_object(4844, 2086.57031, -2733.68750, 1.64062, 0.00000, 0.00000, 0.00000);
  233. snow_object(4841, 2123.78906, -2576.32813, 15.33593, 0.00000, 0.00000, 0.00000);
  234. snow_object(5003, 2018.43750, -2585.50000, 18.78125, 0.00000, 0.00000, 0.00000);
  235. snow_object(4864, 1996.06250, -2677.55469, 14.13281, 0.00000, 0.00000, 0.00000);
  236. snow_object(4822, 2179.89844, -2407.41406, 15.33593, 0.00000, 0.00000, 0.00000);
  237. snow_object(5004, 2030.14063, -2417.69531, 12.31250, 0.00000, 0.00000, 0.00000);
  238. snow_object(4867, 1780.80469, -2604.14063, 12.54687, 0.00000, 0.00000, 0.00000);
  239. snow_object(4847, 1710.74219, -2745.40625, 3.27343, 0.00000, 0.00000, 0.00000);
  240. snow_object(4842, 1383.79688, -2707.74219, 3.27343, 0.00000, 0.00000, 0.00000);
  241. snow_object(4863, 1533.08594, -2677.43750, 11.29687, 0.00000, 0.00000, 0.00000);
  242. snow_object(4865, 1515.40625, -2602.50781, 12.54687, 0.00000, 0.00000, 0.00000);
  243. snow_object(4843, 1274.56250, -2551.86719, 3.27343, 0.00000, 0.00000, 0.00000);
  244. snow_object(4839, 1383.60938, -2633.05469, 15.33593, 0.00000, 0.00000, 0.00000);
  245. snow_object(4883, 1339.23438, -2456.69531, 15.08593, 0.00000, 0.00000, 0.00000);
  246. snow_object(4866, 1517.15625, -2449.64844, 12.55468, 0.00000, 0.00000, 0.00000);
  247. snow_object(4816, 1210.71094, -2467.78906, 1.07031, 0.00000, 0.00000, 0.00000);
  248. snow_object(4840, 1233.50000, -2438.00000, 8.14062, 0.00000, 0.00000, 0.00000);
  249. snow_object(4845, 1222.82813, -2291.23438, 7.07031, 0.00000, 0.00000, 0.00000);
  250. snow_object(4835, 1466.76563, -2286.43750, 16.58593, 0.00000, 0.00000, 0.00000);
  251. snow_object(4838, 1411.57813, -2265.07031, 12.50781, 0.00000, 0.00000, 0.00000);
  252. snow_object(4834, 1315.84375, -2286.33594, 13.43750, 0.00000, 0.00000, 0.00000);
  253. snow_object(4833, 1528.74219, -2252.64063, 12.68750, 0.00000, 0.00000, 0.00000);
  254. snow_object(4871, 1569.93750, -2378.24219, 12.46093, 0.00000, 0.00000, 0.00000);
  255. snow_object(4831, 1756.08594, -2286.50000, 16.39843, 0.00000, 0.00000, 0.00000);
  256. snow_object(4830, 1687.78125, -2286.53906, 10.25000, 0.00000, 0.00000, 0.00000);
  257. snow_object(4869, 1893.39063, -2269.60156, 14.60937, 0.00000, 0.00000, 0.00000);
  258. snow_object(5002, 1780.35938, -2437.60156, 12.55468, 0.00000, 0.00000, 0.00000);
  259. snow_object(5009, 2065.13281, -2269.60156, 15.32031, 0.00000, 0.00000, 0.00000);
  260. snow_object(4868, 2139.60938, -2292.42188, 15.32031, 0.00000, 0.00000, 0.00000);
  261. snow_object(5123, 2195.08594, -2266.61719, 12.56250, 0.00000, 0.00000, 0.00000);
  262. snow_object(5276, 2219.60156, -2200.49219, 12.50781, 0.00000, 0.00000, 0.00000);
  263. snow_object(4827, 2056.88281, -2187.35156, 6.27343, 0.00000, 0.00000, 0.00000);
  264. snow_object(5185, 2143.91406, -2166.92188, 13.85156, 0.00000, 0.00000, 0.00000);
  265. snow_object(5135, 2109.53125, -2163.91406, 16.78906, 0.00000, 0.00000, 0.00000);
  266. snow_object(5314, 2085.17969, -2132.70313, 12.41406, 0.00000, 0.00000, 0.00000);
  267. snow_object(5271, 2275.40625, -2095.26563, 12.50781, 0.00000, 0.00000, 0.00000);
  268. snow_object(5279, 2137.28906, -2063.27344, 13.85156, 0.00000, 0.00000, 0.00000);
  269. snow_object(5278, 2290.30469, -2170.43750, 16.05468, 0.00000, 0.00000, 45.00000);
  270. snow_object(5274, 2317.71875, -2210.57813, 8.80468, 0.00000, 0.00000, 315.00000);
  271. snow_object(5277, 2235.91406, -2282.46094, 13.18750, 0.00000, 0.00000, 0.00000);
  272. snow_object(5275, 2293.80469, -2172.77344, 11.71093, 0.00000, 0.00000, 0.00000);
  273. snow_object(5192, 2360.71875, -2117.00781, 16.25781, 0.00000, 0.00000, 0.00000);
  274. snow_object(5106, 2390.24219, -2013.87500, 16.04687, 0.00000, 0.00000, 0.00000);
  275. snow_object(5107, 2496.76563, -2108.36719, 19.50000, 0.00000, 0.00000, 0.00000);
  276. snow_object(5112, 2521.09375, -2049.24219, 18.73437, 0.00000, 0.00000, 0.00000);
  277. snow_object(5297, 2393.06250, -2049.24219, 18.09375, 0.00000, 0.00000, 0.00000);
  278. snow_object(5330, 2303.75000, -1982.78125, 12.42968, 0.00000, 0.00000, 0.00000);
  279. snow_object(5311, 2287.34375, -2024.38281, 12.53906, 0.00000, 0.00000, 0.00000);
  280. snow_object(5174, 2371.25781, -2024.32031, 16.58593, 0.00000, 0.00000, 0.00000);
  281. snow_object(5149, 2479.82813, -2009.00000, 15.18750, 0.00000, 0.00000, 0.00000);
  282. snow_object(5105, 2543.46094, -2142.28125, 10.19531, 0.00000, 0.00000, 0.00000);
  283. snow_object(5120, 2243.64844, -2021.01563, 12.41406, 0.00000, 0.00000, 0.00000);
  284. snow_object(5270, 2112.30469, -2001.79688, 9.76562, 0.00000, 0.00000, 45.00000);
  285. snow_object(5273, 2153.40625, -2051.42969, 12.54687, 0.00000, 0.00000, 0.00000);
  286. snow_object(5272, 2213.17188, -2033.06250, 12.64843, 0.00000, 0.00000, 0.00000);
  287. snow_object(5343, 2136.50781, -1992.89063, 12.79687, 0.00000, 0.00000, 0.00000);
  288. snow_object(5347, 2130.63281, -1987.89844, 13.14843, 0.00000, 0.00000, 0.00000);
  289. snow_object(5122, 2184.43750, -1932.95313, 14.38281, 0.00000, 0.00000, 0.00000);
  290. snow_object(5119, 2176.06250, -1911.87500, 12.64843, 0.00000, 0.00000, 0.00000);
  291. snow_object(5329, 2216.18750, -1912.33594, 13.00000, 0.00000, 0.00000, 0.00000);
  292. snow_object(5111, 2271.35938, -1912.38281, 14.50781, 0.00000, 0.00000, 0.00000);
  293. snow_object(17567, 2288.18750, -1851.62500, 5.71093, 0.00000, 0.00000, 0.00000);
  294. snow_object(17594, 2314.85156, -1799.42188, 13.07031, 0.00000, 0.00000, 0.00000);
  295. snow_object(5513, 2200.72656, -1811.33594, 12.46093, 0.00000, 0.00000, 0.00000);
  296. snow_object(17595, 2217.48438, -1810.83594, 12.36718, 0.00000, 0.00000, 0.00000);
  297. snow_object(5141, 2271.19531, -1928.39063, 12.49218, 0.00000, 0.00000, 0.00000);
  298. snow_object(5349, 2143.67188, -1894.47656, 12.50000, 0.00000, 0.00000, 0.00000);
  299. snow_object(5181, 2167.03906, -1925.20313, 15.82812, 0.00000, 0.00000, 0.00000);
  300. snow_object(5118, 2107.77344, -1958.81250, 12.64843, 0.00000, 0.00000, 0.00000);
  301. snow_object(5182, 2115.00000, -1921.52344, 15.39062, 0.00000, 0.00000, 0.00000);
  302. snow_object(5117, 2031.25000, -1962.31250, 13.28906, 0.00000, 0.00000, 0.00000);
  303. snow_object(5121, 2041.65625, -1904.81250, 12.39843, 0.00000, 0.00000, 0.00000);
  304. snow_object(5116, 2361.27344, -1918.74219, 16.44531, 0.00000, 0.00000, 0.00000);
  305. snow_object(5168, 2385.18750, -1906.51563, 18.44531, 0.00000, 0.00000, 0.00000);
  306. snow_object(5178, 2479.85156, -1930.21094, 12.41406, 0.00000, 0.00000, 0.00000);
  307. snow_object(5187, 2439.28125, -1979.96094, 15.75000, 0.00000, 0.00000, 0.00000);
  308. snow_object(5142, 2489.23438, -1962.01563, 19.03906, 0.00000, 0.00000, 0.00000);
  309. snow_object(5355, 2582.42969, -1979.37500, 9.14843, 0.00000, 0.00000, 0.00000);
  310. snow_object(5296, 2652.92969, -2049.24219, 18.12500, 0.00000, 0.00000, 0.00000);
  311. snow_object(5143, 2639.40625, -2102.39844, 36.69531, 0.00000, 0.00000, 0.00000);
  312. snow_object(5113, 2758.53906, -2104.89844, 18.28125, 0.00000, 0.00000, 0.00000);
  313. snow_object(5188, 2718.44531, -1977.50000, 11.21875, 0.00000, 0.00000, 0.00000);
  314. snow_object(5133, 2845.64844, -1969.99219, 9.13281, 0.00000, 0.00000, 0.00000);
  315. snow_object(5172, 2906.73438, -1975.26563, 4.46875, 0.00000, 0.00000, 0.00000);
  316. snow_object(5173, 2768.44531, -2012.09375, 14.79687, 0.00000, 0.00000, 0.00000);
  317. snow_object(5144, 2768.56250, -1942.69531, 11.30468, 0.00000, 0.00000, 0.00000);
  318. snow_object(17582, 2739.21875, -1770.08594, 17.55468, 0.00000, 0.00000, 175.00000);
  319. snow_object(17927, 2771.17188, -1901.49219, 11.21093, 0.00000, 0.00000, 0.00000);
  320. snow_object(17602, 2678.68750, -1849.80469, 9.90625, 0.00000, 0.00000, 0.00000);
  321. snow_object(4372, 2930.64844, -1778.92188, -60.81250, 0.00000, 0.00000, 0.00000);
  322. snow_object(17606, 2848.87500, -1799.57031, 10.32031, 0.00000, 0.00000, 0.00000);
  323. snow_object(17675, 2893.58594, -1586.53125, 10.22656, 0.00000, 0.00000, 0.00000);
  324. snow_object(17605, 2798.70313, -1657.29688, 10.98437, 0.00000, 0.00000, 0.00000);
  325. snow_object(17607, 2854.89844, -1525.40625, 9.89843, 0.00000, 0.00000, 0.00000);
  326. snow_object(17541, 2803.39844, -1573.80469, 20.29687, 0.00000, 0.00000, 0.00000);
  327. snow_object(17604, 2690.29688, -1657.30469, 10.89843, 0.00000, 0.00000, 0.00000);
  328. snow_object(17609, 2730.14063, -1572.89844, 20.63281, 0.00000, 0.00000, 0.00000);
  329. snow_object(17682, 2674.94531, -1622.54688, 14.17968, 0.00000, 0.00000, 0.00000);
  330. snow_object(17680, 2642.69531, -1540.80469, 19.59375, 0.00000, 0.00000, 0.00000);
  331. snow_object(17538, 2682.80469, -1507.41406, 44.14062, 0.00000, 0.00000, 0.00000);
  332. snow_object(17603, 2642.79688, -1733.10156, 9.69531, 0.00000, 0.00000, 0.00000);
  333. snow_object(17568, 2586.85938, -1744.06250, 6.58593, 0.00000, 0.00000, 0.00000);
  334. snow_object(17507, 2587.07813, -1589.44531, 15.27343, 0.00000, 0.00000, 0.00000);
  335. snow_object(17600, 2585.25781, -1732.34375, 11.13281, 0.00000, 0.00000, 0.00000);
  336. snow_object(17506, 2582.54688, -1872.63281, 6.58593, 0.00000, 0.00000, 0.00000);
  337. snow_object(17601, 2674.18750, -1860.69531, 11.21093, 0.00000, 0.00000, 0.00000);
  338. snow_object(5151, 2674.10156, -1990.78906, 15.18750, 0.00000, 0.00000, 0.00000);
  339. snow_object(17500, 2478.60156, -1851.48438, 6.47656, 0.00000, 0.00000, 0.00000);
  340. snow_object(5128, 2516.59375, -1875.55469, 11.67968, 0.00000, 0.00000, 0.00000);
  341. snow_object(5110, 2443.63281, -1901.32031, 18.00781, 0.00000, 0.00000, 0.00000);
  342. snow_object(5267, 2485.76563, -1900.43750, 18.53125, 0.00000, 0.00000, 0.00000);
  343. snow_object(17599, 2522.19531, -1773.00000, 12.46093, 0.00000, 0.00000, 0.00000);
  344. snow_object(17548, 2482.32813, -1783.14844, 14.44531, 0.00000, 0.00000, 0.00000);
  345. snow_object(17596, 2413.75000, -1820.83594, 12.46093, 0.00000, 0.00000, 0.00000);
  346. snow_object(17598, 2469.38281, -1732.21094, 12.57812, 0.00000, 0.00000, 0.00000);
  347. snow_object(17520, 2497.76563, -1762.39063, 15.62500, 0.00000, 0.00000, 0.00000);
  348. snow_object(17613, 2489.29688, -1668.50000, 12.29687, 0.00000, 0.00000, 0.00000);
  349. snow_object(17617, 2502.32031, -1649.58594, 15.19531, 0.00000, 0.00000, 0.00000);
  350. snow_object(17616, 2521.68750, -1692.85938, 14.86718, 0.00000, 0.00000, 0.00000);
  351. snow_object(17574, 2459.80469, -1714.88281, 12.08593, 0.00000, 0.00000, 0.00000);
  352. snow_object(17612, 2408.09375, -1658.90625, 12.39843, 0.00000, 0.00000, 0.00000);
  353. snow_object(17881, 2429.78906, -1681.84375, 12.64062, 0.00000, 0.00000, 0.00000);
  354. snow_object(17615, 2459.59375, -1695.60156, 13.59375, 0.00000, 0.00000, 0.00000);
  355. snow_object(17654, 2556.35156, -1612.91406, 15.90625, 0.00000, 0.00000, 0.00000);
  356. snow_object(17865, 2510.47656, -1543.27344, 21.71093, 0.00000, 0.00000, 0.00000);
  357. snow_object(17864, 2520.72656, -1530.25000, 22.74218, 0.00000, 0.00000, 0.00000);
  358. snow_object(17655, 2433.07031, -1611.55469, 12.03125, 0.00000, 0.00000, 0.00000);
  359. snow_object(17829, 2413.68750, -1576.64063, 16.20312, 0.00000, 0.00000, 0.00000);
  360. snow_object(17657, 2431.03906, -1603.49219, 20.20312, 0.00000, 0.00000, 0.00000);
  361. snow_object(17656, 2431.05469, -1677.42969, 20.31250, 0.00000, 0.00000, 0.00000);
  362. snow_object(17597, 2314.95313, -1741.32813, 12.48437, 0.00000, 0.00000, 0.00000);
  363. snow_object(17614, 2387.80469, -1695.64844, 13.74218, 0.00000, 0.00000, 0.00000);
  364. snow_object(17621, 2342.59375, -1682.70313, 12.09375, 0.00000, 0.00000, 0.00000);
  365. snow_object(17620, 2281.21094, -1695.64844, 13.44531, 0.00000, 0.00000, 0.00000);
  366. snow_object(17611, 2284.66406, -1656.71094, 13.42968, 0.00000, 0.00000, 0.00000);
  367. snow_object(17619, 2303.41406, -1622.42188, 9.05468, 0.00000, 0.00000, 0.00000);
  368. snow_object(17622, 2342.60938, -1608.81250, 16.91406, 0.00000, 0.00000, 0.00000);
  369. snow_object(17867, 2308.45313, -1599.38281, 4.63281, 0.00000, 0.00000, 0.00000);
  370. snow_object(17866, 2339.78906, -1583.99219, 14.96093, 0.00000, 0.00000, 0.00000);
  371. snow_object(17638, 2431.69531, -1514.35156, 22.90625, 0.00000, 0.00000, 0.00000);
  372. snow_object(17624, 2386.78906, -1524.35938, 22.91406, 0.00000, 0.00000, 0.00000);
  373. snow_object(17623, 2342.50000, -1534.00000, 22.89843, 0.00000, 0.00000, 0.00000);
  374. snow_object(17503, 2386.64063, -1454.34375, 27.22656, 0.00000, 0.00000, 0.00000);
  375. snow_object(17639, 2490.90625, -1504.32813, 22.92187, 0.00000, 0.00000, 0.00000);
  376. snow_object(17921, 2560.86719, -1474.34375, 22.91406, 0.00000, 0.00000, 0.00000);
  377. snow_object(17688, 2604.99219, -1465.86719, 25.21875, 0.00000, 0.00000, 0.00000);
  378. snow_object(17687, 2577.24219, -1447.23438, 30.77343, 0.00000, 0.00000, 0.00000);
  379. snow_object(17640, 2461.39063, -1445.78125, 25.82031, 0.00000, 0.00000, 0.00000);
  380. snow_object(17852, 2490.90625, -1474.34375, 27.34375, 0.00000, 0.00000, 0.00000);
  381. snow_object(17920, 2295.01563, -1564.46875, 12.32031, 0.00000, 0.00000, 0.00000);
  382. snow_object(5511, 2193.25000, -1543.54688, 9.70312, 0.00000, 0.00000, 0.00000);
  383. snow_object(5478, 2269.08594, -1487.55469, 20.73437, 0.00000, 0.00000, 0.00000);
  384. snow_object(5479, 2234.16406, -1590.25781, 16.66406, 0.00000, 0.00000, 0.00000);
  385. snow_object(17513, 2288.89844, -1525.50000, 17.89843, 0.00000, 0.00000, 0.00000);
  386. snow_object(17610, 2224.03906, -1680.64063, 13.40625, 0.00000, 0.00000, 0.00000);
  387. snow_object(5480, 2208.37500, -1698.24219, 13.39062, 0.00000, 0.00000, 0.00000);
  388. snow_object(5510, 2192.79688, -1665.03906, 13.73437, 0.00000, 0.00000, 0.00000);
  389. snow_object(5440, 2207.67969, -1588.39063, 19.34375, 0.00000, 0.00000, 0.00000);
  390. snow_object(5509, 2150.39063, -1741.82813, 12.44531, 0.00000, 0.00000, 0.00000);
  391. snow_object(5430, 2148.95313, -1791.83594, 19.10156, 0.00000, 0.00000, 0.00000);
  392. snow_object(5419, 2078.15625, -1847.70313, 7.76562, 0.00000, 0.00000, 0.00000);
  393. snow_object(5183, 2111.65625, -1873.36719, 16.39843, 0.00000, 0.00000, 0.00000);
  394. snow_object(5180, 2163.67188, -1873.61719, 15.82031, 0.00000, 0.00000, 0.00000);
  395. snow_object(5418, 2112.93750, -1797.09375, 19.33593, 0.00000, 0.00000, 0.00000);
  396. snow_object(5508, 2085.85938, -1812.77344, 13.17968, 0.00000, 0.00000, 0.00000);
  397. snow_object(5528, 2101.29688, -1688.77344, 18.08593, 0.00000, 0.00000, 0.00000);
  398. snow_object(5506, 2079.83594, -1699.94531, 12.46093, 0.00000, 0.00000, 275.57501);
  399. snow_object(5521, 2049.57813, -1781.67969, 18.32812, 0.00000, 0.00000, 0.00000);
  400. snow_object(5411, 2021.65625, -1810.72656, 18.60156, 0.00000, 0.00000, 0.00000);
  401. snow_object(5139, 2021.15625, -1893.27344, 15.17968, 0.00000, 0.00000, 0.00000);
  402. snow_object(5404, 1952.71875, -1856.78125, 7.08593, 0.00000, 0.00000, 0.00000);
  403. snow_object(4895, 1899.15625, -1936.33594, 14.26562, 0.00000, 0.00000, 0.00000);
  404. snow_object(5052, 1961.65625, -1863.11719, 12.46093, 0.00000, 0.00000, 0.00000);
  405. snow_object(5013, 1961.66406, -2001.89844, 12.54687, 0.00000, 0.00000, 0.00000);
  406. snow_object(5186, 2014.81250, -2041.14063, 12.53906, 0.00000, 0.00000, 0.00000);
  407. snow_object(4807, 1964.64063, -2109.42188, 14.10937, 0.00000, 0.00000, 0.00000);
  408. snow_object(4808, 1892.33594, -2037.64844, 12.46093, 0.00000, 0.00000, 0.00000);
  409. snow_object(4806, 1880.33594, -2001.92188, 12.57031, 0.00000, 0.00000, 0.00000);
  410. snow_object(4859, 1868.95313, -2003.65625, 13.75000, 0.00000, 0.00000, 0.00000);
  411. snow_object(5064, 1855.45313, -1958.46094, 12.64843, 0.00000, 0.00000, 0.00000);
  412. snow_object(4858, 1891.74219, -1872.28125, 14.85937, 0.00000, 0.00000, 0.00000);
  413. snow_object(5420, 1835.82031, -1815.14063, 7.64843, 0.00000, 0.00000, 0.00000);
  414. snow_object(5489, 1932.59375, -1782.10156, 12.50000, 0.00000, 0.00000, 0.00000);
  415. snow_object(5397, 1866.32813, -1789.78125, 20.94531, 0.00000, 0.00000, 0.00000);
  416. snow_object(4821, 1745.20313, -1882.85156, 26.14062, 0.00000, 0.00000, 0.00000);
  417. snow_object(5026, 1821.66406, -1872.31250, 12.40625, 0.00000, 0.00000, 0.00000);
  418. snow_object(4819, 1815.45313, -1958.46094, 12.64843, 0.00000, 0.00000, 0.00000);
  419. snow_object(4817, 1739.30469, -1951.95313, 12.37500, 0.00000, 0.00000, 0.00000);
  420. snow_object(4860, 1722.75000, -2014.63281, 16.50781, 0.00000, 0.00000, 0.00000);
  421. snow_object(4873, 1734.39844, -2019.70313, 14.34375, 0.00000, 0.00000, 0.00000);
  422. snow_object(4837, 1823.00781, -2087.17188, 12.46093, 0.00000, 0.00000, 0.00000);
  423. snow_object(4849, 1892.33594, -2109.50781, 12.54687, 0.00000, 0.00000, 0.00000);
  424. snow_object(4861, 1873.01563, -2101.83594, 15.89062, 0.00000, 0.00000, 0.00000);
  425. snow_object(4846, 1827.13281, -2158.85938, 14.51562, 0.00000, 0.00000, 0.00000);
  426. snow_object(5036, 1694.60156, -2131.11719, 12.55468, 0.00000, 0.00000, 0.00000);
  427. snow_object(5034, 1742.81250, -2292.75781, 3.92968, 0.00000, 0.00000, 0.00000);
  428. snow_object(4829, 1645.38281, -2292.75781, 3.91406, 0.00000, 0.00000, 0.00000);
  429. snow_object(4870, 1569.98438, -2194.72656, 12.46093, 0.00000, 0.00000, 0.00000);
  430. snow_object(4836, 1441.90625, -2166.64844, 13.27343, 0.00000, 0.00000, 0.00000);
  431. snow_object(4872, 1610.92969, -2010.62500, 23.13281, 0.00000, 0.00000, 0.00000);
  432. snow_object(5028, 1624.00000, -2113.61719, 23.10937, 0.00000, 0.00000, 0.00000);
  433. snow_object(4820, 1738.39063, -2117.02344, 13.93750, 0.00000, 0.00000, 0.00000);
  434. snow_object(4876, 1582.29688, -2002.23438, 26.60937, 0.00000, 0.00000, 0.00000);
  435. snow_object(4878, 1530.82813, -1969.13281, 26.39062, 0.00000, 0.00000, 0.00000);
  436. snow_object(4852, 1401.46094, -1994.58594, 35.43750, 0.00000, 0.00000, 0.00000);
  437. snow_object(4823, 1338.32813, -1976.65625, 36.60937, 0.00000, 0.00000, 0.00000);
  438. snow_object(4875, 1270.68750, -2196.78906, 42.56250, 0.00000, 0.00000, 0.00000);
  439. snow_object(4824, 1224.42969, -2037.00781, 62.92968, 0.00000, 0.00000, 0.00000);
  440. snow_object(4825, 1145.95313, -2037.00000, 65.51562, 0.00000, 0.00000, 0.00000);
  441. snow_object(4851, 1182.00781, -1987.63281, 39.99218, 0.00000, 0.00000, 0.00000);
  442. snow_object(4810, 1095.06250, -2214.21875, 41.72656, 0.00000, 0.00000, 0.00000);
  443. snow_object(5046, 1105.50000, -2355.95313, 16.31250, 0.00000, 0.00000, 0.00000);
  444. snow_object(4809, 1036.52344, -2204.43750, 14.16406, 0.00000, 0.00000, 0.00000);
  445. snow_object(4815, 1074.58594, -2321.74219, 10.85156, 0.00000, 0.00000, 0.00000);
  446. snow_object(4898, 992.85938, -2126.61719, 12.08593, 0.00000, 0.00000, 0.00000);
  447. snow_object(4896, 981.70313, -2155.85156, 1.07031, 0.00000, 0.00000, 0.00000);
  448. snow_object(4814, 1071.03125, -2354.00781, 1.07031, 0.00000, 0.00000, 0.00000);
  449. snow_object(4812, 1023.39844, -2166.10156, 23.10156, 0.00000, 0.00000, 0.00000);
  450. snow_object(5023, 1046.05469, -2251.50781, 33.64062, 0.00000, 0.00000, 0.00000);
  451. snow_object(4811, 1069.67188, -2270.89844, 23.10156, 0.00000, 0.00000, 0.00000);
  452. snow_object(4897, 985.72656, -2050.53125, 3.04687, 0.00000, 0.00000, 0.00000);
  453. snow_object(5021, 1044.91406, -2023.39063, 17.50781, 0.00000, 0.00000, 0.00000);
  454. snow_object(4813, 1042.27344, -2029.80469, 23.10156, 0.00000, 0.00000, 0.00000);
  455. snow_object(6065, 887.46094, -1878.39063, 3.12500, 0.00000, 0.00000, 0.00000);
  456. snow_object(6118, 1050.07813, -1864.31250, 12.39843, 0.00000, 0.00000, 0.00000);
  457. snow_object(6117, 1109.32031, -1852.37500, 12.56250, 0.00000, 0.00000, 0.00000);
  458. snow_object(4168, 1217.45313, -1852.26563, 12.47656, 0.00000, 0.00000, 0.00000);
  459. snow_object(4103, 1104.09375, -1780.90625, 25.29687, 0.00000, 0.00000, 0.00000);
  460. snow_object(4101, 1224.69531, -1782.20313, 29.89843, 0.00000, 0.00000, 0.00000);
  461. snow_object(4108, 1177.46094, -1782.25000, 12.66406, 0.00000, 0.00000, 0.00000);
  462. snow_object(4182, 1304.98438, -1792.28125, 12.46093, 0.00000, 0.00000, 0.00000);
  463. snow_object(4107, 1360.75781, -1802.25000, 12.49218, 0.00000, 0.00000, 0.00000);
  464. snow_object(4010, 1350.75781, -1802.28125, 12.69531, 0.00000, 0.00000, 0.00000);
  465. snow_object(4165, 1469.52344, -1872.37500, 12.46093, 0.00000, 0.00000, 0.00000);
  466. snow_object(4207, 1603.81250, -1863.34375, 12.46093, 0.00000, 0.00000, 0.00000);
  467. snow_object(4133, 1625.09375, -1834.20313, 24.29687, 0.00000, 0.00000, 0.00000);
  468. snow_object(4209, 1569.93750, -1802.28906, 12.32031, 0.00000, 0.00000, 0.00000);
  469. snow_object(4122, 1629.46094, -1812.28906, 13.52343, 0.00000, 0.00000, 0.00000);
  470. snow_object(4160, 1686.62500, -1806.42969, 12.46093, 0.00000, 0.00000, 0.00000);
  471. snow_object(3991, 1608.19531, -1721.80469, 26.00000, 0.00000, 0.00000, 0.00000);
  472. snow_object(6116, 997.56250, -1798.51563, 12.95312, 0.00000, 0.00000, 0.00000);
  473. snow_object(6054, 1036.41406, -1689.17969, 12.60937, 0.00000, 0.00000, 0.00000);
  474. snow_object(6042, 952.34375, -1822.82031, 15.17968, 0.00000, 0.00000, 0.00000);
  475. snow_object(6122, 798.09375, -1763.10156, 12.69531, 0.00000, 0.00000, 0.00000);
  476. snow_object(6123, 917.39844, -1672.90625, 12.39843, 0.00000, 0.00000, 0.00000);
  477. snow_object(6203, 956.19531, -1689.60156, 12.79687, 0.00000, 0.00000, 0.00000);
  478. snow_object(6213, 880.30469, -1696.25000, 12.67968, 0.00000, 0.00000, 0.00000);
  479. snow_object(6115, 1087.46094, -1712.26563, 12.46093, 0.00000, 0.00000, 0.00000);
  480. snow_object(6128, 1207.46094, -1712.19531, 12.66406, 0.00000, 0.00000, 0.00000);
  481. snow_object(6126, 1149.89844, -1642.14844, 12.60937, 0.00000, 0.00000, 0.00000);
  482. snow_object(6102, 1226.95313, -1656.15625, 24.77343, 0.00000, 0.00000, 0.00000);
  483. snow_object(3978, 1380.26563, -1655.53906, 10.80468, 0.00000, 0.00000, 0.00000);
  484. snow_object(4197, 1380.26563, -1655.53906, 10.80468, 0.00000, 0.00000, 270.00000);
  485. snow_object(4198, 1380.26563, -1655.53906, 10.80468, 0.00000, 0.00000, 0.00000);
  486. snow_object(6127, 1306.51563, -1630.35938, 12.46875, 0.00000, 0.00000, 0.00000);
  487. snow_object(4163, 1469.33594, -1732.28906, 12.46093, 0.00000, 0.00000, 0.00000);
  488. snow_object(4148, 1427.05469, -1662.28906, 12.46093, 0.00000, 0.00000, 0.00000);
  489. snow_object(4186, 1479.55469, -1693.14063, 19.57812, 0.00000, 0.00000, 0.00000);
  490. snow_object(4158, 1609.55469, -1732.32813, 12.46875, 0.00000, 0.00000, 0.00000);
  491. snow_object(4150, 1532.05469, -1662.28906, 12.46093, 0.00000, 0.00000, 0.00000);
  492. snow_object(4029, 1629.54688, -1756.08594, 8.09375, 0.00000, 0.00000, 0.00000);
  493. snow_object(3985, 1479.56250, -1631.45313, 12.07812, 0.00000, 0.00000, 0.00000);
  494. snow_object(4129, 1595.00000, -1603.02344, 27.03906, 0.00000, 0.00000, 0.00000);
  495. snow_object(3989, 1646.00781, -1662.71875, 8.09375, 0.00000, 0.00000, 0.00000);
  496. snow_object(3993, 1719.93750, -1662.28906, 12.46875, 0.00000, 0.00000, 0.00000);
  497. snow_object(4013, 1654.59375, -1637.74219, 28.64062, 0.00000, 0.00000, 0.00000);
  498. snow_object(3987, 1722.05469, -1702.28906, 12.81250, 0.00000, 0.00000, 0.00000);
  499. snow_object(3992, 1755.60156, -1782.30469, 12.46093, 0.00000, 0.00000, 0.00000);
  500. snow_object(3983, 1722.50000, -1775.39844, 14.51562, 0.00000, 0.00000, 0.00000);
  501. snow_object(3977, 1384.36719, -1511.43750, 10.10937, 0.00000, 0.00000, 0.00000);
  502. snow_object(4146, 1371.00000, -1582.34375, 12.45312, 0.00000, 0.00000, 0.00000);
  503. snow_object(4144, 1442.15625, -1517.53125, 12.45312, 0.00000, 0.00000, 0.00000);
  504. snow_object(3994, 1479.55469, -1592.28906, 12.45312, 0.00000, 0.00000, 0.00000);
  505. snow_object(4020, 1544.83594, -1516.85156, 32.45312, 0.00000, 0.00000, 0.00000);
  506. snow_object(4142, 1494.75781, -1410.87500, 12.45312, 0.00000, 0.00000, 0.00000);
  507. snow_object(4139, 1406.17188, -1418.10156, 12.78906, 0.00000, 0.00000, 0.00000);
  508. snow_object(4712, 1546.98438, -1356.61719, 14.95312, 0.00000, 0.00000, 0.00000);
  509. snow_object(3990, 1593.95313, -1416.35156, 26.66406, 0.00000, 0.00000, 0.00000);
  510. snow_object(3996, 1596.35938, -1440.87500, 12.46093, 0.00000, 0.00000, 0.00000);
  511. snow_object(4131, 1588.44531, -1509.14063, 27.31250, 0.00000, 0.00000, 0.00000);
  512. snow_object(4128, 1666.91406, -1456.75000, 26.04687, 0.00000, 0.00000, 0.00000);
  513. snow_object(4127, 1664.12500, -1560.85156, 23.35156, 0.00000, 0.00000, 0.00000);
  514. snow_object(4152, 1658.10938, -1516.69531, 12.46093, 0.00000, 0.00000, 0.00000);
  515. snow_object(4233, 1603.90625, -1592.29688, 12.54687, 0.00000, 0.00000, 0.00000);
  516. snow_object(4156, 1739.81250, -1602.19531, 12.45312, 0.00000, 0.00000, 0.00000);
  517. snow_object(4033, 1721.87500, -1643.05469, 12.73437, 0.00000, 0.00000, 0.00000);
  518. snow_object(4001, 1700.47656, -1517.69531, 17.93750, 0.00000, 0.00000, 0.00000);
  519. snow_object(4000, 1787.13281, -1565.67969, 11.96875, 0.00000, 0.00000, 0.00000);
  520. snow_object(3998, 1734.30469, -1560.71094, 18.88281, 0.00000, 0.00000, 0.00000);
  521. snow_object(4125, 1769.51563, -1509.48438, 12.44531, 0.00000, 0.00000, 0.00000);
  522. snow_object(4154, 1706.21094, -1432.35156, 12.44531, 0.00000, 0.00000, 0.00000);
  523. snow_object(4645, 1605.72656, -1370.82813, 15.54687, 0.00000, 0.00000, 0.00000);
  524. snow_object(4557, 1714.74219, -1350.87500, 12.46093, 0.00000, 0.00000, 0.00000);
  525. snow_object(4590, 1780.00000, -1360.00000, 12.00000, 0.00000, 0.00000, 0.00000);
  526. snow_object(5498, 1849.32813, -1373.39844, 12.48437, 0.00000, 0.00000, 0.00000);
  527. snow_object(5390, 1919.52344, -1400.89844, 16.17187, 0.00000, 0.00000, 0.00000);
  528. snow_object(3995, 1797.16406, -1464.39063, 7.99218, 0.00000, 0.00000, 0.00000);
  529. snow_object(4110, 1807.46094, -1475.98438, 8.53125, 0.00000, 0.00000, 0.00000);
  530. snow_object(5439, 1887.79688, -1536.60156, 7.89843, 0.00000, 0.00000, 0.00000);
  531. snow_object(5474, 1931.64844, -1577.57031, 12.35937, 0.00000, 0.00000, 0.00000);
  532. snow_object(5501, 1884.66406, -1613.42188, 12.46093, 0.00000, 0.00000, 0.00000);
  533. snow_object(5502, 1822.89063, -1725.25781, 12.46875, 0.00000, 0.00000, 270.00000);
  534. snow_object(5503, 1927.70313, -1754.31250, 12.46093, 0.00000, 0.00000, 0.00000);
  535. snow_object(3984, 1783.10156, -1647.31250, 23.25781, 0.00000, 0.00000, 0.00000);
  536. snow_object(4012, 1777.43750, -1782.30469, 12.62500, 0.00000, 0.00000, 0.00000);
  537. snow_object(5441, 1941.65625, -1682.57031, 12.47656, 0.00000, 0.00000, 270.00000);
  538. snow_object(5412, 1971.65625, -1682.31250, 13.74218, 0.00000, 0.00000, 0.00000);
  539. snow_object(5407, 2041.64844, -1682.18750, 12.57031, 0.00000, 0.00000, 0.00000);
  540. snow_object(5505, 2002.48438, -1700.98438, 12.46093, 0.00000, 0.00000, 0.00000);
  541. snow_object(5507, 2041.66406, -1672.31250, 12.47656, 0.00000, 0.00000, 0.00000);
  542. snow_object(5442, 2041.72656, -1752.31250, 12.47656, 0.00000, 0.00000, 0.00000);
  543. snow_object(5518, 2137.98438, -1672.55469, 12.77343, 0.00000, 0.00000, 0.00000);
  544. snow_object(5504, 2046.00000, -1613.00000, 12.00000, 0.00000, 0.00000, 0.00000);
  545. snow_object(5512, 2069.92188, -1535.78125, 10.49218, 0.00000, 0.00000, 0.00000);
  546. snow_object(5471, 2088.10938, -1568.11719, 11.05468, 0.00000, 0.00000, 0.00000);
  547. snow_object(5472, 2117.29688, -1541.57813, 23.53906, 0.00000, 0.00000, 270.00000);
  548. snow_object(5391, 2148.80469, -1627.12500, 13.42968, 0.00000, 0.00000, 0.00000);
  549. snow_object(5519, 2159.81250, -1595.92188, 12.89062, 0.00000, 0.00000, 0.00000);
  550. snow_object(5438, 2222.67188, -1462.91406, 22.78906, 0.00000, 0.00000, 270.00000);
  551. snow_object(17509, 2511.75781, -1544.31250, 18.51562, 0.00000, 0.00000, 0.00000);
  552. snow_object(17505, 2339.78906, -1583.99219, 12.76562, 0.00000, 0.00000, 0.00000);
  553. snow_object(17877, 2374.30469, -1640.43750, 12.50000, 0.00000, 0.00000, 0.00000);
  554. snow_object(5429, 2244.69531, -1518.75000, 22.23437, 0.00000, 0.00000, 0.00000);
  555. snow_object(17625, 2315.35938, -1444.20313, 22.13281, 0.00000, 0.00000, 0.00000);
  556. snow_object(17563, 2307.92188, -1434.03906, 21.67968, 0.00000, 0.00000, 0.00000);
  557. snow_object(17637, 2391.17969, -1414.32813, 22.92968, 0.00000, 0.00000, 0.00000);
  558. snow_object(17636, 2411.16406, -1402.88281, 28.01562, 0.00000, 0.00000, 0.00000);
  559. snow_object(17645, 2481.21875, -1350.49219, 27.77343, 0.00000, 0.00000, 0.00000);
  560. snow_object(17644, 2511.76563, -1349.52344, 30.79687, 0.00000, 0.00000, 0.00000);
  561. snow_object(17634, 2411.02344, -1301.75000, 25.40625, 0.00000, 0.00000, 0.00000);
  562. snow_object(17642, 2411.08594, -1235.32813, 27.80468, 0.00000, 0.00000, 0.00000);
  563. snow_object(17635, 2411.02344, -1352.10156, 23.70312, 0.00000, 0.00000, 0.00000);
  564. snow_object(17630, 2371.07813, -1216.36719, 24.71093, 0.00000, 0.00000, 0.00000);
  565. snow_object(17628, 2371.08594, -1320.45313, 22.91406, 0.00000, 0.00000, 0.00000);
  566. snow_object(17633, 2337.21875, -1228.52344, 24.74218, 0.00000, 0.00000, 0.00000);
  567. snow_object(17976, 2414.39844, -1362.20313, 32.60156, 0.00000, 0.00000, 0.00000);
  568. snow_object(17643, 2451.01563, -1230.28906, 29.18750, 0.00000, 0.00000, 0.00000);
  569. snow_object(17646, 2511.00000, -1256.60156, 33.79687, 0.00000, 0.00000, 0.00000);
  570. snow_object(17641, 2454.60156, -1350.46094, 22.82812, 0.00000, 0.00000, 0.00000);
  571. snow_object(17627, 2347.67188, -1384.31250, 22.92968, 0.00000, 0.00000, 0.00000);
  572. snow_object(17545, 2337.17969, -1342.62500, 23.32812, 0.00000, 0.00000, 0.00000);
  573. snow_object(17626, 2303.43750, -1338.03906, 22.98437, 0.00000, 0.00000, 0.00000);
  574. snow_object(5674, 2286.37500, -1371.27344, 22.95312, 0.00000, 0.00000, 0.00000);
  575. snow_object(5428, 2252.00000, -1434.14063, 23.25781, 0.00000, 0.00000, 0.00000);
  576. snow_object(5494, 2263.21094, -1368.70313, 22.92968, 0.00000, 0.00000, 270.00000);
  577. snow_object(5437, 2155.00000, -1382.00000, 23.00000, 0.00000, 0.00000, 0.00000);
  578. snow_object(5427, 2170.97656, -1461.12500, 25.08593, 0.00000, 0.00000, 0.00000);
  579. snow_object(5496, 2120.00000, -1440.00000, 23.00000, 0.00000, 0.00000, 0.00000);
  580. snow_object(5497, 2060.19531, -1463.40625, 18.94531, 0.00000, 0.00000, 0.00000);
  581. snow_object(5402, 2049.86719, -1400.89063, 20.67968, 0.00000, 0.00000, 0.00000);
  582. snow_object(5495, 2066.00000, -1358.00000, 23.00000, 0.00000, 0.00000, 0.00000);
  583. snow_object(5492, 2168.21094, -1300.80469, 22.89843, 0.00000, 0.00000, 0.00000);
  584. snow_object(5477, 2287.09375, -1217.65625, 24.54687, 0.00000, 0.00000, 0.00000);
  585. snow_object(17632, 2307.52344, -1225.10156, 23.80468, 0.00000, 0.00000, 0.00000);
  586. snow_object(5490, 2269.78125, -1224.53125, 24.40625, 0.00000, 0.00000, 0.00000);
  587. snow_object(5491, 2171.39063, -1220.82031, 22.88281, 0.00000, 0.00000, 0.00000);
  588. snow_object(5424, 2218.89063, -1260.81250, 24.28906, 0.00000, 0.00000, 0.00000);
  589. snow_object(5493, 2169.97656, -1260.46094, 22.91406, 0.00000, 0.00000, 0.00000);
  590. snow_object(5482, 2172.57031, -1171.20313, 23.55468, 0.00000, 0.00000, 0.00000);
  591. snow_object(5459, 2123.93750, -1159.00000, 24.16406, 0.00000, 0.00000, 0.00000);
  592. snow_object(5406, 2223.26563, -1202.18750, 27.64843, 0.00000, 0.00000, 0.00000);
  593. snow_object(5650, 2213.50000, -1124.90625, 24.79687, 0.00000, 0.00000, 0.00000);
  594. snow_object(5413, 2222.99219, -1162.60156, 30.03906, 0.00000, 0.00000, 0.00000);
  595. snow_object(5423, 2121.10156, -1260.87500, 26.15625, 0.00000, 0.00000, 0.00000);
  596. snow_object(5435, 2069.36719, -1260.99219, 22.89843, 0.00000, 0.00000, 90.00000);
  597. snow_object(5434, 1946.82813, -1260.90625, 17.67968, 0.00000, 0.00000, 0.00000);
  598. snow_object(5499, 1944.00000, -1341.00000, 18.00000, 0.00000, 0.00000, 0.00000);
  599. snow_object(5487, 1972.60938, -1198.31250, 23.97656, 0.00000, 0.00000, 0.00000);
  600. snow_object(5458, 1995.01563, -1198.35156, 21.10937, 0.00000, 0.00000, 0.00000);
  601. snow_object(5483, 2069.29688, -1149.20313, 22.94531, 0.00000, 0.00000, 0.00000);
  602. snow_object(5432, 2110.09375, -1098.80469, 23.79687, 0.00000, 0.00000, 0.00000);
  603. snow_object(5485, 1950.59375, -1135.88281, 24.02343, 0.00000, 0.00000, 180.00000);
  604. snow_object(5486, 2005.50000, -1081.30469, 24.19531, 0.00000, 0.00000, 0.00000);
  605. snow_object(5443, 2019.40625, -1107.13281, 24.55468, 0.00000, 0.00000, 0.00000);
  606. snow_object(5481, 2023.25781, -1034.48438, 29.12500, 0.00000, 0.00000, 0.00000);
  607. snow_object(5445, 2105.96094, -1038.55469, 40.41406, 0.00000, 0.00000, 0.00000);
  608. snow_object(5444, 2143.05469, -1048.40625, 48.64843, 0.00000, 0.00000, 0.00000);
  609. snow_object(5453, 2179.78906, -1082.48438, 42.72656, 0.00000, 0.00000, 0.00000);
  610. snow_object(5446, 2086.29688, -1077.07813, 29.05468, 0.00000, 0.00000, 0.00000);
  611. snow_object(5484, 2190.58594, -1063.07031, 45.14062, 0.00000, 0.00000, 0.00000);
  612. snow_object(5452, 2258.35938, -1099.41406, 39.99218, 0.00000, 0.00000, 0.00000);
  613. snow_object(5456, 2185.09375, -1013.21094, 59.19531, 0.00000, 0.00000, 0.00000);
  614. snow_object(5642, 2229.60938, -1063.46875, 46.68750, 0.00000, 0.00000, 0.00000);
  615. snow_object(5643, 2202.56250, -1041.62500, 58.13281, 0.00000, 0.00000, 0.00000);
  616. snow_object(13706, 2372.03125, -1056.34375, 57.03906, 0.00000, 0.00000, 0.00000);
  617. snow_object(13823, 2284.00781, -929.46875, 88.18750, 0.00000, 0.00000, 0.00000);
  618. snow_object(5451, 2256.03125, -1019.92188, 59.38281, 0.00000, 0.00000, 0.00000);
  619. snow_object(13795, 2422.11719, -1093.34375, 48.15625, 0.00000, 0.00000, 0.00000);
  620. snow_object(17631, 2336.93750, -1153.14063, 26.62500, 0.00000, 0.00000, 0.00000);
  621. snow_object(17669, 2378.03125, -1110.17188, 33.61718, 0.00000, 0.00000, 0.00000);
  622. snow_object(17906, 2440.30469, -1120.25000, 43.29687, 0.00000, 0.00000, 0.00000);
  623. snow_object(17670, 2463.75000, -1151.64844, 34.96875, 0.00000, 0.00000, 0.00000);
  624. snow_object(17647, 2420.95313, -1179.13281, 31.01562, 0.00000, 0.00000, 0.00000);
  625. snow_object(17678, 2506.88281, -1167.06250, 46.24218, 0.00000, 0.00000, 0.00000);
  626. snow_object(17648, 2511.03906, -1184.53906, 48.20312, 0.00000, 0.00000, 0.00000);
  627. snow_object(17892, 2511.02344, -1220.26563, 42.52343, 0.00000, 0.00000, 0.00000);
  628. snow_object(17893, 2553.97656, -1205.13281, 60.65625, 0.00000, 0.00000, 0.00000);
  629. snow_object(17894, 2524.44531, -1205.61719, 56.40625, 0.00000, 0.00000, 0.00000);
  630. snow_object(17651, 2636.89063, -1184.08594, 64.55468, 0.00000, 0.00000, 0.00000);
  631. snow_object(17650, 2570.89844, -1230.30469, 52.79687, 0.00000, 0.00000, 0.00000);
  632. snow_object(17652, 2646.79688, -1257.00000, 51.79687, 0.00000, 0.00000, 0.00000);
  633. snow_object(17649, 2571.00000, -1350.40625, 33.89843, 0.00000, 0.00000, 0.00000);
  634. snow_object(17679, 2540.82813, -1350.58594, 40.89843, 0.00000, 0.00000, 0.00000);
  635. snow_object(17681, 2682.64844, -1456.39844, 29.45312, 0.00000, 0.00000, 0.00000);
  636. snow_object(17653, 2642.78906, -1350.25781, 39.14062, 0.00000, 0.00000, 0.00000);
  637. snow_object(17666, 2642.67188, -1217.78125, 58.21093, 0.00000, 0.00000, 0.00000);
  638. snow_object(17658, 2730.13281, -1445.92188, 32.68750, 0.00000, 0.00000, 0.00000);
  639. snow_object(17608, 2806.30469, -1488.45313, 19.58593, 0.00000, 0.00000, 0.00000);
  640. snow_object(17556, 2804.71094, -1451.60938, 19.54687, 0.00000, 0.00000, 0.00000);
  641. snow_object(17561, 2769.53125, -1446.67188, 22.06250, 0.00000, 0.00000, 0.00000);
  642. snow_object(17683, 2866.69531, -1355.90625, 15.69531, 0.00000, 0.00000, 0.00000);
  643. snow_object(17674, 2903.42969, -1336.88281, 9.97656, 0.00000, 0.00000, 0.00000);
  644. snow_object(17676, 2928.05469, -1298.13281, 8.16406, 0.00000, 0.00000, 0.00000);
  645. snow_object(17660, 2825.99219, -1386.36719, 15.17187, 0.00000, 0.00000, 0.00000);
  646. snow_object(17685, 2810.67188, -1263.75000, 39.12500, 0.00000, 0.00000, 0.00000);
  647. snow_object(17589, 2801.78125, -1392.64063, 20.00000, 0.00000, 0.00000, 0.00000);
  648. snow_object(17661, 2796.89063, -1323.23438, 32.82812, 0.00000, 0.00000, 0.00000);
  649. snow_object(17673, 2882.54688, -1146.64063, 10.08593, 0.00000, 0.00000, 0.00000);
  650. snow_object(17684, 2847.09375, -1148.80469, 16.89843, 0.00000, 0.00000, 0.00000);
  651. snow_object(17659, 2729.00000, -1330.70313, 47.29687, 0.00000, 0.00000, 0.00000);
  652. snow_object(17663, 2730.19531, -1220.90625, 63.39843, 0.00000, 0.00000, 0.00000);
  653. snow_object(17662, 2777.29688, -1259.00000, 52.00000, 0.00000, 0.00000, 0.00000);
  654. snow_object(17664, 2685.25781, -1220.95313, 59.39843, 0.00000, 0.00000, 0.00000);
  655. snow_object(17671, 2633.64844, -1152.68750, 47.90625, 0.00000, 0.00000, 0.00000);
  656. snow_object(17696, 2690.39063, -1154.14063, 56.71093, 0.00000, 0.00000, 0.00000);
  657. snow_object(17677, 2587.65625, -1101.25781, 56.55468, 0.00000, 0.00000, 0.00000);
  658. snow_object(17849, 2642.73438, -1086.32031, 66.02343, 0.00000, 0.00000, 0.00000);
  659. snow_object(17667, 2642.71875, -1164.50000, 59.16406, 0.00000, 0.00000, 0.00000);
  660. snow_object(17693, 2730.23438, -1117.64844, 64.17187, 0.00000, 0.00000, 0.00000);
  661. snow_object(17691, 2778.79688, -1099.79688, 41.39843, 0.00000, 0.00000, 0.00000);
  662. snow_object(17672, 2789.42188, -1144.94531, 29.95312, 0.00000, 0.00000, 0.00000);
  663. snow_object(13810, 2948.41406, -951.76563, -28.52343, 0.00000, 0.00000, 0.00000);
  664. snow_object(13708, 2778.64844, -930.35156, 39.13281, 0.00000, 0.00000, 0.00000);
  665. snow_object(13709, 2856.43750, -930.17969, 16.14843, 0.00000, 0.00000, 0.00000);
  666. snow_object(13809, 2734.87500, -917.96094, 47.82031, 0.00000, 0.00000, 0.00000);
  667. snow_object(13497, 2870.02344, -662.57813, 26.10156, 0.00000, 0.00000, 0.00000);
  668. snow_object(13121, 2870.02344, -662.57813, 26.10156, 0.00000, 0.00000, 0.00000);
  669. snow_object(12877, 2870.77344, -677.79688, 10.67968, 0.00000, 0.00000, 0.00000);
  670. snow_object(13120, 2629.58594, -662.28906, 89.49218, 0.00000, 0.00000, 0.00000);
  671. snow_object(13156, 2379.60156, -670.41406, 112.02343, 0.00000, 0.00000, 0.00000);
  672. snow_object(13123, 2631.27344, -415.71875, 54.14843, 0.00000, 0.00000, 0.00000);
  673. snow_object(13134, 2372.07031, -407.32813, 73.57031, 0.00000, 0.00000, 0.00000);
  674. snow_object(13710, 2523.76563, -915.31250, 85.32812, 0.00000, 0.00000, 0.00000);
  675. snow_object(13707, 2563.92188, -1047.17188, 68.17187, 0.00000, 0.00000, 0.00000);
  676. snow_object(17692, 2681.78125, -1078.75000, 68.31250, 0.00000, 0.00000, 0.00000);
  677. snow_object(17694, 2704.28906, -1095.78906, 62.45312, 0.00000, 0.00000, 0.00000);
  678. snow_object(17668, 2506.70313, -1079.83594, 54.94531, 0.00000, 0.00000, 0.00000);
  679. snow_object(13122, 2862.23438, -413.64063, -4.21875, 0.00000, 0.00000, 0.00000);
  680. snow_object(12878, 2807.10938, -480.72656, 16.26562, 0.00000, 0.00000, 0.00000);
  681. snow_object(12974, 2793.53125, -447.35938, 18.17968, 0.00000, 0.00000, 0.00000);
  682. snow_object(12876, 2815.46875, -278.23438, 10.93750, 0.00000, 0.00000, 0.00000);
  683. snow_object(12879, 2732.03906, -231.38281, 29.75781, 0.00000, 0.00000, 0.00000);
  684. snow_object(13824, 2039.82031, -904.82031, 79.06250, 0.00000, 0.00000, 0.00000);
  685. snow_object(13157, 2148.91406, -662.00000, 90.57031, 0.00000, 0.00000, 0.00000);
  686. snow_object(13158, 1941.59375, -686.10156, 75.89843, 0.00000, 0.00000, 0.00000);
  687. snow_object(13825, 1826.08594, -882.76563, 75.32031, 0.00000, 0.00000, 0.00000);
  688. snow_object(5433, 2044.59375, -1007.20313, 38.89843, 0.00000, 0.00000, 0.00000);
  689. snow_object(5448, 2068.20313, -965.95313, 47.88281, 0.00000, 0.00000, 0.00000);
  690. snow_object(5656, 2046.64844, -1009.96875, 40.89062, 0.00000, 0.00000, 0.00000);
  691. snow_object(4695, 1898.47656, -1016.67969, 29.50781, 0.00000, 0.00000, 0.00000);
  692. snow_object(5431, 1914.17969, -1073.31250, 23.10156, 0.00000, 0.00000, 0.00000);
  693. snow_object(5668, 1928.90625, -1026.75781, 28.71875, 0.00000, 0.00000, 0.00000);
  694. snow_object(5457, 1923.60938, -1088.34375, 24.50781, 0.00000, 0.00000, 0.00000);
  695. snow_object(5640, 1914.03125, -1198.32813, 19.59375, 0.00000, 0.00000, 0.00000);
  696. snow_object(5488, 1852.26563, -1196.06250, 20.42187, 0.00000, 0.00000, 0.00000);
  697. snow_object(4700, 1807.28125, -1049.87500, 23.50000, 0.00000, 0.00000, 0.00000);
  698. snow_object(4604, 1757.00781, -1127.25781, 23.09375, 0.00000, 0.00000, 0.00000);
  699. snow_object(4658, 1810.93750, -1001.45313, 34.09375, 0.00000, 0.00000, 0.00000);
  700. snow_object(4692, 1702.95313, -1031.42969, 39.69531, 0.00000, 0.00000, 0.00000);
  701. snow_object(4701, 1722.28906, -1043.25000, 23.01562, 0.00000, 0.00000, 0.00000);
  702. snow_object(4595, 1634.42969, -1115.53125, 23.03125, 0.00000, 0.00000, 0.00000);
  703. snow_object(4702, 1647.33594, -1033.16406, 22.99218, 0.00000, 0.00000, 0.00000);
  704. snow_object(4666, 1614.67969, -1024.67969, 42.78125, 0.00000, 0.00000, 0.00000);
  705. snow_object(4653, 1661.97656, -910.81250, 46.05468, 0.00000, 0.00000, 0.00000);
  706. snow_object(4664, 1643.16406, -1128.23438, 41.56250, 0.00000, 0.00000, 0.00000);
  707. snow_object(4662, 1624.82031, -1229.85938, 34.08593, 0.00000, 0.00000, 0.00000);
  708. snow_object(4656, 1693.95313, -766.04688, 50.00781, 0.00000, 0.00000, 0.00000);
  709. snow_object(13826, 1805.02344, -699.98438, 69.79687, 0.00000, 0.00000, 0.00000);
  710. snow_object(13672, 1700.89063, -556.53906, 38.35937, 0.00000, 0.00000, 0.00000);
  711. snow_object(13723, 1496.91406, -790.91406, 48.67968, 0.00000, 0.00000, 0.00000);
  712. snow_object(13821, 1530.92188, -532.64063, 62.98437, 0.00000, 0.00000, 0.00000);
  713. snow_object(13751, 1650.02344, -559.67188, 42.35156, 0.00000, 0.00000, 0.00000);
  714. snow_object(13820, 1701.62500, -489.19531, 59.69531, 0.00000, 0.00000, 0.00000);
  715. snow_object(13502, 1935.17969, -526.87500, 51.14062, 0.00000, 0.00000, 0.00000);
  716. snow_object(13146, 1935.17969, -526.87500, 51.14062, 0.00000, 0.00000, 0.00000);
  717. snow_object(13719, 1437.55469, -669.28906, 86.81250, 0.00000, 0.00000, 0.00000);
  718. snow_object(13673, 1284.30469, -677.42188, 81.37500, 0.00000, 0.00000, 0.00000);
  719. snow_object(13674, 1411.90625, -562.96875, 67.58593, 0.00000, 0.00000, 0.00000);
  720. snow_object(13818, 1317.85938, -474.10156, 52.21875, 0.00000, 0.00000, 0.00000);
  721. snow_object(13323, 1245.20313, -430.53906, 22.42187, 0.00000, 0.00000, 0.00000);
  722. snow_object(13237, 1148.69531, -528.16406, 57.31250, 0.00000, 0.00000, 0.00000);
  723. snow_object(13752, 1210.70313, -625.61719, 78.71093, 0.00000, 0.00000, 10.44999);
  724. snow_object(13720, 1192.34375, -669.16406, 52.32812, 0.00000, 0.00000, 0.00000);
  725. snow_object(4660, 1507.78125, -966.94531, 33.83593, 0.00000, 0.00000, 0.00000);
  726. snow_object(4703, 1569.92188, -1041.07813, 22.97656, 0.00000, 0.00000, 0.00000);
  727. snow_object(13882, 1376.50000, -788.78906, 67.08593, 0.00000, 0.00000, 0.00000);
  728. snow_object(4694, 1425.03906, -947.82813, 34.28125, 0.00000, 0.00000, 0.00000);
  729. snow_object(5803, 1376.42969, -912.18750, 36.17968, 0.00000, 0.00000, 0.00000);
  730. snow_object(13756, 1349.29688, -809.14063, 68.88281, 0.00000, 0.00000, 0.00000);
  731. snow_object(13801, 1341.02344, -839.93750, 58.13281, 0.00000, 0.00000, 0.00000);
  732. snow_object(13757, 1250.80469, -833.01563, 63.37500, 0.00000, 0.00000, 0.00000);
  733. snow_object(5845, 1323.66406, -884.63281, 36.25000, 0.00000, 0.00000, 0.00000);
  734. snow_object(5851, 1323.66406, -884.63281, 36.25000, 0.00000, 0.00000, 0.00000);
  735. snow_object(5744, 1268.44531, -935.32031, 37.70312, 0.00000, 0.00000, 0.00000);
  736. snow_object(13715, 1041.32031, -707.45313, 90.02343, 0.00000, 0.00000, 0.00000);
  737. snow_object(13718, 1063.58594, -626.98438, 112.21093, 0.00000, 0.00000, 0.00000);
  738. snow_object(13528, 1138.66406, -311.89063, 38.21093, 0.00000, 0.00000, 0.00000);
  739. snow_object(13212, 1138.66406, -311.89063, 38.21093, 0.00000, 0.00000, 0.00000);
  740. snow_object(13324, 979.50781, -500.17969, 33.12500, 0.00000, 0.00000, 0.00000);
  741. snow_object(13213, 896.94531, -285.84375, 22.55468, 0.00000, 0.00000, 0.00000);
  742. snow_object(13214, 871.25781, -411.43750, 38.10156, 0.00000, 0.00000, 0.00000);
  743. snow_object(13236, 953.02344, -569.69531, 68.14062, 0.00000, 0.00000, 0.00000);
  744. snow_object(13211, 594.83594, -299.83594, 6.28125, 0.00000, 0.00000, 0.00000);
  745. snow_object(13129, 786.71094, -539.52344, 15.25000, 0.00000, 0.00000, 0.00000);
  746. snow_object(12999, 681.71094, -574.88281, 15.25000, 0.00000, 0.00000, 0.00000);
  747. snow_object(3316, 769.21875, -558.86719, 18.67187, 0.00000, 0.00000, 0.00000);
  748. snow_object(3315, 750.86719, -594.17969, 16.32812, 0.00000, 0.00000, 270.00000);
  749. snow_object(3317, 744.21875, -558.86719, 18.67187, 0.00000, 0.00000, 0.00000);
  750. snow_object(3314, 740.15625, -500.96875, 16.32812, 0.00000, 0.00000, 0.00000);
  751. snow_object(3317, 769.20313, -501.39844, 18.67187, 0.00000, 0.00000, 0.00000);
  752. snow_object(3353, 798.24219, -500.96875, 16.32812, 0.00000, 0.00000, 0.00000);
  753. snow_object(3314, 815.15625, -500.96875, 16.32812, 0.00000, 0.00000, 0.00000);
  754. snow_object(12998, 811.71875, -580.96875, 15.25781, 0.00000, 0.00000, 0.00000);
  755. snow_object(12981, 857.21094, -609.96875, 17.41406, 0.00000, 0.00000, 0.00000);
  756. snow_object(13531, 797.70313, -707.14063, 64.24218, 0.00000, 0.00000, 0.00000);
  757. snow_object(13235, 797.70313, -707.14063, 64.24218, 0.00000, 0.00000, 0.00000);
  758. snow_object(13845, 667.54688, -853.20313, 52.79687, 0.00000, 0.00000, 0.00000);
  759. snow_object(13704, 653.58594, -841.35156, 39.59375, 0.00000, 0.00000, 0.00000);
  760. snow_object(13730, 767.57031, -927.32813, 48.36718, 0.00000, 0.00000, 0.00000);
  761. snow_object(13702, 696.50781, -849.16406, 54.88281, 0.00000, 0.00000, 0.00000);
  762. snow_object(13726, 809.36719, -778.78125, 80.09375, 0.00000, 0.00000, 0.00000);
  763. snow_object(12976, 681.47656, -459.00000, 15.53125, 0.00000, 0.00000, 0.00000);
  764. snow_object(13001, 701.06250, -507.64063, 15.25000, 0.00000, 0.00000, 0.00000);
  765. snow_object(13127, 631.71094, -507.64063, 15.25000, 0.00000, 0.00000, 0.00000);
  766. snow_object(13000, 563.56250, -438.88281, 36.09375, 0.00000, 0.00000, 0.00000);
  767. snow_object(12989, 536.89063, -578.04688, 32.39843, 0.00000, 0.00000, 0.00000);
  768. snow_object(13128, 640.57031, -660.17969, 12.60937, 0.00000, 0.00000, 0.00000);
  769. snow_object(12855, 622.94531, -577.06250, 21.81250, 0.00000, 0.00000, 0.00000);
  770. snow_object(12971, 548.76563, -626.98438, 26.17187, 0.00000, 0.00000, 0.00000);
  771. snow_object(13370, 543.13281, -807.58594, 52.84375, 0.00000, 0.00000, 0.00000);
  772. snow_object(13371, 422.06250, -782.47656, 42.61718, 0.00000, 0.00000, 0.00000);
  773. snow_object(13021, 387.11719, -941.69531, 51.42187, 0.00000, 0.00000, 0.00000);
  774. snow_object(12864, 183.82813, -697.42969, 24.14843, 0.00000, 0.00000, 0.00000);
  775. snow_object(13019, 141.58594, -858.93750, 5.67968, 0.00000, 0.00000, 0.00000);
  776. snow_object(12973, 421.21094, -570.23438, 37.92187, 0.00000, 0.00000, 0.00000);
  777. snow_object(13020, 317.19531, -869.16406, 33.00781, 0.00000, 0.00000, 0.00000);
  778. snow_object(13342, 133.44531, -655.82813, 14.52343, 0.00000, 0.00000, 0.00000);
  779. snow_object(12970, 310.78906, -591.55469, 33.39843, 0.00000, 0.00000, 0.00000);
  780. snow_object(13017, 155.79688, -1140.15625, 6.23437, 0.00000, 0.00000, 0.00000);
  781. snow_object(13683, 339.72656, -1086.42969, 73.91406, 0.00000, 0.00000, 0.00000);
  782. snow_object(13871, 415.52344, -1080.00000, 76.90625, 0.00000, 0.00000, 0.00000);
  783. snow_object(13789, 191.51563, -1207.74219, 52.64843, 0.00000, 0.00000, 0.00000);
  784. snow_object(13692, 252.23438, -1211.92969, 64.96093, 0.00000, 0.00000, 0.00000);
  785. snow_object(13685, 428.91406, -1103.67188, 77.15625, 0.00000, 0.00000, 0.00000);
  786. snow_object(13735, 313.93750, -1203.23438, 74.50000, 0.00000, 0.00000, 0.00000);
  787. snow_object(13678, 223.12500, -1150.96875, 64.75000, 0.00000, 0.00000, 0.00000);
  788. snow_object(13736, 239.78906, -1283.89844, 61.64062, 0.00000, 0.00000, 0.00000);
  789. snow_object(13733, 329.53906, -1237.81250, 62.83593, 0.00000, 0.00000, 0.00000);
  790. snow_object(13679, 269.46875, -1271.35938, 70.92968, 0.00000, 0.00000, 0.00000);
  791. snow_object(13738, 319.97656, -1289.57031, 52.48437, 0.00000, 0.00000, 0.00000);
  792. snow_object(13734, 366.11719, -1226.23438, 58.15625, 0.00000, 0.00000, 0.00000);
  793. snow_object(13732, 449.83594, -1233.48438, 33.21875, 0.00000, 0.00000, 0.00000);
  794. snow_object(13684, 495.02344, -1153.19531, 62.08593, 0.00000, 0.00000, 0.00000);
  795. snow_object(13742, 508.64063, -1244.42969, 40.16406, 0.00000, 0.00000, 0.00000);
  796. snow_object(6509, 529.00781, -1268.35938, 15.51562, 0.00000, 0.00000, 39.00000);
  797. snow_object(6327, 377.28909, -1362.66406, 13.58593, 0.00000, 0.00000, 30.10199);
  798. snow_object(6330, 525.21094, -1443.21875, 14.47656, 0.00000, 0.00000, 0.00000);
  799. snow_object(13741, 332.99219, -1331.38281, 32.97656, 0.00000, 0.00000, 0.00000);
  800. snow_object(6356, 381.28125, -1323.17188, 24.49218, 0.00000, 0.00000, 0.00000);
  801. snow_object(6328, 294.97656, -1366.74219, 18.92968, 0.00000, 0.00000, 0.00000);
  802. snow_object(13691, 258.95309, -1366.19531, 62.80468, 0.00000, 0.00000, 38.38000);
  803. snow_object(13740, 179.30469, -1448.42969, 28.01562, 0.00000, 0.00000, 0.00000);
  804. snow_object(6326, 207.59375, -1484.50781, 11.90625, 0.00000, 0.00000, 207.04594);
  805. snow_object(6497, 227.78906, -1423.03125, 18.60937, 0.00000, 0.00000, 0.00000);
  806. snow_object(13737, 252.86719, -1288.48438, 64.32812, 0.00000, 0.00000, 0.00000);
  807. snow_object(13739, 216.09375, -1361.97656, 49.17187, 0.00000, 0.00000, 0.00000);
  808. snow_object(13690, 135.64063, -1455.68750, 25.62500, 0.00000, 0.00000, 0.00000);
  809. snow_object(13675, 116.01563, -1393.33594, 24.90625, 0.00000, 0.00000, 0.00000);
  810. snow_object(6325, 128.12500, -1551.03125, 8.20312, 0.00000, 0.00000, 352.20999);
  811. snow_object(17281, -42.50780, -1476.89063, 4.31250, 0.00000, 0.00000, 0.00000);
  812. snow_object(17121, -65.05467, -1572.94531, -3.89843, 0.00000, 0.00000, 0.00000);
  813. snow_object(17118, -52.24219, -1395.50781, 4.52343, 0.00000, 0.00000, 0.00000);
  814. snow_object(17186, -39.32030, -1566.71875, 1.42187, 0.00000, 0.00000, 0.00000);
  815. snow_object(17279, -111.00781, -1362.33594, 5.23437, 0.00000, 0.00000, 0.00000);
  816. snow_object(13676, 78.41406, -1270.49219, 13.69531, 0.00000, 0.00000, 0.00000);
  817. snow_object(13677, 92.21875, -1291.65625, 14.11718, 0.00000, 0.00000, 0.00000);
  818. snow_object(17301, -49.39062, -1140.86719, 5.20312, 0.00000, 0.00000, 0.00000);
  819. snow_object(17297, -28.64842, -1020.34375, 16.39843, 0.00000, 0.00000, 0.00000);
  820. snow_object(6292, 137.72656, -1026.68750, 24.59375, 0.00000, 0.00000, 0.00000);
  821. snow_object(17117, 5.04687, -1000.33594, 17.08593, 0.00000, 0.00000, 0.00000);
  822. snow_object(17305, -153.19531, -971.96094, 34.26562, 0.00000, 0.00000, 0.00000);
  823. snow_object(12851, -51.97655, -842.67188, 19.74218, 0.00000, 0.00000, 0.00000);
  824. snow_object(17115, -283.96875, -960.07031, 33.62500, 0.00000, 0.00000, 0.00000);
  825. snow_object(17302, -160.82813, -1100.76563, 6.42968, 0.00000, 0.00000, 0.00000);
  826. snow_object(17296, -178.11719, -1049.76563, 14.33593, 0.00000, 0.00000, 0.00000);
  827. snow_object(17303, -114.95313, -1179.69531, 3.14843, 0.00000, 0.00000, 0.00000);
  828. snow_object(17119, -226.96094, -1253.90625, 7.86718, 0.00000, 0.00000, 0.00000);
  829. snow_object(6428, 245.19531, -1736.70313, 3.63281, 0.00000, 0.00000, 0.00000);
  830. snow_object(6315, 205.46094, -1656.82031, 8.96875, 0.00000, 0.00000, 0.00000);
  831. snow_object(6416, 95.64842, -1593.14844, -19.21093, 0.00000, 0.00000, 0.00000);
  832. snow_object(6314, 127.64842, -1659.70313, 7.42187, 0.00000, 0.00000, 0.00000);
  833. snow_object(6293, 125.69531, -1768.54688, -10.59375, 0.00000, 0.00000, 0.00000);
  834. snow_object(6280, 260.02344, -1839.91406, -1.45312, 0.00000, 0.00000, 0.00000);
  835. snow_object(6417, 156.53906, -1908.78125, -13.68750, 0.00000, 0.00000, 0.00000);
  836. snow_object(6427, 293.21875, -1691.21875, 7.84375, 0.00000, 0.00000, 0.00000);
  837. snow_object(6448, 335.30469, -1711.90625, 25.62500, 0.00000, 0.00000, 0.00000);
  838. snow_object(6449, 387.76563, -1823.63281, 12.50781, 0.00000, 0.00000, 0.00000);
  839. snow_object(6311, 400.69531, -1755.70313, 6.50000, 0.00000, 0.00000, 0.00000);
  840. snow_object(6297, 432.81250, -1856.28906, 1.22656, 0.00000, 0.00000, 0.00000);
  841. snow_object(6450, 379.72656, -1945.95313, -1.21875, 0.00000, 0.00000, 0.00000);
  842. snow_object(6300, 379.53906, -2050.86719, -1.21875, 0.00000, 0.00000, 0.00000);
  843. snow_object(6310, 437.89844, -1715.10156, 8.59375, 0.00000, 0.00000, 0.00000);
  844. snow_object(6281, 570.74219, -1868.34375, 1.67968, 0.00000, 0.00000, 0.00000);
  845. snow_object(6443, 301.93750, -1657.81250, 19.64843, 0.00000, 0.00000, 0.00000);
  846. snow_object(6313, 437.19531, -1679.44531, 19.22656, 0.00000, 0.00000, 0.00000);
  847. snow_object(6316, 199.40630, -1626.73438, 12.37500, 0.00000, 0.00000, 133.05000);
  848. snow_object(6312, 202.71094, -1580.11719, 22.47656, 0.00000, 0.00000, 0.00000);
  849. snow_object(6317, 270.29688, -1613.60156, 32.19531, 0.00000, 0.00000, 0.00000);
  850. snow_object(6305, 328.57031, -1612.57813, 31.93750, 0.00000, 0.00000, 0.00000);
  851. snow_object(6320, 297.50000, -1490.30469, 32.09375, 0.00000, 0.00000, 31.96500);
  852. snow_object(6345, 236.54691, -1498.31250, 21.75000, 0.00000, 0.00000, 337.82999);
  853. snow_object(6347, 238.17969, -1509.85156, 22.11718, 0.00000, 0.00000, 0.00000);
  854. snow_object(6321, 270.69531, -1576.20313, 31.89843, 0.00000, 0.00000, 345.65500);
  855. snow_object(6341, 332.89063, -1500.06250, 29.87500, 0.00000, 0.00000, 0.00000);
  856. snow_object(6323, 416.46881, -1446.08594, 30.79687, 0.00000, 0.00000, 36.04999);
  857. snow_object(6319, 444.21881, -1376.51563, 24.67187, 0.00000, 0.00000, 28.30500);
  858. snow_object(6318, 572.95313, -1328.72656, 13.07031, 0.00000, 0.00000, 14.27000);
  859. snow_object(6324, 632.57813, -1443.09375, 13.68750, 0.00000, 0.00000, 0.00000);
  860. snow_object(6508, 624.70313, -1252.11719, 14.87500, 0.00000, 0.00000, 0.00000);
  861. snow_object(6331, 473.82031, -1437.41406, 21.69531, 0.00000, 0.00000, 0.00000);
  862. snow_object(6302, 576.14063, -1406.25781, 13.76562, 0.00000, 0.00000, 0.00000);
  863. snow_object(6322, 496.27344, -1500.14063, 16.66406, 0.00000, 0.00000, 0.00000);
  864. snow_object(6304, 444.00000, -1521.40625, 27.19531, 0.00000, 0.00000, 0.00000);
  865. snow_object(6303, 359.21091, -1523.76563, 31.59375, 0.00000, 0.00000, 38.40999);
  866. snow_object(6343, 389.48438, -1528.78906, 28.50781, 0.00000, 0.00000, 0.00000);
  867. snow_object(6333, 422.00000, -1583.10156, 23.69531, 0.00000, 0.00000, 0.00000);
  868. snow_object(6329, 557.53906, -1577.91406, 15.03125, 0.00000, 0.00000, 0.00000);
  869. snow_object(6307, 491.46875, -1630.75000, 20.07812, 0.00000, 0.00000, 0.00000);
  870. snow_object(6306, 428.05469, -1654.95313, 24.92187, 0.00000, 0.00000, 0.00000);
  871. snow_object(6308, 565.81250, -1671.28125, 16.36718, 0.00000, 0.00000, 0.00000);
  872. snow_object(6398, 552.53125, -1695.57813, 15.54687, 0.00000, 0.00000, 0.00000);
  873. snow_object(6064, 688.53125, -1877.96094, 2.01562, 0.00000, 0.00000, 0.00000);
  874. snow_object(6309, 576.64063, -1730.42188, 11.88281, 0.00000, 0.00000, 0.00000);
  875. snow_object(6291, 631.66406, -1647.45313, 14.38281, 0.00000, 0.00000, 0.00000);
  876. snow_object(6225, 724.81250, -1673.65625, 11.62500, 0.00000, 0.00000, 0.00000);
  877. snow_object(6227, 676.61719, -1668.96094, 3.85156, 0.00000, 0.00000, 0.00000);
  878. snow_object(6231, 753.04688, -1676.26563, 8.14062, 0.00000, 0.00000, 0.00000);
  879. snow_object(6119, 810.87500, -1703.42969, 12.46093, 0.00000, 0.00000, 0.00000);
  880. snow_object(6229, 773.20313, -1667.99219, 2.93750, 0.00000, 0.00000, 0.00000);
  881. snow_object(6188, 836.31250, -1866.75781, -0.53906, 0.00000, 0.00000, 0.00000);
  882. snow_object(6120, 845.66406, -1607.29688, 12.46093, 0.00000, 0.00000, 0.00000);
  883. snow_object(6189, 836.44531, -2003.52344, -2.64062, 0.00000, 0.00000, 0.00000);
  884. snow_object(6114, 1044.78906, -1572.26563, 12.52343, 0.00000, 0.00000, 0.00000);
  885. snow_object(6121, 926.75000, -1572.27344, 12.51562, 0.00000, 0.00000, 0.00000);
  886. snow_object(6124, 742.40625, -1595.16406, 13.52343, 0.00000, 0.00000, 0.00000);
  887. snow_object(6111, 784.50000, -1496.20313, 12.39843, 0.00000, 0.00000, 0.00000);
  888. snow_object(6135, 764.32031, -1509.04688, 16.82812, 0.00000, 0.00000, 0.00000);
  889. snow_object(6094, 731.15625, -1506.53125, 3.75000, 0.00000, 0.00000, 0.00000);
  890. snow_object(6132, 674.67188, -1483.29688, 17.75000, 0.00000, 0.00000, 0.00000);
  891. snow_object(6301, 717.48438, -1362.77344, 12.51562, 0.00000, 0.00000, 0.00000);
  892. snow_object(6487, 713.56250, -1236.21875, 17.82031, 0.00000, 0.00000, 0.00000);
  893. snow_object(13700, 536.40625, -1087.24219, 64.62500, 0.00000, 0.00000, 0.00000);
  894. snow_object(13703, 495.41406, -957.49219, 79.33593, 0.00000, 0.00000, 0.00000);
  895. snow_object(13872, 587.67188, -958.76563, 65.35156, 0.00000, 0.00000, 0.00000);
  896. snow_object(13689, 567.82813, -1031.39844, 71.59375, 0.00000, 0.00000, 0.00000);
  897. snow_object(13688, 689.69531, -1023.00000, 50.46875, 0.00000, 0.00000, 0.00000);
  898. snow_object(13698, 650.87500, -1076.07813, 38.83593, 0.00000, 0.00000, 0.00000);
  899. snow_object(5765, 819.57813, -986.02338, 35.93750, 0.00000, 0.00000, 116.42299);
  900. snow_object(5753, 850.82813, -1013.78125, 30.25781, 0.00000, 0.00000, 0.00000);
  901. snow_object(5755, 796.46094, -1111.12500, 23.18750, 0.00000, 0.00000, 0.00000);
  902. snow_object(6507, 696.89838, -1138.50000, 18.19531, 0.00000, 0.00000, 191.77600);
  903. snow_object(6488, 723.09375, -1144.20313, 24.50000, 0.00000, 0.00000, 0.00000);
  904. snow_object(5756, 797.91406, -1234.44531, 17.71875, 0.00000, 0.00000, 0.00000);
  905. snow_object(5805, 869.92188, -1144.73438, 22.75781, 0.00000, 0.00000, 0.00000);
  906. snow_object(5871, 879.57031, -1092.87500, 26.15625, 0.00000, 0.00000, 0.00000);
  907. snow_object(5864, 849.91406, -1196.68750, 19.40625, 0.00000, 0.00000, 0.00000);
  908. snow_object(5865, 892.79688, -1268.61719, 19.72656, 0.00000, 0.00000, 0.00000);
  909. snow_object(5863, 912.88281, -1194.32813, 20.73437, 0.00000, 0.00000, 0.00000);
  910. snow_object(5705, 830.86719, -1269.12500, 20.85937, 0.00000, 0.00000, 0.00000);
  911. snow_object(5796, 859.89063, -1323.78906, 12.37500, 0.00000, 0.00000, 0.00000);
  912. snow_object(5798, 797.35156, -1357.64063, 12.54687, 0.00000, 0.00000, 0.00000);
  913. snow_object(5862, 847.35156, -1400.48438, 12.46093, 0.00000, 0.00000, 0.00000);
  914. snow_object(13693, 560.28125, -1184.89844, 44.22656, 0.00000, 0.00000, 0.00000);
  915. snow_object(13686, 553.59375, -1164.53125, 51.34375, 0.00000, 0.00000, 0.00000);
  916. snow_object(5754, 962.60156, -1056.30469, 30.37500, 0.00000, 0.00000, 0.00000);
  917. snow_object(5807, 1041.99219, -1039.29688, 30.19531, 0.00000, 0.00000, 0.00000);
  918. snow_object(5875, 1022.64063, -1080.32813, 27.25781, 0.00000, 0.00000, 0.00000);
  919. snow_object(5758, 1012.59375, -1145.08594, 22.75781, 0.00000, 0.00000, 0.00000);
  920. snow_object(5757, 943.43750, -1220.53125, 17.61718, 0.00000, 0.00000, 0.00000);
  921. snow_object(5759, 1058.11719, -1234.76563, 17.60156, 0.00000, 0.00000, 0.00000);
  922. snow_object(5747, 1084.46875, -1048.88281, 32.07031, 0.00000, 0.00000, 0.00000);
  923. snow_object(5748, 1133.00781, -1145.96875, 22.77343, 0.00000, 0.00000, 0.00000);
  924. snow_object(5878, 1122.65625, -1080.45313, 26.73437, 0.00000, 0.00000, 0.00000);
  925. snow_object(5752, 989.11719, -966.10156, 39.50781, 0.00000, 0.00000, 0.00000);
  926. snow_object(5866, 916.57813, -952.71094, 43.07031, 0.00000, 0.00000, 0.00000);
  927. snow_object(5718, 901.23438, -967.47662, 47.65625, 0.00000, 0.00000, 10.00000);
  928. snow_object(5987, 913.71875, -918.58594, 49.34375, 0.00000, 0.00000, 0.00000);
  929. snow_object(5853, 1018.16412, -908.97662, 43.64843, 0.00000, 0.00000, 7.71999);
  930. snow_object(5896, 1103.52344, -896.92969, 63.89843, 0.00000, 0.00000, 0.00000);
  931. snow_object(13711, 994.05469, -841.23438, 75.50000, 0.00000, 0.00000, 0.00000);
  932. snow_object(5802, 1124.57031, -950.24219, 41.75781, 0.00000, 0.00000, 0.00000);
  933. snow_object(13814, 850.87500, -912.80469, 58.14062, 0.00000, 0.00000, 0.00000);
  934. snow_object(13813, 817.73438, -917.84375, 54.37500, 0.00000, 0.00000, 0.00000);
  935. snow_object(13716, 849.37500, -828.64844, 73.56250, 0.00000, 0.00000, 0.00000);
  936. snow_object(13713, 970.15625, -818.52344, 90.96093, 0.00000, 0.00000, 0.00000);
  937. snow_object(13887, 967.20313, -715.27344, 107.97656, 0.00000, 0.00000, 0.00000);
  938. snow_object(13804, 1077.60938, -651.60938, 114.28906, 0.00000, 0.00000, 144.86501);
  939. snow_object(13717, 1161.32031, -755.01563, 84.80468, 0.00000, 0.00000, 8.92500);
  940. snow_object(13784, 1156.85938, -852.75781, 49.35937, 0.00000, 0.00000, 0.00000);
  941. snow_object(5741, 1196.84375, -914.86719, 41.96875, 0.00000, 0.00000, 9.50000);
  942. snow_object(5743, 1265.29688, -889.95313, 40.46093, 0.00000, 0.00000, 0.00000);
  943. snow_object(5746, 1163.17188, -1046.42969, 32.29687, 0.00000, 0.00000, 0.00000);
  944. snow_object(5745, 1262.95313, -1037.64844, 32.07031, 0.00000, 0.00000, 0.00000);
  945. snow_object(5801, 1266.13281, -1037.72656, 28.40625, 0.00000, 0.00000, 0.00000);
  946. snow_object(5806, 1149.63281, -1039.24219, 30.94531, 0.00000, 0.00000, 0.00000);
  947. snow_object(5881, 1310.02344, -985.43750, 41.90625, 0.00000, 0.00000, 0.00000);
  948. snow_object(5793, 1365.47656, -998.26563, 30.32812, 0.00000, 0.00000, 0.00000);
  949. snow_object(5887, 1212.76563, -1090.07813, 26.37500, 0.00000, 0.00000, 0.00000);
  950. snow_object(5717, 1212.91406, -988.73438, 42.75781, 0.00000, 0.00000, 0.00000);
  951. snow_object(5823, 1140.17969, -1207.25781, 18.82031, 0.00000, 0.00000, 0.00000);
  952. snow_object(4649, 1425.16406, -1035.25781, 24.19531, 0.00000, 0.00000, 0.00000);
  953. snow_object(4650, 1482.25000, -1097.30469, 22.85937, 0.00000, 0.00000, 0.00000);
  954. snow_object(5800, 1355.72656, -1089.84375, 24.33593, 0.00000, 0.00000, 0.00000);
  955. snow_object(4584, 1419.78906, -1096.96094, 20.06250, 0.00000, 0.00000, 0.00000);
  956. snow_object(5799, 1350.15625, -1170.82031, 19.46093, 0.00000, 0.00000, 0.00000);
  957. snow_object(6007, 1308.24219, -1088.84375, 26.75000, 0.00000, 0.00000, 0.00000);
  958. snow_object(4651, 1539.85938, -1087.31250, 22.72656, 0.00000, 0.00000, 0.00000);
  959. snow_object(4652, 1539.84375, -1161.74219, 23.00000, 0.00000, 0.00000, 0.00000);
  960. snow_object(4567, 1646.46094, -1161.70313, 22.86718, 0.00000, 0.00000, 0.00000);
  961. snow_object(4710, 1762.11719, -1170.89063, 22.76562, 0.00000, 0.00000, 180.00000);
  962. snow_object(4591, 1753.75781, -1231.39844, 12.44531, 0.00000, 0.00000, 180.00000);
  963. snow_object(4654, 1715.46094, -1230.87500, 18.26562, 0.00000, 0.00000, 0.00000);
  964. snow_object(4643, 1654.76563, -1246.28906, 16.17187, 0.00000, 0.00000, 0.00000);
  965. snow_object(5436, 1987.00000, -1408.00000, 17.00000, 0.00000, 0.00000, 0.00000);
  966. snow_object(5500, 1948.95313, -1461.20313, 12.46875, 0.00000, 0.00000, 0.00000);
  967. snow_object(4589, 1780.00000, -1281.00000, 13.00000, 0.00000, 0.00000, 0.00000);
  968. snow_object(4592, 1798.46094, -1223.46094, 17.54687, 0.00000, 0.00000, 0.00000);
  969. snow_object(4556, 1660.04688, -1340.72656, 15.63281, 0.00000, 0.00000, 0.00000);
  970. snow_object(4646, 1650.83594, -1300.85938, 15.54687, 0.00000, 0.00000, 0.00000);
  971. snow_object(4684, 1661.54688, -1216.45313, 16.27343, 0.00000, 0.00000, 0.00000);
  972. snow_object(4562, 1574.59375, -1248.10156, 15.39843, 0.00000, 0.00000, 0.00000);
  973. snow_object(4685, 1572.59375, -1216.50000, 17.50000, 0.00000, 0.00000, 0.00000);
  974. snow_object(4565, 1513.69531, -1204.80469, 18.50000, 0.00000, 0.00000, 0.00000);
  975. snow_object(4648, 1419.67969, -1150.12500, 22.86718, 0.00000, 0.00000, 0.00000);
  976. snow_object(4679, 1607.88281, -1324.62500, 32.72656, 0.00000, 0.00000, 0.00000);
  977. snow_object(4553, 1530.83594, -1300.85156, 15.54687, 0.00000, 0.00000, 0.00000);
  978. snow_object(4647, 1454.75781, -1309.12500, 12.46093, 0.00000, 0.00000, 0.00000);
  979. snow_object(4551, 1410.16406, -1333.39063, 9.92187, 0.00000, 0.00000, 0.00000);
  980. snow_object(4644, 1416.19531, -1210.87500, 17.59375, 0.00000, 0.00000, 0.00000);
  981. snow_object(5750, 1350.15625, -1250.83594, 14.13281, 0.00000, 0.00000, 0.00000);
  982. snow_object(5859, 1350.14844, -1353.36719, 12.47656, 0.00000, 0.00000, 0.00000);
  983. snow_object(5739, 1288.04688, -1203.77344, 17.68750, 0.00000, 0.00000, 0.00000);
  984. snow_object(5751, 1283.73438, -1145.08594, 22.61718, 0.00000, 0.00000, 0.00000);
  985. snow_object(5804, 1213.76563, -1177.09375, 19.75000, 0.00000, 0.00000, 0.00000);
  986. snow_object(5707, 1269.39844, -1256.96094, 14.52343, 0.00000, 0.00000, 0.00000);
  987. snow_object(6006, 1183.69531, -1241.35938, 16.27343, 0.00000, 0.00000, 0.00000);
  988. snow_object(5857, 1259.43750, -1246.81250, 17.10937, 0.00000, 0.00000, 0.00000);
  989. snow_object(5749, 1144.40625, -1251.48438, 15.10937, 0.00000, 0.00000, 0.00000);
  990. snow_object(5703, 998.15625, -1220.82031, 15.83593, 0.00000, 0.00000, 0.00000);
  991. snow_object(5812, 1230.89063, -1337.98438, 12.53906, 0.00000, 0.00000, 0.00000);
  992. snow_object(5794, 1200.90625, -1337.99219, 12.39843, 0.00000, 0.00000, 0.00000);
  993. snow_object(5994, 1259.22656, -1400.40625, 10.78125, 0.00000, 0.00000, 0.00000);
  994. snow_object(5995, 1130.05469, -1400.70313, 12.52343, 0.00000, 0.00000, 0.00000);
  995. snow_object(5860, 1058.14844, -1363.26563, 12.61718, 0.00000, 0.00000, 0.00000);
  996. snow_object(5795, 985.72656, -1324.79688, 12.45312, 0.00000, 0.00000, 0.00000);
  997. snow_object(5732, 1014.02344, -1361.46094, 20.35156, 0.00000, 0.00000, 0.00000);
  998. snow_object(5808, 1255.24219, -1337.96094, 12.32812, 0.00000, 0.00000, 0.00000);
  999. snow_object(5809, 1281.43750, -1337.95313, 12.37500, 0.00000, 0.00000, 0.00000);
  1000. snow_object(6035, 1329.03125, -1479.07813, 12.46093, 0.00000, 0.00000, 0.00000);
  1001. snow_object(6101, 1268.24219, -1467.84375, 11.82031, 0.00000, 0.00000, 0.00000);
  1002. snow_object(6129, 1205.11719, -1572.27344, 12.42187, 0.00000, 0.00000, 0.00000);
  1003. snow_object(6125, 1196.03906, -1489.07031, 12.37500, 0.00000, 0.00000, 0.00000);
  1004. snow_object(6130, 1117.58594, -1490.00781, 32.71875, 0.00000, 0.00000, 0.00000);
  1005. snow_object(5861, 979.94531, -1400.49219, 12.36718, 0.00000, 0.00000, 0.00000);
  1006. snow_object(6055, 1050.08594, -1489.03906, 12.53906, 0.00000, 0.00000, 0.00000);
  1007. snow_object(6113, 984.29688, -1491.40625, 12.50000, 0.00000, 0.00000, 0.00000);
  1008. snow_object(6152, 990.08594, -1450.08594, 12.77343, 0.00000, 0.00000, 0.00000);
  1009. snow_object(6160, 982.61719, -1530.82813, 12.83593, 0.00000, 0.00000, 0.00000);
  1010. snow_object(6112, 917.50000, -1489.10156, 12.29687, 0.00000, 0.00000, 0.00000);
  1011. snow_object(6217, 846.45313, -1523.52344, 12.35156, 0.00000, 0.00000, 0.00000);
  1012. snow_object(6059, 855.09375, -1461.80469, 12.79687, 0.00000, 0.00000, 0.00000);
  1013. snow_object(5815, 877.16406, -1361.20313, 12.45312, 0.00000, 0.00000, 0.00000);
  1014. snow_object(5797, 917.35938, -1361.24219, 12.38281, 0.00000, 0.00000, 0.00000);
  1015. snow_object(5784, 988.27338, -1289.63281, 15.37500, 0.00000, 0.00000, 180.00000);
  1016. snow_object(5760, 1016.92969, -1249.92969, 18.50000, 0.00000, 0.00000, 270.00000);
  1017. snow_object(17665, 2604.34375, -1220.23438, 54.75000, 0.00000, 0.00000, 0.00000);
  1018. snow_object(17629, 2338.92969, -1299.60156, 23.03125, 0.00000, 0.00000, 0.00000);
  1019. snow_object(5624, 2136.72656, -975.82813, 58.10937, 0.00000, 0.00000, 345.00500);
  1020. return true;
  1021. }
  1022. //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
  1023. stock ObrisiSneg( ) {
  1024. new playerid;
  1025. RemoveBuildingForPlayer( playerid, 16149, -175.98438, 1361.79688, 40.96875, 0.0);
  1026. RemoveBuildingForPlayer( playerid, 16026, -138.29688, 1283.39063, 21.92188, 0.0);
  1027. RemoveBuildingForPlayer( playerid, 16147, -190.31250, 1565.30469, 42.46094, 0.0);
  1028. RemoveBuildingForPlayer( playerid, 16141, -166.05470, 1395.78906, 12.71090, 0.0);
  1029. RemoveBuildingForPlayer( playerid, 16114, -164.52344, 1484.16406, 20.81250, 0.0);
  1030. RemoveBuildingForPlayer( playerid, 16110, -167.27344, 1507.70313, 26.80469, 0.0);
  1031. RemoveBuildingForPlayer( playerid, 16116, -207.67188, 1585.81250, 15.76563, 0.0);
  1032. RemoveBuildingForPlayer( playerid, 16117, -235.47656, 1603.49219, 32.58594, 0.0);
  1033. RemoveBuildingForPlayer( playerid, 16113, -285.98438, 1644.30469, 23.59375, 0.0);
  1034. RemoveBuildingForPlayer( playerid, 16148, -352.28125, 1577.53906, 52.26563, 0.0);
  1035. RemoveBuildingForPlayer( playerid, 16207, -271.53906, 1740.46875, 57.78906, 0.0);
  1036. RemoveBuildingForPlayer( playerid, 16115, -236.59375, 1702.45313, 32.70313, 0.0);
  1037. RemoveBuildingForPlayer( playerid, 16118, -132.39844, 1632.65625, 12.71094, 0.0);
  1038. RemoveBuildingForPlayer( playerid, 16208, -36.53125, 1721.21875, 26.19531, 0.0);
  1039. RemoveBuildingForPlayer( playerid, 16230, -7.14844, 1540.70313, 19.08594, 0.0);
  1040. RemoveBuildingForPlayer( playerid, 16235, 26.84375, 1312.51563, 14.52344, 0.0);
  1041. RemoveBuildingForPlayer( playerid, 16231, 228.44531, 1526.74219, 19.93750, 0.0);
  1042. RemoveBuildingForPlayer( playerid, 16209, 205.49219, 1730.35156, 17.82813, 0.0);
  1043. RemoveBuildingForPlayer( playerid, 16210, 362.71094, 1730.35156, 25.99219, 0.0);
  1044. RemoveBuildingForPlayer( playerid, 16391, 239.29688, 1367.99219, 11.83594, 0.0);
  1045. RemoveBuildingForPlayer( playerid, 16236, 252.25000, 1318.59375, 13.70313, 0.0);
  1046. RemoveBuildingForPlayer( playerid, 16394, 238.27344, 1452.93750, 11.83594, 0.0);
  1047. RemoveBuildingForPlayer( playerid, 16232, 445.21875, 1555.75000, 19.08594, 0.0);
  1048. RemoveBuildingForPlayer( playerid, 16102, 504.57813, 1742.17969, 22.42188, 0.0);
  1049. RemoveBuildingForPlayer( playerid, 16191, 619.89844, 1724.10156, 7.92969, 0.0);
  1050. RemoveBuildingForPlayer( playerid, 16233, 643.88281, 1591.89063, 10.26563, 0.0);
  1051. RemoveBuildingForPlayer( playerid, 16237, 441.97656, 1327.25781, 11.83594, 0.0);
  1052. RemoveBuildingForPlayer( playerid, 16250, 643.46875, 1456.92188, 9.22656, 0.0);
  1053. RemoveBuildingForPlayer( playerid, 16238, 632.37500, 1324.80469, 11.95313, 0.0);
  1054. RemoveBuildingForPlayer( playerid, 16027, 72.43750, 1276.50781, 19.52344, 0.0);
  1055. RemoveBuildingForPlayer( playerid, 16028, 297.85156, 1230.46875, 19.76563, 0.0);
  1056. RemoveBuildingForPlayer( playerid, 16030, 687.88281, 1399.62500, 10.13281, 0.0);
  1057. RemoveBuildingForPlayer( playerid, 16029, 522.38281, 1255.19531, 14.25000, 0.0);
  1058. RemoveBuildingForPlayer( playerid, 16031, 740.44531, 1605.37500, 7.36719, 0.0);
  1059. RemoveBuildingForPlayer( playerid, 16032, 740.59375, 1776.18750, 4.88281, 0.0);
  1060. RemoveBuildingForPlayer( playerid, 16257, 647.81250, 1910.30469, 19.64063, 0.0);
  1061. RemoveBuildingForPlayer( playerid, 16205, 547.48438, 1932.75781, 39.39063, 0.0);
  1062. RemoveBuildingForPlayer( playerid, 16204, 406.17188, 1931.14844, 35.84375, 0.0);
  1063. RemoveBuildingForPlayer( playerid, 16259, 312.08594, 2081.41406, 18.85156, 0.0);
  1064. RemoveBuildingForPlayer( playerid, 16203, 199.34375, 1943.78906, 18.20313, 0.0);
  1065. RemoveBuildingForPlayer( playerid, 16202, -21.45313, 1991.37500, 21.32031, 0.0);
  1066. RemoveBuildingForPlayer( playerid, 16197, 94.54688, 2165.42188, 70.01563, 0.0);
  1067. RemoveBuildingForPlayer( playerid, 16261, -25.39844, 1868.17969, 20.00781, 0.0);
  1068. RemoveBuildingForPlayer( playerid, 16198, 311.26563, 2210.24219, 29.39844, 0.0);
  1069. RemoveBuildingForPlayer( playerid, 16199, 515.26563, 2158.71875, 38.62500, 0.0);
  1070. RemoveBuildingForPlayer( playerid, 16184, 464.75781, 2396.21094, 30.77344, 0.0);
  1071. RemoveBuildingForPlayer( playerid, 16260, 491.13281, 2321.42188, 33.60938, 0.0);
  1072. RemoveBuildingForPlayer( playerid, 16194, 362.64063, 2320.02344, 32.15625, 0.0);
  1073. RemoveBuildingForPlayer( playerid, 16256, 234.99219, 2341.82031, 19.39063, 0.0);
  1074. RemoveBuildingForPlayer( playerid, 16183, 230.13281, 2483.68750, 15.47656, 0.0);
  1075. RemoveBuildingForPlayer( playerid, 16684, 329.89844, 2504.26563, 15.57031, 0.0);
  1076. RemoveBuildingForPlayer( playerid, 16196, -120.58594, 2152.22656, 61.39844, 0.0);
  1077. RemoveBuildingForPlayer( playerid, 16201, -253.88281, 1922.98438, 72.71094, 0.0);
  1078. RemoveBuildingForPlayer( playerid, 16195, -343.53906, 2152.71875, 77.52344, 0.0);
  1079. RemoveBuildingForPlayer( playerid, 16120, -273.17969, 2058.21875, 25.10938, 0.0);
  1080. RemoveBuildingForPlayer( playerid, 16122, -240.12500, 2128.28906, 19.36719, 0.0);
  1081. RemoveBuildingForPlayer( playerid, 16124, -269.17969, 1967.20313, 50.89844, 0.0);
  1082. RemoveBuildingForPlayer( playerid, 16258, -35.63281, 2263.59375, 72.82813, 0.0);
  1083. RemoveBuildingForPlayer( playerid, 16192, -264.98438, 2387.00781, 64.81250, 0.0);
  1084. RemoveBuildingForPlayer( playerid, 16125, -184.52344, 2300.14844, 42.05469, 0.0);
  1085. RemoveBuildingForPlayer( playerid, 16200, -487.60156, 1929.90625, 66.99219, 0.0);
  1086. RemoveBuildingForPlayer( playerid, 16097, -462.17969, 2081.82813, 65.69531, 0.0);
  1087. RemoveBuildingForPlayer( playerid, 11540, -615.28906, 2028.55469, 31.33594, 0.0);
  1088. RemoveBuildingForPlayer( playerid, 16170, -430.39844, 2215.65625, 25.27344, 0.0);
  1089. RemoveBuildingForPlayer( playerid, 16168, -417.50781, 2378.78906, 74.56250, 0.0);
  1090. RemoveBuildingForPlayer( playerid, 16167, -580.24219, 2365.39844, 79.67969, 0.0);
  1091. RemoveBuildingForPlayer( playerid, 16206, -497.42969, 1747.59375, 66.99219, 0.0);
  1092. RemoveBuildingForPlayer( playerid, 16133, -452.22656, 1833.27344, 67.41406, 0.0);
  1093. RemoveBuildingForPlayer( playerid, 16112, -385.86719, 1703.25000, 32.03125, 0.0);
  1094. RemoveBuildingForPlayer( playerid, 16119, -338.29688, 1920.96875, 41.42188, 0.0);
  1095. RemoveBuildingForPlayer( playerid, 16121, -125.51563, 1904.18750, 13.89063, 0.0);
  1096. RemoveBuildingForPlayer( playerid, 16134, -226.14844, 1896.81250, 39.60156, 0.0);
  1097. RemoveBuildingForPlayer( playerid, 16111, -264.53125, 1842.71875, 46.65625, 0.0);
  1098. RemoveBuildingForPlayer( playerid, 16109, -344.06250, 1398.69531, 49.83594, 0.0);
  1099. RemoveBuildingForPlayer( playerid, 16142, -268.82031, 1335.65625, 55.30469, 0.0);
  1100. RemoveBuildingForPlayer( playerid, 16212, -377.35156, 1302.90625, 3.12500, 0.0);
  1101. RemoveBuildingForPlayer( playerid, 16025, -329.95313, 1249.98438, 28.26563, 0.0);
  1102. RemoveBuildingForPlayer( playerid, 16264, -303.46875, 1281.34375, 37.64844, 0.0);
  1103. RemoveBuildingForPlayer( playerid, 16139, -372.44531, 1495.96094, 61.90625, 0.0);
  1104. RemoveBuildingForPlayer( playerid, 16262, -459.99219, 1481.05469, 5.0, 0.0);
  1105. RemoveBuildingForPlayer( playerid, 16145, -362.46881, 1314.65625, 29.42190,0.0);
  1106. RemoveBuildingForPlayer( playerid, 16140, -422.50781, 1554.95313, 34.42188, 0.0);
  1107. RemoveBuildingForPlayer( playerid, 16211, -468.93750, 1606.82813, 30.94531, 0.0);
  1108. RemoveBuildingForPlayer( playerid, 11539, -794.82813, 2025.43750, 31.33594, 0.0);
  1109. RemoveBuildingForPlayer( playerid, 16694, -775.76563, 2331.03906, 125.25781, 0.0);
  1110. RemoveBuildingForPlayer( playerid, 16169, -792.21875, 2260.64844, 77.46094, 0.0);
  1111. RemoveBuildingForPlayer( playerid, 16693, -810.30469, 2433.96094, 115.91406, 0.0);
  1112. RemoveBuildingForPlayer( playerid, 16166, -701.40625, 2427.20313, 116.49219, 0.0);
  1113. RemoveBuildingForPlayer( playerid, 16254, -587.67188, 2466.59375, 62.97656, 0.0);
  1114. RemoveBuildingForPlayer( playerid, 16131, -581.81250, 2389.36719, 67.37500, 0.0);
  1115. RemoveBuildingForPlayer( playerid, 16130, -481.03906, 2410.92969, 55.96094, 0.0);
  1116. RemoveBuildingForPlayer( playerid, 16123, -405.39063, 2372.91406, 41.83594, 0.0);
  1117. RemoveBuildingForPlayer( playerid, 16253, -459.83594, 2567.81250, 78.83594, 0.0);
  1118. RemoveBuildingForPlayer( playerid, 16104, -453.14063, 2524.85938, 48.54688, 0.0);
  1119. RemoveBuildingForPlayer( playerid, 16165, -223.84375, 2538.21094, 34.85938, 0.0);
  1120. RemoveBuildingForPlayer( playerid, 16182, 10.22656, 2402.72656, 15.24219, 0.0);
  1121. RemoveBuildingForPlayer( playerid, 16128, -189.30469, 2428.04688, 26.17969, 0.0);
  1122. RemoveBuildingForPlayer( playerid, 16193, -113.21094, 2389.83594, 31.63281, 0.0);
  1123. RemoveBuildingForPlayer( playerid, 16685, 32.98438, 2503.58594, 15.50781, 0.0);
  1124. RemoveBuildingForPlayer( playerid, 16756, 63.0, 2417.28906, 16.01563, 0.0);
  1125. RemoveBuildingForPlayer( playerid, 16757, 30.24219, 2564.07813, 16.91406, 0.0);
  1126. RemoveBuildingForPlayer( playerid, 16177, 200.39063, 2646.27344, 41.65625, 0.0);
  1127. RemoveBuildingForPlayer( playerid, 16176, -17.22656, 2619.50781, 47.92969, 0.0);
  1128. RemoveBuildingForPlayer( playerid, 16178, 407.16406, 2622.96875, 48.88281, 0.0);
  1129. RemoveBuildingForPlayer( playerid, 16179, 616.91406, 2615.28906, 48.71875, 0.0);
  1130. RemoveBuildingForPlayer( playerid, 16675, 302.21875, 2693.57031, 19.21875, 0.0);
  1131. RemoveBuildingForPlayer( playerid, 16189, 666.89063, 1982.0, 19.75000, 0.0);
  1132. RemoveBuildingForPlayer( playerid, 16187, 642.21875, 2152.03906, 23.70313, 0.0);
  1133. RemoveBuildingForPlayer( playerid, 16033, 739.88281, 1882.86719, 4.42969, 0.0);
  1134. RemoveBuildingForPlayer( playerid, 16034, 738.54688, 2041.92969, 9.19531, 0.0);
  1135. RemoveBuildingForPlayer( playerid, 16185, 647.97656, 2391.20313, 29.10938, 0.0);
  1136. RemoveBuildingForPlayer( playerid, 16035, 731.75781, 2290.65625, 16.51563, 0.0);
  1137. RemoveBuildingForPlayer( playerid, 16180, 785.63281, 2622.11719, 44.81250, 0.0);
  1138. RemoveBuildingForPlayer( playerid, 16036, 776.63281, 2544.50000, 19.50781, 0.0);
  1139. RemoveBuildingForPlayer( playerid, 16186, 804.39063, 2412.08594, 19.60156, 0.0);
  1140. RemoveBuildingForPlayer( playerid, 16181, 915.33594, 2626.71094, 29.47656, 0.0);
  1141. RemoveBuildingForPlayer( playerid, 16255, 502.61719, 2776.37500, 93.77344, 0.0);
  1142. RemoveBuildingForPlayer( playerid, 16174, 722.07031, 2868.12500, 61.56250, 0.0);
  1143. RemoveBuildingForPlayer( playerid, 16175, 893.64844, 2866.17969, 25.83594, 0.0);
  1144. RemoveBuildingForPlayer( playerid, 16173, 499.10156, 2904.28125, 64.67969, 0.0);
  1145. RemoveBuildingForPlayer( playerid, 16172, 267.29688, 2867.21875, 58.39844, 0.0);
  1146. RemoveBuildingForPlayer( playerid, 16171, 24.90625, 2868.53906, 49.46875, 0.0);
  1147. RemoveBuildingForPlayer( playerid, 16161, -129.22656, 2834.71875, 51.42969, 0.0);
  1148. RemoveBuildingForPlayer( playerid, 16397, -224.27344, 2680.17188, 45.58594, 0.0);
  1149. RemoveBuildingForPlayer( playerid, 16160, -275.61719, 2855.75000, 59.58594, 0.0);
  1150. RemoveBuildingForPlayer( playerid, 16251, -513.10156, 2796.94531, 84.78906, 0.0);
  1151. RemoveBuildingForPlayer( playerid, 16159, -512.82031, 2919.71094, 54.98438, 0.0);
  1152. RemoveBuildingForPlayer( playerid, 16164, -448.02344, 2682.94531, 60.30469, 0.0);
  1153. RemoveBuildingForPlayer( playerid, 16163, -670.53906, 2639.98438, 98.01563, 0.0);
  1154. RemoveBuildingForPlayer( playerid, 16158, -759.53906, 2860.71094, 44.05469, 0.0);
  1155. RemoveBuildingForPlayer( playerid, 16692, -696.43750, 2488.89844, 85.63281, 0.0);
  1156. RemoveBuildingForPlayer( playerid, 16667, -882.71875, 2685.18750, 40.60156, 0.0);
  1157. RemoveBuildingForPlayer( playerid, 5145, 2716.79688, -2447.87500, 2.15625, 0.0);
  1158. RemoveBuildingForPlayer( playerid, 5146, 2498.19531, -2408.00781, 1.80468, 0.0);
  1159. RemoveBuildingForPlayer( playerid, 5147, 2533.76563, -2330.82813, 22.19531, 0.0);
  1160. RemoveBuildingForPlayer( playerid, 3753, 2702.39844, -2324.25781, 3.03906, 0.0);
  1161. RemoveBuildingForPlayer( playerid, 5333, 2374.38281, -2171.46875, 21.17968, 0.0);
  1162. RemoveBuildingForPlayer( playerid, 5191, 2381.44531, -2397.43750, 6.67187, 0.0);
  1163. RemoveBuildingForPlayer( playerid, 5176, 2521.53906, -2606.95313, 17.64843, 0.0);
  1164. RemoveBuildingForPlayer( playerid, 3753, 2615.10938, -2464.61719, 3.03906, 0.0);
  1165. RemoveBuildingForPlayer( playerid, 3753, 2748.01563, -2571.59375, 3.03906, 0.0);
  1166. RemoveBuildingForPlayer( playerid, 5115, 2523.40625, -2217.46094, 12.07031, 0.0);
  1167. RemoveBuildingForPlayer( playerid, 3753, 2511.47656, -2256.03125, 3.03906, 0.0);
  1168. RemoveBuildingForPlayer( playerid, 5108, 2333.55469, -2308.71094, 3.27343, 0.0);
  1169. RemoveBuildingForPlayer( playerid, 5353, 2543.75000, -2163.78906, 14.20312, 0.0);
  1170. RemoveBuildingForPlayer( playerid, 5250, 2743.43750, -2120.64063, 15.42187, 0.0);
  1171. RemoveBuildingForPlayer( playerid, 5184, 2699.03125, -2227.74219, 31.42968, 0.0);
  1172. RemoveBuildingForPlayer( playerid, 5114, 2831.68750, -2161.52344, 5.33593, 0.0);
  1173. RemoveBuildingForPlayer( playerid, 5125, 2397.82031, -2183.05469, 15.33593, 0.0);
  1174. RemoveBuildingForPlayer( playerid, 5124, 2278.89844, -2286.31250, 15.33593, 0.0);
  1175. RemoveBuildingForPlayer( playerid, 3753, 2299.18750, -2405.39844, 3.03906, 0.0);
  1176. RemoveBuildingForPlayer( playerid, 3753, 2368.16406, -2523.86719, 3.03906, 0.0);
  1177. RemoveBuildingForPlayer( playerid, 3753, 2454.82813, -2702.91406, 3.03906, 0.0);
  1178. RemoveBuildingForPlayer( playerid, 5109, 2219.33594, -2558.80469, 4.98437, 0.0);
  1179. RemoveBuildingForPlayer( playerid, 4844, 2086.57031, -2733.68750, 1.64062, 0.0);
  1180. RemoveBuildingForPlayer( playerid, 4841, 2123.78906, -2576.32813, 15.33593, 0.0);
  1181. RemoveBuildingForPlayer( playerid, 5003, 2018.43750, -2585.50000, 18.78125, 0.0);
  1182. RemoveBuildingForPlayer( playerid, 4864, 1996.06250, -2677.55469, 14.13281, 0.0);
  1183. RemoveBuildingForPlayer( playerid, 4822, 2179.89844, -2407.41406, 15.33593, 0.0);
  1184. RemoveBuildingForPlayer( playerid, 5004, 2030.14063, -2417.69531, 12.31250, 0.0);
  1185. RemoveBuildingForPlayer( playerid, 4867, 1780.80469, -2604.14063, 12.54687, 0.0);
  1186. RemoveBuildingForPlayer( playerid, 4847, 1710.74219, -2745.40625, 3.27343, 0.0);
  1187. RemoveBuildingForPlayer( playerid, 4842, 1383.79688, -2707.74219, 3.27343, 0.0);
  1188. RemoveBuildingForPlayer( playerid, 4863, 1533.08594, -2677.43750, 11.29687, 0.0);
  1189. RemoveBuildingForPlayer( playerid, 4865, 1515.40625, -2602.50781, 12.54687, 0.0);
  1190. RemoveBuildingForPlayer( playerid, 4843, 1274.56250, -2551.86719, 3.27343, 0.0);
  1191. RemoveBuildingForPlayer( playerid, 4839, 1383.60938, -2633.05469, 15.33593, 0.0);
  1192. RemoveBuildingForPlayer( playerid, 4883, 1339.23438, -2456.69531, 15.08593, 0.0);
  1193. RemoveBuildingForPlayer( playerid, 4866, 1517.15625, -2449.64844, 12.55468, 0.0);
  1194. RemoveBuildingForPlayer( playerid, 4816, 1210.71094, -2467.78906, 1.07031, 0.0);
  1195. RemoveBuildingForPlayer( playerid, 4840, 1233.50000, -2438.00000, 8.14062, 0.0);
  1196. RemoveBuildingForPlayer( playerid, 4845, 1222.82813, -2291.23438, 7.07031, 0.0);
  1197. RemoveBuildingForPlayer( playerid, 4835, 1466.76563, -2286.43750, 16.58593, 0.0);
  1198. RemoveBuildingForPlayer( playerid, 4838, 1411.57813, -2265.07031, 12.50781, 0.0);
  1199. RemoveBuildingForPlayer( playerid, 4834, 1315.84375, -2286.33594, 13.43750, 0.0);
  1200. RemoveBuildingForPlayer( playerid, 4833, 1528.74219, -2252.64063, 12.68750, 0.0);
  1201. RemoveBuildingForPlayer( playerid, 4871, 1569.93750, -2378.24219, 12.46093, 0.0);
  1202. RemoveBuildingForPlayer( playerid, 4831, 1756.08594, -2286.50000, 16.39843, 0.0);
  1203. RemoveBuildingForPlayer( playerid, 4830, 1687.78125, -2286.53906, 10.25000, 0.0);
  1204. RemoveBuildingForPlayer( playerid, 4869, 1893.39063, -2269.60156, 14.60937, 0.0);
  1205. RemoveBuildingForPlayer( playerid, 5002, 1780.35938, -2437.60156, 12.55468, 0.0);
  1206. RemoveBuildingForPlayer( playerid, 5009, 2065.13281, -2269.60156, 15.32031, 0.0);
  1207. RemoveBuildingForPlayer( playerid, 4868, 2139.60938, -2292.42188, 15.32031, 0.0);
  1208. RemoveBuildingForPlayer( playerid, 5123, 2195.08594, -2266.61719, 12.56250, 0.0);
  1209. RemoveBuildingForPlayer( playerid, 5276, 2219.60156, -2200.49219, 12.50781, 0.0);
  1210. RemoveBuildingForPlayer( playerid, 4827, 2056.88281, -2187.35156, 6.27343, 0.0);
  1211. RemoveBuildingForPlayer( playerid, 5185, 2143.91406, -2166.92188, 13.85156, 0.0);
  1212. RemoveBuildingForPlayer( playerid, 5135, 2109.53125, -2163.91406, 16.78906, 0.0);
  1213. RemoveBuildingForPlayer( playerid, 5314, 2085.17969, -2132.70313, 12.41406, 0.0);
  1214. RemoveBuildingForPlayer( playerid, 5271, 2275.40625, -2095.26563, 12.50781, 0.0);
  1215. RemoveBuildingForPlayer( playerid, 5279, 2137.28906, -2063.27344, 13.85156, 0.0);
  1216. RemoveBuildingForPlayer( playerid, 5278, 2290.30469, -2170.43750, 16.05468, 0.0);
  1217. RemoveBuildingForPlayer( playerid, 5274, 2317.71875, -2210.57813, 8.80468, 0.0);
  1218. RemoveBuildingForPlayer( playerid, 5277, 2235.91406, -2282.46094, 13.18750, 0.0);
  1219. RemoveBuildingForPlayer( playerid, 5275, 2293.80469, -2172.77344, 11.71093, 0.0);
  1220. RemoveBuildingForPlayer( playerid, 5192, 2360.71875, -2117.00781, 16.25781, 0.0);
  1221. RemoveBuildingForPlayer( playerid, 5106, 2390.24219, -2013.87500, 16.04687, 0.0);
  1222. RemoveBuildingForPlayer( playerid, 5107, 2496.76563, -2108.36719, 19.50000, 0.0);
  1223. RemoveBuildingForPlayer( playerid, 5112, 2521.09375, -2049.24219, 18.73437, 0.0);
  1224. RemoveBuildingForPlayer( playerid, 5297, 2393.06250, -2049.24219, 18.09375, 0.0);
  1225. RemoveBuildingForPlayer( playerid, 5330, 2303.75000, -1982.78125, 12.42968, 0.0);
  1226. RemoveBuildingForPlayer( playerid, 5311, 2287.34375, -2024.38281, 12.53906, 0.0);
  1227. RemoveBuildingForPlayer( playerid, 5174, 2371.25781, -2024.32031, 16.58593, 0.0);
  1228. RemoveBuildingForPlayer( playerid, 5149, 2479.82813, -2009.00000, 15.18750, 0.0);
  1229. RemoveBuildingForPlayer( playerid, 5105, 2543.46094, -2142.28125, 10.19531, 0.0);
  1230. RemoveBuildingForPlayer( playerid, 5120, 2243.64844, -2021.01563, 12.41406, 0.0);
  1231. RemoveBuildingForPlayer( playerid, 5270, 2112.30469, -2001.79688, 9.76562, 0.0);
  1232. RemoveBuildingForPlayer( playerid, 5273, 2153.40625, -2051.42969, 12.54687, 0.0);
  1233. RemoveBuildingForPlayer( playerid, 5272, 2213.17188, -2033.06250, 12.64843, 0.0);
  1234. RemoveBuildingForPlayer( playerid, 5343, 2136.50781, -1992.89063, 12.79687, 0.0);
  1235. RemoveBuildingForPlayer( playerid, 5347, 2130.63281, -1987.89844, 13.14843, 0.0);
  1236. RemoveBuildingForPlayer( playerid, 5122, 2184.43750, -1932.95313, 14.38281, 0.0);
  1237. RemoveBuildingForPlayer( playerid, 5119, 2176.06250, -1911.87500, 12.64843, 0.0);
  1238. RemoveBuildingForPlayer( playerid, 5329, 2216.18750, -1912.33594, 13.00000, 0.0);
  1239. RemoveBuildingForPlayer( playerid, 5111, 2271.35938, -1912.38281, 14.50781, 0.0);
  1240. RemoveBuildingForPlayer( playerid, 17567, 2288.18750, -1851.62500, 5.71093, 0.0);
  1241. RemoveBuildingForPlayer( playerid, 17594, 2314.85156, -1799.42188, 13.07031, 0.0);
  1242. RemoveBuildingForPlayer( playerid, 5513, 2200.72656, -1811.33594, 12.46093, 0.0);
  1243. RemoveBuildingForPlayer( playerid, 17595, 2217.48438, -1810.83594, 12.36718, 0.0);
  1244. RemoveBuildingForPlayer( playerid, 5141, 2271.19531, -1928.39063, 12.49218, 0.0);
  1245. RemoveBuildingForPlayer( playerid, 5349, 2143.67188, -1894.47656, 12.50000, 0.0);
  1246. RemoveBuildingForPlayer( playerid, 5181, 2167.03906, -1925.20313, 15.82812, 0.0);
  1247. RemoveBuildingForPlayer( playerid, 5118, 2107.77344, -1958.81250, 12.64843, 0.0);
  1248. RemoveBuildingForPlayer( playerid, 5182, 2115.00000, -1921.52344, 15.39062, 0.0);
  1249. RemoveBuildingForPlayer( playerid, 5117, 2031.25000, -1962.31250, 13.28906, 0.0);
  1250. RemoveBuildingForPlayer( playerid, 5121, 2041.65625, -1904.81250, 12.39843, 0.0);
  1251. RemoveBuildingForPlayer( playerid, 5116, 2361.27344, -1918.74219, 16.44531, 0.0);
  1252. RemoveBuildingForPlayer( playerid, 5168, 2385.18750, -1906.51563, 18.44531, 0.0);
  1253. RemoveBuildingForPlayer( playerid, 5178, 2479.85156, -1930.21094, 12.41406, 0.0);
  1254. RemoveBuildingForPlayer( playerid, 5187, 2439.28125, -1979.96094, 15.75000, 0.0);
  1255. RemoveBuildingForPlayer( playerid, 5142, 2489.23438, -1962.01563, 19.03906, 0.0);
  1256. RemoveBuildingForPlayer( playerid, 5355, 2582.42969, -1979.37500, 9.14843, 0.0);
  1257. RemoveBuildingForPlayer( playerid, 5296, 2652.92969, -2049.24219, 18.12500, 0.0);
  1258. RemoveBuildingForPlayer( playerid, 5143, 2639.40625, -2102.39844, 36.69531, 0.0);
  1259. RemoveBuildingForPlayer( playerid, 5113, 2758.53906, -2104.89844, 18.28125, 0.0);
  1260. RemoveBuildingForPlayer( playerid, 5188, 2718.44531, -1977.50000, 11.21875, 0.0);
  1261. RemoveBuildingForPlayer( playerid, 5133, 2845.64844, -1969.99219, 9.13281, 0.0);
  1262. RemoveBuildingForPlayer( playerid, 5172, 2906.73438, -1975.26563, 4.46875, 0.0);
  1263. RemoveBuildingForPlayer( playerid, 5173, 2768.44531, -2012.09375, 14.79687, 0.0);
  1264. RemoveBuildingForPlayer( playerid, 5144, 2768.56250, -1942.69531, 11.30468, 0.0);
  1265. RemoveBuildingForPlayer( playerid, 17582, 2739.21875, -1770.08594, 17.55468,0.0);
  1266. RemoveBuildingForPlayer( playerid, 17927, 2771.17188, -1901.49219, 11.21093, 0.0);
  1267. RemoveBuildingForPlayer( playerid, 17602, 2678.68750, -1849.80469, 9.90625, 0.0);
  1268. RemoveBuildingForPlayer( playerid, 4372, 2930.64844, -1778.92188, -60.81250, 0.0);
  1269. RemoveBuildingForPlayer( playerid, 17606, 2848.87500, -1799.57031, 10.32031, 0.0);
  1270. RemoveBuildingForPlayer( playerid, 17675, 2893.58594, -1586.53125, 10.22656, 0.0);
  1271. RemoveBuildingForPlayer( playerid, 17605, 2798.70313, -1657.29688, 10.98437, 0.0);
  1272. RemoveBuildingForPlayer( playerid, 17607, 2854.89844, -1525.40625, 9.89843, 0.0);
  1273. RemoveBuildingForPlayer( playerid, 17541, 2803.39844, -1573.80469, 20.29687, 0.0);
  1274. RemoveBuildingForPlayer( playerid, 17604, 2690.29688, -1657.30469, 10.89843, 0.0);
  1275. RemoveBuildingForPlayer( playerid, 17609, 2730.14063, -1572.89844, 20.63281, 0.0);
  1276. RemoveBuildingForPlayer( playerid, 17682, 2674.94531, -1622.54688, 14.17968, 0.0);
  1277. RemoveBuildingForPlayer( playerid, 17680, 2642.69531, -1540.80469, 19.59375, 0.0);
  1278. RemoveBuildingForPlayer( playerid, 17538, 2682.80469, -1507.41406, 44.14062, 0.0);
  1279. RemoveBuildingForPlayer( playerid, 17603, 2642.79688, -1733.10156, 9.69531, 0.0);
  1280. RemoveBuildingForPlayer( playerid, 17568, 2586.85938, -1744.06250, 6.58593, 0.0);
  1281. RemoveBuildingForPlayer( playerid, 17507, 2587.07813, -1589.44531, 15.27343, 0.0);
  1282. RemoveBuildingForPlayer( playerid, 17600, 2585.25781, -1732.34375, 11.13281, 0.0);
  1283. RemoveBuildingForPlayer( playerid, 17506, 2582.54688, -1872.63281, 6.58593, 0.0);
  1284. RemoveBuildingForPlayer( playerid, 17601, 2674.18750, -1860.69531, 11.21093, 0.0);
  1285. RemoveBuildingForPlayer( playerid, 5151, 2674.10156, -1990.78906, 15.18750, 0.0);
  1286. RemoveBuildingForPlayer( playerid, 17500, 2478.60156, -1851.48438, 6.47656, 0.0);
  1287. RemoveBuildingForPlayer( playerid, 5128, 2516.59375, -1875.55469, 11.67968, 0.0);
  1288. RemoveBuildingForPlayer( playerid, 5110, 2443.63281, -1901.32031, 18.00781, 0.0);
  1289. RemoveBuildingForPlayer( playerid, 5267, 2485.76563, -1900.43750, 18.53125, 0.0);
  1290. RemoveBuildingForPlayer( playerid, 17599, 2522.19531, -1773.00000, 12.46093, 0.0);
  1291. RemoveBuildingForPlayer( playerid, 17548, 2482.32813, -1783.14844, 14.44531, 0.0);
  1292. RemoveBuildingForPlayer( playerid, 17596, 2413.75000, -1820.83594, 12.46093, 0.0);
  1293. RemoveBuildingForPlayer( playerid, 17598, 2469.38281, -1732.21094, 12.57812, 0.0);
  1294. RemoveBuildingForPlayer( playerid, 17520, 2497.76563, -1762.39063, 15.62500, 0.0);
  1295. RemoveBuildingForPlayer( playerid, 17613, 2489.29688, -1668.50000, 12.29687, 0.0);
  1296. RemoveBuildingForPlayer( playerid, 17617, 2502.32031, -1649.58594, 15.19531, 0.0);
  1297. RemoveBuildingForPlayer( playerid, 17616, 2521.68750, -1692.85938, 14.86718, 0.0);
  1298. RemoveBuildingForPlayer( playerid, 17574, 2459.80469, -1714.88281, 12.08593, 0.0);
  1299. RemoveBuildingForPlayer( playerid, 17612, 2408.09375, -1658.90625, 12.39843, 0.0);
  1300. RemoveBuildingForPlayer( playerid, 17881, 2429.78906, -1681.84375, 12.64062, 0.0);
  1301. RemoveBuildingForPlayer( playerid, 17615, 2459.59375, -1695.60156, 13.59375, 0.0);
  1302. RemoveBuildingForPlayer( playerid, 17654, 2556.35156, -1612.91406, 15.90625, 0.0);
  1303. RemoveBuildingForPlayer( playerid, 17865, 2510.47656, -1543.27344, 21.71093, 0.0);
  1304. RemoveBuildingForPlayer( playerid, 17864, 2520.72656, -1530.25000, 22.74218, 0.0);
  1305. RemoveBuildingForPlayer( playerid, 17655, 2433.07031, -1611.55469, 12.03125, 0.0);
  1306. RemoveBuildingForPlayer( playerid, 17829, 2413.68750, -1576.64063, 16.20312, 0.0);
  1307. RemoveBuildingForPlayer( playerid, 17657, 2431.03906, -1603.49219, 20.20312, 0.0);
  1308. RemoveBuildingForPlayer( playerid, 17656, 2431.05469, -1677.42969, 20.31250, 0.0);
  1309. RemoveBuildingForPlayer( playerid, 17597, 2314.95313, -1741.32813, 12.48437, 0.0);
  1310. RemoveBuildingForPlayer( playerid, 17614, 2387.80469, -1695.64844, 13.74218, 0.0);
  1311. RemoveBuildingForPlayer( playerid, 17621, 2342.59375, -1682.70313, 12.09375, 0.0);
  1312. RemoveBuildingForPlayer( playerid, 17620, 2281.21094, -1695.64844, 13.44531, 0.0);
  1313. RemoveBuildingForPlayer( playerid, 17611, 2284.66406, -1656.71094, 13.42968, 0.0);
  1314. RemoveBuildingForPlayer( playerid, 17619, 2303.41406, -1622.42188, 9.05468, 0.0);
  1315. RemoveBuildingForPlayer( playerid, 17622, 2342.60938, -1608.81250, 16.91406, 0.0);
  1316. RemoveBuildingForPlayer( playerid, 17867, 2308.45313, -1599.38281, 4.63281, 0.0);
  1317. RemoveBuildingForPlayer( playerid, 17866, 2339.78906, -1583.99219, 14.96093, 0.0);
  1318. RemoveBuildingForPlayer( playerid, 17638, 2431.69531, -1514.35156, 22.90625, 0.0);
  1319. RemoveBuildingForPlayer( playerid, 17624, 2386.78906, -1524.35938, 22.91406, 0.0);
  1320. RemoveBuildingForPlayer( playerid, 17623, 2342.50000, -1534.00000, 22.89843, 0.0);
  1321. RemoveBuildingForPlayer( playerid, 17503, 2386.64063, -1454.34375, 27.22656, 0.0);
  1322. RemoveBuildingForPlayer( playerid, 17639, 2490.90625, -1504.32813, 22.92187, 0.0);
  1323. RemoveBuildingForPlayer( playerid, 17921, 2560.86719, -1474.34375, 22.91406, 0.0);
  1324. RemoveBuildingForPlayer( playerid, 17688, 2604.99219, -1465.86719, 25.21875, 0.0);
  1325. RemoveBuildingForPlayer( playerid, 17687, 2577.24219, -1447.23438, 30.77343, 0.0);
  1326. RemoveBuildingForPlayer( playerid, 17640, 2461.39063, -1445.78125, 25.82031, 0.0);
  1327. RemoveBuildingForPlayer( playerid, 17852, 2490.90625, -1474.34375, 27.34375, 0.0);
  1328. RemoveBuildingForPlayer( playerid, 17920, 2295.01563, -1564.46875, 12.32031, 0.0);
  1329. RemoveBuildingForPlayer( playerid, 5511, 2193.25000, -1543.54688, 9.70312, 0.0);
  1330. RemoveBuildingForPlayer( playerid, 5478, 2269.08594, -1487.55469, 20.73437, 0.0);
  1331. RemoveBuildingForPlayer( playerid, 5479, 2234.16406, -1590.25781, 16.66406, 0.0);
  1332. RemoveBuildingForPlayer( playerid, 17513, 2288.89844, -1525.50000, 17.89843, 0.0);
  1333. RemoveBuildingForPlayer( playerid, 17610, 2224.03906, -1680.64063, 13.40625, 0.0);
  1334. RemoveBuildingForPlayer( playerid, 5480, 2208.37500, -1698.24219, 13.39062, 0.0);
  1335. RemoveBuildingForPlayer( playerid, 5510, 2192.79688, -1665.03906, 13.73437, 0.0);
  1336. RemoveBuildingForPlayer( playerid, 5440, 2207.67969, -1588.39063, 19.34375, 0.0);
  1337. RemoveBuildingForPlayer( playerid, 5509, 2150.39063, -1741.82813, 12.44531, 0.0);
  1338. RemoveBuildingForPlayer( playerid, 5430, 2148.95313, -1791.83594, 19.10156, 0.0);
  1339. RemoveBuildingForPlayer( playerid, 5419, 2078.15625, -1847.70313, 7.76562, 0.0);
  1340. RemoveBuildingForPlayer( playerid, 5183, 2111.65625, -1873.36719, 16.39843, 0.0);
  1341. RemoveBuildingForPlayer( playerid, 5180, 2163.67188, -1873.61719, 15.82031, 0.0);
  1342. RemoveBuildingForPlayer( playerid, 5418, 2112.93750, -1797.09375, 19.33593, 0.0);
  1343. RemoveBuildingForPlayer( playerid, 5508, 2085.85938, -1812.77344, 13.17968, 0.0);
  1344. RemoveBuildingForPlayer( playerid, 5528, 2101.29688, -1688.77344, 18.08593, 0.0);
  1345. RemoveBuildingForPlayer( playerid, 5506, 2079.83594, -1699.94531, 12.46093, 0.0);
  1346. RemoveBuildingForPlayer( playerid, 5521, 2049.57813, -1781.67969, 18.32812, 0.0);
  1347. RemoveBuildingForPlayer( playerid, 5411, 2021.65625, -1810.72656, 18.60156, 0.0);
  1348. RemoveBuildingForPlayer( playerid, 5139, 2021.15625, -1893.27344, 15.17968, 0.0);
  1349. RemoveBuildingForPlayer( playerid, 5404, 1952.71875, -1856.78125, 7.08593, 0.0);
  1350. RemoveBuildingForPlayer( playerid, 4895, 1899.15625, -1936.33594, 14.26562, 0.0);
  1351. RemoveBuildingForPlayer( playerid, 5052, 1961.65625, -1863.11719, 12.46093, 0.0);
  1352. RemoveBuildingForPlayer( playerid, 5013, 1961.66406, -2001.89844, 12.54687, 0.0);
  1353. RemoveBuildingForPlayer( playerid, 5186, 2014.81250, -2041.14063, 12.53906, 0.0);
  1354. RemoveBuildingForPlayer( playerid, 4807, 1964.64063, -2109.42188, 14.10937, 0.0);
  1355. RemoveBuildingForPlayer( playerid, 4808, 1892.33594, -2037.64844, 12.46093, 0.0);
  1356. RemoveBuildingForPlayer( playerid, 4806, 1880.33594, -2001.92188, 12.57031, 0.0);
  1357. RemoveBuildingForPlayer( playerid, 4859, 1868.95313, -2003.65625, 13.75000, 0.0);
  1358. RemoveBuildingForPlayer( playerid, 5064, 1855.45313, -1958.46094, 12.64843, 0.0);
  1359. RemoveBuildingForPlayer( playerid, 4858, 1891.74219, -1872.28125, 14.85937, 0.0);
  1360. RemoveBuildingForPlayer( playerid, 5420, 1835.82031, -1815.14063, 7.64843, 0.0);
  1361. RemoveBuildingForPlayer( playerid, 5489, 1932.59375, -1782.10156, 12.50000, 0.0);
  1362. RemoveBuildingForPlayer( playerid, 5397, 1866.32813, -1789.78125, 20.94531, 0.0);
  1363. RemoveBuildingForPlayer( playerid, 4821, 1745.20313, -1882.85156, 26.14062, 0.0);
  1364. RemoveBuildingForPlayer( playerid, 5026, 1821.66406, -1872.31250, 12.40625, 0.0);
  1365. RemoveBuildingForPlayer( playerid, 4819, 1815.45313, -1958.46094, 12.64843, 0.0);
  1366. RemoveBuildingForPlayer( playerid, 4817, 1739.30469, -1951.95313, 12.37500, 0.0);
  1367. RemoveBuildingForPlayer( playerid, 4860, 1722.75000, -2014.63281, 16.50781, 0.0);
  1368. RemoveBuildingForPlayer( playerid, 4873, 1734.39844, -2019.70313, 14.34375, 0.0);
  1369. RemoveBuildingForPlayer( playerid, 4837, 1823.00781, -2087.17188, 12.46093, 0.0);
  1370. RemoveBuildingForPlayer( playerid, 4849, 1892.33594, -2109.50781, 12.54687, 0.0);
  1371. RemoveBuildingForPlayer( playerid, 4861, 1873.01563, -2101.83594, 15.89062, 0.0);
  1372. RemoveBuildingForPlayer( playerid, 4846, 1827.13281, -2158.85938, 14.51562, 0.0);
  1373. RemoveBuildingForPlayer( playerid, 5036, 1694.60156, -2131.11719, 12.55468, 0.0);
  1374. RemoveBuildingForPlayer( playerid, 5034, 1742.81250, -2292.75781, 3.92968, 0.0);
  1375. RemoveBuildingForPlayer( playerid, 4829, 1645.38281, -2292.75781, 3.91406, 0.0);
  1376. RemoveBuildingForPlayer( playerid, 4870, 1569.98438, -2194.72656, 12.46093, 0.0);
  1377. RemoveBuildingForPlayer( playerid, 4836, 1441.90625, -2166.64844, 13.27343, 0.0);
  1378. RemoveBuildingForPlayer( playerid, 4872, 1610.92969, -2010.62500, 23.13281, 0.0);
  1379. RemoveBuildingForPlayer( playerid, 5028, 1624.00000, -2113.61719, 23.10937, 0.0);
  1380. RemoveBuildingForPlayer( playerid, 4820, 1738.39063, -2117.02344, 13.93750, 0.0);
  1381. RemoveBuildingForPlayer( playerid, 4876, 1582.29688, -2002.23438, 26.60937, 0.0);
  1382. RemoveBuildingForPlayer( playerid, 4878, 1530.82813, -1969.13281, 26.39062, 0.0);
  1383. RemoveBuildingForPlayer( playerid, 4852, 1401.46094, -1994.58594, 35.43750, 0.0);
  1384. RemoveBuildingForPlayer( playerid, 4823, 1338.32813, -1976.65625, 36.60937, 0.0);
  1385. RemoveBuildingForPlayer( playerid, 4875, 1270.68750, -2196.78906, 42.56250, 0.0);
  1386. RemoveBuildingForPlayer( playerid, 4824, 1224.42969, -2037.00781, 62.92968, 0.0);
  1387. RemoveBuildingForPlayer( playerid, 4825, 1145.95313, -2037.00000, 65.51562, 0.0);
  1388. RemoveBuildingForPlayer( playerid, 4851, 1182.00781, -1987.63281, 39.99218, 0.0);
  1389. RemoveBuildingForPlayer( playerid, 4810, 1095.06250, -2214.21875, 41.72656, 0.0);
  1390. RemoveBuildingForPlayer( playerid, 5046, 1105.50000, -2355.95313, 16.31250, 0.0);
  1391. RemoveBuildingForPlayer( playerid, 4809, 1036.52344, -2204.43750, 14.16406, 0.0);
  1392. RemoveBuildingForPlayer( playerid, 4815, 1074.58594, -2321.74219, 10.85156, 0.0);
  1393. RemoveBuildingForPlayer( playerid, 4898, 992.85938, -2126.61719, 12.08593, 0.0);
  1394. RemoveBuildingForPlayer( playerid, 4896, 981.70313, -2155.85156, 1.07031, 0.0);
  1395. RemoveBuildingForPlayer( playerid, 4814, 1071.03125, -2354.00781, 1.07031, 0.0);
  1396. RemoveBuildingForPlayer( playerid, 4812, 1023.39844, -2166.10156, 23.10156, 0.0);
  1397. RemoveBuildingForPlayer( playerid, 5023, 1046.05469, -2251.50781, 33.64062, 0.0);
  1398. RemoveBuildingForPlayer( playerid, 4811, 1069.67188, -2270.89844, 23.10156, 0.0);
  1399. RemoveBuildingForPlayer( playerid, 4897, 985.72656, -2050.53125, 3.04687, 0.0);
  1400. RemoveBuildingForPlayer( playerid, 5021, 1044.91406, -2023.39063, 17.50781, 0.0);
  1401. RemoveBuildingForPlayer( playerid, 4813, 1042.27344, -2029.80469, 23.10156, 0.0);
  1402. RemoveBuildingForPlayer( playerid, 6065, 887.46094, -1878.39063, 3.12500, 0.0);
  1403. RemoveBuildingForPlayer( playerid, 6118, 1050.07813, -1864.31250, 12.39843, 0.0);
  1404. RemoveBuildingForPlayer( playerid, 6117, 1109.32031, -1852.37500, 12.56250, 0.0);
  1405. RemoveBuildingForPlayer( playerid, 4168, 1217.45313, -1852.26563, 12.47656, 0.0);
  1406. RemoveBuildingForPlayer( playerid, 4103, 1104.09375, -1780.90625, 25.29687, 0.0);
  1407. RemoveBuildingForPlayer( playerid, 4101, 1224.69531, -1782.20313, 29.89843, 0.0);
  1408. RemoveBuildingForPlayer( playerid, 4108, 1177.46094, -1782.25000, 12.66406, 0.0);
  1409. RemoveBuildingForPlayer( playerid, 4182, 1304.98438, -1792.28125, 12.46093, 0.0);
  1410. RemoveBuildingForPlayer( playerid, 4107, 1360.75781, -1802.25000, 12.49218, 0.0);
  1411. RemoveBuildingForPlayer( playerid, 4010, 1350.75781, -1802.28125, 12.69531, 0.0);
  1412. RemoveBuildingForPlayer( playerid, 4165, 1469.52344, -1872.37500, 12.46093, 0.0);
  1413. RemoveBuildingForPlayer( playerid, 4207, 1603.81250, -1863.34375, 12.46093, 0.0);
  1414. RemoveBuildingForPlayer( playerid, 4133, 1625.09375, -1834.20313, 24.29687, 0.0);
  1415. RemoveBuildingForPlayer( playerid, 4209, 1569.93750, -1802.28906, 12.32031, 0.0);
  1416. RemoveBuildingForPlayer( playerid, 4122, 1629.46094, -1812.28906, 13.52343, 0.0);
  1417. RemoveBuildingForPlayer( playerid, 4160, 1686.62500, -1806.42969, 12.46093, 0.0);
  1418. RemoveBuildingForPlayer( playerid, 3991, 1608.19531, -1721.80469, 26.00000, 0.0);
  1419. RemoveBuildingForPlayer( playerid, 6116, 997.56250, -1798.51563, 12.95312, 0.0);
  1420. RemoveBuildingForPlayer( playerid, 6054, 1036.41406, -1689.17969, 12.60937, 0.0);
  1421. RemoveBuildingForPlayer( playerid, 6042, 952.34375, -1822.82031, 15.17968, 0.0);
  1422. RemoveBuildingForPlayer( playerid, 6122, 798.09375, -1763.10156, 12.69531, 0.0);
  1423. RemoveBuildingForPlayer( playerid, 6123, 917.39844, -1672.90625, 12.39843, 0.0);
  1424. RemoveBuildingForPlayer( playerid, 6203, 956.19531, -1689.60156, 12.79687, 0.0);
  1425. RemoveBuildingForPlayer( playerid, 6213, 880.30469, -1696.25000, 12.67968, 0.0);
  1426. RemoveBuildingForPlayer( playerid, 6115, 1087.46094, -1712.26563, 12.46093, 0.0);
  1427. RemoveBuildingForPlayer( playerid, 6128, 1207.46094, -1712.19531, 12.66406, 0.0);
  1428. RemoveBuildingForPlayer( playerid, 6126, 1149.89844, -1642.14844, 12.60937, 0.0);
  1429. RemoveBuildingForPlayer( playerid, 6102, 1226.95313, -1656.15625, 24.77343, 0.0);
  1430. RemoveBuildingForPlayer( playerid, 3978, 1380.26563, -1655.53906, 10.80468, 0.0);
  1431. RemoveBuildingForPlayer( playerid, 4197, 1380.26563, -1655.53906, 10.80468, 0.0);
  1432. RemoveBuildingForPlayer( playerid, 4198, 1380.26563, -1655.53906, 10.80468, 0.0);
  1433. RemoveBuildingForPlayer( playerid, 6127, 1306.51563, -1630.35938, 12.46875, 0.0);
  1434. RemoveBuildingForPlayer( playerid, 4163, 1469.33594, -1732.28906, 12.46093, 0.0);
  1435. RemoveBuildingForPlayer( playerid, 4148, 1427.05469, -1662.28906, 12.46093, 0.0);
  1436. RemoveBuildingForPlayer( playerid, 4186, 1479.55469, -1693.14063, 19.57812, 0.0);
  1437. RemoveBuildingForPlayer( playerid, 4158, 1609.55469, -1732.32813, 12.46875, 0.0);
  1438. RemoveBuildingForPlayer( playerid, 4150, 1532.05469, -1662.28906, 12.46093, 0.0);
  1439. RemoveBuildingForPlayer( playerid, 4029, 1629.54688, -1756.08594, 8.09375, 0.0);
  1440. RemoveBuildingForPlayer( playerid, 3985, 1479.56250, -1631.45313, 12.07812, 0.0);
  1441. RemoveBuildingForPlayer( playerid, 4129, 1595.00000, -1603.02344, 27.03906, 0.0);
  1442. RemoveBuildingForPlayer( playerid, 3989, 1646.00781, -1662.71875, 8.09375, 0.0);
  1443. RemoveBuildingForPlayer( playerid, 3993, 1719.93750, -1662.28906, 12.46875, 0.0);
  1444. RemoveBuildingForPlayer( playerid, 4013, 1654.59375, -1637.74219, 28.64062, 0.0);
  1445. RemoveBuildingForPlayer( playerid, 3987, 1722.05469, -1702.28906, 12.81250, 0.0);
  1446. RemoveBuildingForPlayer( playerid, 3992, 1755.60156, -1782.30469, 12.46093, 0.0);
  1447. RemoveBuildingForPlayer( playerid, 3983, 1722.50000, -1775.39844, 14.51562, 0.0);
  1448. RemoveBuildingForPlayer( playerid, 3977, 1384.36719, -1511.43750, 10.10937, 0.0);
  1449. RemoveBuildingForPlayer( playerid, 4146, 1371.00000, -1582.34375, 12.45312, 0.0);
  1450. RemoveBuildingForPlayer( playerid, 4144, 1442.15625, -1517.53125, 12.45312, 0.0);
  1451. RemoveBuildingForPlayer( playerid, 3994, 1479.55469, -1592.28906, 12.45312, 0.0);
  1452. RemoveBuildingForPlayer( playerid, 4020, 1544.83594, -1516.85156, 32.45312, 0.0);
  1453. RemoveBuildingForPlayer( playerid, 4142, 1494.75781, -1410.87500, 12.45312, 0.0);
  1454. RemoveBuildingForPlayer( playerid, 4139, 1406.17188, -1418.10156, 12.78906, 0.0);
  1455. RemoveBuildingForPlayer( playerid, 4712, 1546.98438, -1356.61719, 14.95312, 0.0);
  1456. RemoveBuildingForPlayer( playerid, 3990, 1593.95313, -1416.35156, 26.66406, 0.0);
  1457. RemoveBuildingForPlayer( playerid, 3996, 1596.35938, -1440.87500, 12.46093, 0.0);
  1458. RemoveBuildingForPlayer( playerid, 4131, 1588.44531, -1509.14063, 27.31250, 0.0);
  1459. RemoveBuildingForPlayer( playerid, 4128, 1666.91406, -1456.75000, 26.04687, 0.0);
  1460. RemoveBuildingForPlayer( playerid, 4127, 1664.12500, -1560.85156, 23.35156, 0.0);
  1461. RemoveBuildingForPlayer( playerid, 4152, 1658.10938, -1516.69531, 12.46093, 0.0);
  1462. RemoveBuildingForPlayer( playerid, 4233, 1603.90625, -1592.29688, 12.54687, 0.0);
  1463. RemoveBuildingForPlayer( playerid, 4156, 1739.81250, -1602.19531, 12.45312, 0.0);
  1464. RemoveBuildingForPlayer( playerid, 4033, 1721.87500, -1643.05469, 12.73437, 0.0);
  1465. RemoveBuildingForPlayer( playerid, 4001, 1700.47656, -1517.69531, 17.93750, 0.0);
  1466. RemoveBuildingForPlayer( playerid, 4000, 1787.13281, -1565.67969, 11.96875, 0.0);
  1467. RemoveBuildingForPlayer( playerid, 3998, 1734.30469, -1560.71094, 18.88281, 0.0);
  1468. RemoveBuildingForPlayer( playerid, 4125, 1769.51563, -1509.48438, 12.44531, 0.0);
  1469. RemoveBuildingForPlayer( playerid, 4154, 1706.21094, -1432.35156, 12.44531, 0.0);
  1470. RemoveBuildingForPlayer( playerid, 4645, 1605.72656, -1370.82813, 15.54687, 0.0);
  1471. RemoveBuildingForPlayer( playerid, 4557, 1714.74219, -1350.87500, 12.46093, 0.0);
  1472. RemoveBuildingForPlayer( playerid, 4590, 1780.00000, -1360.00000, 12.00000, 0.0);
  1473. RemoveBuildingForPlayer( playerid, 5498, 1849.32813, -1373.39844, 12.48437, 0.0);
  1474. RemoveBuildingForPlayer( playerid, 5390, 1919.52344, -1400.89844, 16.17187, 0.0);
  1475. RemoveBuildingForPlayer( playerid, 3995, 1797.16406, -1464.39063, 7.99218, 0.0);
  1476. RemoveBuildingForPlayer( playerid, 4110, 1807.46094, -1475.98438, 8.53125, 0.0);
  1477. RemoveBuildingForPlayer( playerid, 5439, 1887.79688, -1536.60156, 7.89843, 0.0);
  1478. RemoveBuildingForPlayer( playerid, 5474, 1931.64844, -1577.57031, 12.35937, 0.0);
  1479. RemoveBuildingForPlayer( playerid, 5501, 1884.66406, -1613.42188, 12.46093, 0.0);
  1480. RemoveBuildingForPlayer( playerid, 5502, 1822.89063, -1725.25781, 12.46875, 0.0);
  1481. RemoveBuildingForPlayer( playerid, 5503, 1927.70313, -1754.31250, 12.46093, 0.0);
  1482. RemoveBuildingForPlayer( playerid, 3984, 1783.10156, -1647.31250, 23.25781, 0.0);
  1483. RemoveBuildingForPlayer( playerid, 4012, 1777.43750, -1782.30469, 12.62500, 0.0);
  1484. RemoveBuildingForPlayer( playerid, 5441, 1941.65625, -1682.57031, 12.47656, 0.0);
  1485. RemoveBuildingForPlayer( playerid, 5412, 1971.65625, -1682.31250, 13.74218, 0.0);
  1486. RemoveBuildingForPlayer( playerid, 5407, 2041.64844, -1682.18750, 12.57031, 0.0);
  1487. RemoveBuildingForPlayer( playerid, 5505, 2002.48438, -1700.98438, 12.46093, 0.0);
  1488. RemoveBuildingForPlayer( playerid, 5507, 2041.66406, -1672.31250, 12.47656, 0.0);
  1489. RemoveBuildingForPlayer( playerid, 5442, 2041.72656, -1752.31250, 12.47656, 0.0);
  1490. RemoveBuildingForPlayer( playerid, 5518, 2137.98438, -1672.55469, 12.77343, 0.0);
  1491. RemoveBuildingForPlayer( playerid, 5504, 2046.00000, -1613.00000, 12.00000, 0.0);
  1492. RemoveBuildingForPlayer( playerid, 5512, 2069.92188, -1535.78125, 10.49218, 0.0);
  1493. RemoveBuildingForPlayer( playerid, 5471, 2088.10938, -1568.11719, 11.05468, 0.0);
  1494. RemoveBuildingForPlayer( playerid, 5472, 2117.29688, -1541.57813, 23.53906, 0.0);
  1495. RemoveBuildingForPlayer( playerid, 5391, 2148.80469, -1627.12500, 13.42968, 0.0);
  1496. RemoveBuildingForPlayer( playerid, 5519, 2159.81250, -1595.92188, 12.89062, 0.0);
  1497. RemoveBuildingForPlayer( playerid, 5438, 2222.67188, -1462.91406, 22.78906, 0.0);
  1498. RemoveBuildingForPlayer( playerid, 17509, 2511.75781, -1544.31250, 18.51562, 0.0);
  1499. RemoveBuildingForPlayer( playerid, 17505, 2339.78906, -1583.99219, 12.76562, 0.0);
  1500. RemoveBuildingForPlayer( playerid, 17877, 2374.30469, -1640.43750, 12.50000, 0.0);
  1501. RemoveBuildingForPlayer( playerid, 5429, 2244.69531, -1518.75000, 22.23437, 0.0);
  1502. RemoveBuildingForPlayer( playerid, 17625, 2315.35938, -1444.20313, 22.13281, 0.0);
  1503. RemoveBuildingForPlayer( playerid, 17563, 2307.92188, -1434.03906, 21.67968, 0.0);
  1504. RemoveBuildingForPlayer( playerid, 17637, 2391.17969, -1414.32813, 22.92968, 0.0);
  1505. RemoveBuildingForPlayer( playerid, 17636, 2411.16406, -1402.88281, 28.01562, 0.0);
  1506. RemoveBuildingForPlayer( playerid, 17645, 2481.21875, -1350.49219, 27.77343, 0.0);
  1507. RemoveBuildingForPlayer( playerid, 17644, 2511.76563, -1349.52344, 30.79687, 0.0);
  1508. RemoveBuildingForPlayer( playerid, 17634, 2411.02344, -1301.75000, 25.40625, 0.0);
  1509. RemoveBuildingForPlayer( playerid, 17642, 2411.08594, -1235.32813, 27.80468, 0.0);
  1510. RemoveBuildingForPlayer( playerid, 17635, 2411.02344, -1352.10156, 23.70312, 0.0);
  1511. RemoveBuildingForPlayer( playerid, 17630, 2371.07813, -1216.36719, 24.71093, 0.0);
  1512. RemoveBuildingForPlayer( playerid, 17628, 2371.08594, -1320.45313, 22.91406, 0.0);
  1513. RemoveBuildingForPlayer( playerid, 17633, 2337.21875, -1228.52344, 24.74218, 0.0);
  1514. RemoveBuildingForPlayer( playerid, 17976, 2414.39844, -1362.20313, 32.60156, 0.0);
  1515. RemoveBuildingForPlayer( playerid, 17643, 2451.01563, -1230.28906, 29.18750, 0.0);
  1516. RemoveBuildingForPlayer( playerid, 17646, 2511.00000, -1256.60156, 33.79687, 0.0);
  1517. RemoveBuildingForPlayer( playerid, 17641, 2454.60156, -1350.46094, 22.82812, 0.0);
  1518. RemoveBuildingForPlayer( playerid, 17627, 2347.67188, -1384.31250, 22.92968, 0.0);
  1519. RemoveBuildingForPlayer( playerid, 17545, 2337.17969, -1342.62500, 23.32812, 0.0);
  1520. RemoveBuildingForPlayer( playerid, 17626, 2303.43750, -1338.03906, 22.98437, 0.0);
  1521. RemoveBuildingForPlayer( playerid, 5674, 2286.37500, -1371.27344, 22.95312, 0.0);
  1522. RemoveBuildingForPlayer( playerid, 5428, 2252.00000, -1434.14063, 23.25781, 0.0);
  1523. RemoveBuildingForPlayer( playerid, 5494, 2263.21094, -1368.70313, 22.92968, 0.0);
  1524. RemoveBuildingForPlayer( playerid, 5437, 2155.00000, -1382.00000, 23.00000, 0.0);
  1525. RemoveBuildingForPlayer( playerid, 5427, 2170.97656, -1461.12500, 25.08593, 0.0);
  1526. RemoveBuildingForPlayer( playerid, 5496, 2120.00000, -1440.00000, 23.00000, 0.0);
  1527. RemoveBuildingForPlayer( playerid, 5497, 2060.19531, -1463.40625, 18.94531, 0.0);
  1528. RemoveBuildingForPlayer( playerid, 5402, 2049.86719, -1400.89063, 20.67968, 0.0);
  1529. RemoveBuildingForPlayer( playerid, 5495, 2066.00000, -1358.00000, 23.00000, 0.0);
  1530. RemoveBuildingForPlayer( playerid, 5492, 2168.21094, -1300.80469, 22.89843, 0.0);
  1531. RemoveBuildingForPlayer( playerid, 5477, 2287.09375, -1217.65625, 24.54687, 0.0);
  1532. RemoveBuildingForPlayer( playerid, 17632, 2307.52344, -1225.10156, 23.80468, 0.0);
  1533. RemoveBuildingForPlayer( playerid, 5490, 2269.78125, -1224.53125, 24.40625, 0.0);
  1534. RemoveBuildingForPlayer( playerid, 5491, 2171.39063, -1220.82031, 22.88281, 0.0);
  1535. RemoveBuildingForPlayer( playerid, 5424, 2218.89063, -1260.81250, 24.28906, 0.0);
  1536. RemoveBuildingForPlayer( playerid, 5493, 2169.97656, -1260.46094, 22.91406, 0.0);
  1537. RemoveBuildingForPlayer( playerid, 5482, 2172.57031, -1171.20313, 23.55468, 0.0);
  1538. RemoveBuildingForPlayer( playerid, 5459, 2123.93750, -1159.00000, 24.16406, 0.0);
  1539. RemoveBuildingForPlayer( playerid, 5406, 2223.26563, -1202.18750, 27.64843, 0.0);
  1540. RemoveBuildingForPlayer( playerid, 5650, 2213.50000, -1124.90625, 24.79687, 0.0);
  1541. RemoveBuildingForPlayer( playerid, 5413, 2222.99219, -1162.60156, 30.03906, 0.0);
  1542. RemoveBuildingForPlayer( playerid, 5423, 2121.10156, -1260.87500, 26.15625, 0.0);
  1543. RemoveBuildingForPlayer( playerid, 5435, 2069.36719, -1260.99219, 22.89843, 0.0);
  1544. RemoveBuildingForPlayer( playerid, 5434, 1946.82813, -1260.90625, 17.67968, 0.0);
  1545. RemoveBuildingForPlayer( playerid, 5499, 1944.00000, -1341.00000, 18.00000, 0.0);
  1546. RemoveBuildingForPlayer( playerid, 5487, 1972.60938, -1198.31250, 23.97656, 0.0);
  1547. RemoveBuildingForPlayer( playerid, 5458, 1995.01563, -1198.35156, 21.10937, 0.0);
  1548. RemoveBuildingForPlayer( playerid, 5483, 2069.29688, -1149.20313, 22.94531, 0.0);
  1549. RemoveBuildingForPlayer( playerid, 5432, 2110.09375, -1098.80469, 23.79687, 0.0);
  1550. RemoveBuildingForPlayer( playerid, 5485, 1950.59375, -1135.88281, 24.02343, 0.0);
  1551. RemoveBuildingForPlayer( playerid, 5486, 2005.50000, -1081.30469, 24.19531, 0.0);
  1552. RemoveBuildingForPlayer( playerid, 5443, 2019.40625, -1107.13281, 24.55468, 0.0);
  1553. RemoveBuildingForPlayer( playerid, 5481, 2023.25781, -1034.48438, 29.12500, 0.0);
  1554. RemoveBuildingForPlayer( playerid, 5445, 2105.96094, -1038.55469, 40.41406, 0.0);
  1555. RemoveBuildingForPlayer( playerid, 5444, 2143.05469, -1048.40625, 48.64843, 0.0);
  1556. RemoveBuildingForPlayer( playerid, 5453, 2179.78906, -1082.48438, 42.72656, 0.0);
  1557. RemoveBuildingForPlayer( playerid, 5446, 2086.29688, -1077.07813, 29.05468, 0.0);
  1558. RemoveBuildingForPlayer( playerid, 5484, 2190.58594, -1063.07031, 45.14062, 0.0);
  1559. RemoveBuildingForPlayer( playerid, 5452, 2258.35938, -1099.41406, 39.99218, 0.0);
  1560. RemoveBuildingForPlayer( playerid, 5456, 2185.09375, -1013.21094, 59.19531, 0.0);
  1561. RemoveBuildingForPlayer( playerid, 5642, 2229.60938, -1063.46875, 46.68750, 0.0);
  1562. RemoveBuildingForPlayer( playerid, 5643, 2202.56250, -1041.62500, 58.13281, 0.0);
  1563. RemoveBuildingForPlayer( playerid, 13706, 2372.03125, -1056.34375, 57.03906, 0.0);
  1564. RemoveBuildingForPlayer( playerid, 13823, 2284.00781, -929.46875, 88.18750, 0.0);
  1565. RemoveBuildingForPlayer( playerid, 5451, 2256.03125, -1019.92188, 59.38281, 0.0);
  1566. RemoveBuildingForPlayer( playerid, 13795, 2422.11719, -1093.34375, 48.15625, 0.0);
  1567. RemoveBuildingForPlayer( playerid, 17631, 2336.93750, -1153.14063, 26.62500, 0.0);
  1568. RemoveBuildingForPlayer( playerid, 17669, 2378.03125, -1110.17188, 33.61718, 0.0);
  1569. RemoveBuildingForPlayer( playerid, 17906, 2440.30469, -1120.25000, 43.29687, 0.0);
  1570. RemoveBuildingForPlayer( playerid, 17670, 2463.75000, -1151.64844, 34.96875, 0.0);
  1571. RemoveBuildingForPlayer( playerid, 17647, 2420.95313, -1179.13281, 31.01562, 0.0);
  1572. RemoveBuildingForPlayer( playerid, 17678, 2506.88281, -1167.06250, 46.24218, 0.0);
  1573. RemoveBuildingForPlayer( playerid, 17648, 2511.03906, -1184.53906, 48.20312, 0.0);
  1574. RemoveBuildingForPlayer( playerid, 17892, 2511.02344, -1220.26563, 42.52343, 0.0);
  1575. RemoveBuildingForPlayer( playerid, 17893, 2553.97656, -1205.13281, 60.65625, 0.0);
  1576. RemoveBuildingForPlayer( playerid, 17894, 2524.44531, -1205.61719, 56.40625, 0.0);
  1577. RemoveBuildingForPlayer( playerid, 17651, 2636.89063, -1184.08594, 64.55468, 0.0);
  1578. RemoveBuildingForPlayer( playerid, 17650, 2570.89844, -1230.30469, 52.79687, 0.0);
  1579. RemoveBuildingForPlayer( playerid, 17652, 2646.79688, -1257.00000, 51.79687, 0.0);
  1580. RemoveBuildingForPlayer( playerid, 17649, 2571.00000, -1350.40625, 33.89843, 0.0);
  1581. RemoveBuildingForPlayer( playerid, 17679, 2540.82813, -1350.58594, 40.89843, 0.0);
  1582. RemoveBuildingForPlayer( playerid, 17681, 2682.64844, -1456.39844, 29.45312, 0.0);
  1583. RemoveBuildingForPlayer( playerid, 17653, 2642.78906, -1350.25781, 39.14062, 0.0);
  1584. RemoveBuildingForPlayer( playerid, 17666, 2642.67188, -1217.78125, 58.21093, 0.0);
  1585. RemoveBuildingForPlayer( playerid, 17658, 2730.13281, -1445.92188, 32.68750, 0.0);
  1586. RemoveBuildingForPlayer( playerid, 17608, 2806.30469, -1488.45313, 19.58593, 0.0);
  1587. RemoveBuildingForPlayer( playerid, 17556, 2804.71094, -1451.60938, 19.54687, 0.0);
  1588. RemoveBuildingForPlayer( playerid, 17561, 2769.53125, -1446.67188, 22.06250, 0.0);
  1589. RemoveBuildingForPlayer( playerid, 17683, 2866.69531, -1355.90625, 15.69531, 0.0);
  1590. RemoveBuildingForPlayer( playerid, 17674, 2903.42969, -1336.88281, 9.97656, 0.0);
  1591. RemoveBuildingForPlayer( playerid, 17676, 2928.05469, -1298.13281, 8.16406, 0.0);
  1592. RemoveBuildingForPlayer( playerid, 17660, 2825.99219, -1386.36719, 15.17187, 0.0);
  1593. RemoveBuildingForPlayer( playerid, 17685, 2810.67188, -1263.75000, 39.12500, 0.0);
  1594. RemoveBuildingForPlayer( playerid, 17589, 2801.78125, -1392.64063, 20.00000, 0.0);
  1595. RemoveBuildingForPlayer( playerid, 17661, 2796.89063, -1323.23438, 32.82812, 0.0);
  1596. RemoveBuildingForPlayer( playerid, 17673, 2882.54688, -1146.64063, 10.08593, 0.0);
  1597. RemoveBuildingForPlayer( playerid, 17684, 2847.09375, -1148.80469, 16.89843, 0.0);
  1598. RemoveBuildingForPlayer( playerid, 17659, 2729.00000, -1330.70313, 47.29687, 0.0);
  1599. RemoveBuildingForPlayer( playerid, 17663, 2730.19531, -1220.90625, 63.39843, 0.0);
  1600. RemoveBuildingForPlayer( playerid, 17662, 2777.29688, -1259.00000, 52.00000, 0.0);
  1601. RemoveBuildingForPlayer( playerid, 17664, 2685.25781, -1220.95313, 59.39843, 0.0);
  1602. RemoveBuildingForPlayer( playerid, 17671, 2633.64844, -1152.68750, 47.90625, 0.0);
  1603. RemoveBuildingForPlayer( playerid, 17696, 2690.39063, -1154.14063, 56.71093, 0.0);
  1604. RemoveBuildingForPlayer( playerid, 17677, 2587.65625, -1101.25781, 56.55468, 0.0);
  1605. RemoveBuildingForPlayer( playerid, 17849, 2642.73438, -1086.32031, 66.02343, 0.0);
  1606. RemoveBuildingForPlayer( playerid, 17667, 2642.71875, -1164.50000, 59.16406, 0.0);
  1607. RemoveBuildingForPlayer( playerid, 17693, 2730.23438, -1117.64844, 64.17187, 0.0);
  1608. RemoveBuildingForPlayer( playerid, 17691, 2778.79688, -1099.79688, 41.39843, 0.0);
  1609. RemoveBuildingForPlayer( playerid, 17672, 2789.42188, -1144.94531, 29.95312, 0.0);
  1610. RemoveBuildingForPlayer( playerid, 13810, 2948.41406, -951.76563, -28.52343, 0.0);
  1611. RemoveBuildingForPlayer( playerid, 13708, 2778.64844, -930.35156, 39.13281, 0.0);
  1612. RemoveBuildingForPlayer( playerid, 13709, 2856.43750, -930.17969, 16.14843, 0.0);
  1613. RemoveBuildingForPlayer( playerid, 13809, 2734.87500, -917.96094, 47.82031, 0.0);
  1614. RemoveBuildingForPlayer( playerid, 13497, 2870.02344, -662.57813, 26.10156, 0.0);
  1615. RemoveBuildingForPlayer( playerid, 13121, 2870.02344, -662.57813, 26.10156, 0.0);
  1616. RemoveBuildingForPlayer( playerid, 12877, 2870.77344, -677.79688, 10.67968, 0.0);
  1617. RemoveBuildingForPlayer( playerid, 13120, 2629.58594, -662.28906, 89.49218, 0.0);
  1618. RemoveBuildingForPlayer( playerid, 13156, 2379.60156, -670.41406, 112.02343, 0.0);
  1619. RemoveBuildingForPlayer( playerid, 13123, 2631.27344, -415.71875, 54.14843, 0.0);
  1620. RemoveBuildingForPlayer( playerid, 13134, 2372.07031, -407.32813, 73.57031, 0.0);
  1621. RemoveBuildingForPlayer( playerid, 13710, 2523.76563, -915.31250, 85.32812, 0.0);
  1622. RemoveBuildingForPlayer( playerid, 13707, 2563.92188, -1047.17188, 68.17187, 0.0);
  1623. RemoveBuildingForPlayer( playerid, 17692, 2681.78125, -1078.75000, 68.31250, 0.0);
  1624. RemoveBuildingForPlayer( playerid, 17694, 2704.28906, -1095.78906, 62.45312, 0.0);
  1625. RemoveBuildingForPlayer( playerid, 17668, 2506.70313, -1079.83594, 54.94531, 0.0);
  1626. RemoveBuildingForPlayer( playerid, 13122, 2862.23438, -413.64063, -4.21875, 0.0);
  1627. RemoveBuildingForPlayer( playerid, 12878, 2807.10938, -480.72656, 16.26562, 0.0);
  1628. RemoveBuildingForPlayer( playerid, 12974, 2793.53125, -447.35938, 18.17968, 0.0);
  1629. RemoveBuildingForPlayer( playerid, 12876, 2815.46875, -278.23438, 10.93750, 0.0);
  1630. RemoveBuildingForPlayer( playerid, 12879, 2732.03906, -231.38281, 29.75781, 0.0);
  1631. RemoveBuildingForPlayer( playerid, 13824, 2039.82031, -904.82031, 79.06250, 0.0);
  1632. RemoveBuildingForPlayer( playerid, 13157, 2148.91406, -662.00000, 90.57031, 0.0);
  1633. RemoveBuildingForPlayer( playerid, 13158, 1941.59375, -686.10156, 75.89843, 0.0);
  1634. RemoveBuildingForPlayer( playerid, 13825, 1826.08594, -882.76563, 75.32031, 0.0);
  1635. RemoveBuildingForPlayer( playerid, 5433, 2044.59375, -1007.20313, 38.89843, 0.0);
  1636. RemoveBuildingForPlayer( playerid, 5448, 2068.20313, -965.95313, 47.88281, 0.0);
  1637. RemoveBuildingForPlayer( playerid, 5656, 2046.64844, -1009.96875, 40.89062, 0.0);
  1638. RemoveBuildingForPlayer( playerid, 4695, 1898.47656, -1016.67969, 29.50781, 0.0);
  1639. RemoveBuildingForPlayer( playerid, 5431, 1914.17969, -1073.31250, 23.10156, 0.0);
  1640. RemoveBuildingForPlayer( playerid, 5668, 1928.90625, -1026.75781, 28.71875, 0.0);
  1641. RemoveBuildingForPlayer( playerid, 5457, 1923.60938, -1088.34375, 24.50781, 0.0);
  1642. RemoveBuildingForPlayer( playerid, 5640, 1914.03125, -1198.32813, 19.59375, 0.0);
  1643. RemoveBuildingForPlayer( playerid, 5488, 1852.26563, -1196.06250, 20.42187, 0.0);
  1644. RemoveBuildingForPlayer( playerid, 4700, 1807.28125, -1049.87500, 23.50000, 0.0);
  1645. RemoveBuildingForPlayer( playerid, 4604, 1757.00781, -1127.25781, 23.09375, 0.0);
  1646. RemoveBuildingForPlayer( playerid, 4658, 1810.93750, -1001.45313, 34.09375, 0.0);
  1647. RemoveBuildingForPlayer( playerid, 4692, 1702.95313, -1031.42969, 39.69531, 0.0);
  1648. RemoveBuildingForPlayer( playerid, 4701, 1722.28906, -1043.25000, 23.01562, 0.0);
  1649. RemoveBuildingForPlayer( playerid, 4595, 1634.42969, -1115.53125, 23.03125, 0.0);
  1650. RemoveBuildingForPlayer( playerid, 4702, 1647.33594, -1033.16406, 22.99218, 0.0);
  1651. RemoveBuildingForPlayer( playerid, 4666, 1614.67969, -1024.67969, 42.78125, 0.0);
  1652. RemoveBuildingForPlayer( playerid, 4653, 1661.97656, -910.81250, 46.05468, 0.0);
  1653. RemoveBuildingForPlayer( playerid, 4664, 1643.16406, -1128.23438, 41.56250, 0.0);
  1654. RemoveBuildingForPlayer( playerid, 4662, 1624.82031, -1229.85938, 34.08593, 0.0);
  1655. RemoveBuildingForPlayer( playerid, 4656, 1693.95313, -766.04688, 50.00781, 0.0);
  1656. RemoveBuildingForPlayer( playerid, 13826, 1805.02344, -699.98438, 69.79687, 0.0);
  1657. RemoveBuildingForPlayer( playerid, 13672, 1700.89063, -556.53906, 38.35937, 0.0);
  1658. RemoveBuildingForPlayer( playerid, 13723, 1496.91406, -790.91406, 48.67968, 0.0);
  1659. RemoveBuildingForPlayer( playerid, 13821, 1530.92188, -532.64063, 62.98437, 0.0);
  1660. RemoveBuildingForPlayer( playerid, 13751, 1650.02344, -559.67188, 42.35156, 0.0);
  1661. RemoveBuildingForPlayer( playerid, 13820, 1701.62500, -489.19531, 59.69531, 0.0);
  1662. RemoveBuildingForPlayer( playerid, 13502, 1935.17969, -526.87500, 51.14062, 0.0);
  1663. RemoveBuildingForPlayer( playerid, 13146, 1935.17969, -526.87500, 51.14062, 0.0);
  1664. RemoveBuildingForPlayer( playerid, 13719, 1437.55469, -669.28906, 86.81250, 0.0);
  1665. RemoveBuildingForPlayer( playerid, 13673, 1284.30469, -677.42188, 81.37500, 0.0);
  1666. RemoveBuildingForPlayer( playerid, 13674, 1411.90625, -562.96875, 67.58593, 0.0);
  1667. RemoveBuildingForPlayer( playerid, 13818, 1317.85938, -474.10156, 52.21875, 0.0);
  1668. RemoveBuildingForPlayer( playerid, 13323, 1245.20313, -430.53906, 22.42187, 0.0);
  1669. RemoveBuildingForPlayer( playerid, 13237, 1148.69531, -528.16406, 57.31250, 0.0);
  1670. RemoveBuildingForPlayer( playerid, 13752, 1210.70313, -625.61719, 78.71093, 0.0);
  1671. RemoveBuildingForPlayer( playerid, 13720, 1192.34375, -669.16406, 52.32812, 0.0);
  1672. RemoveBuildingForPlayer( playerid, 4660, 1507.78125, -966.94531, 33.83593, 0.0);
  1673. RemoveBuildingForPlayer( playerid, 4703, 1569.92188, -1041.07813, 22.97656, 0.0);
  1674. RemoveBuildingForPlayer( playerid, 13882, 1376.50000, -788.78906, 67.08593, 0.0);
  1675. RemoveBuildingForPlayer( playerid, 4694, 1425.03906, -947.82813, 34.28125, 0.0);
  1676. RemoveBuildingForPlayer( playerid, 5803, 1376.42969, -912.18750, 36.17968, 0.0);
  1677. RemoveBuildingForPlayer( playerid, 13756, 1349.29688, -809.14063, 68.88281, 0.0);
  1678. RemoveBuildingForPlayer( playerid, 13801, 1341.02344, -839.93750, 58.13281, 0.0);
  1679. RemoveBuildingForPlayer( playerid, 13757, 1250.80469, -833.01563, 63.37500, 0.0);
  1680. RemoveBuildingForPlayer( playerid, 5845, 1323.66406, -884.63281, 36.25000, 0.0);
  1681. RemoveBuildingForPlayer( playerid, 5851, 1323.66406, -884.63281, 36.25000, 0.0);
  1682. RemoveBuildingForPlayer( playerid, 5744, 1268.44531, -935.32031, 37.70312, 0.0);
  1683. RemoveBuildingForPlayer( playerid, 13715, 1041.32031, -707.45313, 90.02343, 0.0);
  1684. RemoveBuildingForPlayer( playerid, 13718, 1063.58594, -626.98438, 112.21093, 0.0);
  1685. RemoveBuildingForPlayer( playerid, 13528, 1138.66406, -311.89063, 38.21093, 0.0);
  1686. RemoveBuildingForPlayer( playerid, 13212, 1138.66406, -311.89063, 38.21093, 0.0);
  1687. RemoveBuildingForPlayer( playerid, 13324, 979.50781, -500.17969, 33.12500, 0.0);
  1688. RemoveBuildingForPlayer( playerid, 13213, 896.94531, -285.84375, 22.55468, 0.0);
  1689. RemoveBuildingForPlayer( playerid, 13214, 871.25781, -411.43750, 38.10156, 0.0);
  1690. RemoveBuildingForPlayer( playerid, 13236, 953.02344, -569.69531, 68.14062, 0.0);
  1691. RemoveBuildingForPlayer( playerid, 13211, 594.83594, -299.83594, 6.28125, 0.0);
  1692. RemoveBuildingForPlayer( playerid, 13129, 786.71094, -539.52344, 15.25000, 0.0);
  1693. RemoveBuildingForPlayer( playerid, 12999, 681.71094, -574.88281, 15.25000, 0.0);
  1694. RemoveBuildingForPlayer( playerid, 3316, 769.21875, -558.86719, 18.67187, 0.0);
  1695. RemoveBuildingForPlayer( playerid, 3315, 750.86719, -594.17969, 16.32812, 0.0);
  1696. RemoveBuildingForPlayer( playerid, 3317, 744.21875, -558.86719, 18.67187, 0.0);
  1697. RemoveBuildingForPlayer( playerid, 3314, 740.15625, -500.96875, 16.32812, 0.0);
  1698. RemoveBuildingForPlayer( playerid, 3317, 769.20313, -501.39844, 18.67187, 0.0);
  1699. RemoveBuildingForPlayer( playerid, 3353, 798.24219, -500.96875, 16.32812, 0.0);
  1700. RemoveBuildingForPlayer( playerid, 3314, 815.15625, -500.96875, 16.32812, 0.0);
  1701. RemoveBuildingForPlayer( playerid, 12998, 811.71875, -580.96875, 15.25781, 0.0);
  1702. RemoveBuildingForPlayer( playerid, 12981, 857.21094, -609.96875, 17.41406, 0.0);
  1703. RemoveBuildingForPlayer( playerid, 13531, 797.70313, -707.14063, 64.24218, 0.0);
  1704. RemoveBuildingForPlayer( playerid, 13235, 797.70313, -707.14063, 64.24218, 0.0);
  1705. RemoveBuildingForPlayer( playerid, 13845, 667.54688, -853.20313, 52.79687, 0.0);
  1706. RemoveBuildingForPlayer( playerid, 13704, 653.58594, -841.35156, 39.59375, 0.0);
  1707. RemoveBuildingForPlayer( playerid, 13730, 767.57031, -927.32813, 48.36718, 0.0);
  1708. RemoveBuildingForPlayer( playerid, 13702, 696.50781, -849.16406, 54.88281, 0.0);
  1709. RemoveBuildingForPlayer( playerid, 13726, 809.36719, -778.78125, 80.09375, 0.0);
  1710. RemoveBuildingForPlayer( playerid, 12976, 681.47656, -459.00000, 15.53125, 0.0);
  1711. RemoveBuildingForPlayer( playerid, 13001, 701.06250, -507.64063, 15.25000, 0.0);
  1712. RemoveBuildingForPlayer( playerid, 13127, 631.71094, -507.64063, 15.25000, 0.0);
  1713. RemoveBuildingForPlayer( playerid, 13000, 563.56250, -438.88281, 36.09375, 0.0);
  1714. RemoveBuildingForPlayer( playerid, 12989, 536.89063, -578.04688, 32.39843, 0.0);
  1715. RemoveBuildingForPlayer( playerid, 13128, 640.57031, -660.17969, 12.60937, 0.0);
  1716. RemoveBuildingForPlayer( playerid, 12855, 622.94531, -577.06250, 21.81250, 0.0);
  1717. RemoveBuildingForPlayer( playerid, 12971, 548.76563, -626.98438, 26.17187, 0.0);
  1718. RemoveBuildingForPlayer( playerid, 13370, 543.13281, -807.58594, 52.84375, 0.0);
  1719. RemoveBuildingForPlayer( playerid, 13371, 422.06250, -782.47656, 42.61718, 0.0);
  1720. RemoveBuildingForPlayer( playerid, 13021, 387.11719, -941.69531, 51.42187, 0.0);
  1721. RemoveBuildingForPlayer( playerid, 12864, 183.82813, -697.42969, 24.14843, 0.0);
  1722. RemoveBuildingForPlayer( playerid, 13019, 141.58594, -858.93750, 5.67968, 0.0);
  1723. RemoveBuildingForPlayer( playerid, 12973, 421.21094, -570.23438, 37.92187, 0.0);
  1724. RemoveBuildingForPlayer( playerid, 13020, 317.19531, -869.16406, 33.00781, 0.0);
  1725. RemoveBuildingForPlayer( playerid, 13342, 133.44531, -655.82813, 14.52343, 0.0);
  1726. RemoveBuildingForPlayer( playerid, 12970, 310.78906, -591.55469, 33.39843, 0.0);
  1727. RemoveBuildingForPlayer( playerid, 13017, 155.79688, -1140.15625, 6.23437, 0.0);
  1728. RemoveBuildingForPlayer( playerid, 13683, 339.72656, -1086.42969, 73.91406, 0.0);
  1729. RemoveBuildingForPlayer( playerid, 13871, 415.52344, -1080.00000, 76.90625, 0.0);
  1730. RemoveBuildingForPlayer( playerid, 13789, 191.51563, -1207.74219, 52.64843, 0.0);
  1731. RemoveBuildingForPlayer( playerid, 13692, 252.23438, -1211.92969, 64.96093, 0.0);
  1732. RemoveBuildingForPlayer( playerid, 13685, 428.91406, -1103.67188, 77.15625, 0.0);
  1733. RemoveBuildingForPlayer( playerid, 13735, 313.93750, -1203.23438, 74.50000, 0.0);
  1734. RemoveBuildingForPlayer( playerid, 13678, 223.12500, -1150.96875, 64.75000, 0.0);
  1735. RemoveBuildingForPlayer( playerid, 13736, 239.78906, -1283.89844, 61.64062, 0.0);
  1736. RemoveBuildingForPlayer( playerid, 13733, 329.53906, -1237.81250, 62.83593, 0.0);
  1737. RemoveBuildingForPlayer( playerid, 13679, 269.46875, -1271.35938, 70.92968, 0.0);
  1738. RemoveBuildingForPlayer( playerid, 13738, 319.97656, -1289.57031, 52.48437, 0.0);
  1739. RemoveBuildingForPlayer( playerid, 13734, 366.11719, -1226.23438, 58.15625, 0.0);
  1740. RemoveBuildingForPlayer( playerid, 13732, 449.83594, -1233.48438, 33.21875, 0.0);
  1741. RemoveBuildingForPlayer( playerid, 13684, 495.02344, -1153.19531, 62.08593, 0.0);
  1742. RemoveBuildingForPlayer( playerid, 13742, 508.64063, -1244.42969, 40.16406, 0.0);
  1743. RemoveBuildingForPlayer( playerid, 6509, 529.00781, -1268.35938, 15.51562, 0.0);
  1744. RemoveBuildingForPlayer( playerid, 6327, 377.28909, -1362.66406, 13.58593, 0.0);
  1745. RemoveBuildingForPlayer( playerid, 6330, 525.21094, -1443.21875, 14.47656, 0.0);
  1746. RemoveBuildingForPlayer( playerid, 13741, 332.99219, -1331.38281, 32.97656, 0.0);
  1747. RemoveBuildingForPlayer( playerid, 6356, 381.28125, -1323.17188, 24.49218, 0.0);
  1748. RemoveBuildingForPlayer( playerid, 6328, 294.97656, -1366.74219, 18.92968, 0.0);
  1749. RemoveBuildingForPlayer( playerid, 13691, 258.95309, -1366.19531, 62.80468, 0.0);
  1750. RemoveBuildingForPlayer( playerid, 13740, 179.30469, -1448.42969, 28.01562, 0.0);
  1751. RemoveBuildingForPlayer( playerid, 6326, 207.59375, -1484.50781, 11.90625, 0.0);
  1752. RemoveBuildingForPlayer( playerid, 6497, 227.78906, -1423.03125, 18.60937, 0.0);
  1753. RemoveBuildingForPlayer( playerid, 13737, 252.86719, -1288.48438, 64.32812, 0.0);
  1754. RemoveBuildingForPlayer( playerid, 13739, 216.09375, -1361.97656, 49.17187, 0.0);
  1755. RemoveBuildingForPlayer( playerid, 13690, 135.64063, -1455.68750, 25.62500, 0.0);
  1756. RemoveBuildingForPlayer( playerid, 13675, 116.01563, -1393.33594, 24.90625, 0.0);
  1757. RemoveBuildingForPlayer( playerid, 6325, 128.12500, -1551.03125, 8.20312, 0.0);
  1758. RemoveBuildingForPlayer( playerid, 17281, -42.50780, -1476.89063, 4.31250, 0.0);
  1759. RemoveBuildingForPlayer( playerid, 17121, -65.05467, -1572.94531, -3.89843, 0.0);
  1760. RemoveBuildingForPlayer( playerid, 17118, -52.24219, -1395.50781, 4.52343, 0.0);
  1761. RemoveBuildingForPlayer( playerid, 17186, -39.32030, -1566.71875, 1.42187, 0.0);
  1762. RemoveBuildingForPlayer( playerid, 17279, -111.00781, -1362.33594, 5.23437, 0.0);
  1763. RemoveBuildingForPlayer( playerid, 13676, 78.41406, -1270.49219, 13.69531, 0.0);
  1764. RemoveBuildingForPlayer( playerid, 13677, 92.21875, -1291.65625, 14.11718, 0.0);
  1765. RemoveBuildingForPlayer( playerid, 17301, -49.39062, -1140.86719, 5.20312, 0.0);
  1766. RemoveBuildingForPlayer( playerid, 17297, -28.64842, -1020.34375, 16.39843, 0.0);
  1767. RemoveBuildingForPlayer( playerid, 6292, 137.72656, -1026.68750, 24.59375, 0.0);
  1768. RemoveBuildingForPlayer( playerid, 17117, 5.04687, -1000.33594, 17.08593, 0.0);
  1769. RemoveBuildingForPlayer( playerid, 17305, -153.19531, -971.96094, 34.26562, 0.0);
  1770. RemoveBuildingForPlayer( playerid, 12851, -51.97655, -842.67188, 19.74218, 0.0);
  1771. RemoveBuildingForPlayer( playerid, 17115, -283.96875, -960.07031, 33.62500, 0.0);
  1772. RemoveBuildingForPlayer( playerid, 17302, -160.82813, -1100.76563, 6.42968, 0.0);
  1773. RemoveBuildingForPlayer( playerid, 17296, -178.11719, -1049.76563, 14.33593, 0.0);
  1774. RemoveBuildingForPlayer( playerid, 17303, -114.95313, -1179.69531, 3.14843, 0.0);
  1775. RemoveBuildingForPlayer( playerid, 17119, -226.96094, -1253.90625, 7.86718, 0.0);
  1776. RemoveBuildingForPlayer( playerid, 6428, 245.19531, -1736.70313, 3.63281, 0.0);
  1777. RemoveBuildingForPlayer( playerid, 6315, 205.46094, -1656.82031, 8.96875, 0.0);
  1778. RemoveBuildingForPlayer( playerid, 6416, 95.64842, -1593.14844, -19.21093, 0.0);
  1779. RemoveBuildingForPlayer( playerid, 6314, 127.64842, -1659.70313, 7.42187, 0.0);
  1780. RemoveBuildingForPlayer( playerid, 6293, 125.69531, -1768.54688, -10.59375, 0.0);
  1781. RemoveBuildingForPlayer( playerid, 6280, 260.02344, -1839.91406, -1.45312, 0.0);
  1782. RemoveBuildingForPlayer( playerid, 6417, 156.53906, -1908.78125, -13.68750, 0.0);
  1783. RemoveBuildingForPlayer( playerid, 6427, 293.21875, -1691.21875, 7.84375, 0.0);
  1784. RemoveBuildingForPlayer( playerid, 6448, 335.30469, -1711.90625, 25.62500, 0.0);
  1785. RemoveBuildingForPlayer( playerid, 6449, 387.76563, -1823.63281, 12.50781, 0.0);
  1786. RemoveBuildingForPlayer( playerid, 6311, 400.69531, -1755.70313, 6.50000, 0.0);
  1787. RemoveBuildingForPlayer( playerid, 6297, 432.81250, -1856.28906, 1.22656, 0.0);
  1788. RemoveBuildingForPlayer( playerid, 6450, 379.72656, -1945.95313, -1.21875, 0.0);
  1789. RemoveBuildingForPlayer( playerid, 6300, 379.53906, -2050.86719, -1.21875, 0.0);
  1790. RemoveBuildingForPlayer( playerid, 6310, 437.89844, -1715.10156, 8.59375, 0.0);
  1791. RemoveBuildingForPlayer( playerid, 6281, 570.74219, -1868.34375, 1.67968, 0.0);
  1792. RemoveBuildingForPlayer( playerid, 6443, 301.93750, -1657.81250, 19.64843, 0.0);
  1793. RemoveBuildingForPlayer( playerid, 6313, 437.19531, -1679.44531, 19.22656, 0.0);
  1794. RemoveBuildingForPlayer( playerid, 6316, 199.40630, -1626.73438, 12.37500, 0.0);
  1795. RemoveBuildingForPlayer( playerid, 6312, 202.71094, -1580.11719, 22.47656, 0.0);
  1796. RemoveBuildingForPlayer( playerid, 6317, 270.29688, -1613.60156, 32.19531, 0.0);
  1797. RemoveBuildingForPlayer( playerid, 6305, 328.57031, -1612.57813, 31.93750, 0.0);
  1798. RemoveBuildingForPlayer( playerid, 6320, 297.50000, -1490.30469, 32.09375, 0.0);
  1799. RemoveBuildingForPlayer( playerid, 6345, 236.54691, -1498.31250, 21.75000, 0.0);
  1800. RemoveBuildingForPlayer( playerid, 6347, 238.17969, -1509.85156, 22.11718, 0.0);
  1801. RemoveBuildingForPlayer( playerid, 6321, 270.69531, -1576.20313, 31.89843, 0.0);
  1802. RemoveBuildingForPlayer( playerid, 6341, 332.89063, -1500.06250, 29.87500, 0.0);
  1803. RemoveBuildingForPlayer( playerid, 6323, 416.46881, -1446.08594, 30.79687, 0.0);
  1804. RemoveBuildingForPlayer( playerid, 6319, 444.21881, -1376.51563, 24.67187, 0.0);
  1805. RemoveBuildingForPlayer( playerid, 6318, 572.95313, -1328.72656, 13.07031, 0.0);
  1806. RemoveBuildingForPlayer( playerid, 6324, 632.57813, -1443.09375, 13.68750, 0.0);
  1807. RemoveBuildingForPlayer( playerid, 6508, 624.70313, -1252.11719, 14.87500, 0.0);
  1808. RemoveBuildingForPlayer( playerid, 6331, 473.82031, -1437.41406, 21.69531, 0.0);
  1809. RemoveBuildingForPlayer( playerid, 6302, 576.14063, -1406.25781, 13.76562, 0.0);
  1810. RemoveBuildingForPlayer( playerid, 6322, 496.27344, -1500.14063, 16.66406, 0.0);
  1811. RemoveBuildingForPlayer( playerid, 6304, 444.00000, -1521.40625, 27.19531, 0.0);
  1812. RemoveBuildingForPlayer( playerid, 6303, 359.21091, -1523.76563, 31.59375, 0.0);
  1813. RemoveBuildingForPlayer( playerid, 6343, 389.48438, -1528.78906, 28.50781, 0.0);
  1814. RemoveBuildingForPlayer( playerid, 6333, 422.00000, -1583.10156, 23.69531, 0.0);
  1815. RemoveBuildingForPlayer( playerid, 6329, 557.53906, -1577.91406, 15.03125, 0.0);
  1816. RemoveBuildingForPlayer( playerid, 6307, 491.46875, -1630.75000, 20.07812, 0.0);
  1817. RemoveBuildingForPlayer( playerid, 6306, 428.05469, -1654.95313, 24.92187, 0.0);
  1818. RemoveBuildingForPlayer( playerid, 6308, 565.81250, -1671.28125, 16.36718, 0.0);
  1819. RemoveBuildingForPlayer( playerid, 6398, 552.53125, -1695.57813, 15.54687, 0.0);
  1820. RemoveBuildingForPlayer( playerid, 6064, 688.53125, -1877.96094, 2.01562, 0.0);
  1821. RemoveBuildingForPlayer( playerid, 6309, 576.64063, -1730.42188, 11.88281, 0.0);
  1822. RemoveBuildingForPlayer( playerid, 6291, 631.66406, -1647.45313, 14.38281, 0.0);
  1823. RemoveBuildingForPlayer( playerid, 6225, 724.81250, -1673.65625, 11.62500, 0.0);
  1824. RemoveBuildingForPlayer( playerid, 6227, 676.61719, -1668.96094, 3.85156, 0.0);
  1825. RemoveBuildingForPlayer( playerid, 6231, 753.04688, -1676.26563, 8.14062, 0.0);
  1826. RemoveBuildingForPlayer( playerid, 6119, 810.87500, -1703.42969, 12.46093, 0.0);
  1827. RemoveBuildingForPlayer( playerid, 6229, 773.20313, -1667.99219, 2.93750, 0.0);
  1828. RemoveBuildingForPlayer( playerid, 6188, 836.31250, -1866.75781, -0.53906, 0.0);
  1829. RemoveBuildingForPlayer( playerid, 6120, 845.66406, -1607.29688, 12.46093, 0.0);
  1830. RemoveBuildingForPlayer( playerid, 6189, 836.44531, -2003.52344, -2.64062, 0.0);
  1831. RemoveBuildingForPlayer( playerid, 6114, 1044.78906, -1572.26563, 12.52343, 0.0);
  1832. RemoveBuildingForPlayer( playerid, 6121, 926.75000, -1572.27344, 12.51562, 0.0);
  1833. RemoveBuildingForPlayer( playerid, 6124, 742.40625, -1595.16406, 13.52343, 0.0);
  1834. RemoveBuildingForPlayer( playerid, 6111, 784.50000, -1496.20313, 12.39843, 0.0);
  1835. RemoveBuildingForPlayer( playerid, 6135, 764.32031, -1509.04688, 16.82812, 0.0);
  1836. RemoveBuildingForPlayer( playerid, 6094, 731.15625, -1506.53125, 3.75000, 0.0);
  1837. RemoveBuildingForPlayer( playerid, 6132, 674.67188, -1483.29688, 17.75000, 0.0);
  1838. RemoveBuildingForPlayer( playerid, 6301, 717.48438, -1362.77344, 12.51562, 0.0);
  1839. RemoveBuildingForPlayer( playerid, 6487, 713.56250, -1236.21875, 17.82031, 0.0);
  1840. RemoveBuildingForPlayer( playerid, 13700, 536.40625, -1087.24219, 64.62500, 0.0);
  1841. RemoveBuildingForPlayer( playerid, 13703, 495.41406, -957.49219, 79.33593, 0.0);
  1842. RemoveBuildingForPlayer( playerid, 13872, 587.67188, -958.76563, 65.35156, 0.0);
  1843. RemoveBuildingForPlayer( playerid, 13689, 567.82813, -1031.39844, 71.59375, 0.0);
  1844. RemoveBuildingForPlayer( playerid, 13688, 689.69531, -1023.00000, 50.46875, 0.0);
  1845. RemoveBuildingForPlayer( playerid, 13698, 650.87500, -1076.07813, 38.83593, 0.0);
  1846. RemoveBuildingForPlayer( playerid, 5765, 819.57813, -986.02338, 35.93750, 0.0);
  1847. RemoveBuildingForPlayer( playerid, 5753, 850.82813, -1013.78125, 30.25781, 0.0);
  1848. RemoveBuildingForPlayer( playerid, 5755, 796.46094, -1111.12500, 23.18750, 0.0);
  1849. RemoveBuildingForPlayer( playerid, 6507, 696.89838, -1138.50000, 18.19531, 0.0);
  1850. RemoveBuildingForPlayer( playerid, 6488, 723.09375, -1144.20313, 24.50000, 0.0);
  1851. RemoveBuildingForPlayer( playerid, 5756, 797.91406, -1234.44531, 17.71875, 0.0);
  1852. RemoveBuildingForPlayer( playerid, 5805, 869.92188, -1144.73438, 22.75781, 0.0);
  1853. RemoveBuildingForPlayer( playerid, 5871, 879.57031, -1092.87500, 26.15625, 0.0);
  1854. RemoveBuildingForPlayer( playerid, 5864, 849.91406, -1196.68750, 19.40625, 0.0);
  1855. RemoveBuildingForPlayer( playerid, 5865, 892.79688, -1268.61719, 19.72656, 0.0);
  1856. RemoveBuildingForPlayer( playerid, 5863, 912.88281, -1194.32813, 20.73437, 0.0);
  1857. RemoveBuildingForPlayer( playerid, 5705, 830.86719, -1269.12500, 20.85937, 0.0);
  1858. RemoveBuildingForPlayer( playerid, 5796, 859.89063, -1323.78906, 12.37500, 0.0);
  1859. RemoveBuildingForPlayer( playerid, 5798, 797.35156, -1357.64063, 12.54687, 0.0);
  1860. RemoveBuildingForPlayer( playerid, 5862, 847.35156, -1400.48438, 12.46093, 0.0);
  1861. RemoveBuildingForPlayer( playerid, 13693, 560.28125, -1184.89844, 44.22656, 0.0);
  1862. RemoveBuildingForPlayer( playerid, 13686, 553.59375, -1164.53125, 51.34375, 0.0);
  1863. RemoveBuildingForPlayer( playerid, 5754, 962.60156, -1056.30469, 30.37500, 0.0);
  1864. RemoveBuildingForPlayer( playerid, 5807, 1041.99219, -1039.29688, 30.19531, 0.0);
  1865. RemoveBuildingForPlayer( playerid, 5875, 1022.64063, -1080.32813, 27.25781, 0.0);
  1866. RemoveBuildingForPlayer( playerid, 5758, 1012.59375, -1145.08594, 22.75781, 0.0);
  1867. RemoveBuildingForPlayer( playerid, 5757, 943.43750, -1220.53125, 17.61718, 0.0);
  1868. RemoveBuildingForPlayer( playerid, 5759, 1058.11719, -1234.76563, 17.60156, 0.0);
  1869. RemoveBuildingForPlayer( playerid, 5747, 1084.46875, -1048.88281, 32.07031, 0.0);
  1870. RemoveBuildingForPlayer( playerid, 5748, 1133.00781, -1145.96875, 22.77343, 0.0);
  1871. RemoveBuildingForPlayer( playerid, 5878, 1122.65625, -1080.45313, 26.73437, 0.0);
  1872. RemoveBuildingForPlayer( playerid, 5752, 989.11719, -966.10156, 39.50781, 0.0);
  1873. RemoveBuildingForPlayer( playerid, 5866, 916.57813, -952.71094, 43.07031, 0.0);
  1874. RemoveBuildingForPlayer( playerid, 5718, 901.23438, -967.47662, 47.65625, 0.0);
  1875. RemoveBuildingForPlayer( playerid, 5987, 913.71875, -918.58594, 49.34375, 0.0);
  1876. RemoveBuildingForPlayer( playerid, 5853, 1018.16412, -908.97662, 43.64843, 0.0);
  1877. RemoveBuildingForPlayer( playerid, 5896, 1103.52344, -896.92969, 63.89843, 0.0);
  1878. RemoveBuildingForPlayer( playerid, 13711, 994.05469, -841.23438, 75.50000, 0.0);
  1879. RemoveBuildingForPlayer( playerid, 5802, 1124.57031, -950.24219, 41.75781, 0.0);
  1880. RemoveBuildingForPlayer( playerid, 13814, 850.87500, -912.80469, 58.14062, 0.0);
  1881. RemoveBuildingForPlayer( playerid, 13813, 817.73438, -917.84375, 54.37500, 0.0);
  1882. RemoveBuildingForPlayer( playerid, 13716, 849.37500, -828.64844, 73.56250, 0.0);
  1883. RemoveBuildingForPlayer( playerid, 13713, 970.15625, -818.52344, 90.96093, 0.0);
  1884. RemoveBuildingForPlayer( playerid, 13887, 967.20313, -715.27344, 107.97656, 0.0);
  1885. RemoveBuildingForPlayer( playerid, 13804, 1077.60938, -651.60938, 114.28906, 0.0);
  1886. RemoveBuildingForPlayer( playerid, 13717, 1161.32031, -755.01563, 84.80468, 0.0);
  1887. RemoveBuildingForPlayer( playerid, 13784, 1156.85938, -852.75781, 49.35937, 0.0);
  1888. RemoveBuildingForPlayer( playerid, 5741, 1196.84375, -914.86719, 41.96875, 0.0);
  1889. RemoveBuildingForPlayer( playerid, 5743, 1265.29688, -889.95313, 40.46093, 0.0);
  1890. RemoveBuildingForPlayer( playerid, 5746, 1163.17188, -1046.42969, 32.29687, 0.0);
  1891. RemoveBuildingForPlayer( playerid, 5745, 1262.95313, -1037.64844, 32.07031, 0.0);
  1892. RemoveBuildingForPlayer( playerid, 5801, 1266.13281, -1037.72656, 28.40625, 0.0);
  1893. RemoveBuildingForPlayer( playerid, 5806, 1149.63281, -1039.24219, 30.94531, 0.0);
  1894. RemoveBuildingForPlayer( playerid, 5881, 1310.02344, -985.43750, 41.90625, 0.0);
  1895. RemoveBuildingForPlayer( playerid, 5793, 1365.47656, -998.26563, 30.32812, 0.0);
  1896. RemoveBuildingForPlayer( playerid, 5887, 1212.76563, -1090.07813, 26.37500, 0.0);
  1897. RemoveBuildingForPlayer( playerid, 5717, 1212.91406, -988.73438, 42.75781, 0.0);
  1898. RemoveBuildingForPlayer( playerid, 5823, 1140.17969, -1207.25781, 18.82031, 0.0);
  1899. RemoveBuildingForPlayer( playerid, 4649, 1425.16406, -1035.25781, 24.19531, 0.0);
  1900. RemoveBuildingForPlayer( playerid, 4650, 1482.25000, -1097.30469, 22.85937, 0.0);
  1901. RemoveBuildingForPlayer( playerid, 5800, 1355.72656, -1089.84375, 24.33593, 0.0);
  1902. RemoveBuildingForPlayer( playerid, 4584, 1419.78906, -1096.96094, 20.06250, 0.0);
  1903. RemoveBuildingForPlayer( playerid, 5799, 1350.15625, -1170.82031, 19.46093, 0.0);
  1904. RemoveBuildingForPlayer( playerid, 6007, 1308.24219, -1088.84375, 26.75000, 0.0);
  1905. RemoveBuildingForPlayer( playerid, 4651, 1539.85938, -1087.31250, 22.72656, 0.0);
  1906. RemoveBuildingForPlayer( playerid, 4652, 1539.84375, -1161.74219, 23.00000, 0.0);
  1907. RemoveBuildingForPlayer( playerid, 4567, 1646.46094, -1161.70313, 22.86718, 0.0);
  1908. RemoveBuildingForPlayer( playerid, 4710, 1762.11719, -1170.89063, 22.76562, 0.0);
  1909. RemoveBuildingForPlayer( playerid, 4591, 1753.75781, -1231.39844, 12.44531, 0.0);
  1910. RemoveBuildingForPlayer( playerid, 4654, 1715.46094, -1230.87500, 18.26562, 0.0);
  1911. RemoveBuildingForPlayer( playerid, 4643, 1654.76563, -1246.28906, 16.17187, 0.0);
  1912. RemoveBuildingForPlayer( playerid, 5436, 1987.00000, -1408.00000, 17.00000, 0.0);
  1913. RemoveBuildingForPlayer( playerid, 5500, 1948.95313, -1461.20313, 12.46875, 0.0);
  1914. RemoveBuildingForPlayer( playerid, 4589, 1780.00000, -1281.00000, 13.00000, 0.0);
  1915. RemoveBuildingForPlayer( playerid, 4592, 1798.46094, -1223.46094, 17.54687, 0.0);
  1916. RemoveBuildingForPlayer( playerid, 4556, 1660.04688, -1340.72656, 15.63281, 0.0);
  1917. RemoveBuildingForPlayer( playerid, 4646, 1650.83594, -1300.85938, 15.54687, 0.0);
  1918. RemoveBuildingForPlayer( playerid, 4684, 1661.54688, -1216.45313, 16.27343, 0.0);
  1919. RemoveBuildingForPlayer( playerid, 4562, 1574.59375, -1248.10156, 15.39843, 0.0);
  1920. RemoveBuildingForPlayer( playerid, 4685, 1572.59375, -1216.50000, 17.50000, 0.0);
  1921. RemoveBuildingForPlayer( playerid, 4565, 1513.69531, -1204.80469, 18.50000, 0.0);
  1922. RemoveBuildingForPlayer( playerid, 4648, 1419.67969, -1150.12500, 22.86718, 0.0);
  1923. RemoveBuildingForPlayer( playerid, 4679, 1607.88281, -1324.62500, 32.72656, 0.0);
  1924. RemoveBuildingForPlayer( playerid, 4553, 1530.83594, -1300.85156, 15.54687, 0.0);
  1925. RemoveBuildingForPlayer( playerid, 4647, 1454.75781, -1309.12500, 12.46093, 0.0);
  1926. RemoveBuildingForPlayer( playerid, 4551, 1410.16406, -1333.39063, 9.92187, 0.0);
  1927. RemoveBuildingForPlayer( playerid, 4644, 1416.19531, -1210.87500, 17.59375, 0.0);
  1928. RemoveBuildingForPlayer( playerid, 5750, 1350.15625, -1250.83594, 14.13281, 0.0);
  1929. RemoveBuildingForPlayer( playerid, 5859, 1350.14844, -1353.36719, 12.47656, 0.0);
  1930. RemoveBuildingForPlayer( playerid, 5739, 1288.04688, -1203.77344, 17.68750, 0.0);
  1931. RemoveBuildingForPlayer( playerid, 5751, 1283.73438, -1145.08594, 22.61718, 0.0);
  1932. RemoveBuildingForPlayer( playerid, 5804, 1213.76563, -1177.09375, 19.75000, 0.0);
  1933. RemoveBuildingForPlayer( playerid, 5707, 1269.39844, -1256.96094, 14.52343, 0.0);
  1934. RemoveBuildingForPlayer( playerid, 6006, 1183.69531, -1241.35938, 16.27343, 0.0);
  1935. RemoveBuildingForPlayer( playerid, 5857, 1259.43750, -1246.81250, 17.10937, 0.0);
  1936. RemoveBuildingForPlayer( playerid, 5749, 1144.40625, -1251.48438, 15.10937, 0.0);
  1937. RemoveBuildingForPlayer( playerid, 5703, 998.15625, -1220.82031, 15.83593, 0.0);
  1938. RemoveBuildingForPlayer( playerid, 5812, 1230.89063, -1337.98438, 12.53906, 0.0);
  1939. RemoveBuildingForPlayer( playerid, 5794, 1200.90625, -1337.99219, 12.39843, 0.0);
  1940. RemoveBuildingForPlayer( playerid, 5994, 1259.22656, -1400.40625, 10.78125, 0.0);
  1941. RemoveBuildingForPlayer( playerid, 5995, 1130.05469, -1400.70313, 12.52343, 0.0);
  1942. RemoveBuildingForPlayer( playerid, 5860, 1058.14844, -1363.26563, 12.61718, 0.0);
  1943. RemoveBuildingForPlayer( playerid, 5795, 985.72656, -1324.79688, 12.45312, 0.0);
  1944. RemoveBuildingForPlayer( playerid, 5732, 1014.02344, -1361.46094, 20.35156, 0.0);
  1945. RemoveBuildingForPlayer( playerid, 5808, 1255.24219, -1337.96094, 12.32812, 0.0);
  1946. RemoveBuildingForPlayer( playerid, 5809, 1281.43750, -1337.95313, 12.37500, 0.0);
  1947. RemoveBuildingForPlayer( playerid, 6035, 1329.03125, -1479.07813, 12.46093, 0.0);
  1948. RemoveBuildingForPlayer( playerid, 6101, 1268.24219, -1467.84375, 11.82031, 0.0);
  1949. RemoveBuildingForPlayer( playerid, 6129, 1205.11719, -1572.27344, 12.42187, 0.0);
  1950. RemoveBuildingForPlayer( playerid, 6125, 1196.03906, -1489.07031, 12.37500, 0.0);
  1951. RemoveBuildingForPlayer( playerid, 6130, 1117.58594, -1490.00781, 32.71875, 0.0);
  1952. RemoveBuildingForPlayer( playerid, 5861, 979.94531, -1400.49219, 12.36718, 0.0);
  1953. RemoveBuildingForPlayer( playerid, 6055, 1050.08594, -1489.03906, 12.53906, 0.0);
  1954. RemoveBuildingForPlayer( playerid, 6113, 984.29688, -1491.40625, 12.50000, 0.0);
  1955. RemoveBuildingForPlayer( playerid, 6152, 990.08594, -1450.08594, 12.77343, 0.0);
  1956. RemoveBuildingForPlayer( playerid, 6160, 982.61719, -1530.82813, 12.83593, 0.0);
  1957. RemoveBuildingForPlayer( playerid, 6112, 917.50000, -1489.10156, 12.29687, 0.0);
  1958. RemoveBuildingForPlayer( playerid, 6217, 846.45313, -1523.52344, 12.35156, 0.0);
  1959. RemoveBuildingForPlayer( playerid, 6059, 855.09375, -1461.80469, 12.79687, 0.0);
  1960. RemoveBuildingForPlayer( playerid, 5815, 877.16406, -1361.20313, 12.45312, 0.0);
  1961. RemoveBuildingForPlayer( playerid, 5797, 917.35938, -1361.24219, 12.38281, 0.0);
  1962. RemoveBuildingForPlayer( playerid, 5784, 988.27338, -1289.63281, 15.37500, 0.0);
  1963. RemoveBuildingForPlayer( playerid, 5760, 1016.92969, -1249.92969, 18.50000, 0.0);
  1964. RemoveBuildingForPlayer( playerid, 17665, 2604.34375, -1220.23438, 54.75000, 0.0);
  1965. RemoveBuildingForPlayer( playerid, 17629, 2338.92969, -1299.60156, 23.03125, 0.0);
  1966. RemoveBuildingForPlayer( playerid, 5624, 2136.72656, -975.82813, 58.10937, 0.0);
  1967. return true;
  1968. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement