Advertisement
Guest User

Ongamemodeinit

a guest
Aug 3rd, 2015
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 103.71 KB | None | 0 0
  1. public OnGameModeInit()
  2. {
  3. ManualVehicleEngineAndLights();
  4. //==============================//
  5. sqlconnect();
  6. //==============================//
  7. new str[128];
  8. //==============================//
  9. // Streamer Configuration
  10. Streamer_TickRate(100);
  11. Streamer_SetVisibleItems(0, 1000); // Objects
  12. Streamer_SetVisibleItems(1, 200); // Pickups
  13. Streamer_SetVisibleItems(4, 50); // Map Icons
  14. Streamer_SetVisibleItems(5, 200); // 3D Text Labels
  15. //==============================//
  16. SetGameModeText(CFG_MODE);
  17. format(str, sizeof(str),"mapname %s", CFG_MAPNAME);
  18. SendRconCommand(str);
  19. format(str, sizeof(str),"weburl %s", CFG_WEBSITE);
  20. SendRconCommand(str);
  21. DisableInteriorEnterExits();
  22. ShowPlayerMarkers(0);
  23. ShowNameTags(1);
  24. SetNameTagDrawDistance(25.0);
  25. EnableStuntBonusForAll(0);
  26. //==============================//
  27. LoadMaps();
  28. LoadInteriors();
  29. LoadFactions();
  30. LoadHouses();
  31. LoadBusinesses();
  32. //==============================//
  33. new weather = random(16)+1;
  34. switch(weather)
  35. {
  36. case 0,1: Weather=1;
  37. case 2: Weather=2;
  38. case 3: Weather=3;
  39. case 4: Weather=4;
  40. case 5: Weather=5;
  41. case 6: Weather=6;
  42. case 7,8,9: Weather=7;
  43. case 10: Weather=10;
  44. case 11: Weather=11;
  45. case 12: Weather=12;
  46. case 13: Weather=13;
  47. case 14: Weather=18;
  48. case 15: Weather=8;
  49. case 16: Weather=9;
  50. }
  51. SetWeather(Weather);
  52. //==============================//
  53. new Hour, Minute, Second;
  54. gettime(Hour, Minute, Second);
  55. GMHour=Hour;
  56. GMMin=0;
  57. GMSec=0;
  58. SetWorldTime(GMHour);
  59.  
  60. new year, month, day;
  61. getdate(year, month, day);
  62. gday=day;
  63. //==============================//
  64. AddPlayerClass(25, 21642.7285,-2240.5591,13.4945,180.0272, 0, 0, 0, 0, 0, 0);
  65. //==============================//
  66. for(new r = 0; r < sizeof(RentalSpot); r++)
  67. {
  68. CreateDynamic3DTextLabel("Rental Section", 0xDABB3EFF, RentalSpot[r][0], RentalSpot[r][1], RentalSpot[r][2]+0.50, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  69. CreateDynamicPickup(1239, 1, RentalSpot[r][0], RentalSpot[r][1], RentalSpot[r][2]);
  70. CreateDynamicMapIcon(RentalSpot[r][0], RentalSpot[r][1], RentalSpot[r][2], 55, COLOR_YELLOW);
  71. }
  72. //==============================//
  73. for(new de = 0; de < sizeof(Dealerships); de++)
  74. {
  75. CreateDynamic3DTextLabel("Dealership", 0x33AA33EFF, Dealerships[de][0], Dealerships[de][1], Dealerships[de][2]+0.50, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  76. CreateDynamicPickup(1274, 1, Dealerships[de][0], Dealerships[de][1], Dealerships[de][2]);
  77. CreateDynamicMapIcon(Dealerships[de][0], Dealerships[de][1], Dealerships[de][2], 53, COLOR_YELLOW);
  78. }
  79. //==============================//
  80. for(new jb = 0; jb < sizeof(JobInfo); jb++)
  81. {
  82. if(JobInfo[jb][jID] >= 1)
  83. {
  84. format(str, sizeof(str),"%s", JobInfo[jb][jName]);
  85. CreateDynamic3DTextLabel(str, 0xFFFFFFFF, JobInfo[jb][jX], JobInfo[jb][jY], JobInfo[jb][jZ]+0.50, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  86. CreateDynamicPickup(1314, 1, JobInfo[jb][jX], JobInfo[jb][jY], JobInfo[jb][jZ]);
  87. CreateDynamicMapIcon(JobInfo[jb][jX], JobInfo[jb][jY], JobInfo[jb][jZ], 56, COLOR_YELLOW);
  88. }
  89. }
  90. //==============================//
  91. for(new h = 0; h < sizeof(GasStations); h++)
  92. {
  93. CreateDynamicObject(3465, GasStations[h][0], GasStations[h][1], GasStations[h][2], 0.0, 0.0, GasStations[h][3], 0);
  94. GasPumpText[h]=CreateDynamic3DTextLabel("Gas Pump\nLiter: $2",0xFFFFFFFF, GasStations[h][0], GasStations[h][1], GasStations[h][2], 20.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 0, 0, -1, 20.0);
  95. }
  96. //==============================//
  97. for(new h = 0; h < sizeof(ATMs); h++)
  98. {
  99. CreateDynamicObject(2942, ATMs[h][0], ATMs[h][1], ATMs[h][2]+0.5, 0.000000, 0.000000, ATMs[h][3], 0);
  100. CreateDynamicCP(ATMs[h][0], ATMs[h][1], ATMs[h][2], 1.5, 0, 0, -1, 5.0);
  101. CreateDynamicMapIcon(ATMs[h][0], ATMs[h][1], ATMs[h][2], 52, COLOR_YELLOW);
  102. }
  103. //==============================//
  104. for(new p = 0; p < sizeof(PaintSprays); p++)
  105. {
  106. CreateDynamic3DTextLabel("| PAY&SPRAY |\npress '~k~~VEHICLE_HANDBRAKE~' to enter!", 0x33AA33FF, PaintSprays[p][0], PaintSprays[p][1], PaintSprays[p][2]+0.75, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  107. CreateDynamicPickup(19131, 1, PaintSprays[p][0], PaintSprays[p][1], PaintSprays[p][2]+0.50);
  108. CreateDynamicMapIcon(PaintSprays[p][0], PaintSprays[p][1], PaintSprays[p][2], 63, COLOR_YELLOW);
  109. }
  110. //==============================//
  111. for(new p = 0; p < sizeof(ModShop); p++)
  112. {
  113. CreateDynamic3DTextLabel("| MOD SHOP |", 0xFF0000FF, ModShop[p][0], ModShop[p][1], ModShop[p][2]+0.75, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  114. CreateDynamicPickup(1318, 1, ModShop[p][0], ModShop[p][1], ModShop[p][2]);
  115. CreateDynamicMapIcon(ModShop[p][0], ModShop[p][1], ModShop[p][2], 27, COLOR_YELLOW);
  116. }
  117. //==============================//
  118. for(new h = 0; h < sizeof(BusRoutes); h++)
  119. {
  120. CreateDynamic3DTextLabel("{FFFFFF}[{FFFF00}Bus Stop{FFFFFF}]",0xFFFFFFFF,BusRoutes[h][0], BusRoutes[h][1], BusRoutes[h][2]+0.50, 25.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 100.0);
  121. CreateDynamicObject(1257, BusRoutes[h][0], BusRoutes[h][1], BusRoutes[h][2], BusRoutes[h][3], BusRoutes[h][4], BusRoutes[h][5], 0);
  122. CreateDynamicPickup(1239, 1, BusRoutes[h][0], BusRoutes[h][1], BusRoutes[h][2]-0.2);
  123. CreateDynamicMapIcon(BusRoutes[h][0], BusRoutes[h][1], BusRoutes[h][2], 8, COLOR_YELLOW);
  124. }
  125. //==============================//
  126. for(new h = 0; h < sizeof(SpeedCamera); h++)
  127. {
  128. CreateDynamicObject(18880, SpeedCamera[h][0],SpeedCamera[h][1], SpeedCamera[h][2]-1.0, 0.000000, 0.000000, SpeedCamera[h][3], 0);
  129. CreateDynamicMapIcon(SpeedCamera[h][0], SpeedCamera[h][1], SpeedCamera[h][2], 57, COLOR_YELLOW);
  130. }
  131. //==============================//
  132. for(new b = 0; b < sizeof(DriveThru); b++)
  133. {
  134. CreateDynamicCP(DriveThru[b][dX], DriveThru[b][dY], DriveThru[b][dZ], 2.0, 0, 0, -1, 7.0);
  135. }
  136. //==============================//
  137. for(new h = 0; h < sizeof(PayPhone); h++)
  138. {
  139. format(str, 128, "*** PAYPHONE (%d) ***", h);
  140. new inter = floatround(PayPhone[h][4]);
  141. CreateDynamic3DTextLabel(str, 0x4AB54EFF, PayPhone[h][0], PayPhone[h][1], PayPhone[h][2]+0.65, 25.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, inter, -1, 100.0);
  142. }
  143. //==============================//
  144. for(new h = 1; h < sizeof(Cells); h++)
  145. {
  146. lspdcell[h]=CreateDynamicObject(19303, Cells[h][cX], Cells[h][cY], Cells[h][cZ], 0.0, 0.0, Cells[h][crZ]);
  147. format(str, 128, "* CELL %d *", h);
  148. CreateDynamic3DTextLabel(str, 0xFFFFFFFF, Cells[h][cX], Cells[h][cY], Cells[h][cZ]+0.50, 20.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 0, 1, -1, 20.0);
  149. }
  150. //==============================//
  151. for(new i = 0; i < sizeof(CheckpointAreas); i++)
  152. {
  153. CreateDynamicCP(CheckpointAreas[i][cXe],CheckpointAreas[i][cYe],CheckpointAreas[i][cZe], 1.0, -1, -1, -1, 20.0);
  154. }
  155. //==============================//
  156. for(new n = 0; n < sizeof(NPCInfo); n++)
  157. {
  158. strmid(NPCInfo[n][nName], "None", 0, strlen("None"), 255);
  159. NPCInfo[n][nModel]=0;
  160. NPCInfo[n][nID]=0;
  161. NPCInfo[n][nType]=0;
  162. NPCInfo[n][n_X]=0;
  163. NPCInfo[n][n_Y]=0;
  164. NPCInfo[n][n_Z]=0;
  165. NPCInfo[n][n_A]=0;
  166. NPCInfo[n][nInt]=0;
  167. NPCInfo[n][nWorld]=0;
  168. NPCInfo[n][nUsed]=0;
  169. }
  170. //==============================//
  171. for(new i=0;i<sizeof(RadioInfo);i++)
  172. {
  173. RadioInfo[i][rX] = 0.0;
  174. RadioInfo[i][rY] = 0.0;
  175. RadioInfo[i][rZ] = 0.0;
  176. RadioInfo[i][rStatus] = 0;
  177. RadioInfo[i][rAreaID] = 0;
  178. strmid(RadioInfo[i][rOwner], "None", 0, strlen("None"), 255);
  179. strmid(RadioInfo[i][rURL], "None", 0, strlen("None"), 255);
  180. }
  181. for(new i=0;i<sizeof(CopInfo);i++)
  182. {
  183. CopInfo[i][Created] = 0;
  184. strmid(CopInfo[i][Owner], "None", 0, strlen("None"), 255);
  185. }
  186. for(new i=0;i<sizeof(VehicleInfo);i++)
  187. {
  188. VehicleInfo[i][vFuel] = 100;
  189. VehicleInfo[i][vEngine] = 0;
  190. VehicleInfo[i][vID] = 0;
  191. VehicleInfo[i][vType] = 0;
  192. VehicleInfo[i][vLights] = 0;
  193. VehicleInfo[i][vCreated] = 0;
  194. VehicleInfo[i][vJob] = 0;
  195. VehicleInfo[i][vWireTime] = 0;
  196. VehicleInfo[i][vInt] = 0;
  197. VehicleInfo[i][vWorld] = 0;
  198. }
  199. for(new i=0;i<sizeof(CorpInfo);i++)
  200. {
  201. CorpInfo[i][cUsed] = 0;
  202. CorpInfo[i][cTime] = 0;
  203. CorpInfo[i][cX] = 0.0;
  204. CorpInfo[i][cY] = 0.0;
  205. CorpInfo[i][cZ] = 0.0;
  206. CorpInfo[i][cVeh] = 0;
  207. strmid(CorpInfo[i][cName], "None", 0, strlen("None"), 255);
  208. strmid(CorpInfo[i][cNote1], "None", 0, strlen("None"), 255);
  209. strmid(CorpInfo[i][cNote2], "None", 0, strlen("None"), 255);
  210. }
  211. for(new i=0;i<sizeof(BoloInfo);i++) { strmid(BoloInfo[i][bString], "None", 0, strlen("None"), 255); }
  212. //============================================//
  213. //==============================//
  214. CreateDynamicPickup(1239, 1, DMVSpot[0][0], DMVSpot[0][1], DMVSpot[0][2]);
  215. CreateDynamic3DTextLabel("| DMV CENTER |", 0xDABB3EFF, DMVSpot[0][0], DMVSpot[0][1], DMVSpot[0][2]+0.50, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  216. //==============================//
  217. PDP[0] = CreateDynamicPickup(1239, 1, 120.6401,1079.8180,523.9174);
  218. PDP[1] = CreateDynamicPickup(1247, 1, 800.3707,802.7077,704.7717);
  219. //==============================//
  220. CreateDynamicPickup(1314, 1, 826.3682,795.5669,708.2117); // Cell Control
  221. CreateDynamicPickup(1242, 1, 804.6270,795.3588,708.2117); // Prison Locker
  222. CreateDynamicPickup(1314, 1, 1827.2499,-1538.7515,13.3828); // Prison Outdoor 1
  223. CreateDynamic3DTextLabel("| PRISON PARKING |\npress '~k~~VEHICLE_HANDBRAKE~' to enter!", 0xFF0000FF, 1827.2499,-1538.7515,13.3828+0.50, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  224. CreateDynamicPickup(1314, 1, 1817.1091,-1536.7454,13.3274); // Prison Outdoor 2
  225. CreateDynamic3DTextLabel("| PRISON PARKING |\npress '~k~~VEHICLE_HANDBRAKE~' to exit!", 0xFF0000FF, 1817.1091,-1536.7454,13.3274+0.50, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  226. CreateDynamicPickup(1582, 1, 2111.6963,-1788.6849,13.5608); // Pizza Deliver
  227. CreateDynamicPickup(1239, 1, 1572.4750,-1692.9384,5.8906); // police spawn
  228. CreateDynamic3DTextLabel("{3399FF}| POLICE SPAWN |", 0xDABB3EFF, 1572.4750,-1692.9384,5.8906+0.75, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  229. CreateDynamicPickup(1239, 1, 2725.7688,-2318.5544,3.0000); // boatspawn
  230. CreateDynamicPickup(1239, 1, 1564.6024,-1692.9283,5.8906); // acu spawn
  231. CreateDynamic3DTextLabel("{3399FF}| ACU SPAWN |", 0xDABB3EFF, 1564.6024,-1692.9283,5.8906+0.75, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  232. CreateDynamicPickup(1239, 1, 1468.5840,-1836.1243,13.5469); // govspawn
  233. CreateDynamicPickup(3096, 1, 1657.5247, -1706.4214, 15.6094+1.0); // impound
  234. CreateDynamic3DTextLabel("{3399FF}| LOS SANTOS IMPOUND LOT |", 0xDABB3EFF, 1643.3209,-1714.2117,15.6063+1.0, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  235. CreateDynamicPickup(1239, 1, 849.9410,-1383.7013,13.5710); // rlsspawn
  236. CreateDynamic3DTextLabel("{3399FF}| RLS SPAWN |", 0xDABB3EFF, 849.9410,-1383.7013,13.5710+0.75, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  237. CreateDynamicPickup(1239, 1, 1798.5409,-1281.3446,13.6655); // newsspawn
  238. CreateDynamic3DTextLabel("{3399FF}| NEWS SPAWN |", 0xDABB3EFF, 1798.5409,-1281.3446,13.6655+0.75, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  239. CreateDynamicPickup(367, 1, 1625.8281,-853.5438,879.9100, 1, 1); // camera
  240. CreateDynamicPickup(1239, 1, 129.2496,1131.2227,527.4651); // /payticket
  241. CreateDynamicPickup(1239, 1, 2042.0798,-1349.6273,1271.4860); // LSFD UNIFORM
  242. CreateDynamicPickup(1239, 1, 1128.2969,-1300.9207,13.5751); // LSFD GARAGE UNIFORM
  243. CreateDynamicPickup(1318, 1, 125.3675,1111.5530,523.9155); // Garage exit inside LSPD
  244. CreateDynamicPickup(1239, 1, 1579.0818,-845.3063,879.9098, 1, 1); // SAN NEWS /AD
  245. CreateDynamicPickup(19131, 1, 2038.4750,-1365.0499,1271.5000); // Hospital Floor 1
  246. CreateDynamicPickup(19131, 1, 2055.4756,-673.1822,1478.8860); // Hospital Floor 2
  247. CreateDynamicPickup(19131, 1, 1994.9702,-1534.0613,1174.6000); // Hospital Floor 3
  248. CreateDynamicPickup(1239, 1, 1132.0104, -1327.3708, 13.6445); // EMSSPAWN
  249. CreateDynamic3DTextLabel("{8282FF}| FD SPAWN |", 0xDABB3EFF, 1132.0104, -1327.3708, 13.6445+0.75, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  250. CreateDynamicPickup(1318, 1, 1132.5594, -1345.9895, 13.9910); // LSFD GARAGE ELEVATOR
  251. CreateDynamicPickup(1318, 1, 1129.6824, -1345.8639, 20.3343); // LSFD GARAGE ELEVATOR
  252. CreateDynamicPickup(1239, 1, 1640.8882,-2243.1147,13.4936); // /guide
  253. CreateDynamic3DTextLabel("| GUIDE |", 0xDABB3EFF, 1640.8882,-2243.1147,13.4936+0.50, 50.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 50.0);
  254.  
  255. CreateDynamicPickup(1239, 1, 204.3188,-160.1595,1000.5234); //Clothes Shop idlemall
  256. CreateDynamicPickup(1239, 1, 217.0851,-98.3804,1005.2578); //Clothes Shop binco
  257.  
  258. CreateDynamicPickup(1242, 1, 374.7547,200.2276,1081.5173, 1, 3); // GOV LOCKERROOM
  259. CreateDynamicPickup(1275, 1, 398.9706,203.9854,1081.6190, 1, 3); // GOV UNIFORM
  260. CreateDynamicPickup(1318, 1, 112.0859, 1099.1863, 531.2418, 0, 1); // LSPD ELEVATOR
  261.  
  262. //CreateDynamicPickup(1239, 1, 1396.4072,-30.5178,1001.1188); // Event skin
  263. //==============================//
  264. ScreenDraw = TextDrawCreate(-10.000000, 0.000000, "||||||||||||");
  265. TextDrawBackgroundColor(ScreenDraw, 255);
  266. TextDrawFont(ScreenDraw, 1);
  267. TextDrawLetterSize(ScreenDraw, 0.500000, 51.000000);
  268. TextDrawColor(ScreenDraw, 0);
  269. TextDrawSetOutline(ScreenDraw, 0);
  270. TextDrawSetProportional(ScreenDraw, 1);
  271. TextDrawSetShadow(ScreenDraw, 1);
  272. TextDrawUseBox(ScreenDraw, 1);
  273. TextDrawBoxColor(ScreenDraw, 255);
  274. TextDrawTextSize(ScreenDraw, 640.000000, 0.000000);
  275. ServerDraw = TextDrawCreate(32.000000, 424.000000, CFG_WEBSITE);
  276. TextDrawBackgroundColor(ServerDraw, 255);
  277. TextDrawFont(ServerDraw, 2);
  278. TextDrawLetterSize(ServerDraw, 0.199999, 1.100000);
  279. TextDrawColor(ServerDraw, -1);
  280. TextDrawSetOutline(ServerDraw, 0);
  281. TextDrawSetProportional(ServerDraw, 1);
  282. TextDrawSetShadow(ServerDraw, 1);
  283. MoneyDraw2 = TextDrawCreate(511.000000,81.000000,"NULL");
  284. TextDrawUseBox(MoneyDraw2,1);
  285. TextDrawBoxColor(MoneyDraw2,0x000000ff);
  286. TextDrawTextSize(MoneyDraw2,606.000000,0.000000);
  287. TextDrawAlignment(MoneyDraw2,0);
  288. TextDrawBackgroundColor(MoneyDraw2,0xff000000);
  289. TextDrawFont(MoneyDraw2,3);
  290. TextDrawLetterSize(MoneyDraw2,1.600000,1.500000);
  291. TextDrawColor(MoneyDraw2,0xff000000);
  292. TextDrawSetOutline(MoneyDraw2,1);
  293. TextDrawSetProportional(MoneyDraw2,1);
  294. TextDrawSetShadow(MoneyDraw2,1);
  295. SideBar1 = TextDrawCreate(0.000000, 0.000000, "-INPUT TEXT-");
  296. TextDrawBackgroundColor(SideBar1, 255);
  297. TextDrawFont(SideBar1, 1);
  298. TextDrawLetterSize(SideBar1, 0.500000, 12.200000);
  299. TextDrawColor(SideBar1, 0);
  300. TextDrawSetOutline(SideBar1, 0);
  301. TextDrawSetProportional(SideBar1, 1);
  302. TextDrawSetShadow(SideBar1, 1);
  303. TextDrawUseBox(SideBar1, 1);
  304. TextDrawBoxColor(SideBar1, 255);
  305. TextDrawTextSize(SideBar1, 650.000000, 0.000000);
  306. TextDrawSetSelectable(SideBar1, 0);
  307. SideBar2 = TextDrawCreate(-10.000000, 340.000000, "-INPUT TEXT-");
  308. TextDrawBackgroundColor(SideBar2, 255);
  309. TextDrawFont(SideBar2, 1);
  310. TextDrawLetterSize(SideBar2, 0.500000, 12.100000);
  311. TextDrawColor(SideBar2, 0);
  312. TextDrawSetOutline(SideBar2, 0);
  313. TextDrawSetProportional(SideBar2, 1);
  314. TextDrawSetShadow(SideBar2, 1);
  315. TextDrawUseBox(SideBar2, 1);
  316. TextDrawBoxColor(SideBar2, 255);
  317. TextDrawTextSize(SideBar2, 650.000000, 0.000000);
  318. TextDrawSetSelectable(SideBar2, 0);
  319. BloodDraw[0] = TextDrawCreate(330.000000, 98.000000, "ld_shtr:ex4");
  320. TextDrawBackgroundColor(BloodDraw[0], 255);
  321. TextDrawFont(BloodDraw[0], 4);
  322. TextDrawLetterSize(BloodDraw[0], 0.500000, 1.000000);
  323. TextDrawColor(BloodDraw[0], -16777116);
  324. TextDrawSetOutline(BloodDraw[0], 0);
  325. TextDrawSetProportional(BloodDraw[0], 1);
  326. TextDrawSetShadow(BloodDraw[0], 1);
  327. TextDrawUseBox(BloodDraw[0], 1);
  328. TextDrawBoxColor(BloodDraw[0], 255);
  329. TextDrawTextSize(BloodDraw[0], 343.000000, 330.000000);
  330. BloodDraw[1] = TextDrawCreate(0.000000, -12.000000, "ld_shtr:ex4");
  331. TextDrawBackgroundColor(BloodDraw[1], 255);
  332. TextDrawFont(BloodDraw[1], 4);
  333. TextDrawLetterSize(BloodDraw[1], 0.500000, 1.000000);
  334. TextDrawColor(BloodDraw[1], -16777136);
  335. TextDrawSetOutline(BloodDraw[1], 0);
  336. TextDrawSetProportional(BloodDraw[1], 1);
  337. TextDrawSetShadow(BloodDraw[1], 1);
  338. TextDrawUseBox(BloodDraw[1], 1);
  339. TextDrawBoxColor(BloodDraw[1], 255);
  340. TextDrawTextSize(BloodDraw[1], 403.000000, 370.000000);
  341. BloodDraw[2] = TextDrawCreate(60.000000, 228.000000, "ld_shtr:ex4");
  342. TextDrawBackgroundColor(BloodDraw[2], 255);
  343. TextDrawFont(BloodDraw[2], 4);
  344. TextDrawLetterSize(BloodDraw[2], 0.500000, 1.000000);
  345. TextDrawColor(BloodDraw[2], -16777106);
  346. TextDrawSetOutline(BloodDraw[2], 0);
  347. TextDrawSetProportional(BloodDraw[2], 1);
  348. TextDrawSetShadow(BloodDraw[2], 1);
  349. TextDrawUseBox(BloodDraw[2], 1);
  350. TextDrawBoxColor(BloodDraw[2], 255);
  351. TextDrawTextSize(BloodDraw[2], 343.000000, 330.000000);
  352. HitMark = TextDrawCreate(333.000000, 174.000000, "X");
  353. TextDrawBackgroundColor(HitMark, 255);
  354. TextDrawFont(HitMark, 1);
  355. TextDrawLetterSize(HitMark, 0.500000, 1.000000);
  356. TextDrawColor(HitMark, -1);
  357. TextDrawSetOutline(HitMark, 0);
  358. TextDrawSetProportional(HitMark, 1);
  359. TextDrawSetShadow(HitMark, 1);
  360. BlindDraw = TextDrawCreate(680.000000, 0.000000, "New Textdraw");
  361. TextDrawBackgroundColor(BlindDraw, 255);
  362. TextDrawFont(BlindDraw, 1);
  363. TextDrawLetterSize(BlindDraw, 0.500000, 26.000000);
  364. TextDrawColor(BlindDraw, -1);
  365. TextDrawSetOutline(BlindDraw, 0);
  366. TextDrawSetProportional(BlindDraw, 1);
  367. TextDrawSetShadow(BlindDraw, 1);
  368. TextDrawUseBox(BlindDraw, 1);
  369. TextDrawBoxColor(BlindDraw, 255);
  370. TextDrawTextSize(BlindDraw, -41.000000, 68.000000);
  371. BlindDraw2 = TextDrawCreate(680.000000, 0.000000, "New Textdraw");
  372. TextDrawBackgroundColor(BlindDraw2, 255);
  373. TextDrawFont(BlindDraw2, 1);
  374. TextDrawLetterSize(BlindDraw2, 0.500000, 26.000000);
  375. TextDrawColor(BlindDraw2, -1);
  376. TextDrawSetOutline(BlindDraw2, 0);
  377. TextDrawSetProportional(BlindDraw2, 1);
  378. TextDrawSetShadow(BlindDraw2, 1);
  379. TextDrawUseBox(BlindDraw2, 1);
  380. TextDrawBoxColor(BlindDraw2, 150);
  381. TextDrawTextSize(BlindDraw2, -41.000000, 68.000000);
  382. VehicleDraw[0] = TextDrawCreate(591.000000, 330.000000, "T");
  383. TextDrawBackgroundColor(VehicleDraw[0], 0);
  384. TextDrawFont(VehicleDraw[0], 1);
  385. TextDrawLetterSize(VehicleDraw[0], 0.480000, 8.500005);
  386. TextDrawColor(VehicleDraw[0], 0);
  387. TextDrawSetOutline(VehicleDraw[0], 0);
  388. TextDrawSetProportional(VehicleDraw[0], 1);
  389. TextDrawSetShadow(VehicleDraw[0], 1);
  390. TextDrawUseBox(VehicleDraw[0], 1);
  391. TextDrawBoxColor(VehicleDraw[0], 80);
  392. TextDrawTextSize(VehicleDraw[0], 499.000000, 40.000000);
  393. VehicleDraw[1] = TextDrawCreate(522.000000, 336.000000, "~b~~h~~h~KPH");
  394. TextDrawBackgroundColor(VehicleDraw[1], 255);
  395. TextDrawFont(VehicleDraw[1], 2);
  396. TextDrawLetterSize(VehicleDraw[1], 0.500000, 1.500000);
  397. TextDrawColor(VehicleDraw[1], -1);
  398. TextDrawSetOutline(VehicleDraw[1], 0);
  399. TextDrawSetProportional(VehicleDraw[1], 1);
  400. TextDrawSetShadow(VehicleDraw[1], 1);
  401. VehicleDraw[2] = TextDrawCreate(519.000000, 369.000000, "~b~~h~~h~FUEL");
  402. TextDrawBackgroundColor(VehicleDraw[2], 255);
  403. TextDrawFont(VehicleDraw[2], 2);
  404. TextDrawLetterSize(VehicleDraw[2], 0.500000, 1.500000);
  405. TextDrawColor(VehicleDraw[2], -1);
  406. TextDrawSetOutline(VehicleDraw[2], 0);
  407. TextDrawSetProportional(VehicleDraw[2], 1);
  408. TextDrawSetShadow(VehicleDraw[2], 1);
  409. VehicleDraw[3] = TextDrawCreate(591.000000, 330.000000, "T");
  410. TextDrawBackgroundColor(VehicleDraw[3], 0);
  411. TextDrawFont(VehicleDraw[3], 1);
  412. TextDrawLetterSize(VehicleDraw[3], 0.480000, 0.000003);
  413. TextDrawColor(VehicleDraw[3], 0);
  414. TextDrawSetOutline(VehicleDraw[3], 0);
  415. TextDrawSetProportional(VehicleDraw[3], 1);
  416. TextDrawSetShadow(VehicleDraw[3], 1);
  417. TextDrawUseBox(VehicleDraw[3], 1);
  418. TextDrawBoxColor(VehicleDraw[3], 255);
  419. TextDrawTextSize(VehicleDraw[3], 499.000000, 40.000000);
  420. VehicleDraw[4] = TextDrawCreate(591.000000, 407.000000, "T");
  421. TextDrawBackgroundColor(VehicleDraw[4], 0);
  422. TextDrawFont(VehicleDraw[4], 1);
  423. TextDrawLetterSize(VehicleDraw[4], 0.480000, 0.000003);
  424. TextDrawColor(VehicleDraw[4], 0);
  425. TextDrawSetOutline(VehicleDraw[4], 0);
  426. TextDrawSetProportional(VehicleDraw[4], 1);
  427. TextDrawSetShadow(VehicleDraw[4], 1);
  428. TextDrawUseBox(VehicleDraw[4], 1);
  429. TextDrawBoxColor(VehicleDraw[4], 255);
  430. TextDrawTextSize(VehicleDraw[4], 499.000000, 40.000000);
  431. //==============================//
  432. NYTD = TextDrawCreate(491.000000, 100.000000, "~r~~H~HAPPY NEW YEARS!");
  433. TextDrawBackgroundColor(NYTD, 255);
  434. TextDrawFont(NYTD, 2);
  435. TextDrawLetterSize(NYTD, 0.319999, 1.100000);
  436. TextDrawColor(NYTD, -1);
  437. TextDrawSetOutline(NYTD, 0);
  438. TextDrawSetProportional(NYTD, 1);
  439. TextDrawSetShadow(NYTD, 1);
  440. TextDrawSetSelectable(NYTD, 0);
  441. //==============================//
  442. SpawnDraw[0] = TextDrawCreate(151.000000, 288.000000, "~r~~h~< ~w~LAST LOCATION ~r~~h~>");
  443. TextDrawBackgroundColor(SpawnDraw[0], 255);
  444. TextDrawFont(SpawnDraw[0], 1);
  445. TextDrawLetterSize(SpawnDraw[0], 1.030000, 2.600000);
  446. TextDrawColor(SpawnDraw[0], -1);
  447. TextDrawSetOutline(SpawnDraw[0], 0);
  448. TextDrawSetProportional(SpawnDraw[0], 1);
  449. TextDrawSetShadow(SpawnDraw[0], 1);
  450. SpawnDraw[1] = TextDrawCreate(151.000000, 288.000000, " ~r~~h~< ~g~~h~PROPERTY ~r~~h~>");
  451. TextDrawBackgroundColor(SpawnDraw[1], 255);
  452. TextDrawFont(SpawnDraw[1], 1);
  453. TextDrawLetterSize(SpawnDraw[1], 1.030000, 2.600000);
  454. TextDrawColor(SpawnDraw[1], -1);
  455. TextDrawSetOutline(SpawnDraw[1], 0);
  456. TextDrawSetProportional(SpawnDraw[1], 1);
  457. TextDrawSetShadow(SpawnDraw[1], 1);
  458. SpawnDraw[2] = TextDrawCreate(151.000000, 288.000000, " ~r~~h~< ~b~~h~BUSINESS ~r~~h~>");
  459. TextDrawBackgroundColor(SpawnDraw[2], 255);
  460. TextDrawFont(SpawnDraw[2], 1);
  461. TextDrawLetterSize(SpawnDraw[2], 1.030000, 2.600000);
  462. TextDrawColor(SpawnDraw[2], -1);
  463. TextDrawSetOutline(SpawnDraw[2], 0);
  464. TextDrawSetProportional(SpawnDraw[2], 1);
  465. TextDrawSetShadow(SpawnDraw[2], 1);
  466. SpawnDraw[3] = TextDrawCreate(151.000000, 288.000000, " ~r~~h~< ~y~FACTION ~r~~h~>");
  467. TextDrawBackgroundColor(SpawnDraw[3], 255);
  468. TextDrawFont(SpawnDraw[3], 1);
  469. TextDrawLetterSize(SpawnDraw[3], 1.030000, 2.600000);
  470. TextDrawColor(SpawnDraw[3], -1);
  471. TextDrawSetOutline(SpawnDraw[3], 0);
  472. TextDrawSetProportional(SpawnDraw[3], 1);
  473. TextDrawSetShadow(SpawnDraw[3], 1);
  474. SpawnDraw[4] = TextDrawCreate(229.000000, 315.000000, " ( USE ~r~~h~RMB ~w~TO SWITCH AND ~r~~h~LMB ~w~TO SPAWN )");
  475. TextDrawBackgroundColor(SpawnDraw[4], 255);
  476. TextDrawFont(SpawnDraw[4], 1);
  477. TextDrawLetterSize(SpawnDraw[4], 0.199999, 0.800000);
  478. TextDrawColor(SpawnDraw[4], -1);
  479. TextDrawSetOutline(SpawnDraw[4], 0);
  480. TextDrawSetProportional(SpawnDraw[4], 1);
  481. TextDrawSetShadow(SpawnDraw[4], 1);
  482. SpawnDraw[5] = TextDrawCreate(254.000000, 276.000000, "( SELECT A SPAWN POINT )");
  483. TextDrawBackgroundColor(SpawnDraw[5], 255);
  484. TextDrawFont(SpawnDraw[5], 1);
  485. TextDrawLetterSize(SpawnDraw[5], 0.300000, 0.800000);
  486. TextDrawColor(SpawnDraw[5], -1);
  487. TextDrawSetOutline(SpawnDraw[5], 0);
  488. TextDrawSetProportional(SpawnDraw[5], 1);
  489. TextDrawSetShadow(SpawnDraw[5], 1);
  490. //==============================//
  491. PayDraw[0] = TextDrawCreate(213.000000, 198.000000, "|||");
  492. TextDrawBackgroundColor(PayDraw[0], 0);
  493. TextDrawFont(PayDraw[0], 1);
  494. TextDrawLetterSize(PayDraw[0], 0.519999, 1.100000);
  495. TextDrawColor(PayDraw[0], 0);
  496. TextDrawSetOutline(PayDraw[0], 1);
  497. TextDrawSetProportional(PayDraw[0], 1);
  498. TextDrawUseBox(PayDraw[0], 1);
  499. TextDrawBoxColor(PayDraw[0], -1);
  500. TextDrawTextSize(PayDraw[0], 424.000000, 29.000000);
  501. TextDrawSetSelectable(PayDraw[0], 0);
  502. PayDraw[1] = TextDrawCreate(213.000000, 198.000000, "|||");
  503. TextDrawBackgroundColor(PayDraw[1], 0);
  504. TextDrawFont(PayDraw[1], 1);
  505. TextDrawLetterSize(PayDraw[1], 0.519999, 9.200000);
  506. TextDrawColor(PayDraw[1], 0);
  507. TextDrawSetOutline(PayDraw[1], 1);
  508. TextDrawSetProportional(PayDraw[1], 1);
  509. TextDrawUseBox(PayDraw[1], 1);
  510. TextDrawBoxColor(PayDraw[1], 150);
  511. TextDrawTextSize(PayDraw[1], 424.000000, 29.000000);
  512. TextDrawSetSelectable(PayDraw[1], 0);
  513. PayDraw[2] = TextDrawCreate(260.000000, 198.000000, "PAYMENT TYPE");
  514. TextDrawBackgroundColor(PayDraw[2], 255);
  515. TextDrawFont(PayDraw[2], 2);
  516. TextDrawLetterSize(PayDraw[2], 0.380000, 1.000000);
  517. TextDrawColor(PayDraw[2], -1);
  518. TextDrawSetOutline(PayDraw[2], 0);
  519. TextDrawSetProportional(PayDraw[2], 1);
  520. TextDrawSetShadow(PayDraw[2], 1);
  521. TextDrawSetSelectable(PayDraw[2], 0);
  522. PayDraw[3] = TextDrawCreate(234.000000, 269.000000, "~b~~h~CASH");
  523. TextDrawBackgroundColor(PayDraw[3], 255);
  524. TextDrawFont(PayDraw[3], 2);
  525. TextDrawLetterSize(PayDraw[3], 0.310000, 0.899999);
  526. TextDrawColor(PayDraw[3], 0x2641FEFF);
  527. TextDrawSetOutline(PayDraw[3], 0);
  528. TextDrawSetProportional(PayDraw[3], 1);
  529. TextDrawSetShadow(PayDraw[3], 1);
  530. TextDrawSetSelectable(PayDraw[3], true);
  531. PayDraw[4] = TextDrawCreate(298.000000, 269.000000, "~b~~h~DEBIT");
  532. TextDrawBackgroundColor(PayDraw[4], 255);
  533. TextDrawFont(PayDraw[4], 2);
  534. TextDrawLetterSize(PayDraw[4], 0.310000, 0.899999);
  535. TextDrawColor(PayDraw[4], 0x2641FEFF);
  536. TextDrawSetOutline(PayDraw[4], 0);
  537. TextDrawSetProportional(PayDraw[4], 1);
  538. TextDrawSetShadow(PayDraw[4], 1);
  539. TextDrawSetSelectable(PayDraw[4], true);
  540. PayDraw[5] = TextDrawCreate(362.000000, 269.000000, "~b~~h~CANCEL");
  541. TextDrawBackgroundColor(PayDraw[5], 255);
  542. TextDrawFont(PayDraw[5], 2);
  543. TextDrawLetterSize(PayDraw[5], 0.310000, 0.899999);
  544. TextDrawColor(PayDraw[5], 0x2641FEFF);
  545. TextDrawSetOutline(PayDraw[5], 0);
  546. TextDrawSetProportional(PayDraw[5], 1);
  547. TextDrawSetShadow(PayDraw[5], 1);
  548. TextDrawSetSelectable(PayDraw[5], true);
  549. //==============================//
  550. WoundDraw[0] = TextDrawCreate(511.000000, 108.000000, "hud:radar_hostpital");
  551. TextDrawBackgroundColor(WoundDraw[0], 255);
  552. TextDrawFont(WoundDraw[0], 4);
  553. TextDrawLetterSize(WoundDraw[0], 0.500000, 1.000000);
  554. TextDrawColor(WoundDraw[0], -1);
  555. TextDrawSetOutline(WoundDraw[0], 0);
  556. TextDrawSetProportional(WoundDraw[0], 1);
  557. TextDrawSetShadow(WoundDraw[0], 1);
  558. TextDrawUseBox(WoundDraw[0], 1);
  559. TextDrawBoxColor(WoundDraw[0], 255);
  560. TextDrawTextSize(WoundDraw[0], 17.000000, 14.000000);
  561. WoundDraw[1] = TextDrawCreate(532.000000, 110.000000, "TORSO WOUND");
  562. TextDrawBackgroundColor(WoundDraw[1], 255);
  563. TextDrawFont(WoundDraw[1], 2);
  564. TextDrawLetterSize(WoundDraw[1], 0.340000, 1.100000);
  565. TextDrawColor(WoundDraw[1], -1);
  566. TextDrawSetOutline(WoundDraw[1], 0);
  567. TextDrawSetProportional(WoundDraw[1], 1);
  568. TextDrawSetShadow(WoundDraw[1], 1);
  569. WoundDraw[2] = TextDrawCreate(511.000000, 128.000000, "hud:radar_hostpital");
  570. TextDrawBackgroundColor(WoundDraw[2], 255);
  571. TextDrawFont(WoundDraw[2], 4);
  572. TextDrawLetterSize(WoundDraw[2], 0.500000, 1.000000);
  573. TextDrawColor(WoundDraw[2], -1);
  574. TextDrawSetOutline(WoundDraw[2], 0);
  575. TextDrawSetProportional(WoundDraw[2], 1);
  576. TextDrawSetShadow(WoundDraw[2], 1);
  577. TextDrawUseBox(WoundDraw[2], 1);
  578. TextDrawBoxColor(WoundDraw[2], 255);
  579. TextDrawTextSize(WoundDraw[2], 17.000000, 14.000000);
  580. WoundDraw[3] = TextDrawCreate(539.000000, 130.000000, "ARM WOUND");
  581. TextDrawBackgroundColor(WoundDraw[3], 255);
  582. TextDrawFont(WoundDraw[3], 2);
  583. TextDrawLetterSize(WoundDraw[3], 0.340000, 1.100000);
  584. TextDrawColor(WoundDraw[3], -1);
  585. TextDrawSetOutline(WoundDraw[3], 0);
  586. TextDrawSetProportional(WoundDraw[3], 1);
  587. TextDrawSetShadow(WoundDraw[3], 1);
  588. WoundDraw[4] = TextDrawCreate(511.000000, 148.000000, "hud:radar_hostpital");
  589. TextDrawBackgroundColor(WoundDraw[4], 255);
  590. TextDrawFont(WoundDraw[4], 4);
  591. TextDrawLetterSize(WoundDraw[4], 0.500000, 1.000000);
  592. TextDrawColor(WoundDraw[4], -1);
  593. TextDrawSetOutline(WoundDraw[4], 0);
  594. TextDrawSetProportional(WoundDraw[4], 1);
  595. TextDrawSetShadow(WoundDraw[4], 1);
  596. TextDrawUseBox(WoundDraw[4], 1);
  597. TextDrawBoxColor(WoundDraw[4], 255);
  598. TextDrawTextSize(WoundDraw[4], 17.000000, 14.000000);
  599. WoundDraw[5] = TextDrawCreate(539.000000, 150.000000, "LEG WOUND");
  600. TextDrawBackgroundColor(WoundDraw[5], 255);
  601. TextDrawFont(WoundDraw[5], 2);
  602. TextDrawLetterSize(WoundDraw[5], 0.340000, 1.100000);
  603. TextDrawColor(WoundDraw[5], -1);
  604. TextDrawSetOutline(WoundDraw[5], 0);
  605. TextDrawSetProportional(WoundDraw[5], 1);
  606. TextDrawSetShadow(WoundDraw[5], 1);
  607. //==============================//
  608. timers[1] = SetTimer("BuildingFireTimer", 7200000, 1);
  609. timers[2] = SetTimer("OneSecondTimer", 1000, 1);
  610. timers[3] = SetTimer("OneMinuteTimer", 60000, 1);
  611. timers[4] = SetTimer("TenMinuteTimer", 600000, 1);
  612. //==============================//
  613. for(new i = 0; i < sizeof(Zones); i++)
  614. {
  615. CreateDynamicRectangle(Zones[i][zone_minx], Zones[i][zone_miny], Zones[i][zone_maxx], Zones[i][zone_maxy], 0, 0, -1);
  616. }
  617. //==============================//
  618. for(new i = 0; i < MAX_LOOT; i++) { LootInfo[i][lUsed]=0; }
  619. for(new i2 = 0; i2 < sizeof(Shells); i2++)
  620. {
  621. Shells[i2][sUsed]=0;
  622. }
  623. //==============================//
  624. PDgate[0] = CreateDynamicObject(980, 1587.95, -1638.22, 14.93, 0.00, 0.00, 179.94, 0);
  625. PDgate[1] = CreateDynamicObject(968, 1544.70, -1630.54, 13.12, 358.0, 90.0, 90.0, 0);
  626. PDgate[2] = CreateDynamicObject(969, 1643.4, -1718.3, 14.7, 0.00, 0.00, 90.1, 0);
  627. print("Resetting online players.");
  628. mysql_function_query(handlesql, "UPDATE accounts SET Online=0 WHERE Online=1",true, "unusedquery", "");
  629.  
  630. govdoor[1]=CreateDynamicObject(1495, 404.09961, 211.2002, 1086.6, 0, 0, 0, 1);
  631. govdoor[2]=CreateDynamicObject(1495, 390.39999, 211.10001, 1086.6, 0, 0, 0, 1);
  632. govdoor[3]=CreateDynamicObject(1495, 420.7998, 221.7002, 1080.7, 0, 0, 5.999, 1);
  633. govdoor[4]=CreateDynamicObject(1495, 414.5, 229.10001, 1086.7, 0, 0, 0, 1);
  634. govdoor[5]=CreateDynamicObject(1495, 397.29999, 197, 1080.6, 0, 0, 6, 1);
  635. govdoor[6]=CreateDynamicObject(1495, 384.70001, 204.3, 1080.6, 0, 0, 96, 1);
  636. govdoor[7]=CreateDynamicObject(1495, 385.79999, 192.89999, 1080.6, 0, 0, 95.999, 1);
  637. govdoor[8]=CreateDynamicObject(1495, 382.70001, 222.2, 1080.6, 0, 0, 95.999, 1);
  638. govdoor[9]=CreateDynamicObject(1495, 412.90039, 229.09961, 1080.7, 0, 0, 5.999, 1);
  639. govdoor[10]=CreateDynamicObject(1495, 421.89999, 209.10001, 1075, 0, 0, 0, 1);
  640. govdoor[11]=CreateDynamicObject(1495, 416.5, 231.8, 1074.9, 0, 0, 0, 1);
  641. lspddoor[0]=CreateDynamicObject(1495, 124.4428000, 1123.3000500, 526.4646000, 0.0000000, 0.0000000, 180.1248);
  642. lspddoor[1]=CreateDynamicObject(1495, 126.4856100,1123.2631800,526.4631300,0.0000000,0.0000000,0.0000000);
  643. lspddoor[2]=CreateDynamicObject(1495, 138.7272900,1083.3046900,522.9185800,0.0000000,0.0000000,90.0000000);
  644. lspddoor[3]=CreateDynamicObject(1495, 127.2256900,1083.3554700,522.9185800,0.0000000,0.0000000,90.0000000);
  645. lspddoor[4]=CreateDynamicObject(1495, 117.6036000,1089.1857900,522.9168700,0.0000000,0.0000000,90.0000000);
  646. lspddoor[5]=CreateDynamicObject(1500, 797.42871, 806.21252, 703.73352, 0.00000, 0.00000, 1.14460);
  647. lspddoor[6]=CreateDynamicObject(1569, 802.68878, 811.76208, 703.77539, 0.00000, 0.00000, 271.66531);
  648. lspddoor[7]=CreateDynamicObject(1569, 802.83038, 786.40771, 707.10480, 0.00000, 0.00000, 89.83661);
  649. lspddoor[8]=CreateDynamicObject(1569, 813.31158, 814.82178, 703.72742, 0.00000, 0.00000, 270.02328);
  650. lspddoor[9]=CreateDynamicObject(2949, 802.78809, 798.90961, 703.74438, 0.00000, 0.00000, 0.00000);
  651. lspddoor[10]=CreateDynamicObject(2949, 815.71130, 802.91791, 703.74438, 0.00000, 0.00000, 270.57709);
  652. lspddoor[11]=CreateDynamicObject(2949, 841.36230, 808.55109, 703.74438, 0.00000, 0.00000, 0.07590);
  653. fddoor1 = CreateDynamicObject(1500, 2043.50, -1338.00, 1270.50, 0.00, 0.00, 0.00);
  654. fddoor2 = CreateDynamicObject(1500, 2040.90, -1346.66, 1270.50, 0.00, 0.00, 90.00);
  655. fddoor3 = CreateDynamicObject(1500, 2047.30, -1349.86, 1270.50, 0.00, 0.00, 90.00);
  656. fddoor4 = CreateDynamicObject(1500, 2043.44, -1344.30, 1270.50, 0.00, 0.00, 0.00);
  657. fddoor5 = CreateDynamicObject(1500, 2040.80, -1353.06, 1270.50, 0.00, 0.00, 90.00);
  658. fddoor6 = CreateDynamicObject(1500, 2000.50, -1511.20, 1173.50, 0.00, 0.00, 0.00);
  659. fddoor7 = CreateDynamicObject(1533, 2028.00, -671.50, 1477.90, 0.00, 0.00, 0.00);
  660. fddoor8 = CreateDynamicObject(1533, 2037.60, -671.50, 1477.90, 0.00, 0.00, 0.00);
  661. fddoor9 = CreateDynamicObject(1533, 2047.20, -671.60, 1477.90, 0.00, 0.00, 0.00);
  662. //==============================//
  663. // Washroom Interior //
  664. CreateDynamicObject(18020, 1985.099609375, 3817.8994140625, 121.30000305176, 0, 0, 0);
  665. CreateDynamicObject(18553, 1977.1999511719, 3820.6000976563, 120.59999847412, 0, 0, 90);
  666. CreateDynamicObject(2742, 1976.4000244141, 3828.3999023438, 120.5, 0, 0, 0);
  667. CreateDynamicObject(2742, 1977.8000488281, 3828.3999023438, 120.5, 0, 0, 0);
  668. CreateDynamicObject(2514, 1980.0999755859, 3827.8999023438, 119.30000305176, 0, 0, 0);
  669. CreateDynamicObject(2514, 1984.19921875, 3827.8994140625, 119.30000305176, 0, 0, 0);
  670. CreateDynamicObject(1651, 1981.8000488281, 3821.5, 121.59999847412, 0, 0, 90);
  671. CreateDynamicObject(2515, 1979.1999511719, 3821.8999023438, 120.30000152588, 0, 0, 179.99993896484);
  672. CreateDynamicObject(2515, 1980.9000244141, 3821.8999023438, 120.30000152588, 0, 0, 179.99993896484);
  673. CreateDynamicObject(2515, 1982.5999755859, 3821.8999023438, 120.30000152588, 0, 0, 179.99993896484);
  674. CreateDynamicObject(2515, 1984.1999511719, 3821.8999023438, 120.30000152588, 0, 0, 179.99993896484);
  675. CreateDynamicObject(1359, 1975.5999755859, 3824.8000488281, 120, 0, 0, 0);
  676. CreateDynamicObject(2740, 1977.5999755859, 3824.8000488281, 123.20000305176, 0, 0, 0);
  677. CreateDynamicObject(2740, 1982.1999511719, 3824.8000488281, 123.20000305176, 0, 0, 0);
  678. CreateDynamicObject(2514, 1982.1999511719, 3827.8999023438, 119.30000305176, 0, 0, 0);
  679. CreateDynamicObject(2674, 1976.5, 3825.3999023438, 119.40000000000, 0, 0, 0);
  680. CreateDynamicObject(2959, 1977.3000488281, 3820.6999511719, 119.30000305176, 0, 0, 92);
  681. //==============================//
  682. LoadBots(27);
  683. //==============================//
  684. new vehicleid = 0;
  685. BotBus = AddStaticVehicleEx(431,1172.5,-1795.5,13.1,0.0, -1, -1, -1);
  686. Iter_Add(VehicleIterator, BotBus);
  687. vehicleid++;
  688. VehicleInfo[vehicleid][vType] = VEHICLE_NPC;
  689. BotBus2 = AddStaticVehicleEx(431,1181.4955,-1798.0479,13.5006,359.7428, -1, -1, -1);
  690. Iter_Add(VehicleIterator, BotBus2);
  691. vehicleid++;
  692. VehicleInfo[vehicleid][vType] = VEHICLE_NPC;
  693. BotTrain = AddStaticVehicleEx(538,-1942.0443,183.1388,25.5979,354.8794, -1, -1, -1);
  694. Iter_Add(VehicleIterator, BotTrain);
  695. vehicleid++;
  696. VehicleInfo[vehicleid][vType] = VEHICLE_NPC;
  697. //==============================//
  698. CreateDynamicObject(14707, 174.87781, 1036.07092, 1087.60156, 0.00000, 0.00000, 0.00000);
  699. CreateDynamicObject(14706, 169.95920, 1073.26526, 1086.41406, 0.00000, 0.00000, 0.00000);
  700. CreateDynamicObject(14708, 169.74890, 1110.48401, 1081.75781, 0.00000, 0.00000, 0.00000);
  701. CreateDynamicObject(14709, 174.19640, 1149.38599, 1083.07813, 0.00000, 0.00000, 0.00000);
  702. CreateDynamicObject(14702, 177.55659, 1195.64001, 1083.55469, 0.00000, 0.00000, 0.00000);
  703. CreateDynamicObject(14717, 191.18829, 1246.07153, 1082.87500, 0.00000, 0.00000, 0.00000);
  704. CreateDynamicObject(14718, 196.21069, 1291.82104, 1081.13281, 0.00000, 0.00000, 0.00000);
  705. CreateDynamicObject(1498, 198.44960, 1286.94189, 1081.12500, 0.00000, 0.00000, 0.00000);
  706. CreateDynamicObject(14713, 281.33170, 1288.27783, 1081.06250, 0.00000, 0.00000, 0.00000);
  707. CreateDynamicObject(1498, 285.73318, 1283.34888, 1079.24219, 0.00000, 0.00000, 0.00000);
  708. CreateDynamicObject(1504, 179.51010, 1182.07446, 1079.24219, 0.00000, 0.00000, 0.00000);
  709. CreateDynamicObject(14712, 277.64581, 1243.54004, 1084.82813, 0.00000, 0.00000, 0.00000);
  710. CreateDynamicObject(1498, 279.86829, 1236.06128, 1083.23438, 0.00000, 0.00000, 0.00000);
  711. CreateDynamicObject(14735, 335.05939, 1097.21899, 1084.50781, 0.00000, 0.00000, 0.00000);
  712. CreateDynamicObject(1506, 317.86075, 1089.82190, 1082.87500, 0.00000, 0.00000, 0.00000);
  713. CreateDynamicObject(14701, 447.53830, 1375.83630, 1085.37500, 0.00000, 0.00000, 0.00000);
  714. CreateDynamicObject(1506, 446.41049, 1365.51282, 1083.28125, 0.00000, 0.00000, 0.00000);
  715. CreateDynamicObject(14710, 366.75101, 1390.73669, 1081.84375, 0.00000, 0.00000, 0.00000);
  716. CreateDynamicObject(1498, 376.31805, 1388.21362, 1080.33594, 0.00000, 0.00000, -90.00000);
  717. CreateDynamicObject(14711, 379.57111, 1490.79077, 1080.78906, 0.00000, 0.00000, 0.00000);
  718. CreateDynamicObject(1498, 388.59576, 1497.48376, 1079.18750, 0.00000, 0.00000, 90.00000);
  719. CreateDynamicObject(14700, 328.07330, 1504.87341, 1084.93750, 0.00000, 0.00000, 1.00000);
  720. CreateDynamicObject(1498, 327.33502, 1500.80908, 1083.42188, 0.00000, 0.00000, 0.00000);
  721. CreateDynamicObject(14714, 296.10681, 1508.02417, 1081.06250, 0.00000, 0.00000, 0.00000);
  722. CreateDynamicObject(1498, 295.30179, 1499.93530, 1079.24219, 0.00000, 0.00000, 0.00000);
  723. CreateDynamicObject(14758, 138.90581, 1397.44202, 1084.73438, 0.00000, 0.00000, 0.00000);
  724. CreateDynamicObject(1506, 138.18007, 1397.40491, 1082.85156, 0.00000, 0.00000, 0.00000);
  725. CreateDynamicObject(1506, 139.66309, 1397.39832, 1082.85156, 0.00000, 0.00000, 0.00000);
  726. CreateDynamicObject(14754, 87.29930, 1370.05273, 1086.80469, 0.00000, 0.00000, 0.00000);
  727. CreateDynamicObject(1506, 83.84470, 1360.93469, 1082.85156, 0.00000, 0.00000, 0.00000);
  728. CreateDynamicObject(14750, 28.27150, 1369.84290, 1089.87500, 0.00000, 0.00000, 0.00000);
  729. CreateDynamicObject(1506, 24.21820, 1360.52332, 1083.35938, 0.00000, 0.00000, 0.00000);
  730. CreateDynamicObject(14748, 24.62030, 1435.22766, 1085.42969, 0.00000, 0.00000, 0.00000);
  731. CreateDynamicObject(1506, 29.69045, 1432.93274, 1083.44531, 0.00000, 0.00000, 90.00000);
  732. CreateDynamicObject(14755, -49.70260, 1329.40198, 1080.46094, 0.00000, 0.00000, 0.00000);
  733. CreateDynamicObject(1498, -51.41667, 1336.62134, 1079.20313, 0.00000, 0.00000, 0.00000);
  734. CreateDynamicObject(14760, -264.42328, 1427.42188, 1085.36719, 356.85840, 0.00000, 3.14159);
  735. CreateDynamicObject(1498, -260.51907, 1435.39172, 1083.35938, 356.85840, 0.00000, -1.57080);
  736. CreateDynamicObject(14383, 2828.17456, -1186.24255, 1026.32031, 0.00000, 0.00000, 0.00000);
  737. CreateDynamicObject(1498, 2817.65137, -1192.08936, 1024.56250, 0.00000, 0.00000, 0.00000);
  738. CreateDynamicObject(1498, 194.08826, 1240.97742, 1081.12500, 0.00000, 0.00000, -90.00000);
  739. CreateDynamicObject(14756, -41.33810, 1429.09338, 1085.42969, 0.00000, 0.00000, 0.00000);
  740. CreateDynamicObject(1506, -40.63531, 1428.35303, 1083.42969, 0.00000, 0.00000, 90.00000);
  741. CreateDynamicObject(15058, 2350.58325, -1012.78284, 1053.14844, 0.00000, 0.00000, 0.00000);
  742. CreateDynamicObject(1506, 2346.02856, -1021.87158, 1049.20313, 0.00000, 0.00000, 0.00000);
  743. CreateDynamicObject(15046, 2355.83594, -1082.76086, 1049.27344, 0.00000, 0.00000, 0.00000);
  744. CreateDynamicObject(1498, 2355.09424, -1075.42505, 1048.01563, 0.00000, 0.00000, 0.00000);
  745. CreateDynamicObject(15059, 2315.71826, -1118.69446, 1053.28906, 0.00000, 0.00000, 0.00000);
  746. CreateDynamicObject(15048, 2315.70654, -1118.68518, 1053.28906, 0.00000, 0.00000, 0.00000);
  747. CreateDynamicObject(1506, 2323.12793, -1123.75964, 1049.68750, 0.00000, 0.00000, 0.00000);
  748. CreateDynamicObject(1506, 2324.63062, -1123.75928, 1049.68750, 0.00000, 0.00000, 0.00000);
  749. CreateDynamicObject(15053, 2261.07544, -1063.65686, 1049.27344, 0.00000, 0.00000, 0.00000);
  750. CreateDynamicObject(1535, 2260.29932, -1067.17017, 1048.01563, 0.00000, 0.00000, 0.00000);
  751. CreateDynamicObject(15033, 2205.73657, -1057.75330, 1049.47656, 0.00000, 0.00000, 0.00000);
  752. CreateDynamicObject(1535, 2218.36890, -1060.65369, 1049.46875, 0.00000, 0.00000, -90.00000);
  753. CreateDynamicObject(15034, 2254.58618, -1111.21692, 1051.62500, 0.00000, 0.00000, 0.00000);
  754. CreateDynamicObject(1535, 2254.24072, -1115.80396, 1049.86719, 0.00000, 0.00000, 0.00000);
  755. CreateDynamicObject(15041, 2162.71191, -1212.98779, 1050.02344, 0.00000, 0.00000, 0.00000);
  756. CreateDynamicObject(1506, 2153.26831, -1208.13904, 1048.01563, 0.00000, 0.00000, 0.00000);
  757. CreateDynamicObject(15054, 2230.85815, -1233.84460, 1050.02344, 0.00000, 0.00000, 0.00000);
  758. CreateDynamicObject(1506, 2243.38989, -1225.81567, 1046.55469, 0.00000, 0.00000, 90.00000);
  759. CreateDynamicObject(15042, 2310.78174, -1229.65210, 1050.02344, 0.00000, 0.00000, 0.00000);
  760. CreateDynamicObject(1501, 2304.97632, -1230.23499, 1048.01563, 0.00000, 0.00000, 0.00000);
  761. CreateDynamicObject(1567, 2315.62549, -1230.22070, 1048.03125, 0.00000, 0.00000, 0.00000);
  762. CreateDynamicObject(15031, 2280.99146, -1119.94373, 1049.89844, 0.00000, 0.00000, 0.00000);
  763. CreateDynamicObject(1535, 2283.22827, -1124.83655, 1049.89063, 0.00000, 0.00000, 0.00000);
  764. CreateDynamicObject(15029, 2268.13843, -1151.73218, 1051.38281, 0.00000, 0.00000, 0.00000);
  765. CreateDynamicObject(1535, 2262.53687, -1150.85754, 1049.62500, 0.00000, 0.00000, 90.00000);
  766. //==============================//
  767.  
  768. // LSFD Garage
  769. new pil = CreateDynamicObject(18980, 1108.18518, -1309.90686, 10.56760, 0.00000, 0.00000, 0.00000);
  770. SetDynamicObjectMaterial(pil, 0, 6148, "gazlaw2", "ws_carpark2");
  771. pil = CreateDynamicObject(18980, 1136.47100, -1309.90950, 10.56960, 0.00000, 0.00000, 0.00000);
  772. SetDynamicObjectMaterial(pil, 0, 6148, "gazlaw2", "ws_carpark2");
  773. pil = CreateDynamicObject(18980, 1136.46750, -1291.45349, 7.04690, 0.00000, 0.00000, 0.00000);
  774. SetDynamicObjectMaterial(pil, 0, 6148, "gazlaw2", "ws_carpark2");
  775. pil = CreateDynamicObject(18980, 1108.17725, -1291.45361, 10.56760, 0.00000, 0.00000, 0.00000);
  776. SetDynamicObjectMaterial(pil, 0, 6148, "gazlaw2", "ws_carpark2");
  777.  
  778. new ceiling = CreateDynamicObject(19377, 1112.78064, -1295.89685, 16.9740, 0.00000, 90.00000, 0.00000);
  779. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  780. ceiling = CreateDynamicObject(19377, 1123.28125, -1295.89685, 16.9740, 0.00000, 90.00000, 0.00000);
  781. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  782. ceiling = CreateDynamicObject(19377, 1131.58313, -1295.89795, 16.9730, 0.00000, 90.00000, 0.00000);
  783. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  784. ceiling = CreateDynamicObject(19377, 1112.78064, -1305.53064, 16.9740, 0.00000, 90.00000, 0.00000);
  785. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  786. ceiling = CreateDynamicObject(19377, 1123.28125, -1305.53064, 16.9740, 0.00000, 90.00000, 0.00000);
  787. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  788. ceiling = CreateDynamicObject(19377, 1131.58313, -1305.53064, 16.9730, 0.00000, 90.00000, 0.00000);
  789. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  790.  
  791. ceiling = CreateDynamicObject(19377, 1142.08362, -1295.84839, 19.46020, 0.00000, 90.00000, 0.00000);
  792. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  793. ceiling = CreateDynamicObject(19377, 1152.58484, -1295.84839, 19.46020, 0.00000, 90.00000, 0.00000);
  794. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  795.  
  796. ceiling = CreateDynamicObject(19377, 1142.08362, -1295.84839, 22.97855, 0.00000, 90.00000, 0.00000);
  797. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  798. ceiling = CreateDynamicObject(19377, 1152.58533, -1295.84839, 22.97860, 0.00000, 90.00000, 0.00000);
  799. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  800. ceiling = CreateDynamicObject(19377, 1131.58313, -1295.84839, 22.97850, 0.00000, 90.00000, 0.00000);
  801. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  802. ceiling = CreateDynamicObject(19377, 1131.58313, -1305.53064, 22.97850, 0.00000, 90.00000, 0.00000);
  803. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  804. ceiling = CreateDynamicObject(19377, 1123.28125, -1295.89685, 22.97950, 0.00000, 90.00000, 0.00000);
  805. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  806. ceiling = CreateDynamicObject(19377, 1123.28125, -1305.53064, 22.97950, 0.00000, 90.00000, 0.00000);
  807. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  808. ceiling = CreateDynamicObject(19377, 1112.93665, -1295.89685, 22.97750, 0.00000, 90.00000, 0.00000);
  809. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  810. ceiling = CreateDynamicObject(19377, 1112.93665, -1305.53064, 22.97750, 0.00000, 90.00000, 0.00000);
  811. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  812.  
  813. new wall = CreateDynamicObject(19364, 1135.35376, -1291.04395, 12.03890, 0.00000, 0.00000, 90.00000);
  814. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  815. wall = CreateDynamicObject(19437, 1128.41492, -1291.04395, 12.03890, 0.00000, 0.00000, 90.00000);
  816. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  817. wall = CreateDynamicObject(19437, 1122.27747, -1291.04395, 12.03890, 0.00000, 0.00000, 90.00000);
  818. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  819. wall = CreateDynamicObject(19437, 1116.14490, -1291.04395, 12.03890, 0.00000, 0.00000, 90.00000);
  820. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  821. wall = CreateDynamicObject(19364, 1109.23291, -1291.04395, 12.03890, 0.00000, 0.00000, 90.00000);
  822. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  823. wall = CreateDynamicObject(19456, 1132.14819, -1310.31580, 12.03890, 0.00000, 0.00000, 90.00000);
  824. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  825. wall = CreateDynamicObject(19456, 1122.51501, -1310.31580, 12.03890, 0.00000, 0.00000, 90.00000);
  826. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  827. wall = CreateDynamicObject(19456, 1112.88306, -1310.31580, 12.03890, 0.00000, 0.00000, 90.00000);
  828. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  829. wall = CreateDynamicObject(19456, 1136.87744, -1295.77405, 12.03890, 0.00000, 0.00000, 0.00000);
  830. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  831. wall = CreateDynamicObject(19456, 1136.87744, -1305.40784, 12.03890, 0.00000, 0.00000, 0.00000);
  832. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  833.  
  834. FDgate[0] = CreateDynamicObject(13028, 1113.08313, -1291.09326, 14.22350, 0.00000, 0.00000, 90.00000); //GARAGE DOORS
  835. SetDynamicObjectMaterial(FDgate[0], 0, 11008, "firehouse_sfse", "ws_rollerdoor_fire");
  836. FDgate[1] = CreateDynamicObject(13028, 1119.20618, -1291.09326, 14.22350, 0.00000, 0.00000, 90.00000);
  837. SetDynamicObjectMaterial(FDgate[1], 0, 11008, "firehouse_sfse", "ws_rollerdoor_fire");
  838. FDgate[2] = CreateDynamicObject(13028, 1125.34387, -1291.09326, 14.22350, 0.00000, 0.00000, 90.00000);
  839. SetDynamicObjectMaterial(FDgate[2], 0, 11008, "firehouse_sfse", "ws_rollerdoor_fire");
  840. FDgate[3] = CreateDynamicObject(13028, 1131.47961, -1291.09326, 14.22350, 0.00000, 0.00000, 90.00000);
  841. SetDynamicObjectMaterial(FDgate[3], 0, 11008, "firehouse_sfse", "ws_rollerdoor_fire");
  842.  
  843. wall = CreateDynamicObject(19364, 1109.23486, -1291.04590, 14.29790, 0.00000, 0.00000, 90.00000); //MID WALLS
  844. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  845. wall = CreateDynamicObject(19364, 1135.35583, -1291.04590, 14.29790, 0.00000, 0.00000, 90.00000);
  846. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  847.  
  848. wall = CreateDynamicObject(19393, 1135.16870, -1302.35144, 14.29790, 0.00000, 0.00000, 90.00000); //DOOR FRAMES
  849. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  850. wall = CreateDynamicObject(19393, 1122.32434, -1302.35144, 14.29790, 0.00000, 0.00000, 90.00000);
  851. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  852. wall = CreateDynamicObject(19393, 1109.48010, -1302.35144, 14.29790, 0.00000, 0.00000, 90.00000);
  853. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  854.  
  855. wall = CreateDynamicObject(19364, 1136.87585, -1292.95190, 14.29790, 0.00000, 0.00000, 0.00000);
  856. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  857. wall = CreateDynamicObject(19364, 1136.87585, -1296.16321, 14.29790, 0.00000, 0.00000, 0.00000);
  858. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  859. wall = CreateDynamicObject(19364, 1136.87585, -1299.37366, 14.29790, 0.00000, 0.00000, 0.00000);
  860. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  861. wall = CreateDynamicObject(19364, 1136.87695, -1302.03369, 14.29790, 0.00000, 0.00000, 0.00000);
  862. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  863. wall = CreateDynamicObject(19364, 1136.87585, -1305.24524, 14.29790, 0.00000, 0.00000, 0.00000);
  864. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  865. wall = CreateDynamicObject(19364, 1136.87585, -1308.45581, 14.29790, 0.00000, 0.00000, 0.00000);
  866. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  867.  
  868. wall = CreateDynamicObject(19437, 1116.14685, -1291.04590, 14.29790, 0.00000, 0.00000, 90.00000); //SMALL WALLS
  869. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  870. wall = CreateDynamicObject(19437, 1122.27954, -1291.04590, 14.29790, 0.00000, 0.00000, 90.00000);
  871. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  872. wall = CreateDynamicObject(19437, 1128.41687, -1291.04590, 14.29790, 0.00000, 0.00000, 90.00000);
  873. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  874.  
  875.  
  876. wall = CreateDynamicObject(19456, 1128.74646, -1302.35144, 14.29790, 0.00000, 0.00000, 90.00000); //LONG WALLS
  877. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  878. wall = CreateDynamicObject(19456, 1115.90234, -1302.35144, 14.29790, 0.00000, 0.00000, 90.00000);
  879. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  880.  
  881. wall = CreateDynamicObject(19456, 1132.14819, -1310.31384, 14.29790, 0.00000, 0.00000, 90.00000);
  882. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  883. wall = CreateDynamicObject(19456, 1122.51501, -1310.31384, 14.29790, 0.00000, 0.00000, 90.00000);
  884. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  885. wall = CreateDynamicObject(19456, 1112.88306, -1310.31384, 14.29790, 0.00000, 0.00000, 90.00000);
  886. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  887.  
  888. wall = CreateDynamicObject(19456, 1131.43396, -1291.04590, 17.79770, 0.00000, 0.00000, 90.00000);
  889. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  890. wall = CreateDynamicObject(19456, 1136.87585, -1295.77405, 17.79770, 0.00000, 0.00000, 0.00000);
  891. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  892. wall = CreateDynamicObject(19456, 1136.87585, -1305.40576, 17.79770, 0.00000, 0.00000, 0.00000);
  893. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  894. wall = CreateDynamicObject(19456, 1132.14819, -1310.31384, 17.79770, 0.00000, 0.00000, 90.00000);
  895. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  896. wall = CreateDynamicObject(19456, 1122.51501, -1310.31384, 17.79770, 0.00000, 0.00000, 90.00000);
  897. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  898. wall = CreateDynamicObject(19456, 1112.88306, -1310.31384, 17.79770, 0.00000, 0.00000, 90.00000);
  899. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  900. wall = CreateDynamicObject(19456, 1121.79956, -1291.04590, 17.79770, 0.00000, 0.00000, 90.00000);
  901. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  902. wall = CreateDynamicObject(19456, 1112.16492, -1291.04590, 17.79770, 0.00000, 0.00000, 90.00000);
  903. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  904.  
  905. wall = CreateDynamicObject(19456, 1112.49536, -1291.04590, 21.29580, 0.00000, 0.00000, 90.00000);
  906. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  907. wall = CreateDynamicObject(19456, 1122.12927, -1291.04590, 21.29580, 0.00000, 0.00000, 90.00000);
  908. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  909. wall = CreateDynamicObject(19456, 1131.76196, -1291.04590, 21.29580, 0.00000, 0.00000, 90.00000);
  910. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  911. wall = CreateDynamicObject(19456, 1141.60535, -1300.57764, 21.29580, 0.00000, 0.00000, 90.00000);
  912. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  913. wall = CreateDynamicObject(19456, 1151.23730, -1300.57764, 21.29580, 0.00000, 0.00000, 90.00000);
  914. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  915. wall = CreateDynamicObject(19456, 1132.42261, -1291.04492, 21.29680, 0.00000, 0.00000, 90.00000);
  916. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  917. wall = CreateDynamicObject(19456, 1107.78125, -1296.69153, 21.29580, 0.00000, 0.00000, 0.00000);
  918. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  919. wall = CreateDynamicObject(19456, 1107.78135, -1305.57070, 21.29580, 0.00000, 0.00000, 0.00000);
  920. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  921. wall = CreateDynamicObject(19456, 1136.87585, -1305.40576, 21.29580, 0.00000, 0.00000, 0.00000);
  922. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  923. wall = CreateDynamicObject(19456, 1132.14819, -1310.31384, 21.29580, 0.00000, 0.00000, 90.00000);
  924. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  925. wall = CreateDynamicObject(19456, 1122.51501, -1310.31384, 21.29580, 0.00000, 0.00000, 90.00000);
  926. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  927. wall = CreateDynamicObject(19456, 1112.88306, -1310.31384, 21.29580, 0.00000, 0.00000, 90.00000);
  928. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  929. wall = CreateDynamicObject(19456, 1142.05615, -1291.04492, 21.29680, 0.00000, 0.00000, 90.00000);
  930. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  931. wall = CreateDynamicObject(19456, 1151.68945, -1291.04492, 21.29680, 0.00000, 0.00000, 90.00000);
  932. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  933.  
  934. new window = CreateDynamicObject(19466, 1131.60425, -1290.95496, 17.75000, 0.00000, 0.00000, 90.00000);
  935. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  936. window = CreateDynamicObject(19466, 1125.37219, -1290.95496, 17.75000, 0.00000, 0.00000, 90.00000);
  937. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  938. window = CreateDynamicObject(19466, 1119.34021, -1290.95496, 17.75000, 0.00000, 0.00000, 90.00000);
  939. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  940. window = CreateDynamicObject(19466, 1113.07617, -1290.95496, 17.75000, 0.00000, 0.00000, 90.00000);
  941. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  942. window = CreateDynamicObject(19466, 1113.07617, -1290.95496, 21.22663, 0.00000, 0.00000, 90.00000);
  943. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  944. window = CreateDynamicObject(19466, 1119.34021, -1290.95496, 21.22660, 0.00000, 0.00000, 90.00000);
  945. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  946. window = CreateDynamicObject(19466, 1125.37219, -1290.95496, 21.22660, 0.00000, 0.00000, 90.00000);
  947. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  948. window = CreateDynamicObject(19466, 1131.60425, -1290.95496, 21.22660, 0.00000, 0.00000, 90.00000);
  949. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  950.  
  951. window = CreateDynamicObject(19466, 1131.60425, -1310.4050, 17.75000, 0.00000, 0.00000, 90.00000);
  952. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  953. window = CreateDynamicObject(19466, 1125.37219, -1310.4050, 17.75000, 0.00000, 0.00000, 90.00000);
  954. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  955. window = CreateDynamicObject(19466, 1119.34021, -1310.4050, 17.75000, 0.00000, 0.00000, 90.00000);
  956. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  957. window = CreateDynamicObject(19466, 1113.07617, -1310.4050, 17.75000, 0.00000, 0.00000, 90.00000);
  958. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  959. window = CreateDynamicObject(19466, 1113.07617, -1310.4050, 21.22663, 0.00000, 0.00000, 90.00000);
  960. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  961. window = CreateDynamicObject(19466, 1119.34021, -1310.4050, 21.22660, 0.00000, 0.00000, 90.00000);
  962. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  963. window = CreateDynamicObject(19466, 1125.37219, -1310.4050, 21.22660, 0.00000, 0.00000, 90.00000);
  964. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  965. window = CreateDynamicObject(19466, 1131.60425, -1310.4050, 21.22660, 0.00000, 0.00000, 90.00000);
  966. SetDynamicObjectMaterial(window, 0, 5708, "hospital_lawn", "newindow4");
  967.  
  968. CreateDynamicObject(1569, 1136.91919, -1296.26501, 12.54840, 0.00000, 0.00000, 90.00000);
  969. CreateDynamicObject(1569, 1136.91406, -1305.83350, 12.54840, 0.00000, 0.00000, 90.00000);
  970. CreateDynamicObject(1569, 1121.66602, -1310.35815, 12.54840, 0.00000, 0.00000, 0.00000);
  971.  
  972. CreateDynamicObject(2653, 1140.81299, -1295.47607, 18.90623, 180.00000, 0.00000, 90.00000);
  973. CreateDynamicObject(2653, 1147.53662, -1295.47705, 18.90720, 180.00000, 0.00000, 90.00000);
  974. CreateDynamicObject(930, 1113.49792, -1301.88672, 12.98650, 0.00000, 0.00000, 0.00000);
  975. CreateDynamicObject(930, 1114.64111, -1301.95862, 12.98650, 0.00000, 0.00000, 0.00000);
  976. CreateDynamicObject(925, 1135.86389, -1296.73596, 13.51612, 0.00000, 0.00000, 90.00000);
  977.  
  978. CreateDynamicObject(19425, 1113.23279, -1298.83386, 12.56440, 0.00000, 0.00000, 0.00000);
  979. CreateDynamicObject(19425, 1119.24084, -1298.83386, 12.56440, 0.00000, 0.00000, 0.00000);
  980. CreateDynamicObject(19425, 1125.48328, -1298.83386, 12.56440, 0.00000, 0.00000, 0.00000);
  981. CreateDynamicObject(19425, 1131.52429, -1298.83386, 12.56440, 0.00000, 0.00000, 0.00000);
  982. CreateDynamicObject(1533, 1121.55444, -1302.33081, 12.56780, 0.00000, 0.00000, 0.00000);
  983. CreateDynamicObject(1533, 1134.39111, -1302.32007, 12.56780, 0.00000, 0.00000, 0.00000);
  984. CreateDynamicObject(1533, 1108.69934, -1302.34717, 12.56780, 0.00000, 0.00000, 0.00000);
  985. CreateDynamicObject(19393, 1106.27039, -1302.35278, 14.29790, 0.00000, 0.00000, 90.00000);
  986. CreateDynamicObject(19377, 1121.11536, -1301.89697, 16.16090, 10.00000, 90.00000, 0.00000);
  987. CreateDynamicObject(19377, 1131.61499, -1301.89697, 16.16090, 10.00000, 90.00000, 0.00000);
  988. CreateDynamicObject(19377, 1110.61462, -1301.89697, 16.16090, 10.00000, 90.00000, 0.00000);
  989. CreateDynamicObject(18980, 1136.41040, -1302.76160, 7.04690, 0.00000, 0.00000, 0.00000);
  990. CreateDynamicObject(18980, 1108.14856, -1302.76013, 7.04690, 0.00000, 0.00000, 0.00000);
  991. CreateDynamicObject(2400, 1129.79028, -1302.28699, 12.56880, 0.00000, 0.00000, 180.00000);
  992. CreateDynamicObject(19331, 1129.84827, -1302.08008, 14.62820, -5.00000, 270.00000, 0.00000);
  993. CreateDynamicObject(19331, 1129.28711, -1302.09412, 14.62820, -5.00000, 270.00000, 0.00000);
  994. CreateDynamicObject(19331, 1128.74683, -1302.08899, 14.62820, -5.00000, 270.00000, 0.00000);
  995. CreateDynamicObject(19331, 1128.12622, -1302.08350, 14.62820, -5.00000, 270.00000, 0.00000);
  996. CreateDynamicObject(19331, 1127.54639, -1302.05969, 14.62820, -5.00000, 270.00000, 0.00000);
  997. CreateDynamicObject(19331, 1126.88611, -1302.05603, 14.62820, -5.00000, 270.00000, 0.00000);
  998. CreateDynamicObject(2690, 1125.92822, -1302.17346, 12.92600, 0.00000, 0.00000, 0.00000);
  999. CreateDynamicObject(2690, 1125.67920, -1302.12915, 12.92600, 0.00000, 0.00000, 50.00000);
  1000. CreateDynamicObject(2690, 1125.38989, -1301.94946, 12.92600, 0.00000, 0.00000, 180.00000);
  1001. CreateDynamicObject(2961, 1135.51270, -1302.25757, 15.79564, 0.00000, 0.00000, 180.00000);
  1002. CreateDynamicObject(1613, 1136.79321, -1299.57593, 13.93944, 0.00000, 0.00000, 0.00000);
  1003.  
  1004. wall = CreateDynamicObject(18981, 1131.14417, -1334.98096, 6.83158, 0.00000, 0.00000, 0.00000);
  1005. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  1006. wall = CreateDynamicObject(18981, 1119.14380, -1322.97925, 6.83160, 0.00000, 0.00000, 90.00000);
  1007. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  1008. wall = CreateDynamicObject(18981, 1093.51697, -1334.98096, 6.83160, 0.00000, 0.00000, 0.00000);
  1009. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  1010. wall = CreateDynamicObject(18981, 1105.51892, -1322.97949, 6.83160, 0.00000, 0.00000, 90.00000);
  1011. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_rotnbrik");
  1012. ceiling = CreateDynamicObject(18981, 1119.13989, -1334.98083, 18.83430, 0.00000, 90.00000, 0.00000);
  1013. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  1014. ceiling = CreateDynamicObject(18981, 1105.51978, -1334.98083, 18.83660, 0.00000, 90.00000, 0.00000);
  1015. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  1016.  
  1017. new gate = CreateDynamicObject(13028, 1126.94568, -1322.57080, 14.22350, 0.00000, 0.00000, 90.00000);
  1018. SetDynamicObjectMaterial(gate, 0, 11008, "firehouse_sfse", "ws_rollerdoor_fire");
  1019. gate = CreateDynamicObject(13028, 1117.38416, -1322.57227, 14.22350, 0.00000, 0.00000, 90.00000);
  1020. SetDynamicObjectMaterial(gate, 0, 11008, "firehouse_sfse", "ws_rollerdoor_fire");
  1021. gate = CreateDynamicObject(13028, 1097.67126, -1322.57434, 14.22350, 0.00000, 0.00000, 90.00000);
  1022. SetDynamicObjectMaterial(gate, 0, 11008, "firehouse_sfse", "ws_rollerdoor_fire");
  1023. gate = CreateDynamicObject(13028, 1107.38000, -1322.57532, 14.22350, 0.00000, 0.00000, 90.00000);
  1024. SetDynamicObjectMaterial(gate, 0, 11008, "firehouse_sfse", "ws_rollerdoor_fire");
  1025. CreateDynamicObject(3928, 1121.70593, -1334.90686, 19.33150, 0.00000, 0.00000, 90.00000);
  1026. CreateDynamicObject(3928, 1103.90723, -1334.90686, 19.33150, 0.00000, 0.00000, 90.00000);
  1027. ceiling = CreateDynamicObject(18980, 1131.09937, -1335.01978, 19.82440, 0.00000, 90.00000, 90.00000);
  1028. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  1029. ceiling = CreateDynamicObject(18980, 1119.09888, -1323.01660, 19.82400, 0.00000, 90.00000, 0.00000);
  1030. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  1031. ceiling = CreateDynamicObject(18980, 1105.54736, -1323.01855, 19.82440, 0.00000, 90.00000, 0.00000);
  1032. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  1033. ceiling = CreateDynamicObject(18980, 1093.54663, -1335.01868, 19.82400, 0.00000, 90.00000, 90.00000);
  1034. SetDynamicObjectMaterial(ceiling, 0, 6148, "gazlaw2", "ws_carpark2");
  1035.  
  1036. wall = CreateDynamicObject(19456, 1131.55798, -1336.93152, 12.03890, 0.00000, 0.00000, 0.00000);
  1037. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  1038. wall = CreateDynamicObject(19456, 1131.55798, -1327.29785, 12.03890, 0.00000, 0.00000, 0.00000);
  1039. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  1040. wall = CreateDynamicObject(19456, 1126.82861, -1322.56445, 12.03850, 0.00000, 0.00000, 90.00000);
  1041. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  1042. wall = CreateDynamicObject(19456, 1117.19531, -1322.56445, 12.03890, 0.00000, 0.00000, 90.00000);
  1043. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  1044. wall = CreateDynamicObject(19456, 1107.56067, -1322.56445, 12.03890, 0.00000, 0.00000, 90.00000);
  1045. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  1046. wall = CreateDynamicObject(19456, 1097.92639, -1322.56445, 12.03890, 0.00000, 0.00000, 90.00000);
  1047. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  1048. wall = CreateDynamicObject(19456, 1093.09680, -1327.29260, 12.03840, 0.00000, 0.00000, 0.00000);
  1049. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  1050. wall = CreateDynamicObject(19456, 1093.09680, -1336.92578, 12.03890, 0.00000, 0.00000, 0.00000);
  1051. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  1052. wall = CreateDynamicObject(19456, 1131.55798, -1346.56494, 12.03890, 0.00000, 0.00000, 0.00000);
  1053. SetDynamicObjectMaterial(wall, 0, 4193, "lanblokb2", "sl_lavicdtwall1");
  1054.  
  1055. CreateDynamicObject(1569, 1121.28906, -1322.52942, 12.54840, 0.00000, 0.00000, 0.00000);
  1056. CreateDynamicObject(1569, 1131.60278, -1328.14966, 12.54840, 0.00000, 0.00000, 90.00000);
  1057.  
  1058. wall = CreateDynamicObject(19911, 1133.80334, -1302.96619, 14.41510, 0.00000, 0.00000, 90.00000);
  1059. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  1060. wall = CreateDynamicObject(19911, 1084.95190, -1350.23352, 14.41508, 0.00000, 0.00000, 90.00000);
  1061. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  1062. wall = CreateDynamicObject(19911, 1153.08264, -1302.96667, 14.41510, 0.00000, 0.00000, 90.00000);
  1063. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  1064. wall = CreateDynamicObject(19911, 1143.44312, -1302.96680, 9.4960, 0.00000, 0.00000, 90.00000);
  1065. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  1066.  
  1067. wall = CreateDynamicObject(19911, 1134.69861, -1347.17188, 14.41510, 0.00000, 0.00000, 90.00000);
  1068. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  1069. wall = CreateDynamicObject(19911, 1145.69226, -1341.96985, 14.41510, 0.00000, 0.00000, 0.00000);
  1070. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  1071. pil = CreateDynamicObject(18980, 1139.52759, -1347.16284, 5.17810, 0.00000, 0.00000, 0.00000);
  1072. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  1073. pil = CreateDynamicObject(18980, 1145.72388, -1347.16284, 5.17810, 0.00000, 0.00000, 0.00000);
  1074. SetDynamicObjectMaterial(wall, 0, 6148, "gazlaw2", "ws_carpark2");
  1075.  
  1076. FDgate[4] = CreateDynamicObject(19912, 1146.03723, -1347.17029, 14.76867, 0.00000, 0.00000, 0.00000); // Southern gate
  1077. FDgate[5] = CreateDynamicObject(19912, 1149.23816, -1302.95166, 14.76867, 0.00000, 0.00000, 0.00000); // Northern gate
  1078.  
  1079. pil = CreateDynamicObject(18980, 1148.76147, -1302.97534, 5.17810, 0.00000, 0.00000, 0.00000);
  1080. SetDynamicObjectMaterial(pil, 0, 6148, "gazlaw2", "ws_carpark2");
  1081. pil = CreateDynamicObject(18980, 1138.12476, -1302.97534, 5.17810, 0.00000, 0.00000, 0.00000);
  1082. SetDynamicObjectMaterial(pil, 0, 6148, "gazlaw2", "ws_carpark2");
  1083.  
  1084. new fd = CreateDynamicObject(19482, 1142.9996, -1290.9468, 21.2863, 0.0000, 0.0000, 90);
  1085. SetDynamicObjectMaterialText(fd, 0, "FIRE DEPARTMENT", 70, "Arial", 24, 1, -1, 0, 1);
  1086.  
  1087. new one = CreateDynamicObject(19483, 1131.4909, -1290.9495, 16.3251, 0.0000, 0.0000, 90);
  1088. SetDynamicObjectMaterialText(one, 0, "1", 50, "Arial", 24, 1, -1, 0, 1);
  1089.  
  1090. new Two = CreateDynamicObject(19483, 1125.3259, -1290.9368, 16.3251, 0.0000, 0.0000, 90);
  1091. SetDynamicObjectMaterialText(Two, 0, "2", 50, "Arial", 24, 1, -1, 0, 1);
  1092.  
  1093. new Three = CreateDynamicObject(19483, 1119.1695, -1290.9447, 16.3251, 0.0000, 0.0000, 90);
  1094. SetDynamicObjectMaterialText(Three, 0, "3", 50, "Arial", 24, 1, -1, 0, 1);
  1095.  
  1096. new Four = CreateDynamicObject(19483, 1113.0732, -1290.9313, 16.3251, 0.0000, 0.0000, 90);
  1097. SetDynamicObjectMaterialText(Four, 0, "4", 50, "Arial", 24, 1, -1, 0, 1);
  1098.  
  1099. // LSFD Garage Doors
  1100. CreateDynamicObject(1569, 1145.41333, -1332.52612, 12.56160, 0.00000, 0.00000, 90.00000);
  1101. CreateDynamicObject(1569, 1145.40674, -1329.52576, 12.56160, 0.00000, 0.00000, 270.00000);
  1102.  
  1103. // Small Garage
  1104. CreateDynamicObject(19463,289.5000000,1080.2002000,1185.5000000,0.0000000,0.0000000,0.0000000); //object(snowover02) (1)
  1105. CreateDynamicObject(19463,284.0000000,1080.2002000,1185.5000000,0.0000000,0.0000000,0.0000000); //object(snowover02) (2)
  1106. CreateDynamicObject(19463,286.7002000,1076.9004000,1185.5000000,0.0000000,0.0000000,90.0000000); //object(snowover02) (3)
  1107. CreateDynamicObject(17951,286.7002000,1084.2002000,1185.7000000,0.0000000,0.0000000,90.0000000); //object(cjgaragedoor) (1)
  1108. CreateDynamicObject(926,288.5000000,1077.8000000,1184.3000000,0.0000000,0.0000000,0.0000000); //object(rubbish_box2) (1)
  1109. CreateDynamicObject(924,285.0000000,1077.8000000,1184.2000000,0.0000000,0.0000000,0.0000000); //object(fruitcrate3) (1)
  1110. CreateDynamicObject(2846,284.7000100,1079.9000000,1184.0000000,0.0000000,0.0000000,0.0000000); //object(gb_bedclothes05) (1)
  1111. CreateDynamicObject(1509,288.1000100,1077.7000000,1184.2000000,0.0000000,0.0000000,0.0000000); //object(dyn_wine_3) (1)
  1112. CreateDynamicObject(1543,285.7000100,1077.8000000,1184.0000000,0.0000000,0.0000000,0.0000000); //object(cj_beer_b_2) (1)
  1113. CreateDynamicObject(1738,284.2999900,1081.0000000,1184.7000000,0.0000000,0.0000000,90.0000000); //object(cj_radiator_old) (1)
  1114. CreateDynamicObject(11289,286.9003900,1077.0000000,1185.9000000,0.0000000,0.0000000,179.9945100); //object(posters) (1)
  1115. CreateDynamicObject(9946,286.0000000,1077.0000000,1183.9000000,0.0000000,0.0000000,0.0000000); //object(pyrground_sfe) (2)
  1116. CreateDynamicObject(1526,289.3999900,1079.9000000,1185.8000000,0.0000000,0.0000000,0.0000000); //object(tag_rifa) (1)
  1117. CreateDynamicObject(19377,286.6000100,1080.3000000,1187.3000000,0.0000000,90.0000000,0.0000000); //object(hosbibal_sfw) (1)
  1118.  
  1119. // Medium Garage
  1120. CreateDynamicObject(9946,595.5996100,1829.5000000,1585.3000000,0.0000000,0.0000000,0.0000000); //object(pyrground_sfe) (1)
  1121. CreateDynamicObject(19456,601.7998000,1834.2002000,1587.2000000,0.0000000,0.0000000,90.0000000); //object(cs_detrok03) (1)
  1122. CreateDynamicObject(19456,602.0996100,1826.4004000,1587.2000000,0.0000000,0.0000000,90.0000000); //object(cs_detrok03) (2)
  1123. CreateDynamicObject(19456,598.2998000,1829.5996000,1587.2000000,0.0000000,0.0000000,0.0000000); //object(cs_detrok03) (3)
  1124. CreateDynamicObject(17951,606.7998000,1829.5000000,1587.3000000,0.0000000,0.0000000,0.0000000); //object(cjgaragedoor) (1)
  1125. CreateDynamicObject(19456,606.7002000,1837.2002000,1587.2000000,0.0000000,0.0000000,0.0000000); //object(cs_detrok03) (devil)
  1126. CreateDynamicObject(1421,602.9003900,1833.7002000,1586.2000000,0.0000000,0.0000000,0.0000000); //object(dyn_boxes) (1)
  1127. CreateDynamicObject(1769,598.9003900,1832.7998000,1585.5000000,0.0000000,0.0000000,47.9992680); //object(low_single_3) (1)
  1128. CreateDynamicObject(2063,602.0996100,1826.7002000,1586.4000000,0.0000000,0.0000000,179.9945100); //object(cj_greenshelves) (1)
  1129. CreateDynamicObject(2063,604.7000100,1826.7000000,1586.4000000,0.0000000,0.0000000,179.9945100); //object(cj_greenshelves) (2)
  1130. CreateDynamicObject(926,605.4003900,1833.5000000,1585.7000000,0.0000000,0.0000000,0.0000000); //object(rubbish_box2) (1)
  1131. CreateDynamicObject(924,602.5000000,1826.7998000,1587.0000000,0.0000000,0.0000000,0.0000000); //object(fruitcrate3) (1)
  1132. CreateDynamicObject(913,598.7998000,1827.2998000,1586.3000000,0.0000000,0.0000000,90.0000000); //object(bust_cabinet_3) (1)
  1133. CreateDynamicObject(2693,600.9003900,1833.7998000,1586.2000000,0.0000000,0.0000000,0.0000000); //object(cj_banner11) (1)
  1134. CreateDynamicObject(2691,598.5000000,1829.7998000,1587.4000000,0.0000000,0.0000000,90.0000000); //object(cj_banner09) (1)
  1135. CreateDynamicObject(19380,601.5000000,1829.5000000,1585.4000000,0.0000000,90.0000000,0.0000000); //object(hosbibal_sfw) (1)
  1136. CreateDynamicObject(19380,602.2000100,1830.3000000,1588.9000000,0.0000000,90.0000000,0.0000000); //object(hosbibal_sfw) (2)
  1137.  
  1138. // Airborne's mapping 1
  1139. CreateDynamicObject(3698, 2231.27271, -1407.39404, 25.70150, 0.00000, 0.00000, 0.00000);
  1140. CreateDynamicObject(3698, 2231.27271, -1400.39404, 25.72750, 0.00000, 0.00000, 180.00000);
  1141. CreateDynamicObject(3698, 2245.27271, -1400.39404, 25.74087, 0.00000, 0.00000, 180.00000);
  1142. CreateDynamicObject(3698, 2259.27271, -1400.39404, 25.72750, 0.00000, 0.00000, 180.00000);
  1143. CreateDynamicObject(3698, 2273.27271, -1400.39404, 25.72880, 0.00000, 0.00000, 180.00000);
  1144. CreateDynamicObject(3698, 2273.27271, -1407.39404, 25.70150, 0.00000, 0.00000, 0.00000);
  1145. CreateDynamicObject(3698, 2232.23145, -1460.47400, 25.71471, 0.00000, 0.00000, 0.00000);
  1146. CreateDynamicObject(3698, 2260.23535, -1460.47400, 25.70989, 0.00000, 0.00000, 0.00000);
  1147. CreateDynamicObject(3698, 2232.23535, -1465.97803, 25.73250, 0.00000, 0.00000, 0.00000);
  1148. CreateDynamicObject(3698, 2260.23145, -1465.97803, 25.71370, 0.00000, 0.00000, 0.00000);
  1149. CreateDynamicObject(3698, 2246.23145, -1465.97400, 25.71938, 0.00000, 0.00000, 0.00000);
  1150. CreateDynamicObject(1412, 2281.33765, -1397.05017, 24.10110, 0.00000, 0.50000, -91.56002);
  1151. CreateDynamicObject(1412, 2281.21851, -1402.26367, 24.10110, 0.00000, 0.50000, -92.16000);
  1152. CreateDynamicObject(1412, 2281.06201, -1407.46509, 24.06453, 0.00000, 0.50000, -92.16000);
  1153. CreateDynamicObject(1412, 2280.89063, -1412.65479, 24.06453, 0.00000, 0.50000, -92.57999);
  1154. CreateDynamicObject(1412, 2280.59717, -1417.86597, 23.98472, 0.00000, 0.50000, -93.05999);
  1155. CreateDynamicObject(1412, 2280.26050, -1423.04504, 23.94502, 0.00000, 0.50000, -93.83997);
  1156. CreateDynamicObject(1412, 2279.82349, -1428.18713, 23.88510, 0.00000, 1.00000, -95.82000);
  1157. CreateDynamicObject(1412, 2279.19409, -1433.35559, 23.80516, 0.00000, 1.00000, -97.62002);
  1158. CreateDynamicObject(1412, 2278.57300, -1438.50427, 23.72914, 0.00000, 1.00000, -96.48005);
  1159. CreateDynamicObject(1412, 2277.92456, -1443.66650, 23.64939, 0.00000, 1.00000, -97.68005);
  1160. CreateDynamicObject(1412, 2277.13477, -1448.82324, 23.54937, 0.00000, 1.00000, -99.24004);
  1161. CreateDynamicObject(1412, 2276.28345, -1453.93262, 23.43126, 0.00000, 1.00000, -99.60003);
  1162. CreateDynamicObject(1412, 2275.36743, -1459.03772, 23.31130, 0.00000, 1.50000, -100.62000);
  1163. CreateDynamicObject(1412, 2274.32617, -1464.12476, 23.17218, 0.00000, 1.50000, -101.87996);
  1164. CreateDynamicObject(1412, 2273.25195, -1469.20349, 23.02536, 0.00000, 1.50000, -102.00000);
  1165. CreateDynamicObject(1412, 2272.91602, -1470.89294, 23.02540, 0.00000, -1.00000, -282.23984);
  1166. CreateDynamicObject(1412, 2222.60815, -1396.99011, 24.20139, 0.00000, 0.00000, -270.71991);
  1167. CreateDynamicObject(1412, 2222.60083, -1402.18530, 24.20139, 0.00000, 0.00000, -270.17993);
  1168. CreateDynamicObject(1412, 2222.63135, -1407.36584, 24.20139, 0.00000, 0.00000, -270.17993);
  1169. CreateDynamicObject(1412, 2222.66528, -1409.13342, 24.20139, 0.00000, 0.00000, -270.17993);
  1170. CreateDynamicObject(1412, 2222.62988, -1471.29651, 24.20139, 0.00000, 0.00000, -270.17993);
  1171. CreateDynamicObject(1412, 2222.62598, -1466.09875, 24.20139, 0.00000, 0.00000, -270.17993);
  1172. CreateDynamicObject(1412, 2222.63672, -1460.90625, 24.20139, 0.00000, 0.00000, -270.17993);
  1173. CreateDynamicObject(1412, 2222.72583, -1459.22900, 24.20139, 0.00000, 0.00000, -270.17993);
  1174. CreateDynamicObject(673, 2226.77246, -1422.67590, 22.71907, 0.00000, 0.00000, 0.00000);
  1175. CreateDynamicObject(673, 2236.87451, -1422.50488, 22.71907, 0.00000, 0.00000, 0.00000);
  1176. CreateDynamicObject(673, 2247.47681, -1422.51807, 22.71907, 0.00000, 0.00000, 0.00000);
  1177. CreateDynamicObject(673, 2256.89795, -1422.45581, 22.71907, 0.00000, 0.00000, 0.00000);
  1178. CreateDynamicObject(673, 2263.62061, -1429.67456, 22.71907, 0.00000, 0.00000, 0.00000);
  1179. CreateDynamicObject(673, 2263.14819, -1437.69214, 22.71907, 0.00000, 0.00000, 0.00000);
  1180. CreateDynamicObject(673, 2257.36011, -1444.50659, 22.71907, 0.00000, 0.00000, 0.00000);
  1181. CreateDynamicObject(673, 2246.55347, -1444.45349, 22.71907, 0.00000, 0.00000, 0.00000);
  1182. CreateDynamicObject(673, 2236.72510, -1444.24268, 22.71907, 0.00000, 0.00000, 0.00000);
  1183. CreateDynamicObject(673, 2227.09033, -1444.07617, 22.71907, 0.00000, 0.00000, 0.00000);
  1184. CreateDynamicObject(4172, 2242.20508, -1431.75134, 24.62537, 0.00000, 0.00000, 0.00000);
  1185. CreateDynamicObject(4172, 2242.26904, -1435.48413, 24.78605, 0.00000, 0.00000, 180.00000);
  1186. CreateDynamicObject(673, 2223.50854, -1429.58923, 22.71907, 0.00000, 0.00000, 0.00000);
  1187. CreateDynamicObject(673, 2223.95850, -1436.85815, 22.71907, 0.00000, 0.00000, 0.00000);
  1188. CreateDynamicObject(1280, 2231.54761, -1447.18079, 23.36951, 0.00000, 0.00000, 90.35999);
  1189. CreateDynamicObject(1280, 2242.03418, -1447.03821, 23.36951, 0.00000, 0.00000, 90.35999);
  1190. CreateDynamicObject(1280, 2251.78101, -1447.16882, 23.36951, 0.00000, 0.00000, 90.35999);
  1191. CreateDynamicObject(1280, 2265.95850, -1433.41479, 23.36951, 0.00000, 0.00000, 173.63994);
  1192. CreateDynamicObject(1280, 2252.82861, -1420.12024, 23.36951, 0.00000, 0.00000, 270.41998);
  1193. CreateDynamicObject(1280, 2242.22217, -1420.13879, 23.36951, 0.00000, 0.00000, 270.41998);
  1194. CreateDynamicObject(1280, 2231.03711, -1420.18335, 23.36951, 0.00000, 0.00000, 270.41998);
  1195. CreateDynamicObject(1280, 2263.60767, -1421.23584, 23.36951, 0.00000, 0.00000, 235.01990);
  1196. CreateDynamicObject(1280, 2261.67114, -1446.43933, 23.36951, 0.00000, 0.00000, 116.27992);
  1197.  
  1198. // Airborne's mapping 2
  1199. CreateDynamicObject(9361, 850.56519, -1835.71667, 13.95290, 1.00000, -1.00000, -139.00000);
  1200. CreateDynamicObject(1478, 848.83838, -1831.69971, 11.89970, 0.00000, 0.00000, -90.00000);
  1201. CreateDynamicObject(2708, 849.80908, -1832.28186, 11.42690, 0.00000, 0.00000, 0.00000);
  1202. CreateDynamicObject(936, 852.74329, -1832.83972, 11.94140, 0.00000, 0.00000, -20.00000);
  1203. CreateDynamicObject(1516, 849.48718, -1839.04919, 11.83600, 0.00000, 0.00000, -5.00000);
  1204. CreateDynamicObject(1711, 852.37683, -1837.06177, 11.60060, 0.00000, 0.00000, -60.00000);
  1205. CreateDynamicObject(1711, 852.51538, -1838.92090, 11.60060, 0.00000, 0.00000, -120.00000);
  1206. CreateDynamicObject(1749, 849.24261, -1839.01868, 12.32130, 0.00000, 0.00000, 120.00000);
  1207. CreateDynamicObject(2392, 850.26440, -1832.42786, 13.23810, 0.00000, 0.00000, 90.00000);
  1208. CreateDynamicObject(18632, 851.14410, -1832.52783, 12.42030, 90.00000, 90.00000, 0.00000);
  1209. CreateDynamicObject(18632, 851.13165, -1832.40686, 12.42030, 90.00000, 90.00000, 0.00000);
  1210. CreateDynamicObject(18632, 851.12537, -1832.18591, 12.42030, 90.00000, 90.00000, 0.00000);
  1211. CreateDynamicObject(18632, 851.11920, -1832.28589, 12.42030, 90.00000, 90.00000, 0.00000);
  1212. CreateDynamicObject(18632, 851.14410, -1832.52783, 11.90030, 90.00000, 90.00000, 0.00000);
  1213. CreateDynamicObject(18632, 851.41278, -1832.41602, 11.90030, 90.00000, 90.00000, 0.00000);
  1214. CreateDynamicObject(18632, 851.35919, -1832.30151, 11.90030, 90.00000, 90.00000, 0.00000);
  1215. CreateDynamicObject(18632, 851.36505, -1832.17993, 11.90030, 90.00000, 90.00000, 0.00000);
  1216. CreateDynamicObject(18632, 851.14484, -1832.66772, 11.58030, 90.00000, 90.00000, 0.00000);
  1217. CreateDynamicObject(18632, 851.12433, -1832.58777, 11.58030, 90.00000, 90.00000, 0.00000);
  1218. CreateDynamicObject(18632, 851.12390, -1832.46765, 11.58030, 90.00000, 90.00000, 0.00000);
  1219. CreateDynamicObject(18632, 851.14337, -1832.32739, 11.58030, 90.00000, 90.00000, 0.00000);
  1220. CreateDynamicObject(18641, 852.23749, -1832.71753, 12.44310, 0.00000, 90.00000, 0.00000);
  1221. CreateDynamicObject(1355, 853.06158, -1833.04517, 12.62050, 0.00000, 0.00000, 0.00000);
  1222. CreateDynamicObject(3660, 835.63489, -1855.47864, 14.47090, 0.00000, 0.00000, 0.00000);
  1223. CreateDynamicObject(1361, 849.59924, -1855.47864, 12.62160, 0.00000, 0.00000, 0.00000);
  1224. CreateDynamicObject(1361, 822.74371, -1855.49866, 12.62160, 0.00000, 0.00000, 0.00000);
  1225. CreateDynamicObject(19353, 845.13953, -1852.40198, 10.13150, 0.00000, 0.00000, 0.00000);
  1226. CreateDynamicObject(19353, 841.41760, -1852.32996, 10.13150, 0.00000, 0.00000, 0.00000);
  1227. CreateDynamicObject(19353, 838.17938, -1852.32996, 10.13150, 0.00000, 0.00000, 0.00000);
  1228. CreateDynamicObject(19353, 835.13013, -1852.32996, 10.13150, 0.00000, 0.00000, 0.00000);
  1229. CreateDynamicObject(19353, 832.04810, -1852.32996, 10.13150, 0.00000, 0.00000, 0.00000);
  1230. CreateDynamicObject(19353, 829.13013, -1852.32996, 10.13150, 0.00000, 0.00000, 0.00000);
  1231. CreateDynamicObject(19353, 826.00751, -1852.32996, 10.13150, 0.00000, 0.00000, 0.00000);
  1232. CreateDynamicObject(19353, 821.73901, -1844.75842, 10.01150, 1.00000, 0.00000, 90.00000);
  1233. CreateDynamicObject(19353, 821.73901, -1840.97620, 9.93150, 1.00000, 0.00000, 90.00000);
  1234. CreateDynamicObject(19353, 821.73901, -1837.27295, 9.85150, 1.00000, 0.00000, 90.00000);
  1235. CreateDynamicObject(1231, 820.58527, -1849.20300, 14.57031, 356.85840, 0.00000, -1.57080);
  1236. CreateDynamicObject(19353, 821.73901, -1834.24963, 9.79150, 1.00000, 0.00000, 90.00000);
  1237. CreateDynamicObject(19353, 821.73901, -1830.47473, 9.71150, 1.00000, 0.00000, 90.00000);
  1238. CreateDynamicObject(1340, 850.94324, -1846.06091, 12.71420, 2.00000, 0.00000, 180.00000);
  1239. CreateDynamicObject(2600, 853.08258, -1856.69592, 12.97539, 0.00000, 0.00000, 0.00000);
  1240. CreateDynamicObject(970, 850.83899, -2067.87280, 12.47443, 0.00000, 0.00000, 0.00000);
  1241. CreateDynamicObject(970, 846.66333, -2067.87280, 12.47440, 0.00000, 0.00000, 0.00000);
  1242. CreateDynamicObject(970, 842.49933, -2067.87280, 12.47440, 0.00000, 0.00000, 0.00000);
  1243. CreateDynamicObject(970, 838.33917, -2067.87280, 12.47440, 0.00000, 0.00000, 0.00000);
  1244. CreateDynamicObject(970, 834.17902, -2067.87280, 12.47440, 0.00000, 0.00000, 0.00000);
  1245. CreateDynamicObject(970, 830.02838, -2067.87280, 12.47440, 0.00000, 0.00000, 0.00000);
  1246. CreateDynamicObject(970, 825.85907, -2067.87280, 12.47440, 0.00000, 0.00000, 0.00000);
  1247. CreateDynamicObject(970, 821.68201, -2067.88818, 12.47440, 0.00000, 0.00000, 0.00000);
  1248. CreateDynamicObject(1280, 825.07062, -2066.76343, 12.23440, 0.00000, 0.00000, 90.00000);
  1249. CreateDynamicObject(1280, 828.63171, -2066.76343, 12.23440, 0.00000, 0.00000, 90.00000);
  1250. CreateDynamicObject(1280, 832.06348, -2066.76343, 12.23440, 0.00000, 0.00000, 90.00000);
  1251. CreateDynamicObject(1280, 835.28363, -2066.76343, 12.23440, 0.00000, 0.00000, 90.00000);
  1252. CreateDynamicObject(1280, 838.48322, -2066.76343, 12.23440, 0.00000, 0.00000, 90.00000);
  1253. CreateDynamicObject(1280, 841.82312, -2066.76343, 12.23440, 0.00000, 0.00000, 90.00000);
  1254. CreateDynamicObject(1280, 844.88312, -2066.76343, 12.23440, 0.00000, 0.00000, 90.00000);
  1255. CreateDynamicObject(1280, 848.18323, -2066.76343, 12.23440, 0.00000, 0.00000, 90.00000);
  1256. CreateDynamicObject(18632, 846.67340, -2067.66846, 12.96030, 180.00000, 70.00000, 90.00000);
  1257. CreateDynamicObject(18632, 848.76123, -2067.66846, 12.94030, 180.00000, 70.00000, 90.00000);
  1258. CreateDynamicObject(18632, 844.59552, -2067.66846, 12.96030, 180.00000, 70.00000, 90.00000);
  1259. CreateDynamicObject(18632, 842.51569, -2067.66846, 12.96030, 180.00000, 70.00000, 90.00000);
  1260. CreateDynamicObject(18632, 840.43451, -2067.66846, 12.96030, 180.00000, 70.00000, 90.00000);
  1261. CreateDynamicObject(18632, 838.35413, -2067.66846, 12.96030, 180.00000, 70.00000, 90.00000);
  1262. CreateDynamicObject(18632, 836.27429, -2067.66846, 12.96030, 180.00000, 70.00000, 90.00000);
  1263. CreateDynamicObject(18632, 834.19531, -2067.66846, 12.96030, 180.00000, 70.00000, 90.00000);
  1264. CreateDynamicObject(18632, 832.11188, -2067.66846, 12.96030, 180.00000, 70.00000, 90.00000);
  1265. CreateDynamicObject(18632, 830.03821, -2067.66846, 12.96030, 180.00000, 70.00000, 90.00000);
  1266. CreateDynamicObject(18632, 827.96960, -2067.66846, 12.96030, 180.00000, 70.00000, 90.00000);
  1267. CreateDynamicObject(18632, 825.86877, -2067.66846, 12.96030, 180.00000, 70.00000, 90.00000);
  1268. CreateDynamicObject(18632, 823.77228, -2067.66846, 12.96030, 180.00000, 70.00000, 90.00000);
  1269. CreateDynamicObject(902, 794.39850, -1810.10950, 15.72700, 35.00000, 90.00000, 270.00000);
  1270. CreateDynamicObject(1532, 801.98004, -1810.08569, 12.03590, 0.00000, 0.00000, 0.00000);
  1271. CreateDynamicObject(1594, 796.43213, -1812.06177, 12.50850, 0.00000, 0.00000, 0.00000);
  1272. CreateDynamicObject(1594, 792.45868, -1812.06177, 12.50850, 0.00000, 0.00000, 0.00000);
  1273. CreateDynamicObject(1594, 789.77283, -1812.06177, 12.50850, 0.00000, 0.00000, 0.00000);
  1274. CreateDynamicObject(1280, 810.65582, -1809.26782, 12.39800, 0.00000, 0.00000, 135.00000);
  1275. CreateDynamicObject(1886, 852.63147, -1839.01416, 15.07480, 10.00000, 0.00000, 220.00000);
  1276. CreateDynamicObject(1842, 805.32928, -1811.46008, 12.44850, 0.00000, 0.00000, 0.00000);
  1277. CreateDynamicObject(1538, 793.59332, -1810.07983, 12.03290, 0.00000, 0.00000, 0.00000);
  1278. CreateDynamicObject(19326, 802.72821, -1810.41577, 15.21330, 0.00000, 0.00000, 0.00000);
  1279. CreateDynamicObject(9191, 712.62903, -1803.67432, 19.16950, 0.00000, 0.00000, -15.00000);
  1280. CreateDynamicObject(9191, 712.99280, -1802.88586, 19.16950, 0.00000, 0.00000, -15.00000);
  1281. CreateDynamicObject(9191, 713.12891, -1802.03662, 19.16950, 0.00000, 0.00000, -15.00000);
  1282. CreateDynamicObject(9191, 713.28229, -1801.18982, 19.16950, 0.00000, 0.00000, -15.00000);
  1283. CreateDynamicObject(1566, 712.79211, -1800.87598, 12.90570, 0.00000, 0.00000, -15.00000);
  1284. CreateDynamicObject(1280, 718.80286, -1805.72107, 11.83800, 0.00000, 0.00000, 75.00000);
  1285. CreateDynamicObject(1280, 706.47253, -1802.41394, 11.83800, 0.00000, 0.00000, 75.00000);
  1286. CreateDynamicObject(1275, 713.57227, -1801.08398, 14.57070, 0.00000, 0.00000, -20.00000);
  1287. CreateDynamicObject(1569, 696.96912, -1796.63293, 11.44930, 0.00000, 0.00000, -15.00000);
  1288. CreateDynamicObject(1560, 681.59296, -1792.52014, 11.39370, 0.00000, 0.00000, -195.00000);
  1289. CreateDynamicObject(19329, 677.44519, -1792.94751, 15.19530, 0.00000, 0.00000, 19.00000);
  1290. CreateDynamicObject(19329, 683.33258, -1794.53137, 15.19530, 0.00000, 0.00000, -50.00000);
  1291. CreateDynamicObject(19328, 680.84344, -1792.34351, 14.82420, 0.00000, 0.00000, -15.00000);
  1292. CreateDynamicObject(1280, 690.23907, -1798.18384, 11.83800, 0.00000, 0.00000, 75.00000);
  1293. CreateDynamicObject(1280, 702.97565, -1801.50244, 11.83800, 0.00000, 0.00000, 75.00000);
  1294. CreateDynamicObject(1280, 686.79932, -1797.10791, 11.83800, 0.00000, 0.00000, 75.00000);
  1295. CreateDynamicObject(1280, 672.96228, -1793.58826, 11.83800, 0.00000, 0.00000, 75.00000);
  1296. CreateDynamicObject(1569, 661.90399, -1787.23535, 11.44930, 0.00000, 0.00000, -15.00000);
  1297. CreateDynamicObject(1280, 668.82489, -1792.37610, 11.83800, 0.00000, 0.00000, 75.00000);
  1298. CreateDynamicObject(1280, 654.26428, -1788.48853, 11.83800, 0.00000, 0.00000, 75.00000);
  1299. CreateDynamicObject(1432, 659.67065, -1788.66443, 11.58140, 0.00000, 0.00000, -30.00000);
  1300. CreateDynamicObject(1432, 664.39679, -1790.12842, 11.58140, 0.00000, 0.00000, 10.00000);
  1301.  
  1302. // Airborne's mapping 3
  1303. CreateDynamicObject(3865, 1266.17603, -1260.86084, 18.54890, -90.00000, 0.00000, 0.00000);
  1304. CreateDynamicObject(16337, 1281.17078, -1267.78577, 13.36710, 0.00000, 0.00000, 0.00000);
  1305. CreateDynamicObject(1685, 1281.97607, -1265.29395, 13.27510, 0.00000, 0.00000, 0.00000);
  1306. CreateDynamicObject(1685, 1281.94421, -1263.20996, 13.27510, 0.00000, 0.00000, 0.00000);
  1307. CreateDynamicObject(1685, 1281.95032, -1261.20459, 13.27510, 0.00000, 0.00000, 0.00000);
  1308. CreateDynamicObject(2567, 1266.06055, -1269.03638, 14.32100, 0.00000, 0.00000, 180.00000);
  1309. CreateDynamicObject(3799, 1244.18091, -1260.38367, 12.04430, 0.00000, 0.00000, 0.00000);
  1310. CreateDynamicObject(3799, 1244.21204, -1256.28284, 11.94430, 0.00000, 0.00000, 90.00000);
  1311. CreateDynamicObject(16599, 1265.92834, -1239.70654, 20.02850, 0.00000, 0.00000, 0.00000);
  1312. CreateDynamicObject(16599, 1254.21130, -1239.69177, 21.58850, 0.00000, 0.00000, 0.00000);
  1313. CreateDynamicObject(16599, 1275.21912, -1240.12427, 18.38850, 0.00000, 0.00000, 0.00000);
  1314. CreateDynamicObject(929, 1243.33899, -1252.57141, 12.99530, 0.00000, 0.00000, 90.00000);
  1315. CreateDynamicObject(929, 1236.97803, -1263.32581, 13.23530, 0.00000, 0.00000, 90.00000);
  1316. CreateDynamicObject(929, 1240.90027, -1263.29614, 13.23530, 0.00000, 0.00000, 90.00000);
  1317. CreateDynamicObject(3799, 1232.11841, -1268.32971, 12.36430, 0.00000, 0.00000, 0.00000);
  1318. CreateDynamicObject(18248, 1265.57715, -1264.62720, 20.24430, 0.00000, 0.00000, 90.00000);
  1319. CreateDynamicObject(1358, 1281.41589, -1258.07507, 13.65760, 0.00000, 0.00000, 90.00000);
  1320. CreateDynamicObject(897, 1252.57642, -1248.97229, 13.55088, 0.00000, 0.00000, 0.00000);
  1321. CreateDynamicObject(18609, 1263.67700, -1268.70154, 13.50690, 0.00000, 0.00000, 90.00000);
  1322. CreateDynamicObject(16305, 1277.51624, -1253.59558, 14.27360, 0.00000, 0.00000, 0.00000);
  1323. CreateDynamicObject(19313, 1270.13647, -1270.31543, 15.79160, 0.00000, 0.00000, 0.00000);
  1324. CreateDynamicObject(19074, 1322.77856, -1261.13098, 10.05850, 0.00000, 180.00000, 0.00000);
  1325. CreateDynamicObject(19074, 1302.78333, -1261.15564, 10.03850, 0.00000, 180.00000, 0.00000);
  1326. CreateDynamicObject(19074, 1283.12378, -1246.61145, 10.05850, 0.00000, 180.00000, 0.00000);
  1327. CreateDynamicObject(16305, 1277.01245, -1249.12085, 14.27360, 0.00000, 0.00000, 0.00000);
  1328. CreateDynamicObject(16305, 1276.77539, -1245.80884, 14.27360, 0.00000, 0.00000, 0.00000);
  1329. CreateDynamicObject(16305, 1276.54443, -1242.81677, 14.27360, 0.00000, 0.00000, 0.00000);
  1330. CreateDynamicObject(16305, 1276.47241, -1241.71875, 14.27360, 0.00000, 0.00000, 0.00000);
  1331. CreateDynamicObject(12941, 1298.25562, -1255.90784, 12.56170, 0.00000, 0.00000, 0.00000);
  1332. CreateDynamicObject(19074, 1322.77856, -1241.16895, 10.05850, 0.00000, 180.00000, 0.00000);
  1333. CreateDynamicObject(19074, 1302.79260, -1261.13098, 10.05850, 0.00000, 180.00000, 0.00000);
  1334. CreateDynamicObject(19074, 1292.82446, -1261.13098, 10.05850, 0.00000, 180.00000, 0.00000);
  1335. CreateDynamicObject(1685, 1281.81323, -1271.32336, 13.27510, 0.00000, 0.00000, -5.00000);
  1336. CreateDynamicObject(970, 1330.67700, -1271.13831, 13.07590, 0.00000, 0.00000, 0.00000);
  1337. CreateDynamicObject(970, 1332.77234, -1269.05566, 13.07590, 0.00000, 0.00000, 90.00000);
  1338. CreateDynamicObject(970, 1332.77234, -1264.88379, 13.07590, 0.00000, 0.00000, 90.00000);
  1339. CreateDynamicObject(970, 1332.77234, -1260.71521, 13.07590, 0.00000, 0.00000, 90.00000);
  1340. CreateDynamicObject(970, 1332.77234, -1256.55750, 13.07590, 0.00000, 0.00000, 90.00000);
  1341. CreateDynamicObject(970, 1332.77234, -1246.10278, 13.07590, 0.00000, 0.00000, 90.00000);
  1342. CreateDynamicObject(970, 1332.77234, -1241.94287, 13.07590, 0.00000, 0.00000, 90.00000);
  1343. CreateDynamicObject(970, 1332.77234, -1237.78394, 13.07590, 0.00000, 0.00000, 90.00000);
  1344. CreateDynamicObject(970, 1332.77234, -1233.60950, 13.07590, 0.00000, 0.00000, 90.00000);
  1345. CreateDynamicObject(19074, 1322.77856, -1221.17664, 10.05850, 0.00000, 180.00000, 0.00000);
  1346. CreateDynamicObject(970, 1332.41724, -1229.48206, 13.07590, 0.00000, 0.00000, 100.00000);
  1347. CreateDynamicObject(19132, 1332.07605, -1253.85461, 12.50960, 0.00000, 90.00000, 0.00000);
  1348. CreateDynamicObject(19132, 1332.07605, -1253.07642, 12.50960, 0.00000, 90.00000, 0.00000);
  1349. CreateDynamicObject(19132, 1332.07605, -1252.33618, 12.50960, 0.00000, 90.00000, 0.00000);
  1350. CreateDynamicObject(19132, 1332.07605, -1251.59595, 12.50960, 0.00000, 90.00000, 0.00000);
  1351. CreateDynamicObject(19132, 1332.07605, -1250.95593, 12.50960, 0.00000, 90.00000, 0.00000);
  1352. CreateDynamicObject(19132, 1332.07605, -1250.27466, 12.50960, 0.00000, 90.00000, 0.00000);
  1353. CreateDynamicObject(19132, 1332.07605, -1249.65332, 12.50960, 0.00000, 90.00000, 0.00000);
  1354. CreateDynamicObject(19132, 1332.07605, -1248.87341, 12.50960, 0.00000, 90.00000, 0.00000);
  1355. CreateDynamicObject(970, 1319.99890, -1271.13831, 13.07590, 0.00000, 0.00000, 0.00000);
  1356. CreateDynamicObject(970, 1315.85034, -1271.13831, 13.07590, 0.00000, 0.00000, 0.00000);
  1357. CreateDynamicObject(19132, 1327.88928, -1270.66772, 12.50960, 0.00000, 90.00000, 90.00000);
  1358. CreateDynamicObject(19132, 1327.18872, -1270.66772, 12.50960, 0.00000, 90.00000, 90.00000);
  1359. CreateDynamicObject(19132, 1326.48828, -1270.66772, 12.50960, 0.00000, 90.00000, 90.00000);
  1360. CreateDynamicObject(19132, 1325.70764, -1270.66772, 12.50960, 0.00000, 90.00000, 90.00000);
  1361. CreateDynamicObject(19132, 1324.92712, -1270.66772, 12.50960, 0.00000, 90.00000, 90.00000);
  1362. CreateDynamicObject(19132, 1324.16687, -1270.66772, 12.50960, 0.00000, 90.00000, 90.00000);
  1363. CreateDynamicObject(19132, 1323.46619, -1270.66772, 12.50960, 0.00000, 90.00000, 90.00000);
  1364. CreateDynamicObject(19132, 1322.76550, -1270.66772, 12.50960, 0.00000, 90.00000, 90.00000);
  1365. CreateDynamicObject(8406, 1332.61389, -1253.84949, 18.03510, 0.00000, 0.00000, 90.00000);
  1366. CreateDynamicObject(970, 1312.72461, -1239.41687, 13.07590, 0.00000, 0.00000, 90.00000);
  1367. CreateDynamicObject(970, 1314.81689, -1237.34033, 13.07590, 0.00000, 0.00000, 0.00000);
  1368. CreateDynamicObject(970, 1315.84229, -1235.23279, 13.07590, 0.00000, 0.00000, 90.00000);
  1369. CreateDynamicObject(4639, 1330.95923, -1255.69458, 14.21610, 0.00000, 0.00000, 0.00000);
  1370. CreateDynamicObject(1300, 1316.48242, -1236.76953, 12.90290, 0.00000, 0.00000, 90.00000);
  1371. CreateDynamicObject(1300, 1316.50940, -1235.73254, 12.90290, 0.00000, 0.00000, 90.00000);
  1372.  
  1373. // Dilimore Pay n Spray
  1374. CreateDynamicObject(12978, 719.97101, -454.46136, 15.10406, 0.00000, 0.00000, 0.00000);
  1375. CreateDynamicObject(971, 720.04242, -462.37469, 15.03750, 0.00000, 0.00000, 0.00000);
  1376.  
  1377. // Street signs
  1378. CreateDynamicObject(19971, 1465.01196, -2189.33984, 12.84530, 0.00000, 0.00000, 0.00000);
  1379. CreateDynamicObject(19966, 1479.87744, -2204.70313, 12.42000, 0.00000, 0.00000, 0.00000);
  1380. CreateDynamicObject(19966, 1469.13867, -2230.06421, 12.42000, 0.00000, 0.00000, 180.00000);
  1381. CreateDynamicObject(19970, 1464.99915, -2200.28784, 12.86020, 0.00000, 0.00000, 180.00000);
  1382. CreateDynamicObject(19967, 1465.01196, -2189.33276, 12.06200, 0.00000, 0.00000, 90.00000);
  1383. CreateDynamicObject(19967, 1465.01196, -2200.28857, 12.06200, 0.00000, 0.00000, 90.00000);
  1384. CreateDynamicObject(19957, 1465.00659, -2189.33838, 13.68080, 0.00000, 0.00000, -90.00000);
  1385. CreateDynamicObject(19956, 1465.00659, -2200.29712, 13.68080, 0.00000, 0.00000, -90.00000);
  1386. CreateDynamicObject(19949, 1479.87744, -2204.70313, 13.20100, 0.00000, 0.00000, 0.00000);
  1387. CreateDynamicObject(19956, 1479.87744, -2204.70313, 13.85100, 0.00000, 0.00000, 0.00000);
  1388. CreateDynamicObject(19966, 1418.50427, -2291.72314, 12.54150, 0.00000, 0.00000, -90.00000);
  1389. CreateDynamicObject(19966, 1479.78210, -2342.49609, 12.54354, 0.00000, 0.00000, 0.00000);
  1390. CreateDynamicObject(19966, 1469.06702, -2368.22949, 12.51570, 0.00000, 0.00000, 180.00000);
  1391. CreateDynamicObject(19956, 1479.78210, -2342.49609, 13.35350, 0.00000, 0.00000, 0.00000);
  1392. CreateDynamicObject(19956, 1469.06702, -2368.22949, 13.35570, 0.00000, 0.00000, 180.00000);
  1393. CreateDynamicObject(19988, 1342.38269, -2200.02295, 20.80490, 0.00000, 0.00000, -90.00000);
  1394. CreateDynamicObject(19988, 1342.38269, -2189.38745, 20.80490, 0.00000, 0.00000, -90.00000);
  1395. CreateDynamicObject(19966, 1582.59058, -2200.06860, 12.54470, 0.00000, 0.00000, -90.00000);
  1396. CreateDynamicObject(19966, 1680.96899, -2200.10938, 12.54470, 0.00000, 0.00000, -90.00000);
  1397. CreateDynamicObject(19966, 1582.59058, -2189.37158, 12.54470, 0.00000, 0.00000, -90.00000);
  1398. CreateDynamicObject(19966, 1680.96899, -2189.40161, 12.54470, 0.00000, 0.00000, -90.00000);
  1399. CreateDynamicObject(19966, 1796.59155, -2189.41577, 12.54360, 0.00000, 0.00000, -85.00000);
  1400. CreateDynamicObject(19966, 1796.53333, -2200.09058, 12.54360, 0.00000, 0.00000, -90.50000);
  1401. CreateDynamicObject(19988, 1737.60938, -2189.36719, 12.52920, 0.00000, 0.00000, -90.00000);
  1402. CreateDynamicObject(19988, 1737.60938, -2200.09180, 12.52920, 0.00000, 0.00000, -90.00000);
  1403. CreateDynamicObject(19988, 1833.57556, -2293.95825, 12.53710, 0.00000, 0.00000, -180.00000);
  1404. CreateDynamicObject(19988, 1844.28833, -2293.95825, 12.53710, 0.00000, 0.00000, -180.00000);
  1405. CreateDynamicObject(19970, 1774.50745, -2372.94385, 12.54635, 0.00000, 0.00000, 0.00000);
  1406. CreateDynamicObject(19971, 1774.50745, -2383.62817, 12.54250, 0.00000, 0.00000, 180.00000);
  1407. CreateDynamicObject(19966, 1689.60669, -2383.59937, 12.54510, 0.00000, 0.00000, 90.00000);
  1408. CreateDynamicObject(19966, 1689.60669, -2372.96411, 12.54550, 0.00000, 0.00000, 90.00000);
  1409. CreateDynamicObject(19966, 1590.18970, -2383.56885, 12.54740, 0.00000, 0.00000, 90.00000);
  1410. CreateDynamicObject(19966, 1590.18970, -2372.94458, 12.54210, 0.00000, 0.00000, 90.00000);
  1411. CreateDynamicObject(19988, 1561.79785, -2372.93848, 12.53790, 0.00000, 0.00000, 90.00000);
  1412. CreateDynamicObject(19988, 1561.79785, -2383.54077, 12.54170, 0.00000, 0.00000, 90.00000);
  1413. CreateDynamicObject(19949, 1479.78210, -2342.49609, 14.03000, 0.00000, 0.00000, 0.00000);
  1414. CreateDynamicObject(19949, 1469.06702, -2368.22949, 14.08070, 0.00000, 0.00000, 180.00000);
  1415. CreateDynamicObject(19956, 1418.50427, -2291.72314, 13.39150, 0.00000, 0.00000, -90.00000);
  1416. CreateDynamicObject(19949, 1418.50427, -2291.72314, 14.14150, 0.00000, 0.00000, -90.00000);
  1417. CreateDynamicObject(19956, 1469.13867, -2230.06421, 13.24500, 0.00000, 0.00000, 180.00000);
  1418. CreateDynamicObject(19949, 1469.13867, -2230.06421, 13.94500, 0.00000, 0.00000, 180.00000);
  1419. CreateDynamicObject(19966, 1530.45544, -2281.11084, 12.49650, 0.00000, 0.00000, 90.00000);
  1420. CreateDynamicObject(19956, 1530.45544, -2281.11084, 13.32150, 0.00000, 0.00000, 90.00000);
  1421. CreateDynamicObject(19949, 1530.45544, -2281.11084, 14.07150, 0.00000, 0.00000, 90.00000);
  1422. CreateDynamicObject(19971, 1515.00989, -2280.56763, 12.54140, 0.00000, 0.00000, 90.00000);
  1423. CreateDynamicObject(19971, 1470.40454, -2245.98022, 12.53920, 0.00000, 0.00000, 180.00000);
  1424. CreateDynamicObject(19971, 1433.87292, -2292.27124, 12.54180, 0.00000, 0.00000, -90.00000);
  1425. CreateDynamicObject(19971, 1478.37537, -2326.96680, 12.54040, 0.00000, 0.00000, 0.00000);
  1426. CreateDynamicObject(19967, 1464.57751, -2337.69312, 12.53910, 0.00000, 0.00000, 90.00000);
  1427. CreateDynamicObject(19967, 1423.21533, -2276.38208, 12.54300, 0.00000, 0.00000, 0.00000);
  1428. CreateDynamicObject(19967, 1484.73181, -2235.25635, 12.53800, 0.00000, 0.00000, -90.00000);
  1429. CreateDynamicObject(19967, 1525.71021, -2296.41626, 12.54250, 0.00000, 0.00000, 180.00000);
  1430. CreateDynamicObject(19967, 1484.42224, -2383.53003, 12.54210, 0.00000, 0.00000, -90.00000);
  1431. CreateDynamicObject(19967, 1484.42224, -2372.87720, 12.54210, 0.00000, 0.00000, -90.00000);
  1432. CreateDynamicObject(19956, 1484.43225, -2372.87109, 14.09210, 0.00000, 0.00000, 90.00000);
  1433. CreateDynamicObject(19966, 1484.43225, -2372.87109, 12.56810, 0.00000, 0.00000, 90.00000);
  1434. CreateDynamicObject(19957, 1484.43225, -2383.52393, 14.09210, 0.00000, 0.00000, 90.00000);
  1435. CreateDynamicObject(19971, 1484.42432, -2383.52393, 13.34210, 0.00000, 0.00000, 180.00000);
  1436. CreateDynamicObject(19971, 1484.42224, -2372.87109, 13.35210, 0.00000, 0.00000, 180.00000);
  1437. CreateDynamicObject(19988, 1338.47485, -2372.77197, 20.86210, 0.00000, 0.00000, 90.00000);
  1438. CreateDynamicObject(19988, 1338.47485, -2383.47046, 20.86210, 0.00000, 0.00000, 90.00000);
  1439.  
  1440. // Justi's street signs
  1441. CreateDynamicObject(19966, 2353.32813, -1653.85815, 12.42770, 0.00000, 0.00000, 90.00000);
  1442. CreateDynamicObject(19966, 2332.20142, -1664.35596, 12.68360, 0.00000, 0.00000, -90.00000);
  1443. CreateDynamicObject(19966, 2070.39551, -1677.64832, 12.53660, 0.00000, 0.00000, -90.00000);
  1444. CreateDynamicObject(19966, 2011.72974, -1666.99707, 12.54180, 0.00000, 0.00000, 90.00000);
  1445. CreateDynamicObject(19966, 2087.03662, -1622.39758, 12.53314, 0.00000, 0.00000, 0.00000);
  1446. CreateDynamicObject(19966, 1966.99609, -1762.85449, 12.54253, 0.00000, 0.00000, 0.00000);
  1447. CreateDynamicObject(19966, 1936.33850, -1742.00037, 12.46900, 0.00000, 0.00000, 180.00000);
  1448. CreateDynamicObject(19966, 1754.86511, -1612.20923, 12.46870, 0.00000, 0.00000, -7.50000);
  1449. CreateDynamicObject(19966, 1744.22534, -1722.32971, 12.53520, 0.00000, 0.00000, 180.00000);
  1450. CreateDynamicObject(19966, 1811.34937, -1837.49634, 12.56890, 0.00000, 0.00000, -90.00000);
  1451. CreateDynamicObject(19966, 1699.86987, -1807.04199, 12.53490, 0.00000, 0.00000, 90.00000);
  1452. CreateDynamicObject(19966, 1951.48535, -1937.72778, 12.52990, 0.00000, 0.00000, -90.00000);
  1453. CreateDynamicObject(19966, 1967.04224, -1942.68457, 12.53655, 0.00000, 0.00000, 0.00000);
  1454. CreateDynamicObject(19966, 1971.63599, -1926.92590, 12.53900, 0.00000, 0.00000, 90.00000);
  1455. CreateDynamicObject(19966, 1956.24512, -1922.30774, 12.54150, 0.00000, 0.00000, 180.00000);
  1456. CreateDynamicObject(19966, 1811.52051, -1737.56128, 12.53540, 0.00000, 0.00000, -90.00000);
  1457. CreateDynamicObject(19966, 1970.68909, -1250.75696, 22.98480, 0.00000, 0.00000, 175.00000);
  1458. CreateDynamicObject(19966, 2081.74561, -1295.52014, 22.96890, 0.00000, 0.00000, 90.00000);
  1459. CreateDynamicObject(19966, 2260.89526, -1306.12366, 22.98020, 0.00000, 0.00000, -90.00000);
  1460. CreateDynamicObject(19966, 2265.51978, -1374.10486, 22.97650, 0.00000, 0.00000, 180.00000);
  1461. CreateDynamicObject(19966, 2217.92944, -1394.34924, 22.98777, 0.00000, 0.00000, 0.00000);
  1462. CreateDynamicObject(19966, 2161.49463, -1373.87073, 22.98290, 0.00000, 0.00000, 180.00000);
  1463. CreateDynamicObject(19966, 2134.72632, -1394.49841, 22.99161, 0.00000, 0.00000, 0.00000);
  1464. CreateDynamicObject(19966, 2101.60547, -1471.25146, 22.98080, 0.00000, 0.00000, -90.00000);
  1465. CreateDynamicObject(19966, 2576.42261, -1266.66614, 45.07740, 0.00000, 0.00000, 0.00000);
  1466. CreateDynamicObject(19966, 2565.62817, -1246.40686, 45.15740, 0.00000, 0.00000, 180.00000);
  1467. CreateDynamicObject(19966, 2582.11328, -1251.10962, 45.16840, 0.00000, 0.00000, 90.00000);
  1468. CreateDynamicObject(19966, 2560.99561, -1261.92566, 44.97040, 0.00000, 0.00000, -90.00000);
  1469. CreateDynamicObject(19966, 2517.08472, -1266.64355, 33.84816, 0.00000, 0.00000, 0.00000);
  1470. CreateDynamicObject(19966, 2456.54688, -1265.47986, 22.92930, 0.00000, 0.00000, 0.00000);
  1471. CreateDynamicObject(19966, 2445.43311, -1246.33130, 22.84410, 0.00000, 0.00000, 180.00000);
  1472. CreateDynamicObject(19966, 2381.21338, -1251.22070, 22.83350, 0.00000, 0.00000, 90.00000);
  1473. CreateDynamicObject(19966, 2360.53589, -1306.13684, 22.99490, 0.00000, 0.00000, -90.00000);
  1474. CreateDynamicObject(19966, 2313.27002, -1295.59863, 22.97650, 0.00000, 0.00000, 90.00000);
  1475. CreateDynamicObject(19966, 2298.91357, -1374.17151, 22.96870, 0.00000, 0.00000, 180.00000);
  1476. CreateDynamicObject(19966, 2445.59814, -1434.28174, 22.97870, 0.00000, 0.00000, 180.00000);
  1477. CreateDynamicObject(19966, 2436.70020, -1454.44812, 23.65970, 0.30000, 0.00000, 0.00000);
  1478. CreateDynamicObject(19966, 2441.47876, -1499.11426, 22.97700, 0.00000, 0.00000, 90.00000);
  1479. CreateDynamicObject(19967, 2403.10278, -1514.36255, 22.97770, 0.00000, 0.00000, 0.00000);
  1480. CreateDynamicObject(19966, 2424.22144, -2004.18005, 12.52490, 0.00000, 0.00000, 90.00000);
  1481. CreateDynamicObject(19966, 2402.92212, -1977.67871, 12.53520, 0.00000, 0.00000, -90.00000);
  1482. CreateDynamicObject(19967, 2403.71631, -1915.88794, 12.54470, 0.00000, 0.00000, 90.00000);
  1483. CreateDynamicObject(19966, 2403.02148, -1754.64124, 12.53350, 0.00000, 0.00000, -90.00000);
  1484. CreateDynamicObject(19966, 2226.31348, -1746.81909, 12.54300, 0.00000, 0.00000, 90.00000);
  1485. CreateDynamicObject(19966, 2213.26733, -1884.44922, 12.54410, 0.00000, 0.00000, 180.00000);
  1486. CreateDynamicObject(19966, 2223.98438, -1904.43933, 12.54351, 0.00000, 0.00000, 0.00000);
  1487. CreateDynamicObject(19966, 2308.43726, -1962.01697, 12.57690, 0.00000, 0.00000, 180.00000);
  1488.  
  1489. new amount = 0;
  1490. amount = CountDynamicObjects();
  1491. format(str, sizeof(str),"[LC-RP]: %d Streamed Objects Loaded.", amount);
  1492. printf(str);
  1493. amount = CountDynamicPickups();
  1494. format(str, sizeof(str),"[LC-RP]: %d Streamed Pickups Loaded.", amount);
  1495. printf(str);
  1496. amount = CountDynamicCPs();
  1497. format(str, sizeof(str),"[LC-RP]: %d Streamed Checkpoints Loaded.", amount);
  1498. printf(str);
  1499. amount = CountDynamicMapIcons();
  1500. format(str, sizeof(str),"[LC-RP]: %d Streamed Map Icons Loaded.", amount);
  1501. printf(str);
  1502. amount = CountDynamic3DTextLabels();
  1503. format(str, sizeof(str),"[LC-RP]: %d Streamed 3D-Textes Loaded.", amount);
  1504. printf(str);
  1505.  
  1506. mysql_log(LOG_ERROR);
  1507. //mysql_pquery(handlesql, "SELECT `CarKey1`, `CarKey2`, `CarKey3`, `Name` FROM `accounts`;", "OnCarKeysLoaded", "");
  1508.  
  1509. // Load MDC TextDraws + Initialize Iterator:
  1510. mdc_LoadTextdraws();
  1511. Iter_Init(CriminalRecordIterator);
  1512. //Arcade System
  1513. return 1;
  1514. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement