Guest User

MÓD

a guest
Oct 22nd, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 158.91 KB | None | 0 0
  1. #include <a_samp>
  2. #include <zcmd>
  3. #include <fixchars.h>
  4. #include <sscanf>
  5. #include <dini>
  6. #include <IsPlayerLAdmin>
  7. #include <streamer>
  8. #pragma tabsize 0
  9.  
  10. new kapu;
  11. new engine,lights,alarm,doors,bonnet,boot,objective;
  12. new Text:Textdraw0;
  13. new Text:Textdraw1;
  14. new mtimer;
  15. new tatimer;
  16. new autimer;
  17. new rendorseg2;
  18. new rendorseg2ki;
  19. new jogsicentrum;
  20. new jogsicentrumki;
  21. new rendorsegbe;
  22. new rendorsegki;
  23. new nev1[MAX_PLAYER_NAME], nev2[MAX_PLAYER_NAME], jogsi;
  24. new nev3[MAX_PLAYER_NAME], nev4[MAX_PLAYER_NAME], fegyver;
  25. new bool:ittas[MAX_PLAYERS];
  26. forward borido(playerid);
  27. new gTeam[MAX_PLAYERS];
  28. #define RENDOR  0
  29. #define CIVIL   1
  30. #define MENTOS 2
  31. #define TAXIS 3
  32. #define AUTOSZERELO 4
  33. #define FEHER   0xFFFFFFAA
  34. #define NARANCS 0xFF9900AA
  35. #define ZOLD 0x33FF33AA
  36. #define SARGA   0xFFFF00AA
  37. #define hiba    0xFF0000AA
  38. #define DIALOGID 3577
  39. #define fegyoar 20000
  40. #define fegyopos 2204.3757,1236.5514,10.8203
  41. #define tuningshop  -512.1392,2659.6636,71.5100
  42. #define JOGSI_AR            5000
  43. #define JOGSI_POS           246.2242,118.5236,1003.2188
  44. #define VIZSGAKOCSI_POS     -1255.9142,2716.8379,49.8977
  45. #define VIZSGA_MINUTE       59 // Perc
  46. #define VIZSGA_SEC          30 // Másodperc
  47.  
  48. #define VEHICLE_NONE 0
  49. #define VEHICLE_CAR 1
  50. #define VEHICLE_BOAT 2
  51. #define VEHICLE_TRAIN 3
  52. #define VEHICLE_HELI 4
  53. #define VEHICLE_PLANE 5
  54. #define VEHICLE_BIKE 6
  55. #define VEHICLE_MONSTERTRUCK 7
  56. #define VEHICLE_QUADBIKE 8
  57. #define VEHICLE_BMX 9
  58. #define VEHICLE_TRAILER 10
  59.  
  60. new gs_vehicleTypes [] = {
  61.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_MONSTERTRUCK,
  62.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR,
  63.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_HELI, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR,
  64.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_HELI, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_BOAT,
  65.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_TRAILER, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR,
  66.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_MONSTERTRUCK, VEHICLE_CAR,
  67.     VEHICLE_BOAT, VEHICLE_HELI, VEHICLE_BIKE, VEHICLE_TRAIN, VEHICLE_TRAILER, VEHICLE_CAR, VEHICLE_BOAT,
  68.     VEHICLE_BOAT, VEHICLE_BOAT, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_PLANE,
  69.     VEHICLE_BIKE, VEHICLE_BIKE, VEHICLE_BIKE, VEHICLE_PLANE, VEHICLE_HELI, VEHICLE_CAR, VEHICLE_CAR,
  70.     VEHICLE_BIKE, VEHICLE_HELI, VEHICLE_CAR, VEHICLE_QUADBIKE, VEHICLE_BOAT, VEHICLE_BOAT, VEHICLE_CAR,
  71.     VEHICLE_CAR, VEHICLE_PLANE, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_BMX, VEHICLE_CAR,
  72.     VEHICLE_CAR, VEHICLE_BOAT, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_HELI, VEHICLE_HELI, VEHICLE_CAR, VEHICLE_CAR,
  73.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_BOAT, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_HELI, VEHICLE_CAR,
  74.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_HELI, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR,
  75.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_BMX, VEHICLE_BMX, VEHICLE_PLANE, VEHICLE_PLANE, VEHICLE_PLANE,
  76.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_PLANE, VEHICLE_PLANE, VEHICLE_BIKE,
  77.     VEHICLE_BIKE, VEHICLE_BIKE, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR,
  78.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_TRAIN,
  79.     VEHICLE_TRAIN, VEHICLE_PLANE, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR,
  80.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_HELI, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_PLANE,
  81.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_MONSTERTRUCK, VEHICLE_MONSTERTRUCK, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR,
  82.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_HELI, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR,
  83.     VEHICLE_TRAIN, VEHICLE_TRAIN, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_MONSTERTRUCK, VEHICLE_CAR, VEHICLE_CAR,
  84.     VEHICLE_CAR, VEHICLE_PLANE, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_BIKE, VEHICLE_CAR, VEHICLE_CAR,
  85.     VEHICLE_TRAILER, VEHICLE_CAR, VEHICLE_BIKE, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_TRAIN,
  86.     VEHICLE_TRAILER, VEHICLE_PLANE, VEHICLE_PLANE, VEHICLE_CAR, VEHICLE_BOAT, VEHICLE_CAR, VEHICLE_CAR,
  87.     VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR, VEHICLE_CAR,
  88.     VEHICLE_TRAILER, VEHICLE_TRAILER, VEHICLE_TRAILER, VEHICLE_CAR, VEHICLE_TRAILER, VEHICLE_TRAILER
  89. };
  90.  
  91. // PRESSED(keys)
  92. #define PRESSED(%0) \
  93.     (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))
  94. //------------------------------------------------------------------------
  95. main()
  96. {
  97.     print("\n----------------------------------");
  98.     print(" Hungarien Police Mod");
  99.     print("----------------------------------\n");
  100. }
  101.  
  102. public OnPlayerConnect(playerid)
  103. {
  104.         TextDrawShowForPlayer(playerid, Textdraw0);
  105.         TextDrawShowForPlayer(playerid, Textdraw1);
  106.         ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Üdvözöllek.", "Üdvözöllek a szervern jó játékot kivánunk neked!\n\nSpawn után érdemes jogosítványt szerezni/jogsivesz és fegyverengedélyt /fegyovesz\n\nMunkákhoz /munka\n\nSegítség: /help", "Bezár");
  107.         return 1;
  108.         }
  109.         CMD:civilhelp(playerid, params[])
  110.         {
  111.         ShowPlayerDialog(playerid, 2, DIALOG_STYLE_MSGBOX, "Civilhelp", "Parancsok:/help\n\nOnline:rendőr:/admins\n\nMunkák:/munka", "Bezár");
  112.         return 1;
  113.         }
  114.         CMD:help(playerid, params[])
  115.         {
  116.         ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "Parancsok", "{ff0000}/bor\n/lock\n{ffffff}/unlock\n/rabol\n/neon\n","OK","");
  117.         return 1;
  118.         }
  119.         CMD:rhelp(playerid, params[])
  120.         {
  121.             if(IsPlayerLAdmin(playerid))
  122.         {
  123.         SendClientMessage(playerid, -1, "{00bbff}Állj 1: {ffffff}/a1");
  124.         SendClientMessage(playerid, -1, "{00bbff}Állj 2: {ffffff}/a3");
  125.         SendClientMessage(playerid, -1, "{00bbff}Állj 3: {ffffff}/a2");
  126.         SendClientMessage(playerid, -1, "{00bbff}Igazoltatás: {ffffff}/i");
  127.         SendClientMessage(playerid, -1, "{00bbff}Papírokat: {ffffff}/p");
  128.         SendClientMessage(playerid, -1, "{00bbff}Szonda: {ffffff}/szonda");
  129.         SendClientMessage(playerid, -1, "{00bbff}Szálljon ki/le: {ffffff}/szl");
  130.         SendClientMessage(playerid, -1, "{ffffff}További parancsok: {00bbff}/rhelp2");
  131.         }
  132.         else
  133.         {
  134.         SendClientMessage(playerid, 0xFF0000AA, "Nem vagy rendőr!");
  135.         }
  136.         return 1;
  137.         }
  138.         CMD:rhelp2(playerid, params[])
  139.         {
  140.             if(IsPlayerLAdmin(playerid))
  141.         {
  142.         SendClientMessage(playerid, -1, "{00aeff}Felszerelés: {ffffff}/felszereles");
  143.         SendClientMessage(playerid, -1, "{00aeff}Jogosítvány elvétel: {ffffff}/jogsielvesz");
  144.         SendClientMessage(playerid, -1, "{00aeff}Fegyverengedély elvétel: {ffffff}/fegyoelvesz");
  145.         SendClientMessage(playerid, -1, "{00aeff}Bilincs: {ffffff}/bilincs");
  146.         SendClientMessage(playerid, -1, "{00aeff}Bilincs levétele: {ffffff}/levesz");
  147.         SendClientMessage(playerid, -1, "{00aeff}Börtönbe zárás: {ffffff}/jail");
  148.         }
  149.         else
  150.         {
  151.         SendClientMessage(playerid, 0xFF0000AA, "Nem vagy rendőr!");
  152.         }
  153.         return 1;
  154.         }
  155. //---------------------------------------------felszerelés--------------------------------------------
  156.         CMD:gyak(playerid, params[])
  157.         {
  158.         if(IsPlayerLAdmin(playerid))
  159.         {
  160.         GivePlayerWeapon(playerid,3,1);
  161.         GivePlayerWeapon(playerid,22,99999);
  162.         GivePlayerWeapon(playerid,32,99999);
  163.         GivePlayerWeapon(playerid,27,99999);
  164.         GivePlayerWeapon(playerid,41,99999);
  165.         SetPlayerArmour(playerid, 100);
  166.         SetPlayerHealth(playerid, 100);
  167.         SendClientMessage(playerid, -1, "{00ff1e}Felvetted a gyakornoki felszerelésed.");
  168.         SetPlayerColor(playerid, 0x000000AA);
  169.         }
  170.         else
  171.         {
  172.         SendClientMessage(playerid, -1, "{ff0000}Nem vagy rendőr!");
  173.         }
  174.         return 1;
  175.         }
  176.         CMD:jar(playerid, params[])
  177.         {
  178.         if(IsPlayerLAdmin(playerid))
  179.         {
  180.         SetPlayerColor(playerid, 0x000000AA);
  181.         SendClientMessage(playerid, -1, "{00ff1e}Felvetted a járőri felszerelésed.");
  182.         GivePlayerWeapon(playerid,24,99999);
  183.         GivePlayerWeapon(playerid,3,1);
  184.         GivePlayerWeapon(playerid,26,99999);
  185.         GivePlayerWeapon(playerid,32,99999);
  186.         GivePlayerWeapon(playerid,34,99999);
  187.         SetPlayerHealth(playerid, 100);
  188.         SetPlayerArmour(playerid, 100);
  189.         }
  190.         else
  191.         {
  192.         SendClientMessage(playerid, -1, "{ff0000}Nem vagy rendőr!");
  193.         }
  194.         return 1;
  195.         }
  196.         CMD:myom(playerid, params[])
  197.         {
  198.         if(IsPlayerLAdmin(playerid))
  199.         {
  200.         SetPlayerColor(playerid, 0x000000AA);
  201.         SendClientMessage(playerid, -1, "{00ff1e}Felvetted a nyomozói felszerelésed.");
  202.         GivePlayerWeapon(playerid,24,99999);
  203.         GivePlayerWeapon(playerid,32,99999);
  204.         GivePlayerWeapon(playerid,26,99999);
  205.         GivePlayerWeapon(playerid,31,99999);
  206.         SetPlayerHealth(playerid, 100);
  207.         SetPlayerArmour(playerid, 100);
  208.         }
  209.         else
  210.         {
  211.         SendClientMessage(playerid, -1, "{ff0000}Nem vagy rendőr!");
  212.         }
  213.         return 1;
  214.         }
  215.         CMD:ft(playerid, params[])
  216.         {
  217.         if(IsPlayerLAdmin(playerid))
  218.         {
  219.         SetPlayerColor(playerid, 0x000000AA);
  220.         SendClientMessage(playerid, -1, "{00ff1e}Felvetted a főtiszti felszerelésed.");
  221.         GivePlayerWeapon(playerid,24,99999);
  222.         GivePlayerWeapon(playerid,32,99999);
  223.         GivePlayerWeapon(playerid,26,99999);
  224.         GivePlayerWeapon(playerid,31,99999);
  225.         GivePlayerWeapon(playerid,34,99999);
  226.         SetPlayerHealth(playerid, 100);
  227.         SetPlayerArmour(playerid, 100);
  228.         }
  229.         else
  230.         {
  231.         SendClientMessage(playerid, -1, "{ff0000}Nem vagy rendőr!");
  232.         }
  233.         return 1;
  234.         }
  235. //-------------------------------------------------------------------------------------------------------------
  236.         CMD:neon(playerid, params[])
  237.         {
  238.         if(!IsPlayerInRangeOfPoint(playerid,7.0,tuningshop)) return SendClientMessage(playerid, 0xFF0000AA, "Nem vagy a tuning shoppnál!");
  239.         ShowPlayerDialog(playerid, 4168, DIALOG_STYLE_LIST, "NEON MENÜ", "Kék\nPiros\nZöld\nFehér\nRózsaszín\nSárga\nMinden neon levétele", "Megvesz", "Kilépés");
  240.         return 1;
  241.         }
  242.         CMD:fegyovesz(playerid, params[])
  243.         {
  244.         if(IsPlayerInRangeOfPoint(playerid, 7.0, fegyopos)) {
  245.         new string[128];
  246.         GetPlayerName(playerid, nev3, sizeof(nev3));
  247.         format(string, sizeof(string), "Fegyverengedelyek/%s.ini", nev3);
  248.         if(fexist(string)){
  249.             SendClientMessage(playerid, 0xFF0000AA, "Már van fegyver engedélyed!");
  250.         }else{
  251.         if(GetPlayerMoney(playerid) >= fegyoar) {SendClientMessage(playerid, 0x38FF06FF, "Megvetted a fegyver engedélyt!" ); dini_Create(string); GivePlayerMoney(playerid, -fegyoar); }else{ SendClientMessage(playerid, hiba, "Nincs elegendő pénzed a fegyver engedélyhez!!" ); }}
  252.         }else{
  253.             SendClientMessage(playerid, 0x0088ffAA, "Bejelöltük a térképeden a rendőrséget!"); fegyver = SetPlayerCheckpoint(playerid, fegyopos, 3.0); }
  254.         return 1;
  255.         }
  256.         CMD:fegyomutat(playerid, params[])
  257.         {
  258.         new giveplayerid, string[128], string2[128];
  259.         if(sscanf(params, "u", giveplayerid)) return SendClientMessage(playerid, hiba, "Használd: /fegyomutat [játékos id]");
  260.         if(giveplayerid == INVALID_PLAYER_ID) return SendClientMessage(playerid, hiba, "Nincs ilyen játékos!");
  261.         GetPlayerName(playerid, nev3, sizeof(nev3));
  262.         format(string, sizeof string, "{ffffff}| {00bbff}%s {ffffff}megmutatta a fegyver engedélyét! |",nev3);
  263.         SendClientMessage(giveplayerid,0x73ff00AA,string);
  264.         SendClientMessage(playerid, 0x00eeffAA, "Megmutattad a fegyver engedélyed!");
  265.         format(string2, sizeof(string2), "Fegyverengedelyek/%s.ini", nev3);
  266.         if(fexist(string2)){
  267.             SendClientMessage(giveplayerid, 0xffaa00AA, "Fegyver engedély: {00ff09}van");
  268.         }else{
  269.             SendClientMessage(giveplayerid, 0xffaa00AA, "Fegyver engedély: {ff0000}nincs"); }
  270.         return 1;
  271.         }
  272.         CMD:fegyoelvesz(playerid, params[])
  273.         {
  274.         new giveplayerid, string[128], string2[128];
  275.         if(!IsPlayerLAdmin(playerid)) return SendClientMessage(playerid, hiba, "Hiba: Nem vagy rendőr!");
  276.         if(sscanf(params, "u", giveplayerid)) return SendClientMessage(playerid, hiba, "Használd: /fegyoelvesz [játékos id]");
  277.         if(giveplayerid == INVALID_PLAYER_ID) return SendClientMessage(playerid, hiba, "Hiba: Nincs ilyen játékos!");
  278.         GetPlayerName(playerid, nev3, sizeof(nev3));
  279.         GetPlayerName(giveplayerid, nev4, sizeof(nev4));
  280.         format(string, sizeof string, "%s elvette %s fegyver engedélyét! ",nev3, nev4);
  281.         SendClientMessageToAll(0x00ffeaAA,string);
  282.         ResetPlayerWeapons(playerid);
  283.         format(string2, sizeof(string2), "Fegyverengedelyek/%s.ini", nev4);
  284.         if(fexist(string2)){
  285.             dini_Remove(string2);
  286.         }else{
  287.             SendClientMessage(giveplayerid, 0xffbf00AA, "A játékosnak nincs fegyver engedélye!");}
  288.         return 1;
  289.         }
  290.         CMD:i(playerid, params[])
  291.         {
  292.         new giveplayerid;
  293.         if(sscanf(params, "u", giveplayerid)) return SendClientMessage(playerid, 0xFF0000AA, "Használat: /i [playerid]");
  294.         if(giveplayerid == INVALID_PLAYER_ID) return SendClientMessage(playerid, 0xFF0000AA, "Hiba: Nincs ilyen játékos!");
  295.                 if(IsPlayerLAdmin(playerid))
  296.         {
  297.         new name[MAX_PLAYER_NAME],string[200];
  298.         GetPlayerName(playerid, name, sizeof(name));
  299.         new illeto[MAX_PLAYER_NAME];
  300.         GetPlayerName(giveplayerid, illeto, sizeof(illeto));
  301.         format(string, sizeof string, "{ff0000}[Rendőrség]:{ffff00}Álljon félre {ffb700}%s, {ffff00}igazoltatás!",name, illeto);
  302.         SendClientMessageToAll(0x00ff1eAA,string);
  303.         }
  304.         else
  305.         {
  306.         SendClientMessage(playerid, hiba, "Nem vagy rendőr!");
  307.         }
  308.         return 1;
  309.         }
  310.         CMD:p(playerid, params[])
  311.         {
  312.         new giveplayerid;
  313.         if(sscanf(params, "u", giveplayerid)) return SendClientMessage(playerid, 0xFF0000AA, "Használat: /p [playerid]");
  314.         if(giveplayerid == INVALID_PLAYER_ID) return SendClientMessage(playerid, 0xFF0000AA, "Hiba: Nincs ilyen játékos!");
  315.                 if(IsPlayerLAdmin(playerid))
  316.         {
  317.         new name[MAX_PLAYER_NAME],string[200];
  318.         GetPlayerName(playerid, name, sizeof(name));
  319.         new illeto[MAX_PLAYER_NAME];
  320.         GetPlayerName(giveplayerid, illeto, sizeof(illeto));
  321.         format(string, sizeof string, "{ff0000}[Rendőrség]:{ffb700} %s {ffff00}papírokat kérnék![[/jogsimutat %s]]",name, illeto, name, name);
  322.         SendClientMessageToAll(0x00ff1eAA,string);
  323.         }
  324.         else
  325.         {
  326.         SendClientMessage(playerid, hiba, "Nem vagy rendőr!");
  327.         }
  328.         return 1;
  329.         }
  330.         CMD:a1(playerid, params[])
  331.         {
  332.         new giveplayerid;
  333.         if(sscanf(params, "u", giveplayerid)) return SendClientMessage(playerid, 0xFF0000AA, "Használat: /a1 [playerid]");
  334.         if(giveplayerid == INVALID_PLAYER_ID) return SendClientMessage(playerid, 0xFF0000AA, "Hiba: Nincs ilyen játékos!");
  335.                 if(IsPlayerLAdmin(playerid))
  336.         {
  337.         new name[MAX_PLAYER_NAME],string[200];
  338.         GetPlayerName(playerid, name, sizeof(name));
  339.         new illeto[MAX_PLAYER_NAME];
  340.         GetPlayerName(giveplayerid, illeto, sizeof(illeto));
  341.         format(string, sizeof string, "{ff0000}[Rendőrség]: {ffb700}%s ! {ffff00}Itt a rendőrség, álljon meg!",name, illeto);
  342.         SendClientMessageToAll(0x00ff1eAA,string);
  343.         }
  344.         else
  345.         {
  346.         SendClientMessage(playerid, hiba, "Nem vagy rendőr!");
  347.         }
  348.         return 1;
  349.         }
  350.         CMD:a2(playerid, params[])
  351.         {
  352.         new giveplayerid;
  353.         if(sscanf(params, "u", giveplayerid)) return SendClientMessage(playerid, 0xFF0000AA, "Használat: /a2 [playerid]");
  354.         if(giveplayerid == INVALID_PLAYER_ID) return SendClientMessage(playerid, 0xFF0000AA, "Hiba: Nincs ilyen játékos!");
  355.                 if(IsPlayerLAdmin(playerid))
  356.         {
  357.         new name[MAX_PLAYER_NAME],string[200];
  358.         GetPlayerName(playerid, name, sizeof(name));
  359.         new illeto[MAX_PLAYER_NAME];
  360.         GetPlayerName(giveplayerid, illeto, sizeof(illeto));
  361.         format(string, sizeof string, "{ff0000}[Rendőrség]: {ffb700}%s ! {ffff00}Ha nem áll meg kénytelenek leszünk tüzet nyitni!",name, illeto);
  362.         SendClientMessageToAll(0x00ff1eAA,string);
  363.         }
  364.         else
  365.         {
  366.         SendClientMessage(playerid, hiba, "Nem vagy rendőr!");
  367.         }
  368.         return 1;
  369.         }
  370.         CMD:a3(playerid, params[])
  371.         {
  372.         new giveplayerid;
  373.         if(sscanf(params, "u", giveplayerid)) return SendClientMessage(playerid, 0xFF0000AA, "Használat: /a3 [playerid]");
  374.         if(giveplayerid == INVALID_PLAYER_ID) return SendClientMessage(playerid, 0xFF0000AA, "Hiba: Nincs ilyen játékos!");
  375.                 if(IsPlayerLAdmin(playerid))
  376.         {
  377.         new name[MAX_PLAYER_NAME],string[200];
  378.         GetPlayerName(playerid, name, sizeof(name));
  379.         new illeto[MAX_PLAYER_NAME];
  380.         GetPlayerName(giveplayerid, illeto, sizeof(illeto));
  381.         format(string, sizeof string, "{ff0000}[Rendőrség]: {ffb700}%s ! {ffff00}Utolsó figyelmeztetés! Ha nem áll meg tüzelünk!",name, illeto);
  382.         SendClientMessageToAll(0x00ff1eAA,string);
  383.         }
  384.         else
  385.         {
  386.         SendClientMessage(playerid, hiba, "Nem vagy rendőr!");
  387.         }
  388.         return 1;
  389.         }
  390.         CMD:szl(playerid, params[])
  391.         {
  392.         new giveplayerid;
  393.         if(sscanf(params, "u", giveplayerid)) return SendClientMessage(playerid, 0xFF0000AA, "Használat: /szl [playerid]");
  394.         if(giveplayerid == INVALID_PLAYER_ID) return SendClientMessage(playerid, 0xFF0000AA, "Hiba: Nincs ilyen játékos!");
  395.                 if(IsPlayerLAdmin(playerid))
  396.         {
  397.         new name[MAX_PLAYER_NAME],string[200];
  398.         GetPlayerName(playerid, name, sizeof(name));
  399.         new illeto[MAX_PLAYER_NAME];
  400.         GetPlayerName(giveplayerid, illeto, sizeof(illeto));
  401.         format(string, sizeof string, "{ff0000}[Rendőrség]:{ffff00} Itt a rendőrség, szálljon ki/le {ffb700}%s!",name, illeto);
  402.         SendClientMessageToAll(0x00ff1eAA,string);
  403.         }
  404.         else
  405.         {
  406.         SendClientMessage(playerid, hiba, "Nem vagy rendőr!");
  407.         }
  408.         return 1;
  409.         }
  410.         CMD:szonda(playerid, params[])
  411.         {
  412.         new giveplayerid;
  413.         if(sscanf(params, "u", giveplayerid)) return SendClientMessage(playerid, 0xFF0000AA, "Használat: /szonda [playerid]");
  414.         if(giveplayerid == INVALID_PLAYER_ID) return SendClientMessage(playerid, 0xFF0000AA, "Hiba: Nincs ilyen játékos!");
  415.                 if(IsPlayerLAdmin(playerid))
  416.         {
  417.         new name[MAX_PLAYER_NAME],string[200];
  418.         GetPlayerName(playerid, name, sizeof(name));
  419.         new illeto[MAX_PLAYER_NAME];
  420.         GetPlayerName(giveplayerid, illeto, sizeof(illeto));
  421.         format(string, sizeof string, "{ff0000}[Rendőrség]:{ffff00} Kérem fújjon bele a szondába{ffb700} %s!{ffff00}[[/fuj]]",name, illeto);
  422.         SendClientMessageToAll(0x00ff1eAA,string);
  423.         }
  424.         else
  425.         {
  426.         SendClientMessage(playerid, hiba, "Nem vagy rendőr!");
  427.         }
  428.         return 1;
  429.     }
  430.     CMD:bor(playerid, params[])
  431.     {
  432.     ittas[playerid] = true;
  433.     SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DRINK_WINE);
  434.     SetTimer("borido", 60000*10, false);
  435.     SendClientMessage(playerid,0x00ff33AA,"Úgydöntöttél iszol egy üveg bort!");
  436.     return 1;
  437.     }
  438.     public borido(playerid)
  439.     {
  440.     ittas[playerid] = false;
  441.     SendClientMessage(playerid,0x00ff33AA,"Kiürült az alkohol a szervezetedből!");
  442.     }
  443.     CMD:fuj(playerid, params[])
  444.     {
  445.     if(ittas[playerid] == true)
  446.     {
  447.     new name[MAX_PLAYER_NAME],string[200];
  448.     GetPlayerName(playerid, name, sizeof(name));
  449.     format(string, sizeof string, "%s belefújt a szondába. Eredménye: {b22222}Ittas", name);
  450.     SendClientMessageToAll(0xff8c00AA,string);
  451.     }
  452.     else
  453.     {
  454.     new name[MAX_PLAYER_NAME],string[200];
  455.     GetPlayerName(playerid, name, sizeof(name));
  456.     format(string, sizeof string, "%s belefújt a szondába. Eredménye: {00ff00}Tiszta", name);
  457.     SendClientMessageToAll(0xff8c00AA,string);
  458.     }
  459.     return 1;
  460.     }
  461.     CMD:bilincs(playerid, params[])
  462.     {
  463.     if(IsPlayerLAdmin(playerid))
  464.     {
  465.         new giveplayerid, string[128], name[MAX_PLAYER_NAME], name2[MAX_PLAYER_NAME];
  466.     if (sscanf(params, "u", giveplayerid)) SendClientMessage(playerid, 0xFF0000FF, "Használat: /bilincs  <playerid>");
  467.     else if (giveplayerid == INVALID_PLAYER_ID) SendClientMessage(playerid, 0xFF0000FF, "Hiba: Nincs ilyen játékos!");
  468.     else{
  469.         GetPlayerName(playerid, name, sizeof(name));
  470.         GetPlayerName(giveplayerid, name2, sizeof(name2));
  471.         format(string, sizeof string, "{ff0000}[Rendőrség]:{00bbff} Megbilincselte {ffb700}%s-t!", name, name2);
  472.         SendClientMessageToAll(0xB3D5B2AA,string);
  473.         TogglePlayerControllable(giveplayerid,0);
  474.  
  475.         }
  476.     }
  477.         return 1;
  478. }
  479.     CMD:levesz(playerid, params[])
  480.     {
  481.     if(IsPlayerLAdmin(playerid))
  482.     {
  483.         new giveplayerid, string[128], name[MAX_PLAYER_NAME], name2[MAX_PLAYER_NAME];
  484.         if (sscanf(params, "u", giveplayerid)) SendClientMessage(playerid, 0xFF0000FF, "Használat: /levesz <playerid>");
  485.     else if (giveplayerid == INVALID_PLAYER_ID) SendClientMessage(playerid, 0xFF0000FF, "Hiba: Nincs ilyen játékos!");
  486.         else{
  487.         GetPlayerName(playerid, name, sizeof(name));
  488.         GetPlayerName(giveplayerid, name2, sizeof(name2));
  489.         format(string, sizeof string, "{ff0000}[Rendőrség]:{ffff00} Levette a bilincset {ffb700}%s{ffff00}-ról/ről.", name,name2);
  490.         SendClientMessageToAll(0xFF0000FF,string);
  491.         TogglePlayerControllable(giveplayerid,1);
  492.          }
  493.         }
  494.              return 1;
  495.         }
  496.         CMD:jail(playerid, params[])
  497.         {
  498.         if(IsPlayerLAdmin(playerid))
  499.         {
  500.         new giveplayerid, ido, indok[128], string[128], name[MAX_PLAYER_NAME], name2[MAX_PLAYER_NAME];
  501.         if(sscanf(params, "uds", giveplayerid, ido, indok)) return SendClientMessage(playerid, 0xFF0000FF, "Használat: /lecsuk [playerid] [perc] [indok]");
  502.         if(!IsPlayerConnected(giveplayerid) || 0 > giveplayerid || giveplayerid > MAX_PLAYERS) return SendClientMessage(playerid, 0xFF0000FF, "Hiba: Nincs ilyen játékos!");
  503.         GetPlayerName(playerid, name, sizeof(name));
  504.         GetPlayerName(giveplayerid, name2, sizeof(name2));
  505.  
  506.         format(string, sizeof string, "{ff0000}[Rendőrség]:{ffff00} Börtönbe zárta {ffb700}%s -t {ffff00}[[Perc: %d]] [[Indok: %s]]", name, name2, ido, indok);
  507.         SendClientMessageToAll(0xB3D5B2AA,string);
  508.  
  509.         ido *= 60000;
  510.         SetTimerEx("Bortonido",ido,false,"d",giveplayerid);
  511.  
  512.         SetPlayerPos(giveplayerid,2199.7134,1224.0686,10.8203);
  513.         SetPlayerInterior(giveplayerid, 0);
  514.  
  515.         SetPVarInt(playerid, "Lecsukott", 1);
  516.         }
  517.         else
  518.         {
  519.         SendClientMessage(playerid, hiba, "Nem vagy rendőr!");
  520.         }
  521.         return 1;
  522.         }
  523.         forward Bortonido(playerid);
  524.         public Bortonido(playerid)
  525.         {
  526.         SpawnPlayer(playerid);
  527.         return 1;
  528.         }
  529.     CMD:rabol(playerid, params[])
  530.     {
  531.     if(gTeam[playerid] == RENDOR) return SendClientMessage(playerid, 0xFF0000AA, "Megne próbálj rendvédelmisként rabolni!");
  532.     if(GetPVarInt(playerid,"rabol")==1)
  533.     {
  534.     SendClientMessage(playerid,hiba,"Már raboltál! 5 perc múlva újra rabolhatsz!");
  535.      }
  536.     if(GetPVarInt(playerid,"rabol")==0)
  537.     {
  538.     if(IsPlayerInRangeOfPoint(playerid,1.0,2023.5, 997.79998779297, 10.5) || IsPlayerInRangeOfPoint(playerid,1.0, 2239, 1283.5, 10.5) || IsPlayerInRangeOfPoint(playerid,1.0, 2090.5, 1458.9000244141, 10.5) || IsPlayerInRangeOfPoint(playerid,1.0,2196.8999023438, 1680.8000488281, 12) || IsPlayerInRangeOfPoint(playerid,1.0,2224.6999511719, 1846.5999755859, 10.5))
  539.     {
  540.     SendClientMessage(playerid,hiba,"Belerúgtál egy ATM-be!");
  541.     TogglePlayerControllable(playerid,0);
  542.     SetPlayerWantedLevel(playerid,2);
  543.     SetPlayerColor(playerid, 0xFF0000AA);
  544.     SetPVarInt(playerid,"rabol",1);
  545.     SendClientMessageToAll(hiba,"[RIASZTÁS]: Kirabolták az eggyik ATM-et!");
  546.     SendClientMessage(playerid, hiba, "Kiraboltál egy ATM-et!");
  547.     SetTimerEx("rabolas",15000,0,"i",playerid);
  548.     }
  549.     else
  550.     {
  551.      SendClientMessage(playerid,hiba,"Nem vagy ATM közelébe!");
  552.     }
  553.     }
  554.     return 1;
  555.     }
  556.  
  557.     forward rabolas(playerid);
  558.     public rabolas(playerid)
  559.     {
  560.       new rcash =(random(50000-10000)+10000);
  561.      TogglePlayerControllable(playerid,1);
  562.      GivePlayerMoney(playerid, rcash);
  563.      SendClientMessage(playerid,NARANCS,"Sikeresen kiraboltad az ATM-et!");
  564.      SetTimerEx("rabolasido",300000,0,"i",playerid);
  565.         }
  566.         forward rabolasido(playerid);
  567.         public rabolasido(playerid)
  568.         {
  569.      SendClientMessage(playerid,ZOLD,"Letelt az időd! Újra rabolhatsz!");
  570.      SetPVarInt(playerid,"rabol",0);
  571.      SetPlayerWantedLevel(playerid,0);
  572.      return 1;
  573.     }
  574. public OnDialogResponse (playerid, dialogid, response, listitem, inputtext[])
  575. {
  576.     if(dialogid == 38)
  577.     {
  578.         if(response)
  579.         {
  580.             if(listitem == 0)
  581.             {
  582.             if(IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, hiba, "Te már járműben vagy!");
  583.             new tName[MAX_PLAYER_NAME];
  584.             new string[256];
  585.             GetPlayerName(playerid, tName, sizeof(tName));
  586.             format(string, sizeof(string), "[HÍVÁS] %s taxit hívott!", tName);
  587.             SendClientMessageToAll(SARGA, string);
  588.             SendClientMessage(playerid, SARGA, "Taxit hívtál! Maradj a helyszínen!");
  589.             }
  590.             if(listitem == 1)
  591.             {
  592.             new rName[MAX_PLAYER_NAME];
  593.             new string[256];
  594.             GetPlayerName(playerid, rName, sizeof(rName));
  595.             format(string, sizeof(string), "[HÍVÁS] {00bbff}%s rendőrt hívott!", rName);
  596.             SendClientMessageToAll(SARGA, string);
  597.             SendClientMessage(playerid, -1, "{00bbff}Felhívtad a rendőröket. Maradj a helyszínen!");
  598.             }
  599.             if(listitem == 2)
  600.             {
  601.             new mName[MAX_PLAYER_NAME];
  602.             new string[256];
  603.             GetPlayerName(playerid, mName, sizeof(mName));
  604.             format(string, sizeof(string), "[HÍVÁS] {ff0000}%s mentőt hívott!", mName);
  605.             SendClientMessageToAll(SARGA, string);
  606.             SendClientMessage(playerid, hiba, "Felhívtad a mentőket. Maradj a helyszínen!");
  607.             }
  608.             if(listitem == 3)
  609.             {
  610.             new auName[MAX_PLAYER_NAME];
  611.             new string[256];
  612.             GetPlayerName(playerid, auName, sizeof(auName));
  613.             format(string, sizeof(string), "[HÍVÁS] {ff0000}%s autószerelőt hívott!", auName);
  614.             SendClientMessageToAll(SARGA, string);
  615.             SendClientMessage(playerid, hiba, "Felhívtad az szerelőket. Maradj a helyszínen!");
  616.             }
  617.         }
  618.     }
  619.     if(dialogid == 6817)
  620.     {
  621.         if(response)
  622.         {
  623.             if(listitem == 0)
  624.             {
  625.             new string[255];
  626.             if(GetPlayerTeam(playerid) == 1) return SendClientMessage(playerid, 0xFF0000AA, "Már dolgozol!");
  627.             if(GetPlayerTeam(playerid) == 2) return SendClientMessage(playerid, 0xFF0000AA, "Már van állásod! 'MENTŐS' ");
  628.             SetPlayerTeam(playerid, 1);
  629.             SetPlayerSkin(playerid, 19);
  630.             SetPlayerPos(playerid, -248.2956,2662.7441,62.6875);
  631.             tatimer = SetTimer("taxistimer",3000,false, "i", playerid);
  632.             SendClientMessage(playerid, SARGA, "Mostantól taxisként dolgozol!");
  633.             SendClientMessage(playerid, FEHER, "Ha felakarsz mondani /felmond");
  634.             SendClientMessage(playerid, FEHER, "3 percenként kapsz fizetést!");
  635.             new taxis[MAX_PLAYER_NAME];
  636.             GetPlayerName(playerid, taxis, sizeof(taxis));
  637.             format(string, sizeof string, "{ffffff}%s {00ff1e}mostantól taxisként dolgozik! {00ff00}Hívhatod a {ff0000}/telefon {00ff00}parancsal.",taxis);
  638.             SendClientMessageToAll(0x00ff1eAA,string);
  639.             }
  640.             if(listitem == 1)
  641.             {
  642.             new string[255];
  643.             if(GetPlayerTeam(playerid) == 2) return SendClientMessage(playerid, 0xFF0000AA, "Már dolgozol!");
  644.             if(GetPlayerTeam(playerid) == 1) return SendClientMessage(playerid, 0xFF0000AA, "Már van állásod! 'TAXIS' ");
  645.             SetPlayerTeam(playerid, 2);
  646.             SetPlayerSkin(playerid, 276);
  647.             SetPlayerPos(playerid, -459.6500,2701.6978,62.6410);
  648.             mtimer = SetTimer("mentostimer",1000*60*3,false, "i", playerid);
  649.             SendClientMessage(playerid, hiba, "Mostantól mentősként dolgozol!");
  650.             SendClientMessage(playerid, FEHER, "Ha felakarsz mondani /felmond");
  651.             SendClientMessage(playerid, FEHER, "3 percenként kapsz fizetést!");
  652.             SendClientMessage(playerid, FEHER, "Hogy segíts másokon: /heal [ID]");
  653.             new mentos[MAX_PLAYER_NAME];
  654.             GetPlayerName(playerid, mentos, sizeof(mentos));
  655.             format(string, sizeof string, "{ffffff}%s {00ff1e}mostantól mentősként dolgozik! {00ff00}Hívhatod a {ff0000}/telefon {00ff00}parancsal.",mentos);
  656.             SendClientMessageToAll(0x00ff1eAA,string);
  657.             }
  658.             if(listitem == 2)
  659.             {
  660.             new string[255];
  661.             if(GetPlayerTeam(playerid) == 3) return SendClientMessage(playerid, 0xFF0000AA, "Már dolgozol!");
  662.             if(GetPlayerTeam(playerid) == 2) return SendClientMessage(playerid, 0xFF0000AA, "Már van állásod! 'MENTŐS' ");
  663.             if(GetPlayerTeam(playerid) == 1) return SendClientMessage(playerid, 0xFF0000AA, "Már van állásod! TAXIS' ");
  664.             SetPlayerTeam(playerid, 3);
  665.             SetPlayerSkin(playerid, 50);
  666.             SetPlayerPos(playerid, -322.4567,2675.7900,63.6797);
  667.             autimer = SetTimer("sztimer",1000*60*3,false, "i", playerid);
  668.             SendClientMessage(playerid, ZOLD, "Mostantól autószerelősként dolgozol!");
  669.             SendClientMessage(playerid, FEHER, "Ha felakarsz mondani /felmond");
  670.             SendClientMessage(playerid, FEHER, "Javítani a /javit parancsal tudsz");
  671.             SendClientMessage(playerid, FEHER, "Autókat tudsz vontatni: CTRL,ALT GR,ALT");
  672.             SendClientMessage(playerid, FEHER, "3 percenként kapsz fizetést!");
  673.             new autoszer[MAX_PLAYER_NAME];
  674.             GetPlayerName(playerid, autoszer, sizeof(autoszer));
  675.             format(string, sizeof string, "{ffffff}%s {00ff1e}mostantól autószerelőként dolgozik! {00ff00}Hívhatod a {ff0000}/telefon {00ff00}parancsal.",autoszer);
  676.             SendClientMessageToAll(0x00ff1eAA,string);
  677.             }
  678.        }
  679.     }
  680.     if(dialogid == 4168)
  681.     {
  682.         if(response)
  683.         {
  684.             if(listitem == 0)
  685.             {
  686.                 if(GetPlayerMoney(playerid) < 86000) return SendClientMessage(playerid,hiba,"Nincs elég pénzed! (86000$ kell!)");
  687.                 GivePlayerMoney(playerid,-86000);
  688.                 SetPVarInt(playerid, "Neon", CreateObject(18648,0,0,0,0,0,0));
  689.                 SetPVarInt(playerid, "Neon1", CreateObject(18648,0,0,0,0,0,0));
  690.                 SetPVarInt(playerid, "hatsonk", CreateObject(18648,0,0,0,0,0,0,90));
  691.                 SetPVarInt(playerid, "elsonk", CreateObject(18648,0,0,0,0,0,0,80));
  692.                 AttachObjectToVehicle(GetPVarInt(playerid, "elsonk"), GetPlayerVehicleID(playerid), 0.000000, 2.499999, -0.400000, 0.000000, 4.000000, 88.000000 );
  693.                 AttachObjectToVehicle(GetPVarInt(playerid, "hatsonk"), GetPlayerVehicleID(playerid),  -0.0, -2.0, -0.65, 0, 0.0, 88.000000);
  694.                 AttachObjectToVehicle(GetPVarInt(playerid, "Neon"), GetPlayerVehicleID(playerid), -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
  695.                 AttachObjectToVehicle(GetPVarInt(playerid, "Neon1"), GetPlayerVehicleID(playerid), 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
  696.                 SendClientMessage(playerid, 0xFFFFFFAA, "A kért neon felszerelve");
  697.             }
  698.             if(listitem == 1)
  699.             {
  700.             if(GetPlayerMoney(playerid) < 86000) return SendClientMessage(playerid,hiba,"Nincs elég pénzed! (86000$ kell!)");
  701.                 GivePlayerMoney(playerid,-86000);
  702.                 SetPVarInt(playerid, "Status", 1);
  703.                 SetPVarInt(playerid, "neon2", CreateObject(18647,0,0,0,0,0,0));
  704.                 SetPVarInt(playerid, "neon3", CreateObject(18647,0,0,0,0,0,0));
  705.                 SetPVarInt(playerid, "hatsonp", CreateObject(18647,0,0,0,0,0,0,80));
  706.                 SetPVarInt(playerid, "elsonp", CreateObject(18647,0,0,0,0,0,0,80));
  707.                 AttachObjectToVehicle(GetPVarInt(playerid, "elsonp"), GetPlayerVehicleID(playerid), 0.000000, 2.499999, -0.400000, 0.000000, 4.000000, 88.000000 );
  708.                 AttachObjectToVehicle(GetPVarInt(playerid, "hatsonp"), GetPlayerVehicleID(playerid),  -0.0, -2.0, -0.65, 0, 0.0, 88.000000);
  709.                 AttachObjectToVehicle(GetPVarInt(playerid, "neon2"), GetPlayerVehicleID(playerid), -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
  710.                 AttachObjectToVehicle(GetPVarInt(playerid, "neon3"), GetPlayerVehicleID(playerid), 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
  711.                 SendClientMessage(playerid, 0xFFFFFFAA, "A kért neon felszerelve");
  712.             }
  713.             if(listitem == 2)
  714.             {
  715.             if(GetPlayerMoney(playerid) < 86000) return SendClientMessage(playerid,hiba,"Nincs elég pénzed! (86000$ kell!)");
  716.                 GivePlayerMoney(playerid,-86000);
  717.                 SetPVarInt(playerid, "Status", 1);
  718.                 SetPVarInt(playerid, "neon4", CreateObject(18649,0,0,0,0,0,0));
  719.                 SetPVarInt(playerid, "neon5", CreateObject(18649,0,0,0,0,0,0));
  720.                 SetPVarInt(playerid, "elsonz", CreateObject(18649,0,0,0,0,0,0,80));
  721.                 SetPVarInt(playerid, "hatsonz", CreateObject(18649,0,0,0,0,0,0,80));
  722.                 AttachObjectToVehicle(GetPVarInt(playerid, "hatsonz"), GetPlayerVehicleID(playerid), -0.0, -2.0, -0.65, 0, 0.0, 88.000000);
  723.                 AttachObjectToVehicle(GetPVarInt(playerid, "elsonz"), GetPlayerVehicleID(playerid), 0.000000, 2.499999, -0.400000, 0.000000, 4.000000, 88.000000 );
  724.                 AttachObjectToVehicle(GetPVarInt(playerid, "neon4"), GetPlayerVehicleID(playerid), -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
  725.                 AttachObjectToVehicle(GetPVarInt(playerid, "neon5"), GetPlayerVehicleID(playerid), 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
  726.                 SendClientMessage(playerid, 0xFFFFFFAA, "A kért neon felszerelve");
  727.             }
  728.             if(listitem == 3)
  729.             {
  730.             if(GetPlayerMoney(playerid) < 86000) return SendClientMessage(playerid,hiba,"Nincs elég pénzed! (86000$ kell!)");
  731.                 GivePlayerMoney(playerid,-86000);
  732.                 SetPVarInt(playerid, "Status", 1);
  733.                 SetPVarInt(playerid, "neon6", CreateObject(18652,0,0,0,0,0,0));
  734.                 SetPVarInt(playerid, "neon7", CreateObject(18652,0,0,0,0,0,0));
  735.                 SetPVarInt(playerid, "hatsonf", CreateObject(18652,0,0,0,0,0,0,80));
  736.                 SetPVarInt(playerid, "elsonf", CreateObject(18652,0,0,0,0,0,0,80));
  737.                 AttachObjectToVehicle(GetPVarInt(playerid, "elsonf"), GetPlayerVehicleID(playerid), 0.000000, 2.499999, -0.400000, 0.000000, 4.000000, 88.000000 );
  738.                 AttachObjectToVehicle(GetPVarInt(playerid, "hatsonf"), GetPlayerVehicleID(playerid),  -0.0, -2.0, -0.65, 0, 0.0, 88.000000);
  739.                 AttachObjectToVehicle(GetPVarInt(playerid, "neon6"), GetPlayerVehicleID(playerid), -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
  740.                 AttachObjectToVehicle(GetPVarInt(playerid, "neon7"), GetPlayerVehicleID(playerid), 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
  741.                 SendClientMessage(playerid, 0xFFFFFFAA, "A kért neon felszerelve");
  742.             }
  743.             if(listitem == 4)
  744.             {
  745.             if(GetPlayerMoney(playerid) < 86000) return SendClientMessage(playerid,hiba,"Nincs elég pénzed! (86000$ kell!)");
  746.                 GivePlayerMoney(playerid,-86000);
  747.                 SetPVarInt(playerid, "Status", 1);
  748.                 SetPVarInt(playerid, "neon8", CreateObject(18651,0,0,0,0,0,0));
  749.                 SetPVarInt(playerid, "neon9", CreateObject(18651,0,0,0,0,0,0));
  750.                 SetPVarInt(playerid, "hatsonr", CreateObject(18651,0,0,0,0,0,0,80));
  751.                 SetPVarInt(playerid, "elsonr", CreateObject(18651,0,0,0,0,0,0,80));
  752.                 AttachObjectToVehicle(GetPVarInt(playerid, "elsonr"), GetPlayerVehicleID(playerid), 0.000000, 2.499999, -0.400000, 0.000000, 4.000000, 88.000000 );
  753.                 AttachObjectToVehicle(GetPVarInt(playerid, "hatsonr"), GetPlayerVehicleID(playerid),  -0.0, -2.0, -0.65, 0, 0.0, 88.000000);
  754.                 AttachObjectToVehicle(GetPVarInt(playerid, "neon8"), GetPlayerVehicleID(playerid), -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
  755.                 AttachObjectToVehicle(GetPVarInt(playerid, "neon9"), GetPlayerVehicleID(playerid), 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
  756.                 SendClientMessage(playerid, 0xFFFFFFAA, "A kért neon felszerelve");
  757.             }
  758.             if(listitem == 5)
  759.             {
  760.             if(GetPlayerMoney(playerid) < 86000) return SendClientMessage(playerid,hiba,"Nincs elég pénzed! (86000$ kell!)");
  761.                 GivePlayerMoney(playerid,-86000);
  762.                 SetPVarInt(playerid, "Status", 1);
  763.                 SetPVarInt(playerid, "neon10", CreateObject(18650,0,0,0,0,0,0));
  764.                 SetPVarInt(playerid, "neon11", CreateObject(18650,0,0,0,0,0,0));
  765.                 SetPVarInt(playerid, "hatsons", CreateObject(18650,0,0,0,0,0,0,80));
  766.                 SetPVarInt(playerid, "elsons", CreateObject(18650,0,0,0,0,0,0,80));
  767.                 AttachObjectToVehicle(GetPVarInt(playerid, "elsons"), GetPlayerVehicleID(playerid), 0.000000, 2.499999, -0.400000, 0.000000, 4.000000, 88.000000 );
  768.                 AttachObjectToVehicle(GetPVarInt(playerid, "hatsons"), GetPlayerVehicleID(playerid),  -0.0, -2.0, -0.65, 0, 0.0, 88.000000);
  769.                 AttachObjectToVehicle(GetPVarInt(playerid, "neon10"), GetPlayerVehicleID(playerid), -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
  770.                 AttachObjectToVehicle(GetPVarInt(playerid, "neon11"), GetPlayerVehicleID(playerid), 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
  771.                 SendClientMessage(playerid, 0xFFFFFFAA, "A kért neon felszerelve");
  772.             }
  773.             if(listitem == 6)
  774.             {
  775.             if(GetPlayerMoney(playerid) < 1000) return SendClientMessage(playerid,hiba,"Nincs elég pénzed! (1000$ kell!)");
  776.             GivePlayerMoney(playerid,-1000);
  777.             DestroyObject(GetPVarInt(playerid, "neon"));
  778.                 DeletePVar(playerid, "Status");
  779.                 DestroyObject(GetPVarInt(playerid, "neon1"));
  780.                 DeletePVar(playerid, "Status");
  781.                 DestroyObject(GetPVarInt(playerid, "neon2"));
  782.                 DeletePVar(playerid, "Status");
  783.                 DestroyObject(GetPVarInt(playerid, "neon3"));
  784.                 DeletePVar(playerid, "Status");
  785.                 DestroyObject(GetPVarInt(playerid, "neon4"));
  786.                 DeletePVar(playerid, "Status");
  787.                 DestroyObject(GetPVarInt(playerid, "neon5"));
  788.                 DeletePVar(playerid, "Status");
  789.                 DestroyObject(GetPVarInt(playerid, "neon6"));
  790.                 DeletePVar(playerid, "Status");
  791.                 DestroyObject(GetPVarInt(playerid, "neon7"));
  792.                 DeletePVar(playerid, "Status");
  793.                 DestroyObject(GetPVarInt(playerid, "neon8"));
  794.                 DeletePVar(playerid, "Status");
  795.                 DestroyObject(GetPVarInt(playerid, "neon9"));
  796.                 DeletePVar(playerid, "Status");
  797.                 DestroyObject(GetPVarInt(playerid, "neon10"));
  798.                 DeletePVar(playerid, "Status");
  799.                 DestroyObject(GetPVarInt(playerid, "neon11"));
  800.                 DeletePVar(playerid, "Status");
  801.                 DestroyObject(GetPVarInt(playerid, "neon12"));
  802.                 DeletePVar(playerid, "Status");
  803.                 DestroyObject(GetPVarInt(playerid, "neon13"));
  804.                 DeletePVar(playerid, "Status");
  805.                 DestroyObject(GetPVarInt(playerid, "interior"));
  806.                 DeletePVar(playerid, "Status");
  807.                 DestroyObject(GetPVarInt(playerid, "interior1"));
  808.                 DeletePVar(playerid, "Status");
  809.                 DestroyObject(GetPVarInt(playerid, "back"));
  810.                 DeletePVar(playerid, "Status");
  811.                 DestroyObject(GetPVarInt(playerid, "back1"));
  812.                 DeletePVar(playerid, "Status");
  813.                 DestroyObject(GetPVarInt(playerid, "front"));
  814.                 DeletePVar(playerid, "Status");
  815.                 DestroyObject(GetPVarInt(playerid, "front1"));
  816.                 DeletePVar(playerid, "Status");
  817.                 DestroyObject(GetPVarInt(playerid, "undercover"));
  818.                 DeletePVar(playerid, "Status");
  819.                 DestroyObject(GetPVarInt(playerid, "undercover1"));
  820.                 DeletePVar(playerid, "Status");
  821.                 DestroyObject(GetPVarInt(playerid, "hatsonk"));
  822.                 DeletePVar(playerid, "Status");
  823.                 DestroyObject(GetPVarInt(playerid, "elsonk"));
  824.                 DeletePVar(playerid, "Status");
  825.                 DestroyObject(GetPVarInt(playerid, "hatsonp"));
  826.                 DeletePVar(playerid, "Status");
  827.                 DestroyObject(GetPVarInt(playerid, "elsonp"));
  828.                 DeletePVar(playerid, "Status");
  829.                 DestroyObject(GetPVarInt(playerid, "elsonz"));
  830.                 DeletePVar(playerid, "Status");
  831.                 DestroyObject(GetPVarInt(playerid, "hatsonz"));
  832.                 DeletePVar(playerid, "Status");
  833.                 DestroyObject(GetPVarInt(playerid, "elsonf"));
  834.                 DeletePVar(playerid, "Status");
  835.                 DestroyObject(GetPVarInt(playerid, "hatsonf"));
  836.                 DeletePVar(playerid, "Status");
  837.                 DestroyObject(GetPVarInt(playerid, "hatsonr"));
  838.                 DeletePVar(playerid, "Status");
  839.                 DestroyObject(GetPVarInt(playerid, "elsonr"));
  840.                 DeletePVar(playerid, "Status");
  841.                 DestroyObject(GetPVarInt(playerid, "hatsons"));
  842.                 DeletePVar(playerid, "Status");
  843.                 DestroyObject(GetPVarInt(playerid, "elsons"));
  844.                 DeletePVar(playerid, "Status");
  845.                }
  846.         }
  847.     }
  848. return 1;
  849. }
  850. public OnPlayerRequestClass(playerid, classid)
  851. {
  852.         if(classid >= 0 && classid <= 0)
  853.         {
  854.         gTeam[playerid] = RENDOR;
  855.         GameTextForPlayer(playerid, "~b~Rendőr Skin", 3000, 3);
  856.         SetPlayerInterior(playerid, 0);
  857.         SetPlayerPos(playerid, 2205.1873,1237.8591,10.8203);
  858.         SetPlayerFacingAngle(playerid, 94.0821);
  859.         SetPlayerCameraPos(playerid, 2201.3657,1237.5986,10.8203);
  860.         SetPlayerCameraLookAt(playerid, 2201.3657,1237.5986,10.8203);
  861.         ApplyAnimation(playerid,"PED","IDLE_CHAT",4.0,1,1,1,1,1);
  862.         }else if(classid >= 1 && classid <= 5)
  863.         {
  864.         gTeam[playerid] = CIVIL;
  865.         GameTextForPlayer(playerid, "~w~CIVIL", 3000, 4);
  866.         SetPlayerInterior(playerid, 0);
  867.         SetPlayerPos(playerid, 2212.6987,973.3299,10.6719);
  868.         SetPlayerFacingAngle(playerid, 94.0821);
  869.         SetPlayerCameraPos(playerid, 2204.0127,973.3420,10.6719);
  870.         SetPlayerCameraLookAt(playerid, 2204.0127,973.3420,10.6719);
  871.         }
  872.     return 1;
  873. }
  874. public OnPlayerSpawn(playerid)
  875. {
  876.     TextDrawShowForPlayer(playerid, Text:Textdraw0);
  877.     TextDrawShowForPlayer(playerid, Text:Textdraw1);
  878.     SetPlayerTeam(playerid, 0);
  879.     if(gTeam[playerid] == RENDOR)
  880.     if(IsPlayerLAdmin(playerid))
  881.     {
  882.         SetPlayerInterior(playerid, 0);
  883.         SetPlayerPos(playerid, 2252.7568,2491.1484,10.9908);
  884.         SetPlayerColor(playerid,0x000000AA);
  885.         }
  886.         else
  887.         {
  888.         GameTextForPlayer(playerid,"~r~Nem vagy admin!", 3000, 3);
  889.         SetPlayerPos(playerid, 2252.7568,2491.1484,10.9908);
  890.         SetPlayerHealth(playerid, 0.0);
  891.         ForceClassSelection(playerid);
  892.         }
  893.     else if(gTeam[playerid] == CIVIL)
  894.     {
  895.         SetPlayerInterior(playerid, 0);
  896.         SetPlayerPos(playerid, 2023.2773,1342.5663,10.8203);
  897.      }
  898.     return 1;
  899.     }
  900. public OnPlayerDeath(playerid, killerid, reason)
  901. {
  902. SendClientMessage(playerid, 0xbdbdbdAA, "Meghaltál!");
  903.     return 1;
  904. }
  905. public OnPlayerPickUpPickup(playerid, pickupid)
  906. {
  907.         if(pickupid == rendorsegbe)
  908.         {
  909.         SetPlayerPos(playerid, 2201.4900,1230.7643,10.8203);
  910.         GameTextForPlayer(playerid,"~b~Rendőrség",3000,4);
  911.         SetPlayerInterior(playerid,0);
  912.         }
  913.         if(pickupid == rendorsegki)
  914.         {
  915.         SetPlayerPos(playerid, 2194.8281,1228.5958,10.8203);
  916.         GameTextForPlayer(playerid,"~w~EXIT",3000,4);
  917.         SetPlayerInterior(playerid,0);
  918.         }
  919.         if(pickupid == jogsicentrum)
  920.         {
  921.         SetPlayerPos(playerid, 1492.5051,1305.6647,1093.2891);
  922.         GameTextForPlayer(playerid,"~g~Jogosítvány Centrum",3000,4);
  923.         SetPlayerInterior(playerid,3);
  924.         }
  925.         if(pickupid == jogsicentrumki)
  926.         {
  927.         SetPlayerPos(playerid, -1264.8782,2716.9895,50.2663);
  928.         GameTextForPlayer(playerid,"~w~EXIT",3000,4);
  929.         SetPlayerInterior(playerid,0);
  930.         }
  931.         if(pickupid == rendorseg2)
  932.         {
  933.         SetPlayerPos(playerid, 246.2211,111.4266,1003.2188);
  934.         GameTextForPlayer(playerid,"~b~Rendőrség",3000,4);
  935.         SetPlayerInterior(playerid,10);
  936.         }
  937.         if(pickupid == rendorseg2ki)
  938.         {
  939.         SetPlayerPos(playerid, -234.1488,2589.5291,63.5276);
  940.         GameTextForPlayer(playerid,"~w~EXIT",3000,4);
  941.         SetPlayerInterior(playerid,0);
  942.         }
  943. }
  944. public OnPlayerExitVehicle(playerid, vehicleid)
  945. {
  946.  
  947.     return 1;
  948. }
  949. //-------------------------------------------------------------------------------------------------------------------------
  950. public OnPlayerEnterCheckpoint(playerid)
  951. {
  952.  
  953.     return 1;
  954. }
  955. public OnGameModeInit()
  956. {
  957.     SetGameModeText("[HUN]Hungarian Police");
  958.     //Rendőrség Kapu
  959.  
  960.     //---------------------------------------------------------------------------
  961.     //------------------------------------------------------------
  962.  
  963.     rendorsegbe = CreatePickup(1318, 1, 2196.9846,1231.1384,10.8203);
  964.     rendorsegki = CreatePickup(1318, 1, 2198.4810,1230.9944,10.8203);
  965.     jogsicentrum = CreatePickup(1318, 1, -1266.8993,2715.8362,50.2663);
  966.     jogsicentrumki = CreatePickup(1318, 1, 1494.4973,1304.9602,1093.2891);
  967.     rendorseg2 = CreatePickup(1318, 1, -234.1756,2587.5073,64.4656);
  968.     rendorseg2ki = CreatePickup(1318, 1, 246.4316,109.1015,1003.2188);
  969.  
  970.     Create3DTextLabel("Itt a RENDŐRSÉG található!", 0x00BBFFAA, 2196.9846, 1231.1384, 10.8203, 30.0, 0);
  971.     Create3DTextLabel("Jogosítvány Centrum", 0x00FF00FAA, -1266.8993, 2715.8362, 50.2663, 30.0, 0);
  972.     Create3DTextLabel("EXIT", 0xFFFFFFFAA, 1494.4973, 1304.9602, 1093.2891, 30.0, 0);
  973.  
  974.  
  975.     AddPlayerClass(282, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
  976.     AddPlayerClass(184, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
  977.     AddPlayerClass(185, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
  978.     AddPlayerClass(186, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
  979.     AddPlayerClass(170, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
  980.     AddPlayerClass(192, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
  981.  
  982.     //ATM
  983.     CreateObject(2942, 2023.5, 997.79998779297, 10.5, 0, 0, 90);
  984.     CreateObject(2942, 2239, 1283.5, 10.5, 0, 0, 270);
  985.     CreateObject(2942, 2090.5, 1458.9000244141, 10.5, 0, 0, 270);
  986.     CreateObject(2942, 2196.8999023438, 1680.8000488281, 12, 0, 0, 270);
  987.     CreateObject(2942, 2224.6999511719, 1846.5999755859, 10.5, 0, 0, 270);
  988.     //-----------------------------------------------------------------------
  989.  
  990.     AddStaticVehicle(598,2251.6973,2441.6182,10.5668,1.4418,0,1); // LV Rendőrség
  991.     AddStaticVehicle(598,2256.0559,2441.6409,10.5667,0.2611,0,1); // LV Rendőrség
  992.     AddStaticVehicle(598,2260.5525,2441.6377,10.5671,0.3289,0,1); // LV Rendőrség
  993.     AddStaticVehicle(598,2269.1367,2441.5422,10.5652,1.8816,0,1); // LV Rendőrség
  994.     AddStaticVehicle(598,2273.3931,2441.6443,10.5664,0.5364,0,1); // LV Rendőrség
  995.     AddStaticVehicle(598,2277.7783,2441.6399,10.5672,0.5851,0,1); // LV Rendőrség
  996.     AddStaticVehicle(598,2282.1404,2441.5483,10.5659,359.9197,0,1); // LV Rendőrség
  997.     AddStaticVehicle(598,2290.8440,2441.6509,10.5675,359.8113,0,1); // LV Rendőrség
  998.     AddStaticVehicle(598,2295.3347,2441.8845,10.5671,359.4694,0,1); // LV Rendőrség
  999.     AddStaticVehicle(598,2251.7498,2458.2778,10.5655,180.2819,0,1); // LV Rendőrség
  1000.     AddStaticVehicle(598,2255.9827,2458.1687,10.5667,179.1210,0,1); // LV Rendőrség
  1001.     AddStaticVehicle(598,2260.4248,2458.1528,10.5671,181.4342,0,1); // LV Rendőrség
  1002.     AddStaticVehicle(598,2269.1072,2458.2065,10.5672,181.3470,0,1); // LV Rendőrség
  1003.     AddStaticVehicle(598,2273.5110,2458.1335,10.5670,180.0767,0,1); // LV Rendőrség
  1004.     AddStaticVehicle(598,2277.8130,2458.1545,10.5659,179.8609,0,1); // LV Rendőrség
  1005.     AddStaticVehicle(598,2282.1921,2458.2681,10.5660,179.9692,0,1); // LV Rendőrség
  1006.     AddStaticVehicle(490,2251.7615,2478.0505,10.9480,180.0226,0,0); // LV Rendőrség FBI
  1007.     AddStaticVehicle(490,2255.9373,2477.9636,10.9479,180.6891,0,0); // LV Rendőrség FBI
  1008.     AddStaticVehicle(490,2260.4229,2477.9810,10.9480,180.6866,0,0); // LV Rendőrség FBI
  1009.     //Rendőrség
  1010.     CreateObject(3095, 2197.3000488281, 1236.4000244141, 14, 0, 90, 0);
  1011.     CreateObject(3095, 2197.3000488281, 1225.9000244141, 14.10000038147, 0, 90, 0);
  1012.     CreateObject(1569, 2197.3999023438, 1231.9000244141, 9.8000001907349, 0, 0, 270);
  1013.     CreateObject(3851, 2197.3000488281, 1232, 14.300000190735, 0, 0, 0);
  1014.     CreateObject(3851, 2197.3000488281, 1233.4000244141, 16.5, 0, 0, 0);
  1015.     CreateObject(3851, 2202.8999023438, 1221.4000244141, 11.800000190735, 0, 0, 270);
  1016.     CreateObject(3851, 2202.8999023438, 1221.4000244141, 15.800000190735, 0, 0, 270);
  1017.     CreateObject(3851, 2202.8999023438, 1221.4000244141, 16.5, 0, 0, 270);
  1018.     CreateObject(3851, 2203, 1241, 11.800000190735, 0, 0, 270);
  1019.     CreateObject(3851, 2203, 1241, 15.800000190735, 0, 0, 270);
  1020.     CreateObject(3851, 2203, 1241, 16.5, 0, 0, 270);
  1021.     CreateObject(3095, 2208.5, 1225.9000244141, 14.10000038147, 0, 90, 180);
  1022.     CreateObject(3095, 2208.6000976563, 1236.4000244141, 14.10000038147, 0, 90, 179.99450683594);
  1023.     CreateObject(3851, 2208.3999023438, 1231.0999755859, 14.300000190735, 0, 0, 0);
  1024.     CreateObject(3851, 2208.3999023438, 1230.9000244141, 15.60000038147, 0, 0, 0);
  1025.     CreateObject(3851, 2208.3999023438, 1231, 16.5, 0, 0, 0);
  1026.     CreateObject(3095, 2202, 1236.5, 18.5, 0, 180, 0);
  1027.     CreateObject(3095, 2202.1000976563, 1226, 18.700000762939, 0, 179.99450683594, 0);
  1028.     CreateObject(3851, 2206.3999023438, 1226.9000244141, 18.5, 0, 90, 0);
  1029.     CreateObject(3851, 2206.6000976563, 1235.3000488281, 18.5, 0, 90, 0);
  1030.     CreateObject(3851, 2202.8999023438, 1231.0999755859, 18.5, 0, 90, 270);
  1031.     CreateObject(2930, 2201.1999511719, 1221.4000244141, 12.39999961853, 0, 0, 180);
  1032.     CreateObject(2930, 2201.1999511719, 1223.0999755859, 12.39999961853, 0, 0, 179.99450683594);
  1033.     CreateObject(2904, 2201.3000488281, 1226, 11.10000038147, 0, 0, 268);
  1034.     CreateObject(2904, 2201.3999023438, 1228.4000244141, 11.10000038147, 0, 0, 267.99499511719);
  1035.     CreateObject(2904, 2200.1999511719, 1229.6999511719, 11.10000038147, 0, 0, 355.99499511719);
  1036.     CreateObject(2904, 2198.8999023438, 1229.8000488281, 11.10000038147, 0, 0, 355.98999023438);
  1037.     CreateObject(2904, 2200, 1221.5, 11.10000038147, 0, 0, 355.98999023438);
  1038.     CreateObject(2904, 2198.8000488281, 1221.5999755859, 11.10000038147, 0, 0, 355.98999023438);
  1039.     CreateObject(2904, 2200.1000976563, 1228.5, 12.39999961853, 90, 0, 86);
  1040.     CreateObject(2904, 2199.8999023438, 1226.1999511719, 12.39999961853, 90, 0, 87.994995117188);
  1041.     CreateObject(2904, 2199.8000488281, 1224.4000244141, 12.39999961853, 90, 0, 87.994995117188);
  1042.     CreateObject(2904, 2199.8000488281, 1222.6999511719, 12.39999961853, 90, 0, 89.994995117188);
  1043.     CreateObject(2904, 2199, 1228.5999755859, 12.39999961853, 90, 0, 85.994995117188);
  1044.     CreateObject(2904, 2199, 1226.4000244141, 12.39999961853, 90, 0, 87.994995117188);
  1045.     CreateObject(2904, 2198.8999023438, 1224.3000488281, 12.39999961853, 90, 0, 87.994995117188);
  1046.     CreateObject(2904, 2198.6999511719, 1222.5999755859, 12.39999961853, 90, 0, 85.994995117188);
  1047.     CreateObject(1432, 2194.8999023438, 1239.8000488281, 9.8000001907349, 0, 0, 0);
  1048.     CreateObject(1432, 2195, 1234.4000244141, 9.8000001907349, 0, 0, 0);
  1049.     CreateObject(1280, 2197, 1223, 10.199999809265, 0, 0, 0);
  1050.     CreateObject(1280, 2197, 1225.4000244141, 10.199999809265, 0, 0, 0);
  1051.     CreateObject(1670, 2195, 1234.4000244141, 10.39999961853, 0, 0, 0);
  1052.     CreateObject(2008, 2206.5, 1240.4000244141, 9.8000001907349, 0, 0, 0);
  1053.     CreateObject(1998, 2204.6000976563, 1239.4000244141, 9.8000001907349, 0, 0, 0);
  1054.     CreateObject(2008, 2204.6000976563, 1237.4000244141, 9.8000001907349, 0, 0, 90);
  1055.     CreateObject(2165, 2203.6000976563, 1237.4000244141, 9.8000001907349, 0, 0, 180);
  1056.     CreateObject(2172, 2199.3000488281, 1232.5, 9.8000001907349, 0, 0, 179.99450683594);
  1057.     CreateObject(2172, 2201.1000976563, 1233.4000244141, 9.8000001907349, 0, 0, 213.99450683594);
  1058.     CreateObject(2172, 2201.6000976563, 1235.3000488281, 9.8000001907349, 0, 0, 269.99169921875);
  1059.     CreateObject(2181, 2198.3000488281, 1240.5, 9.8000001907349, 0, 0, 0);
  1060.     CreateObject(2309, 2203.8999023438, 1221.5999755859, 9.8000001907349, 0, 0, 34);
  1061.     CreateObject(1714, 2203.5, 1238.5, 9.8000001907349, 0, 0, 343.9951171875);
  1062.     CreateObject(1806, 2198.5, 1233.5, 9.8000001907349, 0, 0, 202);
  1063.     CreateObject(1806, 2200.1000976563, 1233.9000244141, 9.8000001907349, 0, 0, 219.99462890625);
  1064.     CreateObject(1806, 2200.6000976563, 1234.5, 9.8000001907349, 0, 0, 297.990234375);
  1065.     CreateObject(1806, 2207.3999023438, 1239.0999755859, 9.8000001907349, 0, 0, 357.98767089844);
  1066.     CreateObject(1806, 2205.3000488281, 1239.0999755859, 9.8000001907349, 0, 0, 357.98400878906);
  1067.     CreateObject(1806, 2205.5, 1238.4000244141, 9.8000001907349, 0, 0, 85.984008789063);
  1068.     CreateObject(1806, 2198.8999023438, 1239.1999511719, 9.8000001907349, 0, 0, 21.984008789063);
  1069.     CreateObject(626, 2202, 1233.5, 11.89999961853, 0, 0, 324);
  1070.     CreateObject(626, 2199.8000488281, 1232.0999755859, 11.89999961853, 0, 0, 263.99780273438);
  1071.     CreateObject(632, 2202.5, 1221.6999511719, 10.300000190735, 0, 0, 0);
  1072.     CreateObject(632, 2207.8999023438, 1222.1999511719, 10.199999809265, 0, 0, 0);
  1073.     CreateObject(1491, 2208.3999023438, 1230.4000244141, 9.8000001907349, 0, 0, 88);
  1074.     CreateObject(3095, 2213, 1225.0999755859, 11.60000038147, 0, 90, 89.994506835938);
  1075.     CreateObject(3095, 2213, 1236.3000488281, 11.60000038147, 0, 90, 270);
  1076.     CreateObject(3095, 2213, 1229.3000488281, 16.200000762939, 0, 179.99450683594, 0);
  1077.     CreateObject(3095, 2213, 1231.6999511719, 16.200000762939, 0, 179.99450683594, 0);
  1078.     CreateObject(971, 2217.3999023438, 1230.5999755859, 12.5, 0, 0, 270);
  1079.     CreateObject(3361, 2215.1000976563, 1238.9000244141, 14.300000190735, 0, 0, 90);
  1080.     CreateObject(3361, 2215, 1247.0999755859, 10.300000190735, 0, 0, 90);
  1081.     CreateObject(970, 2216.1000976563, 1242.5, 12.89999961853, 0, 0, 270);
  1082.     CreateObject(970, 2214, 1242.3000488281, 12.89999961853, 0, 0, 270);
  1083.  
  1084. //EMR Falu
  1085. CreateObject(970, -228.0869140625, 2612.263671875, 62.2546043396, 0, 0, 0);
  1086. CreateObject(970, -232.1748046875, 2612.291015625, 62.2546043396, 0, 0, 0);
  1087. CreateObject(970, -236.296875, 2612.30078125, 62.2546043396, 0, 0, 0);
  1088. CreateObject(970, -240.40855407715, 2612.3051757813, 62.2546043396, 0, 0, 0);
  1089. CreateObject(970, -242.828125, 2612.2998046875, 62.2546043396, 0, 0, 0);
  1090. CreateObject(970, -244.953125, 2610.2380371094, 62.2546043396, 0, 0, 90);
  1091. CreateObject(970, -244.953125, 2606.1171875, 62.2546043396, 0, 0, 90);
  1092. CreateObject(970, -244.91899108887, 2601.98046875, 62.2546043396, 0, 0, 90);
  1093. CreateObject(970, -242.84962463379, 2591.6325683594, 62.2546043396, 0, 0, 0);
  1094. CreateObject(970, -238.72573852539, 2591.6215820313, 62.2546043396, 0, 0, 0);
  1095. CreateObject(970, -230.5, 2591.6000976563, 62.299999237061, 0, 0, 0);
  1096. CreateObject(970, -220.08770751953, 2593.7202148438, 62.2546043396, 0, 0, 90);
  1097. CreateObject(970, -226.30485534668, 2591.6501464844, 62.2546043396, 0, 0, 0);
  1098. CreateObject(970, -222.15295410156, 2591.6791992188, 62.2546043396, 0, 0, 0);
  1099. CreateObject(970, -220.10000610352, 2596.3000488281, 62.299999237061, 0, 0, 90);
  1100. CreateObject(970, -220.1028137207, 2606.126953125, 62.2546043396, 0, 0, 90);
  1101. CreateObject(970, -220.6640625, 2610.138671875, 62.2546043396, 0, 0, 105.99609375);
  1102. CreateObject(12855, -228.7880859375, 2583.7333984375, 68.357383728027, 0, 0, 91.99951171875);
  1103. CreateObject(970, -213.40097045898, 2612.171875, 62.2546043396, 0, 0, 0);
  1104. CreateObject(970, -209.251953125, 2612.1674804688, 62.2546043396, 0, 0, 0);
  1105. CreateObject(970, -205.11520385742, 2612.1633300781, 62.2546043396, 0, 0, 0);
  1106. CreateObject(970, -200.98068237305, 2612.1669921875, 62.2546043396, 0, 0, 0);
  1107. CreateObject(970, -198.89158630371, 2612.1787109375, 62.2546043396, 0, 0, 0);
  1108. CreateObject(970, -196.953125, 2610.0612792969, 62.4108543396, 0, 0, 90);
  1109. CreateObject(970, -196.953125, 2608.0095214844, 62.2546043396, 0, 0, 90);
  1110. CreateObject(970, -195.18988037109, 2606.0107421875, 62.432300567627, 0, 0, 0);
  1111. CreateObject(970, -213.89144897461, 2568.5798339844, 64.305679321289, 0, 0, 2);
  1112. CreateObject(970, -218.0461730957, 2568.443359375, 64.305679321289, 0, 0, 1.99951171875);
  1113. CreateObject(970, -220.4892578125, 2568.302734375, 64.305679321289, 0, 0, 1.99951171875);
  1114. CreateObject(11317, -457.60000610352, 2675.6000976563, 81.900001525879, 0, 0, 357.99499511719);
  1115. CreateObject(11301, -502.53695678711, 2669.728515625, 70.795455932617, 0, 0, 180);
  1116. CreateObject(11315, -511.9953918457, 2659.2563476563, 74.03929901123, 0, 0, 0);
  1117. CreateObject(8569, -482.2297668457, 2657.763671875, 68.192115783691, 0, 0, 0);
  1118. CreateObject(970, -478.47436523438, 2648.5266113281, 71.511154174805, 0, 0, 350);
  1119. CreateObject(970, -482.58959960938, 2648.8918457031, 71.538848876953, 0, 0, 359.99694824219);
  1120. CreateObject(970, -486.7431640625, 2648.8984375, 71.538848876953, 0, 0, 359.98901367188);
  1121. CreateObject(970, -489.50033569336, 2648.861328125, 71.538848876953, 0, 0, 359.99450683594);
  1122. CreateObject(970, -491.59939575195, 2646.7856445313, 71.378189086914, 0, 0, 269.99450683594);
  1123. CreateObject(970, -491.58160400391, 2642.6633300781, 71.378189086914, 0, 0, 269.98901367188);
  1124. CreateObject(970, -491.59426879883, 2638.546875, 71.378189086914, 0, 0, 269.98901367188);
  1125. CreateObject(970, -491.54321289063, 2636.3627929688, 71.378189086914, 0, 0, 269.98901367188);
  1126. CreateObject(970, -509.79635620117, 2633.7253417969, 71.378189086914, 0, 0, 0);
  1127. CreateObject(970, -513.96667480469, 2633.7309570313, 71.378189086914, 0, 0, 0);
  1128. CreateObject(970, -517.92559814453, 2634.4521484375, 71.378189086914, 0, 0, 340);
  1129. CreateObject(970, -521.79766845703, 2635.9221191406, 71.378189086914, 0, 0, 337.99938964844);
  1130. CreateObject(970, -525.63873291016, 2637.4697265625, 71.378189086914, 0, 0, 337.99438476563);
  1131. CreateObject(970, -529.48004150391, 2639.0363769531, 71.378189086914, 0, 0, 337.99438476563);
  1132. CreateObject(970, -533.32092285156, 2640.5952148438, 71.378189086914, 0, 0, 337.99438476563);
  1133. CreateObject(970, -536.53991699219, 2641.8666992188, 71.378189086914, 0, 0, 337.99438476563);
  1134. CreateObject(970, -537.83013916016, 2644.6423339844, 71.378189086914, 0, 0, 253.98901367188);
  1135. CreateObject(970, -536.57580566406, 2648.6057128906, 71.378189086914, 0, 0, 251.98742675781);
  1136. CreateObject(970, -535.28259277344, 2652.5209960938, 71.378189086914, 0, 0, 251.982421875);
  1137. CreateObject(970, -533.99566650391, 2656.4897460938, 71.378189086914, 0, 0, 251.982421875);
  1138. CreateObject(970, -532.86090087891, 2660.4555664063, 71.378189086914, 0, 0, 255.982421875);
  1139. CreateObject(970, -531.87365722656, 2664.5012207031, 71.378189086914, 0, 0, 255.9814453125);
  1140. CreateObject(970, -530.80004882813, 2668.5070800781, 71.378189086914, 0, 0, 253.9814453125);
  1141. CreateObject(970, -529.6767578125, 2672.4677734375, 71.378189086914, 0, 0, 253.97644042969);
  1142. CreateObject(970, -528.51788330078, 2676.4458007813, 71.378189086914, 0, 0, 253.97644042969);
  1143. CreateObject(970, -527.37194824219, 2680.4208984375, 71.378189086914, 0, 0, 253.97644042969);
  1144. CreateObject(970, -526.36901855469, 2684.4223632813, 71.378189086914, 0, 0, 257.97644042969);
  1145. CreateObject(970, -525.51171875, 2688.4633789063, 71.378189086914, 0, 0, 257.97546386719);
  1146. CreateObject(970, -524.66552734375, 2692.5080566406, 71.378189086914, 0, 0, 257.97546386719);
  1147. CreateObject(970, -523.80053710938, 2696.5473632813, 71.378189086914, 0, 0, 257.97546386719);
  1148. CreateObject(970, -522.95153808594, 2700.5817871094, 71.378189086914, 0, 0, 257.97546386719);
  1149. CreateObject(970, -522.31091308594, 2703.5668945313, 71.378189086914, 0, 0, 257.97546386719);
  1150. CreateObject(970, -519.81066894531, 2705.591796875, 71.378189086914, 0, 0, 359.99438476563);
  1151. CreateObject(970, -516.61566162109, 2705.6003417969, 71.378189086914, 0, 0, 359.98901367188);
  1152. CreateObject(970, -514.53350830078, 2703.5615234375, 71.378189086914, 0, 0, 269.97546386719);
  1153. CreateObject(970, -514.56005859375, 2699.4680175781, 71.378189086914, 0, 0, 269.97253417969);
  1154. CreateObject(970, -514.54748535156, 2695.3503417969, 71.378189086914, 0, 0, 269.97253417969);
  1155. CreateObject(970, -514.52423095703, 2691.2312011719, 71.378189086914, 0, 0, 269.97253417969);
  1156. CreateObject(970, -514.53289794922, 2687.1049804688, 71.378189086914, 0, 0, 269.97253417969);
  1157. CreateObject(970, -514.53240966797, 2682.9367675781, 71.378189086914, 0, 0, 269.97253417969);
  1158. CreateObject(991, -480.74182128906, 2705.0656738281, 65.046585083008, 0, 0, 0);
  1159. CreateObject(991, -480.73962402344, 2705.0734863281, 67.296096801758, 0, 0, 0);
  1160. CreateObject(991, -473.92626953125, 2705.533203125, 69.307571411133, 0, 0, 180);
  1161. CreateObject(991, -469.89407348633, 2705.611328125, 69.273780822754, 0, 0, 179.99450683594);
  1162. CreateObject(991, -465.19116210938, 2706.1843261719, 64.307502746582, 0, 0, 191.99450683594);
  1163. CreateObject(991, -459.10510253906, 2707.5959472656, 64.213394165039, 0, 0, 193.99157714844);
  1164. CreateObject(841, -244.01727294922, 2621.3901367188, 62.081699371338, 0, 0, 0);
  1165. CreateObject(14440, -243.88717651367, 2621.2978515625, 60.506183624268, 0, 0, 0);
  1166. CreateObject(14443, -243.83674621582, 2621.0798339844, 56.736186981201, 0, 0, 0);
  1167. CreateObject(617, -174.6623840332, 2623.76953125, 62.678871154785, 0, 0, 0);
  1168. CreateObject(617, -188.5146484375, 2624.78125, 62.541271209717, 0, 0, 0);
  1169. CreateObject(617, -208.03778076172, 2626.341796875, 62.085605621338, 0, 0, 0);
  1170. CreateObject(615, -223.25161743164, 2646.5417480469, 57.396938323975, 0, 0, 0);
  1171. CreateObject(669, -202.78326416016, 2648.7736816406, 62.101249694824, 0, 0, 0);
  1172. CreateObject(671, -176.72361755371, 2646.6579589844, 62.530303955078, 0, 0, 0);
  1173. CreateObject(673, -228.4501953125, 2624.7265625, 59.593772888184, 0, 0, 0);
  1174. CreateObject(673, -236.62069702148, 2625.2019042969, 59.541263580322, 0, 0, 0);
  1175. CreateObject(673, -246.55699157715, 2625.0183105469, 59.799743652344, 0, 0, 0);
  1176. CreateObject(691, -250.4627532959, 2621.5354003906, 61.920154571533, 0, 0, 0);
  1177. CreateObject(703, -279.71557617188, 2618.3796386719, 61.942302703857, 0, 0, 0);
  1178. CreateObject(703, -313.40167236328, 2618.0234375, 63.139190673828, 0, 0, 0);
  1179. CreateObject(713, -332.09161376953, 2661.8134765625, 62.50707244873, 0, 0, 0);
  1180. CreateObject(983, -1291.9034423828, 2720.9357910156, 49.746055603027, 0, 0, 28);
  1181. CreateObject(983, -1288.8823242188, 2715.2795410156, 49.746055603027, 0, 0, 27.998657226563);
  1182. CreateObject(983, -1285.8793945313, 2709.6726074219, 49.747825622559, 0, 0, 27.998657226563);
  1183. CreateObject(983, -1282.8610839844, 2704.0305175781, 49.746055603027, 0, 0, 27.998657226563);
  1184. CreateObject(983, -1279.8487548828, 2698.4177246094, 49.746055603027, 0, 0, 27.998657226563);
  1185. CreateObject(983, -1271.7137451172, 2688.8488769531, 49.746055603027, 0, 0, 119.99868774414);
  1186. CreateObject(983, -1278.3634033203, 2695.5581054688, 49.746055603027, 0, 0, 27.998657226563);
  1187. CreateObject(983, -1266.1870117188, 2692.0036621094, 49.746055603027, 0, 0, 119.99813842773);
  1188. CreateObject(983, -1260.7465820313, 2695.169921875, 49.746055603027, 0, 0, 119.99813842773);
  1189. CreateObject(983, -1255.1779785156, 2698.2668457031, 49.746055603027, 0, 0, 117.99816894531);
  1190. CreateObject(983, -1249.5718994141, 2701.3786621094, 49.746055603027, 0, 0, 119.9931640625);
  1191. CreateObject(983, -1248.1539306641, 2702.1630859375, 49.746055603027, 0, 0, 119.99267578125);
  1192. CreateObject(983, -1247.0087890625, 2706.5314941406, 49.746055603027, 0, 0, 209.99267578125);
  1193. CreateObject(983, -1250.2254638672, 2712.078125, 49.746055603027, 0, 0, 209.98718261719);
  1194. CreateObject(983, -1253.4364013672, 2717.607421875, 49.746055603027, 0, 0, 209.98718261719);
  1195. CreateObject(983, -1257.4832763672, 2722.3852539063, 49.699836730957, 0, 0, 229.98718261719);
  1196. CreateObject(1237, -1273.0797119141, 2710.2795410156, 49.070266723633, 0, 0, 0);
  1197. CreateObject(1237, -1269.6879882813, 2712.1877441406, 49.070266723633, 0, 0, 0);
  1198. CreateObject(1237, -1267.3175048828, 2707.9304199219, 49.070262908936, 0, 0, 0);
  1199. CreateObject(1237, -1270.9677734375, 2706.1157226563, 49.070262908936, 0, 0, 0);
  1200. CreateObject(1237, -1268.5178222656, 2709.9506835938, 49.070266723633, 0, 0, 0);
  1201. CreateObject(1237, -1272.0864257813, 2708.1784667969, 49.070266723633, 0, 0, 0);
  1202. CreateObject(1237, -1258.0202636719, 2697.5178222656, 49.0625, 0, 0, 0);
  1203. CreateObject(1237, -1259.4200439453, 2700.234375, 49.0625, 0, 0, 0);
  1204. CreateObject(1237, -1258.7692871094, 2698.8244628906, 49.0625, 0, 0, 0);
  1205. CreateObject(1237, -1265.4761962891, 2692.9924316406, 49.0625, 0, 0, 0);
  1206. CreateObject(1237, -1266.2249755859, 2694.2734375, 49.0625, 0, 0, 0);
  1207. CreateObject(1237, -1266.9135742188, 2695.5764160156, 49.0625, 0, 0, 0);
  1208. CreateObject(1237, -1284.080078125, 2717.0068359375, 49.0625, 0, 0, 0);
  1209. CreateObject(983, -1290.5228271484, 2725.0961914063, 49.746055603027, 0, 0, 119.99813842773);
  1210. CreateObject(983, -1284.9793701172, 2728.2778320313, 49.763336181641, 0, 0, 119.99813842773);
  1211. CreateObject(983, -1279.4139404297, 2731.4509277344, 49.785911560059, 0, 0, 119.99813842773);
  1212. CreateObject(983, -1273.8735351563, 2734.6396484375, 49.83687210083, 0, 0, 117.99816894531);
  1213. CreateObject(983, -1268.2751464844, 2737.7189941406, 49.746055603027, 0, 0, 117.9931640625);
  1214. CreateObject(983, -1263.8227539063, 2736.4270019531, 49.746055603027, 0, 0, 209.98718261719);
  1215. CreateObject(983, -1263.4713134766, 2730.8803710938, 49.746055603027, 0, 0, 155.98718261719);
  1216. CreateObject(1237, -1286.7752685547, 2721.150390625, 49.0625, 0, 0, 0);
  1217. CreateObject(1237, -1285.0478515625, 2722.5114746094, 49.0625, 0, 0, 0);
  1218. CreateObject(1237, -1282.0578613281, 2718.0278320313, 49.0625, 0, 0, 0);
  1219. CreateObject(1237, -1279.9970703125, 2719.8029785156, 49.0625, 0, 0, 0);
  1220. CreateObject(1237, -1279.208984375, 2722.6391601563, 49.0625, 0, 0, 0);
  1221. CreateObject(1237, -1284.6870117188, 2725.1682128906, 49.0625, 0, 0, 0);
  1222. CreateObject(1237, -1279.3629150391, 2725.4670410156, 49.0625, 0, 0, 0);
  1223. CreateObject(1237, -1279.6743164063, 2727.9089355469, 49.0625, 0, 0, 0);
  1224. CreateObject(1237, -1280.5928955078, 2729.9777832031, 49.0625, 0, 0, 0);
  1225. CreateObject(1237, -1285.1000976563, 2727.4443359375, 49.0625, 0, 0, 0);
  1226. CreateObject(669, -1210.9614257813, 2678.9187011719, 45.323860168457, 0, 0, 0);
  1227. CreateObject(669, -1217.2924804688, 2695.1401367188, 45.437393188477, 0, 0, 0);
  1228. CreateObject(669, -1247.1043701172, 2687.4841308594, 48.77848815918, 0, 0, 0);
  1229. CreateObject(669, -1247.1064453125, 2687.0615234375, 49.066558837891, 0, 0, 0);
  1230. CreateObject(669, -1262.8758544922, 2682.3308105469, 49.136737823486, 0, 0, 0);
  1231. CreateObject(669, -1249.658203125, 2666.02734375, 47.114864349365, 0, 0, 0);
  1232. CreateObject(669, -1268.4915771484, 2660.2436523438, 48.073207855225, 0, 0, 0);
  1233. CreateObject(669, -1236.7734375, 2689.6889648438, 47.735145568848, 0, 0, 0);
  1234. CreateObject(669, -1286.2758789063, 2651.873046875, 48.841156005859, 0, 0, 0);
  1235. CreateObject(669, -1305.7589111328, 2645.4897460938, 49.223236083984, 0, 0, 0);
  1236. CreateObject(669, -1270.98046875, 2683.3791503906, 49.133281707764, 0, 0, 0);
  1237. CreateObject(669, -1355.1339111328, 2640.6669921875, 50.597850799561, 0, 0, 0);
  1238. CreateObject(669, -1365.6936035156, 2652.8442382813, 50.914134979248, 0, 0, 0);
  1239. CreateObject(669, -1365.7878417969, 2680.7729492188, 51.0283203125, 0, 0, 0);
  1240. CreateObject(669, -1347.3836669922, 2657.6682128906, 50.300315856934, 0, 0, 0);
  1241. CreateObject(669, -1346.0764160156, 2623.1640625, 51.112022399902, 0, 0, 0);
  1242. CreateObject(669, -1359.9470214844, 2608.1452636719, 53.226112365723, 0, 0, 0);
  1243. CreateObject(669, -1375.1828613281, 2620.6364746094, 52.751167297363, 0, 0, 0);
  1244. CreateObject(669, -1372.4216308594, 2591.0383300781, 56.28239440918, 0, 0, 0);
  1245. CreateObject(669, -1367.3480224609, 2600.1496582031, 54.3805809021, 0, 0, 0);
  1246. CreateObject(669, -1378.0682373047, 2583.7385253906, 56.783386230469, 0, 0, 0);
  1247. CreateObject(669, -1392.4973144531, 2594.5537109375, 55.660724639893, 0, 0, 0);
  1248. CreateObject(669, -1407.6223144531, 2593.5180664063, 54.8359375, 0, 0, 0);
  1249. CreateObject(669, -1399.3868408203, 2582.0422363281, 56.879913330078, 0, 0, 0);
  1250. CreateObject(971, -1420.7149658203, 2590.7299804688, 56.852920532227, 0, 0, 0);
  1251. CreateObject(673, -370.55242919922, 2657.2346191406, 64.511947631836, 0, 0, 0);
  1252. CreateObject(673, -359.05950927734, 2643.8303222656, 63.942119598389, 0, 0, 0);
  1253. CreateObject(673, -365.97067260742, 2650.8151855469, 64.297370910645, 0, 0, 0);
  1254. CreateObject(673, -345.7763671875, 2634.314453125, 63.358276367188, 0, 0, 0);
  1255. CreateObject(673, -336.0166015625, 2630.5419921875, 63.031635284424, 0, 0, 0);
  1256. CreateObject(673, -353.24609375, 2638.41015625, 63.689460754395, 0, 0, 0);
  1257. CreateObject(673, -380.603515625, 2674.1728515625, 64.544906616211, 0, 0, 0);
  1258. CreateObject(673, -375.3955078125, 2664.5302734375, 64.649536132813, 0, 0, 0);
  1259. CreateObject(673, -267.79458618164, 2621.73828125, 61.946479797363, 0, 0, 0);
  1260. CreateObject(673, -291.8046875, 2620.4921875, 62.253662109375, 0, 0, 0);
  1261. CreateObject(673, -300.16015625, 2621.830078125, 62.464359283447, 0, 0, 0);
  1262. CreateObject(673, -309.02734375, 2621.9775390625, 62.793827056885, 0, 0, 0);
  1263. CreateObject(673, -260.2568359375, 2622.369140625, 61.888168334961, 0, 0, 0);
  1264. CreateObject(673, -273.57330322266, 2621.9619140625, 61.981609344482, 0, 0, 0);
  1265. CreateObject(673, -264.36730957031, 2622.6552734375, 61.915042877197, 0, 0, 0);
  1266. CreateObject(673, -227.27404785156, 2615.1044921875, 61.745704650879, 0, 0, 0);
  1267. CreateObject(673, -271.1904296875, 2621.4248046875, 61.97297668457, 0, 0, 0);
  1268. CreateObject(673, -233.462890625, 2625.568359375, 61.814727783203, 0, 0, 0);
  1269. CreateObject(673, -240.9140625, 2625.357421875, 61.794139862061, 0, 0, 0);
  1270. CreateObject(673, -227.15614318848, 2618.9125976563, 61.744812011719, 0, 0, 0);
  1271. CreateObject(673, -227.97550964355, 2621.7604980469, 61.778343200684, 0, 0, 0);
  1272. CreateObject(673, -244.71856689453, 2615.0720214844, 61.879203796387, 0, 0, 0);
  1273. CreateObject(673, -240.56173706055, 2615.5949707031, 61.885459899902, 0, 0, 0);
  1274. CreateObject(673, -238.26904296875, 2620.8103027344, 61.936492919922, 0, 0, 0);
  1275. CreateObject(673, -235.97222900391, 2614.8640136719, 61.87671661377, 0, 0, 0);
  1276. CreateObject(673, -232.0888671875, 2620.1669921875, 61.896980285645, 0, 0, 0);
  1277. CreateObject(673, -231.9444732666, 2615.4108886719, 61.871734619141, 0, 0, 0);
  1278. CreateObject(673, -323.06689453125, 2626.7392578125, 62.707649230957, 0, 0, 0);
  1279. CreateObject(673, -292.62048339844, 2644.04296875, 62.312335968018, 0, 0, 0);
  1280. CreateObject(673, -299.36450195313, 2644.1108398438, 62.465942382813, 0, 0, 0);
  1281. CreateObject(673, -314.03656005859, 2645.3786621094, 62.753215789795, 0, 0, 0);
  1282. CreateObject(673, -306.16796875, 2644.533203125, 62.592887878418, 0, 0, 0);
  1283. CreateObject(673, -322.462890625, 2646.8447265625, 62.933303833008, 0, 0, 0);
  1284. CreateObject(833, -321.40234375, 2623.8559570313, 63.631015777588, 0, 0, 42);
  1285. CreateObject(615, -360.0966796875, 2680.4423828125, 63.401351928711, 0, 0, 0);
  1286. CreateObject(615, -355.79907226563, 2672.0139160156, 63.661697387695, 0, 0, 0);
  1287. CreateObject(615, -339.10000610352, 2653.6000976563, 63.400001525879, 0, 0, 0);
  1288. CreateObject(615, -349.10546875, 2662.509765625, 63.664710998535, 0, 0, 0);
  1289. CreateObject(618, -345.89999389648, 2658.6999511719, 63.299999237061, 0, 0, 0);
  1290. CreateObject(618, -357.79351806641, 2675.0520019531, 63.567916870117, 0, 0, 0);
  1291. CreateObject(618, -352.9033203125, 2666.3662109375, 63.64998626709, 0, 0, 0);
  1292. CreateObject(1412, -323.7880859375, 2647.98828125, 64.313171386719, 0, 0, 341.99890136719);
  1293. CreateObject(1412, -328.6848449707, 2649.8937988281, 64.407333374023, 0, 0, 333.99890136719);
  1294. CreateObject(1412, -333.455078125, 2652.1044921875, 64.490852355957, 0, 0, 333.98986816406);
  1295. CreateObject(1412, -338, 2654.6999511719, 64.599998474121, 0, 0, 325.98986816406);
  1296. CreateObject(1412, -345.70001220703, 2661.1000976563, 64.800003051758, 0, 0, 315.986328125);
  1297. CreateObject(1412, -349, 2665.1000976563, 64.900001525879, 0, 0, 303.98327636719);
  1298. CreateObject(1412, -351.89999389648, 2669.3999023438, 64.900001525879, 0, 0, 303.98071289063);
  1299. CreateObject(1412, -354.79998779297, 2673.6999511719, 64.800003051758, 0, 0, 303.98071289063);
  1300. CreateObject(1412, -357.70001220703, 2678, 64.699996948242, 0, 0, 301.98071289063);
  1301. CreateObject(4100, -338.70001220703, 2687.6999511719, 63.799999237061, 0, 0, 146);
  1302. CreateObject(4100, -321.60000610352, 2654, 64.5, 0, 0, 61.99853515625);
  1303. CreateObject(4100, -326.8994140625, 2663.8994140625, 64, 0, 0, 95.99853515625);
  1304. CreateObject(4100, -351.79998779297, 2684, 63.799999237061, 0, 0, 163.99731445313);
  1305. CreateObject(1412, -357.79998779297, 2680.8999023438, 64.599998474121, 0, 0, 207.98071289063);
  1306. CreateObject(615, -330.10000610352, 2649.1000976563, 63.099998474121, 0, 0, 0);
  1307. CreateObject(10987, -1009.599609375, 2721, 46.700000762939, 0, 0, 95.99853515625);
  1308. CreateObject(10987, -1073.9000244141, 2712.6999511719, 46.700000762939, 0, 0, 95.99853515625);
  1309. CreateObject(10987, -1137.3994140625, 2705.8994140625, 46.700000762939, 0, 0, 95.993041992188);
  1310. CreateObject(8557, -1343.1999511719, 2689.5, 50.599998474121, 0, 0, 28);
  1311. CreateObject(1215, -1274.6999511719, 2687.1999511719, 49.599998474121, 0, 0, 0);
  1312. CreateObject(1215, -1277.0999755859, 2692.6000976563, 49.599998474121, 0, 0, 0);
  1313. CreateObject(1215, -1269.3000488281, 2674.8999023438, 48.200000762939, 0, 0, 0);
  1314. CreateObject(1215, -1299, 2663.1000976563, 49.299999237061, 0, 0, 0);
  1315. CreateObject(1226, -1333.6999511719, 2634.5, 53.700000762939, 0, 0, 318);
  1316. CreateObject(1226, -1372.3994140625, 2595.599609375, 58.400001525879, 0, 0, 329.99633789063);
  1317. CreateObject(1226, -1377.19921875, 2588, 59.299999237061, 0, 0, 329.99633789063);
  1318. CreateObject(1226, -1383.2998046875, 2578.19921875, 60.200000762939, 0, 0, 329.99633789063);
  1319. CreateObject(1226, -1366.19921875, 2605.599609375, 56.900001525879, 0, 0, 321.99829101563);
  1320. CreateObject(1226, -1356.2998046875, 2616.19921875, 55.799999237061, 0, 0, 321.99829101563);
  1321. CreateObject(1226, -1298.8000488281, 2649, 52.900001525879, 0, 0, 291.99926757813);
  1322. CreateObject(1226, -1314.5, 2644.099609375, 53, 0, 0, 291.99462890625);
  1323. CreateObject(1226, -1232.1999511719, 2674.8000488281, 49.700000762939, 0, 0, 293.99462890625);
  1324. CreateObject(1226, -1278.8994140625, 2656.19921875, 52.400001525879, 0, 0, 291.99462890625);
  1325. CreateObject(1226, -1260.69921875, 2664.099609375, 51.400001525879, 0, 0, 293.994140625);
  1326. CreateObject(1226, -1244.3994140625, 2670.599609375, 50.400001525879, 0, 0, 293.994140625);
  1327. CreateObject(669, -1224.7998046875, 2675.099609375, 45.400001525879, 0, 0, 0);
  1328. CreateObject(1238, -945.29998779297, 2724.8999023438, 45.200000762939, 0, 0, 0);
  1329. CreateObject(1238, -945.90002441406, 2723.1000976563, 45.200000762939, 0, 0, 0);
  1330. CreateObject(1238, -946.40002441406, 2722.3000488281, 45.200000762939, 0, 0, 0);
  1331. CreateObject(1238, -947, 2721.5, 45.200000762939, 0, 0, 0);
  1332. CreateObject(1238, -947.5, 2720.6999511719, 45.200000762939, 0, 0, 0);
  1333. CreateObject(1238, -948.70001220703, 2719, 45.200000762939, 0, 0, 0);
  1334. CreateObject(1238, -948, 2719.8994140625, 45.200000762939, 0, 0, 0);
  1335. CreateObject(1238, -949.40002441406, 2718, 45.200000762939, 0, 0, 0);
  1336. CreateObject(1238, -945.3994140625, 2723.8994140625, 45.200000762939, 0, 0, 0);
  1337. CreateObject(1238, -945.29998779297, 2725.8999023438, 45.200000762939, 0, 0, 0);
  1338. CreateObject(1238, -944.79998779297, 2725.8999023438, 45.200000762939, 0, 0, 0);
  1339. CreateObject(1257, -821.70001220703, 2739.3000488281, 45.799999237061, 0, 0, 92);
  1340. CreateObject(3463, -949.69921875, 2717.7998046875, 44.900001525879, 0, 0, 279.99755859375);
  1341. CreateObject(979, -916.70001220703, 2730.1000976563, 45.799999237061, 0, 0, 188);
  1342. CreateObject(979, -925.3994140625, 2728.8994140625, 45.799999237061, 0, 0, 187.99255371094);
  1343. CreateObject(979, -933.79998779297, 2725.8000488281, 45.700000762939, 0, 0, 213.998046875);
  1344. CreateObject(979, -941.5, 2720.599609375, 45.700000762939, 0, 0, 213.99169921875);
  1345. CreateObject(1238, -948.09997558594, 2718.1999511719, 45.200000762939, 0, 0, 0);
  1346. CreateObject(1238, -947, 2718.3000488281, 45.200000762939, 0, 0, 0);
  1347. CreateObject(1238, -945.79998779297, 2718.5, 45.200000762939, 0, 0, 0);
  1348. CreateObject(1228, -907.79998779297, 2730.1999511719, 45.299999237061, 0, 0, 2);
  1349. CreateObject(1237, -911.5, 2722.1000976563, 44.900001525879, 0, 0, 0);
  1350. CreateObject(1237, -913.40002441406, 2721.8000488281, 44.900001525879, 0, 0, 0);
  1351. CreateObject(1237, -917.70001220703, 2721.3000488281, 44.900001525879, 0, 0, 0);
  1352. CreateObject(1237, -915.599609375, 2721.5, 44.900001525879, 0, 0, 0);
  1353. CreateObject(1237, -920.40002441406, 2721, 44.900001525879, 0, 0, 0);
  1354. CreateObject(1237, -926.099609375, 2720.3994140625, 44.900001525879, 0, 0, 0);
  1355. CreateObject(1237, -923.3994140625, 2720.69921875, 44.900001525879, 0, 0, 0);
  1356. CreateObject(1251, -879.5, 2729, 45, 0, 0, 2);
  1357. CreateObject(1251, -880.29998779297, 2728.8000488281, 45, 0, 0, 1.99951171875);
  1358. CreateObject(1251, -882.40002441406, 2728.6999511719, 45, 0, 0, 1.99951171875);
  1359. CreateObject(1251, -881, 2728.7998046875, 45, 0, 0, 1.99951171875);
  1360. CreateObject(1251, -884, 2728.5, 45, 0, 0, 1.99951171875);
  1361. CreateObject(1251, -886, 2728.3000488281, 45, 0, 0, 1.99951171875);
  1362. CreateObject(1282, -880.40002441406, 2733.5, 45.5, 0, 0, 0);
  1363. CreateObject(1425, -875.5, 2718.5, 45.299999237061, 0, 0, 132);
  1364. CreateObject(973, -876.70001220703, 2734.6000976563, 45.700000762939, 0, 0, 186);
  1365. CreateObject(973, -858.5, 2736.5, 45.700000762939, 0, 0, 185.99853515625);
  1366. CreateObject(973, -867.69921875, 2735.5, 45.700000762939, 0, 0, 185.99853515625);
  1367. CreateObject(973, -885.90002441406, 2733.6000976563, 45.700000762939, 0, 0, 185.99853515625);
  1368. CreateObject(973, -895.09997558594, 2732.6000976563, 45.700000762939, 0, 0, 185.99853515625);
  1369. CreateObject(973, -904.29998779297, 2731.6999511719, 45.700000762939, 0, 0, 185.99853515625);
  1370. CreateObject(973, -910.90002441406, 2730.8999023438, 45.799999237061, 0, 0, 185.99853515625);
  1371. CreateObject(4206, -959.20001220703, 2728.6999511719, 44.900001525879, 0, 0, 0);
  1372. CreateObject(1257, -1308.3000488281, 2661.6000976563, 50.400001525879, 0, 0, 105.99951171875);
  1373. CreateObject(1226, -362.20001220703, 2648, 67.900001525879, 0, 0, 229.994140625);
  1374. CreateObject(1226, -331.599609375, 2629.3994140625, 66.800003051758, 0, 0, 281.99157714844);
  1375. CreateObject(1226, -341.7998046875, 2632.69921875, 67, 0, 0, 281.99157714844);
  1376. CreateObject(1226, -350.2998046875, 2637.7998046875, 67.400001525879, 0, 0, 253.99291992188);
  1377. CreateObject(1226, -356.69921875, 2642.69921875, 67.599998474121, 0, 0, 241.99035644531);
  1378. CreateObject(1226, -368.39999389648, 2655, 68.199996948242, 0, 0, 229.99328613281);
  1379. CreateObject(1226, -372.70001220703, 2661.6999511719, 68.400001525879, 0, 0, 217.99328613281);
  1380. CreateObject(1226, -376.89999389648, 2669.6999511719, 68.300003051758, 0, 0, 217.99072265625);
  1381. CreateObject(615, -370, 2695, 62.900001525879, 0, 0, 0);
  1382. CreateObject(615, -374.10000610352, 2701.6000976563, 62.5, 0, 0, 0);
  1383. CreateObject(615, -392, 2719.6000976563, 61.400001525879, 0, 0, 0);
  1384. CreateObject(615, -361.39999389648, 2699.1000976563, 62.700000762939, 0, 0, 0);
  1385. CreateObject(615, -351.5, 2701.6999511719, 62.400001525879, 0, 0, 0);
  1386. CreateObject(673, -384.10000610352, 2681.3999023438, 64.199996948242, 0, 0, 0);
  1387. CreateObject(673, -390.5, 2689.8999023438, 63.799999237061, 0, 0, 0);
  1388. CreateObject(673, -435.5, 2709.5, 61.799999237061, 0, 0, 0);
  1389. CreateObject(673, -399.599609375, 2698.599609375, 63.099998474121, 0, 0, 0);
  1390. CreateObject(673, -415.2998046875, 2708.7998046875, 61.599998474121, 0, 0, 0);
  1391. CreateObject(673, -408.2998046875, 2705.599609375, 62.200000762939, 0, 0, 0);
  1392. CreateObject(673, -426.599609375, 2709.2998046875, 61.599998474121, 0, 0, 0);
  1393. CreateObject(673, -444.10000610352, 2709.1000976563, 62.400001525879, 0, 0, 0);
  1394. CreateObject(673, -453.89999389648, 2707.6999511719, 62.5, 0, 0, 0);
  1395. CreateObject(673, -545.59997558594, 2711.5, 65.199996948242, 0, 0, 0);
  1396. CreateObject(673, -519.7998046875, 2706.099609375, 65.099998474121, 0, 0, 0);
  1397. CreateObject(673, -525.599609375, 2706.599609375, 65.300003051758, 0, 0, 0);
  1398. CreateObject(673, -531.599609375, 2707.2998046875, 65.300003051758, 0, 0, 0);
  1399. CreateObject(673, -538.69921875, 2708.7998046875, 65.300003051758, 0, 0, 0);
  1400. CreateObject(673, -556.5, 2716, 64.800003051758, 0, 0, 0);
  1401. CreateObject(673, -564.29998779297, 2721.5, 64.199996948242, 0, 0, 0);
  1402. CreateObject(673, -580.70001220703, 2734, 62.099998474121, 0, 0, 0);
  1403. CreateObject(673, -572.19921875, 2726.8994140625, 63.5, 0, 0, 0);
  1404. CreateObject(673, -590.70001220703, 2740.5, 60.700000762939, 0, 0, 0);
  1405. CreateObject(673, -677, 2727.6000976563, 55.400001525879, 0, 0, 0);
  1406. CreateObject(673, -600.599609375, 2744.2998046875, 60, 0, 0, 0);
  1407. CreateObject(673, -611.5, 2746.3994140625, 59.5, 0, 0, 0);
  1408. CreateObject(673, -619.7998046875, 2745.599609375, 59.599998474121, 0, 0, 0);
  1409. CreateObject(673, -630.3994140625, 2743.3994140625, 59.900001525879, 0, 0, 0);
  1410. CreateObject(673, -641.7998046875, 2738.8994140625, 60, 0, 0, 0);
  1411. CreateObject(673, -653.5, 2734.69921875, 59.299999237061, 0, 0, 0);
  1412. CreateObject(673, -665.5, 2730.7998046875, 57.700000762939, 0, 0, 0);
  1413. CreateObject(673, -686, 2725.8999023438, 53.400001525879, 0, 0, 0);
  1414. CreateObject(673, -786.29998779297, 2721.5, 44.299999237061, 0, 0, 0);
  1415. CreateObject(673, -696.19921875, 2724.19921875, 51.599998474121, 0, 0, 0);
  1416. CreateObject(673, -707.8994140625, 2721.599609375, 49.599998474121, 0, 0, 0);
  1417. CreateObject(673, -721.099609375, 2720.69921875, 47.700000762939, 0, 0, 0);
  1418. CreateObject(673, -733.099609375, 2720.19921875, 46.5, 0, 0, 0);
  1419. CreateObject(673, -744.7998046875, 2720.099609375, 45.599998474121, 0, 0, 0);
  1420. CreateObject(673, -757.2998046875, 2720.2998046875, 45, 0, 0, 0);
  1421. CreateObject(673, -769.7998046875, 2720.7998046875, 44.5, 0, 0, 0);
  1422. CreateObject(673, -842.59997558594, 2719.5, 44.700000762939, 0, 0, 0);
  1423. CreateObject(673, -795.599609375, 2721.69921875, 44.5, 0, 0, 0);
  1424. CreateObject(673, -806.599609375, 2721.2998046875, 44.5, 0, 0, 0);
  1425. CreateObject(673, -817.8994140625, 2720.599609375, 44.700000762939, 0, 0, 0);
  1426. CreateObject(673, -831.5, 2720.3994140625, 44.700000762939, 0, 0, 0);
  1427. CreateObject(673, -852, 2718.5, 44.799999237061, 0, 0, 0);
  1428. CreateObject(673, -864.29998779297, 2719.3999023438, 44.599998474121, 0, 0, 0);
  1429. CreateObject(673, -872.29998779297, 2718, 44.400001525879, 0, 0, 0);
  1430. CreateObject(673, -881.79998779297, 2717.1000976563, 44.700000762939, 0, 0, 0);
  1431. CreateObject(673, -905.5, 2713.5, 44.900001525879, 0, 0, 0);
  1432. CreateObject(673, -893.8994140625, 2715.2998046875, 44.799999237061, 0, 0, 0);
  1433. CreateObject(673, -938.69921875, 2709.5, 45, 0, 0, 0);
  1434. CreateObject(673, -915.7998046875, 2712.5, 45, 0, 0, 0);
  1435. CreateObject(673, -927.2998046875, 2710.69921875, 45, 0, 0, 0);
  1436. CreateObject(673, -961.19921875, 2707.7998046875, 45, 0, 0, 0);
  1437. CreateObject(615, -380, 2708.3994140625, 62, 0, 0, 0);
  1438. CreateObject(615, -413.60000610352, 2729.3000488281, 61.200000762939, 0, 0, 0);
  1439. CreateObject(615, -437.79998779297, 2731.3000488281, 62.5, 0, 0, 0);
  1440. CreateObject(615, -593, 2762.3999023438, 58.799999237061, 0, 0, 0);
  1441. CreateObject(615, -456.19921875, 2728.3994140625, 63.099998474121, 0, 0, 0);
  1442. CreateObject(615, -573.40002441406, 2752, 60, 0, 0, 0);
  1443. CreateObject(615, -582.40002441406, 2757.8000488281, 59.299999237061, 0, 0, 0);
  1444. CreateObject(615, -553.90002441406, 2701.3000488281, 66.900001525879, 0, 0, 0);
  1445. CreateObject(615, -664.29998779297, 2752.5, 59, 0, 0, 0);
  1446. CreateObject(615, -616.599609375, 2766.2998046875, 59.099998474121, 0, 0, 0);
  1447. CreateObject(615, -642.8994140625, 2761.7998046875, 60.400001525879, 0, 0, 0);
  1448. CreateObject(615, -688.29998779297, 2746, 53.799999237061, 0, 0, 0);
  1449. CreateObject(615, -753.29998779297, 2742.6000976563, 45.099998474121, 0, 0, 0);
  1450. CreateObject(615, -707.8994140625, 2742, 49.900001525879, 0, 0, 0);
  1451. CreateObject(615, -719.19921875, 2743.7998046875, 48.400001525879, 0, 0, 0);
  1452. CreateObject(615, -769.70001220703, 2743.1000976563, 44.799999237061, 0, 0, 0);
  1453. CreateObject(615, -782.09997558594, 2741.1000976563, 44.599998474121, 0, 0, 0);
  1454. CreateObject(615, -794.40002441406, 2740.3999023438, 44.599998474121, 0, 0, 0);
  1455. CreateObject(615, -806.90002441406, 2740.3000488281, 44.400001525879, 0, 0, 0);
  1456. CreateObject(615, -828.09997558594, 2740.1999511719, 44.599998474121, 0, 0, 0);
  1457. CreateObject(615, -887.70001220703, 2747, 45, 0, 0, 0);
  1458. CreateObject(615, -868.70001220703, 2736.5, 44.799999237061, 0, 0, 0);
  1459. CreateObject(615, -878.70001220703, 2735.3999023438, 44.799999237061, 0, 0, 0);
  1460. CreateObject(615, -951.599609375, 2727, 45.099998474121, 0, 0, 0);
  1461. CreateObject(615, -894.099609375, 2733.8994140625, 44.900001525879, 0, 0, 0);
  1462. CreateObject(615, -904.8994140625, 2732.8994140625, 45, 0, 0, 0);
  1463. CreateObject(615, -914.7998046875, 2731.8994140625, 45.099998474121, 0, 0, 0);
  1464. CreateObject(615, -923.19921875, 2730.099609375, 45.099998474121, 0, 0, 0);
  1465. CreateObject(615, -931.8994140625, 2729.19921875, 45.099998474121, 0, 0, 0);
  1466. CreateObject(615, -942.2998046875, 2728.2998046875, 45.099998474121, 0, 0, 0);
  1467. CreateObject(615, -962.40002441406, 2726, 45, 0, 0, 0);
  1468. CreateObject(615, -557.3994140625, 2739.8994140625, 62.099998474121, 0, 0, 0);
  1469. CreateObject(615, -564.19921875, 2746.69921875, 61.099998474121, 0, 0, 0);
  1470. CreateObject(615, -606, 2766, 58.799999237061, 0, 0, 0);
  1471. CreateObject(615, -544.69921875, 2732.5, 63.900001525879, 0, 0, 0);
  1472. CreateObject(615, -549.19921875, 2707.2998046875, 65.900001525879, 0, 0, 0);
  1473. CreateObject(615, -427, 2698.8999023438, 58.400001525879, 0, 0, 0);
  1474. CreateObject(615, -422.10000610352, 2684.3000488281, 54.599998474121, 0, 0, 0);
  1475. CreateObject(615, -411.70001220703, 2661.5, 49.900001525879, 0, 0, 0);
  1476. CreateObject(615, -411.39999389648, 2692.1999511719, 58.299999237061, 0, 0, 0);
  1477. CreateObject(615, -404.5, 2677.3000488281, 55, 0, 0, 0);
  1478. CreateObject(615, -394.89999389648, 2654.6999511719, 51, 0, 0, 0);
  1479. CreateObject(615, -423.70001220703, 2729.8000488281, 61.5, 0, 0, 0);
  1480. CreateObject(615, -855.19921875, 2738.19921875, 44.799999237061, 0, 0, 0);
  1481. CreateObject(615, -888.90002441406, 2759.6000976563, 45, 0, 0, 0);
  1482. CreateObject(615, -879.59997558594, 2767.3999023438, 45, 0, 0, 0);
  1483. CreateObject(615, -828.20001220703, 2770.5, 45, 0, 0, 0);
  1484. CreateObject(615, -863.7998046875, 2768.8994140625, 45, 0, 0, 0);
  1485. CreateObject(615, -844.7998046875, 2770.3994140625, 45, 0, 0, 0);
  1486. CreateObject(615, -808.09997558594, 2770, 45, 0, 0, 0);
  1487. CreateObject(615, -807.09997558594, 2756.3000488281, 45, 0, 0, 0);
  1488. CreateObject(12959, -439.29998779297, 2691.6000976563, 61.700000762939, 0, 0, 186);
  1489. CreateObject(669, -1232, 2664, 46.099998474121, 0, 0, 0);
  1490. CreateObject(979, -954.5, 2717.3000488281, 45.700000762939, 0, 0, 185.99169921875);
  1491. CreateObject(979, -963.59997558594, 2716.3999023438, 45.700000762939, 0, 0, 185.98754882813);
  1492. CreateObject(979, -972.40002441406, 2717.6000976563, 45.700000762939, 0, 0, 157.98754882813);
  1493. CreateObject(1237, -976.40002441406, 2720.1000976563, 44.900001525879, 0, 0, 0);
  1494. CreateObject(673, -954.20001220703, 2708.6999511719, 44.900001525879, 0, 0, 0);
  1495. CreateObject(3851, -475.70001220703, 2698.3000488281, 73.099998474121, 0, 0, 356);
  1496. CreateObject(3851, -476, 2680.5, 73.099998474121, 0, 0, 357.99548339844);
  1497. CreateObject(3851, -476.89999389648, 2654.1999511719, 73.099998474121, 0, 0, 357.99548339844);
  1498. CreateObject(3851, -476.2998046875, 2667.2998046875, 73.099998474121, 0, 0, 357.99548339844);
  1499. CreateObject(16501, -461.70001220703, 2678.8999023438, 76.400001525879, 0, 90, 358);
  1500. CreateObject(16501, -462.39999389648, 2671.8000488281, 76.599998474121, 0, 90, 357.99499511719);
  1501. CreateObject(970, -462.60000610352, 2698.5, 62.200000762939, 0, 0, 275.98901367188);
  1502. CreateObject(970, -453.69921875, 2708.599609375, 63, 0, 0, 359.98901367188);
  1503. CreateObject(970, -449.69921875, 2708.7998046875, 62.799999237061, 0, 0, 7.987060546875);
  1504. CreateObject(970, -445.69921875, 2709.2998046875, 62.700000762939, 0, 0, 7.987060546875);
  1505. CreateObject(970, -441.599609375, 2709.69921875, 62.5, 0, 0, 7.987060546875);
  1506. CreateObject(970, -437.69921875, 2710.099609375, 62.299999237061, 0, 0, 5.987548828125);
  1507. CreateObject(970, -426, 2707.5, 62.200000762939, 0, 0, 275.98754882813);
  1508. CreateObject(970, -425.20001220703, 2699.3000488281, 62.200000762939, 0, 0, 275.98754882813);
  1509. CreateObject(970, -425.599609375, 2703.3994140625, 62.200000762939, 0, 0, 275.98754882813);
  1510. CreateObject(970, -463, 2702.599609375, 62.200000762939, 0, 0, 275.98754882813);
  1511. CreateObject(970, -462.20001220703, 2694.3999023438, 62.200000762939, 0, 0, 275.98754882813);
  1512. CreateObject(970, -461.79998779297, 2690.3000488281, 62.200000762939, 0, 0, 275.98754882813);
  1513. CreateObject(970, -461.29998779297, 2686.1999511719, 62.200000762939, 0, 0, 277.98754882813);
  1514. CreateObject(970, -450.5, 2681.8999023438, 62.200000762939, 0, 0, 185.98706054688);
  1515. CreateObject(970, -461, 2682.8994140625, 62.200000762939, 0, 0, 275.98205566406);
  1516. CreateObject(970, -458.70001220703, 2681.1000976563, 62.200000762939, 0, 0, 185.98205566406);
  1517. CreateObject(970, -454.599609375, 2681.5, 62.200000762939, 0, 0, 185.98205566406);
  1518. CreateObject(970, -448.60000610352, 2684.1999511719, 62.400001525879, 0, 0, 275.98205566406);
  1519. CreateObject(970, -427.29998779297, 2696.6999511719, 62.5, 0, 0, 185.98205566406);
  1520. CreateObject(970, -244.931640625, 2593.69921875, 62.2546043396, 0, 0, 90);
  1521. CreateObject(1237, -225.69999694824, 2612.6000976563, 61.700000762939, 0, 0, 0);
  1522. CreateObject(1237, -216, 2612.3000488281, 61.700000762939, 0, 0, 0);
  1523. CreateObject(2904, -243.69999694824, 2599.8000488281, 63, 0, 0, 0);
  1524. CreateObject(2904, -243.69921875, 2595.7998046875, 63, 0, 0, 0);
  1525. CreateObject(2904, -242.5, 2597, 63, 0, 0, 270);
  1526. CreateObject(1491, -242.5, 2599.6999511719, 61.700000762939, 0, 0, 270);
  1527. CreateObject(2904, -243.80000305176, 2598.5, 64.300003051758, 90, 0, 90);
  1528. CreateObject(2904, -243.80000305176, 2597, 64.300003051758, 90, 0, 90);
  1529. CreateObject(2904, -244.89999389648, 2597.1000976563, 63, 0, 0, 270);
  1530. CreateObject(1491, -244.80000305176, 2599.8000488281, 61.700000762939, 0, 0, 270);
  1531. CreateObject(673, -210.69999694824, 2618.3000488281, 62, 0, 0, 0);
  1532. CreateObject(673, -203.8994140625, 2617.099609375, 62, 0, 0, 0);
  1533. CreateObject(673, -205.69921875, 2622, 62.099998474121, 0, 0, 0);
  1534. CreateObject(617, -194.39999389648, 2607.8999023438, 61.599998474121, 0, 0, 0);
  1535. CreateObject(673, -167.5, 2644.3000488281, 62.599998474121, 0, 0, 0);
  1536. CreateObject(673, -149.80000305176, 2642.6000976563, 62.799999237061, 0, 0, 0);
  1537. CreateObject(673, -160.69921875, 2643, 62.599998474121, 0, 0, 0);
  1538. CreateObject(673, -142.5, 2642.6000976563, 62.900001525879, 0, 0, 0);
  1539. CreateObject(673, -149, 2628.8000488281, 62.799999237061, 0, 0, 0);
  1540. CreateObject(673, -142.3994140625, 2629.2998046875, 62.900001525879, 0, 0, 0);
  1541. CreateObject(673, -166.5, 2626.8000488281, 62.700000762939, 0, 0, 0);
  1542. CreateObject(673, -157.2998046875, 2628.3994140625, 62.700000762939, 0, 0, 0);
  1543. CreateObject(673, -55.299999237061, 2644.5, 62.900001525879, 0, 0, 0);
  1544. CreateObject(673, -47.099998474121, 2644.8000488281, 62.700000762939, 0, 0, 0);
  1545. CreateObject(673, -28.700000762939, 2645.8999023438, 62.099998474121, 0, 0, 0);
  1546. CreateObject(673, -37.3994140625, 2646, 62.400001525879, 0, 0, 0);
  1547. CreateObject(673, -16.60000038147, 2646.3999023438, 61.599998474121, 0, 0, 0);
  1548. CreateObject(673, -54.299999237061, 2631.3999023438, 62.900001525879, 0, 0, 0);
  1549. CreateObject(673, -15.3994140625, 2631.5, 61.700000762939, 0, 0, 0);
  1550. CreateObject(673, -26.8994140625, 2630.599609375, 62.099998474121, 0, 0, 0);
  1551. CreateObject(673, -36.8994140625, 2630.5, 62.400001525879, 0, 0, 0);
  1552. CreateObject(673, -45.099609375, 2630.5, 62.700000762939, 0, 0, 0);
  1553. CreateObject(2936, -12.300000190735, 2650.6000976563, 62, 0, 0, 0);
  1554. CreateObject(8390, 215.69999694824, 2599.3000488281, 71.400001525879, 0, 0, 36);
  1555. CreateObject(18450, 153.19999694824, 2681.6999511719, 51.700000762939, 0, 0, 312);
  1556.  
  1557. //Aqua Park By <[Lu$ta]>
  1558. CreateDynamicObject(3865, -3054.3837890625, -177.16050720215, 47.763046264648, 7, 0.75, 0);
  1559. CreateDynamicObject(3865, -3054.556640625, -185.75973510742, 46.763046264648, 6.998291015625, 0.7470703125, 359.25);
  1560. CreateDynamicObject(3865, -3054.9111328125, -194.74008178711, 45.663055419922, 6.998291015625, 0.7415771484375, 357.24743652344);
  1561. CreateDynamicObject(3865, -3055.7075195313, -203.77774047852, 44.563049316406, 6.998291015625, 0.736083984375, 353.99243164063);
  1562. CreateDynamicObject(3865, -3057.0336914063, -212.50704956055, 43.538093566895, 6.998291015625, 0.7305908203125, 349.99047851563);
  1563. CreateDynamicObject(3865, -3058.8737792969, -221.02268981934, 42.488075256348, 6.998291015625, 0.72509765625, 346.73596191406);
  1564. CreateDynamicObject(3865, -3061.9653320313, -229.25833129883, 41.463104248047, 6.998291015625, 0.7196044921875, 333.83911132813);
  1565. CreateDynamicObject(3865, -3066.1789550781, -236.75248718262, 40.4130859375, 6.998291015625, 0.714111328125, 329.08605957031);
  1566. CreateDynamicObject(3865, -3071.0720214844, -244.16934204102, 39.338096618652, 6.998291015625, 0.7086181640625, 325.33447265625);
  1567. CreateDynamicObject(3865, -3076.7639160156, -251.07800292969, 38.238090515137, 6.998291015625, 0.7086181640625, 317.08264160156);
  1568. CreateDynamicObject(3865, -3083.2182617188, -256.90081787109, 37.163070678711, 6.998291015625, 0.7086181640625, 308.58190917969);
  1569. CreateDynamicObject(3865, -3090.1027832031, -261.71319580078, 36.138053894043, 6.998291015625, 0.7086181640625, 303.32849121094);
  1570. CreateDynamicObject(3865, -3097.7768554688, -266.12448120117, 35.063079833984, 6.998291015625, 0.7086181640625, 297.57702636719);
  1571. CreateDynamicObject(3865, -3105.9926757813, -269.91046142578, 33.963088989258, 6.998291015625, 0.7086181640625, 293.07568359375);
  1572. CreateDynamicObject(3865, -3114.3708496094, -272.6396484375, 32.888084411621, 6.998291015625, 0.7086181640625, 284.5712890625);
  1573. CreateDynamicObject(3865, -3123.3249511719, -274.23724365234, 31.788082122803, 6.998291015625, 0.7086181640625, 276.81787109375);
  1574. CreateDynamicObject(3865, -3132.4958496094, -274.41131591797, 30.638080596924, 6.998291015625, 0.7086181640625, 265.81701660156);
  1575. CreateDynamicObject(3865, -3141.392578125, -273.06311035156, 29.563077926636, 6.998291015625, 0.7086181640625, 258.31420898438);
  1576. CreateDynamicObject(3865, -3149.7744140625, -270.59927368164, 28.513071060181, 6.998291015625, 0.7086181640625, 250.560546875);
  1577. CreateDynamicObject(3865, -3157.5886230469, -267.06860351563, 27.46307182312, 6.998291015625, 0.7086181640625, 242.55969238281);
  1578. CreateDynamicObject(3865, -3164.9384765625, -262.21865844727, 26.388065338135, 6.998291015625, 0.7086181640625, 232.30615234375);
  1579. CreateDynamicObject(3865, -3171.6130371094, -256.19064331055, 24.988067626953, 10.998291015625, 0.7086181640625, 224.80590820313);
  1580. CreateDynamicObject(3865, -3177.2951660156, -249.39097595215, 23.288063049316, 10.997314453125, 0.7086181640625, 216.30224609375);
  1581. CreateDynamicObject(3865, -3181.8232421875, -241.68402099609, 21.588054656982, 10.997314453125, 0.7086181640625, 205.798828125);
  1582. CreateDynamicObject(3865, -3185.0561523438, -233.51452636719, 19.913057327271, 10.997314453125, 0.7086181640625, 198.7958984375);
  1583. CreateDynamicObject(3865, -3186.9050292969, -224.82106018066, 18.213052749634, 10.997314453125, 0.7086181640625, 186.54211425781);
  1584. CreateDynamicObject(3865, -3186.9453125, -215.93446350098, 16.513063430786, 10.997314453125, 0.7086181640625, 175.53686523438);
  1585. CreateDynamicObject(3865, -3185.2189941406, -207.33087158203, 14.813066482544, 10.997314453125, 0.7086181640625, 163.13903808594);
  1586. CreateDynamicObject(9831, -3056.3149414063, -203.86434936523, 41.641296386719, 0.75, 0.75, 175.39495849609);
  1587. CreateDynamicObject(9831, -3059.9624023438, -234.27571105957, 38.141250610352, 0.7470703125, 0.7470703125, 170.14123535156);
  1588. CreateDynamicObject(9831, -3071.0793457031, -244.28735351563, 36.691223144531, 0.7470703125, 0.7470703125, 149.28625488281);
  1589. CreateDynamicObject(9831, -3087.1547851563, -263.51162719727, 33.341110229492, 359.74157714844, 0.7415771484375, 136.2822265625);
  1590. CreateDynamicObject(9831, -3109.4887695313, -268.86236572266, 30.591114044189, 359.736328125, 0.736083984375, 112.52990722656);
  1591. CreateDynamicObject(9831, -3131.5581054688, -276.97381591797, 27.566106796265, 359.736328125, 0.7305908203125, 102.02746582031);
  1592. CreateDynamicObject(9831, -3149.4350585938, -269.91616821289, 25.116102218628, 359.486328125, 0.72509765625, 84.159515380859);
  1593. CreateDynamicObject(9831, -3161.6064453125, -266.16900634766, 23.541114807129, 359.48364257813, 0.7196044921875, 72.1552734375);
  1594. CreateDynamicObject(9831, -3171.2924804688, -255.37887573242, 22.016103744507, 359.97814941406, 0.714111328125, 54.652709960938);
  1595. CreateDynamicObject(9831, -3180.8310546875, -241.58193969727, 19.271062850952, 359.20849609375, 354.20861816406, 29.576477050781);
  1596. CreateDynamicObject(9831, -3185.017578125, -230.86924743652, 16.721067428589, 354.95349121094, 354.70471191406, 29.5751953125);
  1597. CreateDynamicObject(9831, -3186.0295410156, -202.40238952637, 10.296073913574, 354.95178222656, 354.70458984375, 358.06970214844);
  1598. CreateDynamicObject(3865, -3185.21875, -207.330078125, 14.813066482544, 10.997314453125, 0.7086181640625, 163.13598632813);
  1599. CreateDynamicObject(3865, -3181.7863769531, -199.34259033203, 13.163064956665, 10.997314453125, 0.7086181640625, 151.88598632813);
  1600. CreateDynamicObject(3865, -3176.9565429688, -191.80224609375, 11.43807220459, 10.997314453125, 0.7086181640625, 143.88598632813);
  1601. CreateDynamicObject(3865, -3171.0981445313, -185.33410644531, 9.7380638122559, 10.997314453125, 0.7086181640625, 133.38244628906);
  1602. CreateDynamicObject(3865, -3164.23046875, -180.04254150391, 8.0630626678467, 10.997314453125, 0.7086181640625, 123.62951660156);
  1603. CreateDynamicObject(3865, -3156.8059082031, -176.03681945801, 6.4380640983582, 10.997314453125, 0.7086181640625, 114.87915039063);
  1604. CreateDynamicObject(3865, -3148.4858398438, -173.07606506348, 4.7380652427673, 10.997314453125, 0.7086181640625, 105.37854003906);
  1605. CreateDynamicObject(9831, -3176.046875, -193.560546875, 9.1710681915283, 357.44567871094, 354.69909667969, 335.56091308594);
  1606. CreateDynamicObject(9831, -3158.0954589844, -176.39082336426, 4.2710676193237, 357.44567871094, 354.69909667969, 310.2861328125);
  1607. CreateDynamicObject(9831, -3138.9194335938, -169.99261474609, 0.27106761932373, 356.44018554688, 354.69909667969, 298.37145996094);
  1608. CreateDynamicObject(16135, -3141.2697753906, -160.73223876953, 1.0586295127869, 0, 0, 274.64498901367);
  1609. CreateDynamicObject(16135, -3073.8801269531, 47.612651824951, 1.0586295127869, 0, 0, 58.599548339844);
  1610. CreateDynamicObject(10972, -3135.2099609375, -249.529296875, 0.070988893508911, 2.74658203125, 359.74731445313, 0);
  1611. CreateDynamicObject(8532, -3021.37890625, -299.650390625, 1.144214630127, 0, 0, 267.95104980469);
  1612. CreateDynamicObject(5428, -2926.1750488281, 11.179023742676, 1.0314521789551, 0, 0, 0);
  1613. CreateDynamicObject(4028, -2932.6574707031, -258.00469970703, 23.118940353394, 0, 0, 269.15954589844);
  1614. CreateDynamicObject(14602, -2941.3334960938, -208.28929138184, 15.048965454102, 0, 0, 268.68713378906);
  1615. CreateDynamicObject(6300, -2920.6557617188, -212.91665649414, 1.6071290969849, 0, 0, 268.68994140625);
  1616. CreateDynamicObject(6300, -2921.2126464844, -252.31596374512, 1.632129073143, 0, 0, 268.68713378906);
  1617. CreateDynamicObject(16350, -2925.16796875, -211.962890625, 4.3918151855469, 0, 0, 358.49487304688);
  1618. CreateDynamicObject(16350, -2924.466796875, -185.2392578125, 4.4168152809143, 0, 0, 358.49487304688);
  1619. CreateDynamicObject(7586, -2946.1877441406, -209.4358215332, 21.770503997803, 0, 0, 0.45498657226563);
  1620. CreateDynamicObject(6959, -2945.7084960938, -203.4457244873, 15.348852157593, 0, 0, 358.5);
  1621. CreateDynamicObject(10948, -2940.6254882813, -140.37013244629, 71.910667419434, 0, 0, 358.75);
  1622. CreateDynamicObject(7586, -2947.0849609375, -189.0859375, 21.770503997803, 0, 0, 5.44921875);
  1623. CreateDynamicObject(4028, -2947.2255859375, -257.7470703125, 23.118940353394, 0, 0, 269.15405273438);
  1624. CreateDynamicObject(4565, -2988.4753417969, -210.06883239746, 5.5250010490417, 358.75, 0, 268.87997436523);
  1625. CreateDynamicObject(617, -2980.8359375, -211.12873840332, 10.029853820801, 0, 0, 113.14501953125);
  1626. CreateDynamicObject(617, -2966.9465332031, -211.13821411133, 10.029853820801, 0, 0, 45.652679443359);
  1627. CreateDynamicObject(803, -2970.3884277344, -211.18687438965, 10.902866363525, 0, 0, 0);
  1628. CreateDynamicObject(803, -2977.9533691406, -211.05972290039, 10.902866363525, 0, 0, 0);
  1629. CreateDynamicObject(5005, -2962.07421875, -305.1611328125, 4.3957300186157, 0, 0, 87.852172851563);
  1630. CreateDynamicObject(5005, -3047.8486328125, -378.123046875, 4.6957311630249, 0, 0, 357.96203613281);
  1631. CreateDynamicObject(5007, -3187.7939453125, -302.0422668457, 3.8438038825989, 0, 0, 185.4091796875);
  1632. CreateDynamicObject(8887, -2971.146484375, -234.14984130859, 1.9103399515152, 0, 0, 0);
  1633. CreateDynamicObject(4992, -3151.2160644531, -352.50213623047, 0.91018831729889, 0, 0, 358.25);
  1634. CreateDynamicObject(9237, -2973.8974609375, -370.28353881836, 9.1046457290649, 0, 0, 300.44998168945);
  1635. CreateDynamicObject(1643, -2983.830078125, -343.4977722168, 1.144214630127, 0, 0, 0);
  1636. CreateDynamicObject(1642, -2990.0300292969, -350.89526367188, 1.144214630127, 0, 0, 0);
  1637. CreateDynamicObject(1641, -3012.1865234375, -340.98028564453, 1.144214630127, 0, 0, 0);
  1638. CreateDynamicObject(1640, -3006.3845214844, -355.94427490234, 1.144214630127, 0, 0, 0);
  1639. CreateDynamicObject(1461, -2973.1799316406, -365.84341430664, 1.8704279661179, 0, 0, 217.07995605469);
  1640. CreateDynamicObject(3515, -3017.7109375, -210.16015625, 2.69389295578, 0, 0, 0);
  1641. CreateDynamicObject(3515, -3009.6552734375, -210.3095703125, 6.2938952445984, 0, 0, 0);
  1642. CreateDynamicObject(3515, -2999.083984375, -210.353515625, 9.0688991546631, 0, 0, 0);
  1643. CreateDynamicObject(3515, -2992.173828125, -210.6591796875, 11.56890296936, 0, 0, 0);
  1644. CreateDynamicObject(13649, -3099.6748046875, -361.6328125, 0.12947431206703, 0, 0, 0);
  1645. CreateDynamicObject(13649, -3098.8276367188, -339.57653808594, 0.12947431206703, 0, 0, 0);
  1646. CreateDynamicObject(9833, -3099.24609375, -339.80847167969, 3.1913928985596, 0, 0, 0);
  1647. CreateDynamicObject(9833, -3099.9548339844, -361.6828918457, 3.1913928985596, 0, 0, 0);
  1648. CreateDynamicObject(13562, -3081.1254882813, -372.29449462891, 2.5942144393921, 0, 0, 0);
  1649. CreateDynamicObject(1383, -3056.1572265625, -205.724609375, 10.449522018433, 0, 0, 0);
  1650. CreateDynamicObject(1383, -3072.787109375, -245.49212646484, 5.0995254516602, 0, 0, 332.2099609375);
  1651. CreateDynamicObject(1383, -3087.8920898438, -260.66394042969, 2.3495254516602, 0, 0, 304.41479492188);
  1652. CreateDynamicObject(1383, -3109.5891113281, -271.25885009766, -0.62547445297241, 0, 0, 293.14965820313);
  1653. CreateDynamicObject(1383, -3133.1857910156, -274.43215942383, -3.4254755973816, 0, 0, 268.78332519531);
  1654. CreateDynamicObject(1383, -3150.7761230469, -270.1116027832, -5.7504825592041, 0, 0, 249.78051757813);
  1655. CreateDynamicObject(1383, -3162.5891113281, -264.42770385742, -7.3254885673523, 0, 0, 236.77966308594);
  1656. CreateDynamicObject(1383, -3172.7370605469, -255.29763793945, -9.3754730224609, 0, 0, 224.86730957031);
  1657. CreateDynamicObject(1383, -3182.0073242188, -240.88952636719, -12.775440216064, 0, 0, 203.02758789063);
  1658. CreateDynamicObject(1383, -3186.1838378906, -230.123046875, -15.000436782837, 0, 0, 181.19232177734);
  1659. CreateDynamicObject(1383, -3183.7265625, -203.73066711426, -20.150419235229, 0, 0, 163.69201660156);
  1660. CreateDynamicObject(1383, -3177.4106445313, -192.71391296387, -22.600397109985, 0, 0, 146.69079589844);
  1661. CreateDynamicObject(17026, -3161.0432128906, -191.54557800293, -5.0696716308594, 0, 0, 272.65997314453);
  1662. CreateDynamicObject(17026, -3176.8564453125, -175.6865234375, -5.0696716308594, 0, 0, 77.904052734375);
  1663. CreateDynamicObject(880, -3146.974609375, -175.77912902832, 2.70814037323, 1.9849853515625, 191.27496337891, 183.3349609375);
  1664. CreateDynamicObject(880, -3144.34765625, -169.11279296875, 1.70814037323, 1.9830322265625, 191.27197265625, 342.84930419922);
  1665. CreateDynamicObject(880, -3147.8676757813, -174.41375732422, 0.20814037322998, 1.9775390625, 191.27197265625, 342.84484863281);
  1666. CreateDynamicObject(17030, -3059.4990234375, -244.50717163086, 1.144214630127, 0, 0, 292.51000976563);
  1667. CreateDynamicObject(17030, -3088.8974609375, -280.392578125, 1.144214630127, 0, 0, 260.91979980469);
  1668. CreateDynamicObject(17030, -3123.9619140625, -289.23785400391, 1.144214630127, 0, 0, 223.24981689453);
  1669. CreateDynamicObject(17030, -3165.04296875, -276.8815612793, 1.144214630127, 0, 0, 195.92767333984);
  1670. CreateDynamicObject(17030, -3192.7998046875, -240.84521484375, 1.144214630127, 0, 0, 156.01965332031);
  1671. CreateDynamicObject(17026, -3194.5249023438, -204.46528625488, -5.0696716308594, 0, 0, 127.52905273438);
  1672. CreateDynamicObject(17030, -3165.8024902344, -217.43460083008, 1.144214630127, 0, 0, 330.43713378906);
  1673. CreateDynamicObject(17030, -3143.2814941406, -251.28099060059, 1.144214630127, 0, 0, 33.4853515625);
  1674. CreateDynamicObject(17030, -3097.7214355469, -245.82670593262, 1.144214630127, 0, 0, 92.620849609375);
  1675. CreateDynamicObject(17030, -3049.6943359375, -213.03515625, 1.144214630127, 0, 0, 316.318359375);
  1676. CreateDynamicObject(17030, -3072.6547851563, -214.18594360352, 1.144214630127, 0, 0, 107.89923095703);
  1677. CreateDynamicObject(714, -3066.517578125, -280.5, 0.74421453475952, 0, 0, 0);
  1678. CreateDynamicObject(714, -3144.8405761719, -220.36114501953, 3.4942145347595, 0, 0, 0);
  1679. CreateDynamicObject(10972, -3150.8449707031, -244.64820861816, -0.42901110649109, 2.74658203125, 359.74731445313, 167.45495605469);
  1680. CreateDynamicObject(10972, -3124.1159667969, -244.47129821777, 0.070988893508911, 2.74658203125, 359.74731445313, 167.45361328125);
  1681. CreateDynamicObject(10972, -3100.4577636719, -243.88670349121, 1.0209889411926, 2.74658203125, 359.74731445313, 167.45361328125);
  1682. CreateDynamicObject(714, -3077.125, -184.06207275391, 2.4942145347595, 0, 0, 0);
  1683. CreateDynamicObject(714, -3090.0107421875, -215.5537109375, 3.9942145347595, 0, 0, 0);
  1684. CreateDynamicObject(714, -3139.7509765625, -185.05712890625, 1.4942145347595, 0, 0, 0);
  1685. CreateDynamicObject(6959, -3054.59375, -154.189453125, 46.81884765625, 0, 0, 4.24072265625);
  1686. CreateDynamicObject(13666, -3045.7541503906, -128.79051208496, 42.817817687988, 9.25, 86.649169921875, 87.671020507813);
  1687. CreateDynamicObject(9831, -3045.1977539063, -132.99122619629, 14.546363830566, 280.17492675781, 4, 9.5);
  1688. CreateDynamicObject(13666, -3045.8071289063, -128.62609863281, 39.567817687988, 9.2449951171875, 86.643676757813, 87.6708984375);
  1689. CreateDynamicObject(13666, -3045.8640136719, -128.4186706543, 36.067817687988, 9.2449951171875, 86.643676757813, 87.6708984375);
  1690. CreateDynamicObject(13666, -3045.912109375, -128.18719482422, 32.417839050293, 9.2449951171875, 86.643676757813, 87.6708984375);
  1691. CreateDynamicObject(13666, -3045.9609375, -127.9557800293, 28.717819213867, 9.2449951171875, 86.643676757813, 87.6708984375);
  1692. CreateDynamicObject(13666, -3045.9741210938, -127.73510742188, 25.092824935913, 9.2449951171875, 86.643676757813, 87.6708984375);
  1693. CreateDynamicObject(13666, -3046.0295410156, -127.49771881104, 21.367828369141, 9.2449951171875, 86.643676757813, 87.6708984375);
  1694. CreateDynamicObject(9831, -3050.9770507813, -129.85270690918, 14.546363830566, 280.17333984375, 3.9990234375, 319.09268188477);
  1695. CreateDynamicObject(9831, -3050.9765625, -129.8525390625, 14.546363830566, 280.16784667969, 3.9935302734375, 269.42272949219);
  1696. CreateDynamicObject(9831, -3049.8576660156, -124.84605407715, 14.546363830566, 280.16235351563, 3.988037109375, 244.52270507813);
  1697. CreateDynamicObject(9831, -3049.1828613281, -124.51856231689, 14.546363830566, 280.16235351563, 3.988037109375, 184.96716308594);
  1698. CreateDynamicObject(9831, -3045.1418457031, -123.1146774292, 14.546363830566, 280.16235351563, 3.988037109375, 182.7158203125);
  1699. CreateDynamicObject(9831, -3040.4526367188, -123.61911010742, 14.546363830566, 280.16235351563, 3.988037109375, 182.71362304688);
  1700. CreateDynamicObject(9831, -3040.6708984375, -126.62050628662, 14.546363830566, 280.16235351563, 3.988037109375, 137.05859375);
  1701. CreateDynamicObject(9831, -3040.55078125, -130.68807983398, 14.546363830566, 280.16235351563, 3.988037109375, 99.339416503906);
  1702. CreateDynamicObject(9831, -3040.3896484375, -129.82681274414, 14.546363830566, 280.16235351563, 3.988037109375, 47.728363037109);
  1703. CreateDynamicObject(900, -3044.9689941406, -135.46789550781, 13.432814598083, 23.820007324219, 262.73498535156, 107.19000244141);
  1704. CreateDynamicObject(900, -3047.0859375, -137.53125, 36.432815551758, 286.55090332031, 260.74401855469, 258.76098632813);
  1705. CreateDynamicObject(1383, -3034.3505859375, -170.69757080078, 18.949522018433, 0, 0, 0);
  1706. CreateDynamicObject(1383, -3037.1811523438, -134.20536804199, 18.949522018433, 0, 0, 0);
  1707. CreateDynamicObject(1383, -3074.9274902344, -137.28590393066, 18.949522018433, 0, 0, 0);
  1708. CreateDynamicObject(1383, -3072.3068847656, -174.11181640625, 18.949522018433, 0, 0, 0);
  1709. CreateDynamicObject(3406, -3049.0297851563, -129.09683227539, 44.758255004883, 0, 0, 273.86499023438);
  1710. CreateDynamicObject(3406, -3045.900390625, -133.7195892334, 44.758255004883, 0, 0, 183.80419921875);
  1711. CreateDynamicObject(3406, -3042.298828125, -128.61727905273, 44.758255004883, 0, 0, 274.15612792969);
  1712. CreateDynamicObject(3406, -3046.6435546875, -123.03482055664, 44.758255004883, 0, 0, 183.80419921875);
  1713. CreateDynamicObject(3406, -3040.3154296875, -128.52624511719, 44.758255004883, 0, 0, 274.15283203125);
  1714. CreateDynamicObject(3406, -3051.0083007813, -129.1872253418, 44.758255004883, 0, 0, 274.15283203125);
  1715. CreateDynamicObject(17030, -3034.5390625, -147.2578125, -0.80578464269638, 0, 0, 317.01049804688);
  1716. CreateDynamicObject(17030, -3048.5109863281, -165.75184631348, 1.144214630127, 0, 0, 242.876953125);
  1717. CreateDynamicObject(17030, -3062.78125, -163.81657409668, 1.144214630127, 0, 0, 135.68475341797);
  1718. CreateDynamicObject(714, -3047.1511230469, -147.08715820313, 0.74421453475952, 0, 0, 7.9400024414063);
  1719. CreateDynamicObject(6959, -3142.9594726563, -352.56231689453, -3.1461443901062, 0, 0, 267.97570800781);
  1720. CreateDynamicObject(6959, -3094.5336914063, -354.09460449219, -3.1461443901062, 0, 0, 267.97302246094);
  1721. CreateDynamicObject(6959, -3049.1650390625, -332.37915039063, -19.396144866943, 0, 89.325012207031, 353.59240722656);
  1722. CreateDynamicObject(16327, -2988.2097167969, -225.68684387207, 9.6367063522339, 0, 0, 0);
  1723. CreateDynamicObject(3615, -2992.2878417969, -368.30902099609, 3.3317670822144, 0, 0, 177.11499023438);
  1724. CreateDynamicObject(3615, -3018.6948242188, -367.98229980469, 3.3317670822144, 0, 0, 177.11059570313);
  1725. CreateDynamicObject(3615, -3046.2290039063, -366.64111328125, 3.3317670822144, 0, 0, 177.11059570313);
  1726. CreateDynamicObject(3615, -3074.7561035156, -367.03833007813, 3.3317670822144, 0, 0, 177.11059570313);
  1727. CreateDynamicObject(7023, -2990.8442382813, -89.342468261719, 19.521606445313, 0, 0, 0);
  1728. CreateDynamicObject(5005, -2952.2106933594, -4.4507155418396, 4.6957311630249, 0, 0, 87.852172851563);
  1729. CreateDynamicObject(8202, -3021.90234375, 1.21875, 2.7257986068726, 0, 0, 267.95104980469);
  1730. CreateDynamicObject(8202, -3160.0712890625, 5.3990259170532, 2.7257986068726, 0, 0, 88.584716796875);
  1731. CreateDynamicObject(6356, -3035.3713378906, -275.80972290039, 11.968376159668, 0, 0, 143.63497924805);
  1732. CreateDynamicObject(6356, -3039.6857910156, -305.60375976563, 11.968376159668, 0, 0, 143.62976074219);
  1733. CreateDynamicObject(6356, -3045.7646484375, -337.2880859375, 11.968376159668, 0, 0, 137.66967773438);
  1734. CreateDynamicObject(6356, -3070.599609375, -338.75390625, 11.968376159668, 0, 0, 328.17810058594);
  1735. CreateDynamicObject(17030, -3097.568359375, -307.39318847656, -3.355785369873, 0, 0, 227.1748046875);
  1736. CreateDynamicObject(17030, -3134.0439453125, -308.310546875, -3.355785369873, 0, 0, 213.27209472656);
  1737. CreateDynamicObject(17030, -3171.3642578125, -298.6975402832, -3.355785369873, 0, 0, 191.43707275391);
  1738. CreateDynamicObject(6046, -3144.3203125, -329.4404296875, 1.6341589689255, 0, 0, 268.18725585938);
  1739. CreateDynamicObject(6046, -3143.248046875, -320.7421875, 1.7841588258743, 0, 0, 268.18176269531);
  1740. CreateDynamicObject(800, -3052.9619140625, -282.39245605469, 3.4342679977417, 0, 0, 0);
  1741. CreateDynamicObject(800, -3057.4104003906, -298.21780395508, 3.4342679977417, 0, 0, 268.68997192383);
  1742. CreateDynamicObject(800, -3060.779296875, -319.16357421875, 3.4342679977417, 0, 0, 268.68713378906);
  1743. CreateDynamicObject(5812, -3128.5947265625, -314.84185791016, 1.0123256444931, 0, 0, 268.42498779297);
  1744. CreateDynamicObject(8980, -2975.7431640625, -203.2421875, 11.988935470581, 0, 0, 357.802734375);
  1745. CreateDynamicObject(8980, -3005.3413085938, -174.4232635498, 16.363929748535, 0, 0, 269.24768066406);
  1746. CreateDynamicObject(8483, -3046.2692871094, -139.21250915527, 15.83168888092, 0, 0, 93.295013427734);
  1747. CreateDynamicObject(7916, -3072.9897460938, -148.65188598633, 17.618650436401, 0, 0, 260.74996948242);
  1748. CreateDynamicObject(7916, -3080.9340820313, -148.70506286621, 12.118650436401, 0, 0, 260.74951171875);
  1749. CreateDynamicObject(7916, -3085.4470214844, -150.26864624023, 7.1186504364014, 0, 0, 260.74951171875);
  1750. CreateDynamicObject(7916, -3089.9130859375, -150.48754882813, 2.1186504364014, 0, 0, 260.74951171875);
  1751. CreateDynamicObject(17030, -3066.7761230469, -156.17915344238, -4.355785369873, 0, 0, 141.63616943359);
  1752. CreateDynamicObject(17030, -3077.2236328125, -172.623046875, -1.355785369873, 0, 0, 99.948120117188);
  1753. CreateDynamicObject(11332, -3083.38671875, -85.0888671875, -2.072883605957, 0, 0, 264.96826171875);
  1754. CreateDynamicObject(10939, -2956.7016601563, -86.437164306641, 0.39538356661797, 0, 0, 177.38000488281);
  1755. CreateDynamicObject(7033, -3011.658203125, -47.0068359375, 5.2161321640015, 0, 0, 0);
  1756. CreateDynamicObject(7033, -3007.1647949219, 46.265716552734, 5.2161321640015, 0, 0, 0);
  1757. CreateDynamicObject(7033, -3169.6748046875, 54.172664642334, 5.2161321640015, 0, 0, 0);
  1758. CreateDynamicObject(7033, -3173.31640625, -41.205989837646, 5.2161321640015, 0, 0, 0);
  1759. CreateDynamicObject(1598, -2981.1730957031, -307.39657592773, 1.7171733379364, 0, 0, 0);
  1760. CreateDynamicObject(1598, -2983.8698730469, -293.67269897461, 1.6921733617783, 0, 0, 0);
  1761. CreateDynamicObject(6356, -3007.3103027344, -273.62158203125, 11.743379592896, 0, 0, 64.479736328125);
  1762. CreateDynamicObject(6356, -2977.7485351563, -272.07681274414, 11.643381118774, 0, 0, 64.478759765625);
  1763. CreateDynamicObject(6356, -2969.1242675781, -281.75201416016, 11.693380355835, 359.5, 1.25, 23.508636474609);
  1764. CreateDynamicObject(6356, -2990.3356933594, -256.64221191406, 11.768379211426, 0, 0, 62.491149902344);
  1765. CreateDynamicObject(4028, -2961.6865234375, -232.97079467773, 14.431593894958, 0, 0, 178.44506835938);
  1766. CreateDynamicObject(4882, -3122.79296875, -352.55786132813, 4.5645384788513, 0, 0, 267.95498657227);
  1767. CreateDynamicObject(14416, -3002.5205078125, -226.26953125, 2.0719451904297, 359.49462890625, 1.2469482421875, 343.16345214844);
  1768. CreateDynamicObject(14416, -2998.9697265625, -227.35559082031, 2.0219449996948, 359.48913574219, 1.241455078125, 343.16345214844);
  1769. CreateDynamicObject(4028, -2989.9870605469, -156.20364379883, 8.4116907119751, 0, 0, 88.294982910156);
  1770. CreateDynamicObject(4028, -2988.8642578125, -117.05893707275, 8.4116907119751, 0, 0, 88.291625976563);
  1771. CreateDynamicObject(4028, -2960.2546386719, -92.938674926758, 8.4116907119751, 0, 0, 357.96661376953);
  1772. CreateDynamicObject(4028, -2895.0659179688, -93.47762298584, 8.4116907119751, 0, 0, 357.96203613281);
  1773. CreateDynamicObject(4028, -2885.5869140625, -136.74214172363, 17.911689758301, 0, 0, 264.66772460938);
  1774. CreateDynamicObject(5004, -3176.4636230469, -141.47560119629, -4.3753476142883, 0, 0, 177.36492919922);
  1775. CreateDynamicObject(11332, -3142.6430664063, -83.240905761719, -2.072883605957, 0, 0, 264.96826171875);
  1776. CreateDynamicObject(7916, -3021.6723632813, -163.4430847168, 3.8187093734741, 0, 0, 79.400024414063);
  1777. CreateDynamicObject(7916, -3027.7490234375, -159.17840576172, 8.0687093734741, 0, 0, 79.398193359375);
  1778. CreateDynamicObject(3515, -2997.7778320313, -107.15074157715, 2.3693988323212, 0, 270.18994140625, 358.25);
  1779. CreateDynamicObject(3515, -2997.7275390625, -107.15083312988, 9.6193990707397, 0, 269.93676757813, 358.24768066406);
  1780. CreateDynamicObject(3515, -2997.7275390625, -107.150390625, 17.169399261475, 0, 269.93408203125, 358.24768066406);
  1781. CreateDynamicObject(3515, -2998.03125, -116.76218414307, 17.169399261475, 0, 269.93408203125, 358.24768066406);
  1782. CreateDynamicObject(3515, -2998.2868652344, -126.52526855469, 17.169399261475, 0, 269.93408203125, 358.24768066406);
  1783. CreateDynamicObject(3515, -2999.7529296875, -176.08937072754, 17.169399261475, 0, 269.93408203125, 358.24768066406);
  1784. CreateDynamicObject(3515, -2999.7529296875, -176.0888671875, 9.6193962097168, 0, 269.93408203125, 358.24768066406);
  1785. CreateDynamicObject(3515, -2999.4077148438, -166.01777648926, 9.6193962097168, 0, 269.93408203125, 358.24768066406);
  1786. CreateDynamicObject(3515, -2998.8603515625, -146.23356628418, 9.6193962097168, 0, 269.93408203125, 358.24768066406);
  1787. CreateDynamicObject(6959, -3038.3500976563, -113.05983734131, -20.376100540161, 0, 91.415008544922, 357.80072021484);
  1788. CreateDynamicObject(6959, -3164.7302246094, -111.55252838135, -19.626100540161, 0, 91.411743164063, 357.79724121094);
  1789. CreateDynamicObject(6959, -3166.2612304688, -150.8394317627, -19.626100540161, 0, 91.411743164063, 357.79724121094);
  1790. CreateDynamicObject(1341, -3033.97265625, -245.96272277832, 2.146800994873, 0, 0, 0);
  1791. CreateDynamicObject(1341, -3037.0654296875, -254.15255737305, 2.146800994873, 0, 0, 0);
  1792. CreateDynamicObject(1340, -2995.2897949219, -192.58203125, 10.74919128418, 0, 0, 268.18994140625);
  1793. CreateDynamicObject(1340, -2990.7236328125, -192.89575195313, 10.74919128418, 0, 0, 268.18725585938);
  1794. CreateDynamicObject(1340, -2985.4890136719, -193.31271362305, 10.74919128418, 0, 0, 268.18725585938);
  1795. CreateDynamicObject(8557, -3008.0888671875, -110.17501831055, 0.52595973014832, 0, 0, 89.325012207031);
  1796. CreateDynamicObject(8557, -3008.5454101563, -150.29359436035, 0.52595973014832, 0, 0, 89.324340820313);
  1797. CreateDynamicObject(8557, -3008.6711425781, -167.04446411133, 0.50095975399017, 0, 0, 89.324340820313);
  1798. CreateDynamicObject(1640, -3028.9384765625, -98.973876953125, 0.99694609642029, 0, 0, 0);
  1799. CreateDynamicObject(1640, -3029.3896484375, -105.22740936279, 0.99694609642029, 0, 0, 0);
  1800. CreateDynamicObject(1640, -3028.5712890625, -113.97034454346, 0.99694609642029, 0, 0, 0);
  1801. CreateDynamicObject(2406, -3022.6057128906, -116.1262512207, 0.054651282727718, 274.64498901367, 356.0299987793, 0);
  1802. CreateDynamicObject(1281, -3034.5505371094, -121.7855682373, 1.7973284721375, 0, 0, 0);
  1803. CreateDynamicObject(1281, -3034.5021972656, -112.03515625, 1.7973284721375, 0, 0, 0);
  1804. CreateDynamicObject(1281, -3034.1970214844, -100.78635406494, 1.7973284721375, 0, 0, 0);
  1805. CreateDynamicObject(1280, -3134.2114257813, -184.20745849609, 1.6338917016983, 0, 0, 283.77499389648);
  1806. CreateDynamicObject(1281, -3066.9018554688, -360.0188293457, 1.9445970058441, 0, 0, 0);
  1807. CreateDynamicObject(1281, -3026.4775390625, -343.31036376953, 1.9445970058441, 0, 0, 0);
  1808. CreateDynamicObject(1281, -3030.8459472656, -368.81741333008, 1.9445970058441, 0, 0, 0);
  1809. CreateDynamicObject(1281, -2976.6594238281, -347.63973999023, 1.9445970058441, 0, 0, 0);
  1810. CreateDynamicObject(1281, -3063.7158203125, -304.12313842773, 1.9445970058441, 0, 0, 0);
  1811. CreateDynamicObject(1281, -3018.1096191406, -280.93572998047, 1.9445970058441, 0, 0, 0);
  1812. CreateDynamicObject(1281, -2979.2705078125, -263.888671875, 1.9445970058441, 0, 0, 0);
  1813. CreateDynamicObject(7033, -3046.8471679688, -146.39138793945, 51.241096496582, 0, 0, 274.17504882813);
  1814. CreateDynamicObject(7033, -3065.5424804688, -147.71661376953, 51.241096496582, 0, 0, 274.1748046875);
  1815. CreateDynamicObject(7033, -3045.7006835938, -160.1626739502, 51.241096496582, 0, 0, 274.1748046875);
  1816. CreateDynamicObject(7033, -3064.6076660156, -161.53283691406, 51.241096496582, 0, 0, 274.1748046875);
  1817. CreateDynamicObject(714, -2966.0783691406, -69.729995727539, 3.8942141532898, 0, 0, 0);
  1818. CreateDynamicObject(714, -2959.6354980469, 68.445358276367, 3.8942141532898, 0, 0, 0);
  1819. CreateDynamicObject(714, -3032.1892089844, 53.129112243652, 0.14421415328979, 0, 0, 0);
  1820. CreateDynamicObject(714, -3036.6242675781, -47.380367279053, 0.39421415328979, 0, 0, 0);
  1821. CreateDynamicObject(714, -3141.8115234375, -45.820236206055, 0.39421415328979, 0, 0, 0);
  1822. CreateDynamicObject(714, -3139.7072753906, 58.702220916748, 0.39421415328979, 0, 0, 0);
  1823. CreateDynamicObject(714, -3218.7268066406, 77.418548583984, 4.1442141532898, 0, 0, 0);
  1824. CreateDynamicObject(714, -3220.6906738281, -62.40686416626, 4.1442141532898, 0, 0, 0);
  1825. CreateDynamicObject(5005, -3231.23046875, 3.8640592098236, 4.6957311630249, 0, 0, 87.852172851563);
  1826. CreateDynamicObject(16135, -3106.3298339844, -44.263042449951, 1.0586295127869, 0, 0, 248.35945129395);
  1827. CreateDynamicObject(16135, -3101.6166992188, 51.778282165527, 1.0586295127869, 0, 0, 92.340576171875);
  1828. CreateDynamicObject(16135, -3082.3896484375, -42.667724609375, 1.0586295127869, 0, 0, 275.67504882813);
  1829. CreateDynamicObject(13649, -3078.6467285156, -51.613132476807, -0.19866538047791, 0, 0, 0);
  1830. CreateDynamicObject(13649, -3106.7414550781, -54.046913146973, -0.19866538047791, 0, 0, 0);
  1831. CreateDynamicObject(1281, -3078.7170410156, -51.690608978271, 1.2223290205002, 0, 0, 0);
  1832. CreateDynamicObject(1281, -3107.134765625, -53.959453582764, 1.7973284721375, 0, 0, 0);
  1833. CreateDynamicObject(13649, -3104.9953613281, 61.055450439453, -0.19866538047791, 0, 0, 0);
  1834. CreateDynamicObject(13649, -3071.4577636719, 57.215320587158, -0.19866538047791, 0, 0, 0);
  1835. CreateDynamicObject(1281, -3071.4289550781, 57.065799713135, 1.2223290205002, 0, 0, 0);
  1836. CreateDynamicObject(1281, -3104.8059082031, 61.027206420898, 1.2223290205002, 0, 0, 0);
  1837. CreateDynamicObject(16350, -3001.0373535156, -184.44194030762, -1.3855792284012, 0, 0, 176.86499023438);
  1838. CreateDynamicObject(16350, -2989.09765625, -196.97512817383, -1.3855792284012, 0, 0, 270.15832519531);
  1839. CreateDynamicObject(5005, -3148.9416503906, 85.015754699707, 4.6957311630249, 0, 0, 358.46203613281);
  1840. CreateDynamicObject(5005, -3032.4211425781, 81.340187072754, 4.6957311630249, 0, 0, 357.9619140625);
  1841. CreateDynamicObject(17026, -3171.8310546875, -136.6227722168, -6.3196716308594, 0, 0, 326.74401855469);
  1842. CreateDynamicObject(17026, -3170.2741699219, -108.6032333374, -6.3196716308594, 0, 0, 320.78393554688);
  1843. CreateDynamicObject(17026, -3202.9936523438, -96.510147094727, -6.3196716308594, 0, 0, 42.163208007813);
  1844. CreateDynamicObject(17026, -3235.759765625, -79.536033630371, -6.3196716308594, 0, 0, 338.64001464844);
  1845. CreateDynamicObject(17030, -3137.2170410156, -382.15484619141, -3.355785369873, 0, 0, 241.77697753906);
  1846. CreateDynamicObject(1255, -3007.7944335938, -339.88217163086, 1.7181116342545, 0, 0, 95.280029296875);
  1847. CreateDynamicObject(1255, -3019.9665527344, -345.14337158203, 1.7181116342545, 0, 0, 95.278930664063);
  1848. CreateDynamicObject(1255, -3028.2746582031, -326.57934570313, 1.7181116342545, 0, 0, 9.9239196777344);
  1849. CreateDynamicObject(1255, -3021.5141601563, -310.16598510742, 1.7181116342545, 0, 0, 348.0856628418);
  1850. CreateDynamicObject(1255, -3034.8955078125, -292.75720214844, 1.7181116342545, 0, 0, 348.08532714844);
  1851. CreateDynamicObject(1255, -3050.7390136719, -320.53643798828, 1.7181116342545, 0, 0, 348.08532714844);
  1852. CreateDynamicObject(1255, -2994.0368652344, -280.96734619141, 1.7181116342545, 0, 0, 264.71594238281);
  1853. CreateDynamicObject(1255, -2971.5334472656, -303.74270629883, 1.7181116342545, 0, 0, 219.06060791016);
  1854. CreateDynamicObject(1255, -2967.8630371094, -318.06973266602, 1.7181116342545, 0, 0, 141.64135742188);
  1855. CreateDynamicObject(1646, -3050.5771484375, -124.80445861816, 47.16650390625, 0, 0, 91.825012207031);
  1856. CreateDynamicObject(1646, -3050.5190429688, -129.58763122559, 47.16650390625, 0, 0, 91.82373046875);
  1857. CreateDynamicObject(1646, -3115.0341796875, -203.6877746582, 3.2142353057861, 0, 0, 151.57495117188);
  1858. CreateDynamicObject(1646, -3132.6889648438, -218.19906616211, 3.0142345428467, 0, 0, 151.57287597656);
  1859. CreateDynamicObject(1646, -3135.8872070313, -207.57473754883, 2.6392331123352, 0, 0, 175.39288330078);
  1860. CreateDynamicObject(1646, -3128.7111816406, -193.75782775879, 1.939230799675, 0, 0, 175.39123535156);
  1861. CreateDynamicObject(1646, -3100.6708984375, -224.6177520752, 5.1642279624939, 0, 0, 175.39123535156);
  1862. CreateDynamicObject(1646, -3094.6359863281, -205.14273071289, 4.1892280578613, 0, 0, 175.39123535156);
  1863. CreateDynamicObject(6356, -3174.8562011719, -344.94775390625, 11.968376159668, 0, 0, 149.5285949707);
  1864. CreateDynamicObject(6356, -3188.169921875, -346.71685791016, 11.968376159668, 0, 0, 149.52392578125);
  1865. CreateDynamicObject(6356, -3193.7084960938, -315.85433959961, 11.818378448486, 0, 0, 57.698883056641);
  1866. CreateDynamicObject(6356, -3200.8413085938, -283.23791503906, 11.818378448486, 0, 0, 336.07467651367);
  1867. CreateDynamicObject(6356, -3204.0678710938, -252.26863098145, 11.818378448486, 0, 0, 336.07177734375);
  1868. CreateDynamicObject(17030, -3201.9521484375, -376.11987304688, -3.355785369873, 0, 0, 33.35107421875);
  1869. CreateDynamicObject(17030, -3214.7858886719, -350.71228027344, -3.355785369873, 0, 0, 353.64898681641);
  1870. CreateDynamicObject(17030, -3218.7353515625, -312.80990600586, -8.355785369873, 0, 0, 327.83959960938);
  1871. CreateDynamicObject(13594, -3146.7939453125, -352.04263305664, 4.5784487724304, 0, 0, 0);
  1872. CreateDynamicObject(13649, -3146.7482910156, -352.22323608398, 0.12947431206703, 0, 0, 0);
  1873. CreateDynamicObject(13594, -3146.7939453125, -352.0419921875, 4.5784487724304, 0, 0, 320.29998779297);
  1874. CreateDynamicObject(13594, -3146.7939453125, -352.0419921875, 4.5784487724304, 0, 0, 294.49060058594);
  1875. CreateDynamicObject(13594, -3146.7939453125, -352.0419921875, 4.5784487724304, 0, 0, 270.66870117188);
  1876. CreateDynamicObject(13594, -3146.7939453125, -352.0419921875, 4.5784487724304, 0, 0, 244.85980224609);
  1877. CreateDynamicObject(13594, -3146.7939453125, -352.0419921875, 4.5784487724304, 0, 0, 219.05279541016);
  1878. CreateDynamicObject(13594, -3146.7939453125, -352.0419921875, 4.5784487724304, 0, 0, 189.27587890625);
  1879. CreateDynamicObject(3515, -3159.2065429688, -331.62448120117, 0.26871627569199, 0, 326.14001464844, 117.11505126953);
  1880. CreateDynamicObject(3515, -3160.08203125, -371.43170166016, 0.16871625185013, 0, 326.13464355469, 230.25927734375);
  1881. CreateDynamicObject(906, -3125.6352539063, -335.18496704102, 0.19867897033691, 0, 0, 0);
  1882. CreateDynamicObject(906, -3118.2868652344, -334.76495361328, 0.19867897033691, 0, 0, 248.83996582031);
  1883. CreateDynamicObject(906, -3124.5241699219, -341.08544921875, 0.19867897033691, 0, 0, 244.86486816406);
  1884. CreateDynamicObject(906, -3120.7175292969, -341.99926757813, 0.19867897033691, 0, 0, 314.337890625);
  1885. CreateDynamicObject(906, -3125.8088378906, -352.15985107422, 0.19867897033691, 0, 0, 314.33532714844);
  1886. CreateDynamicObject(906, -3122.0612792969, -349.49468994141, 0.19867897033691, 0, 0, 33.734741210938);
  1887. CreateDynamicObject(906, -3121.1176757813, -358, 0.19867897033691, 0, 0, 33.733520507813);
  1888. CreateDynamicObject(906, -3125.2390136719, -361.26446533203, 0.19867897033691, 0, 0, 111.14855957031);
  1889. CreateDynamicObject(906, -3124.408203125, -369.28247070313, 0.19867897033691, 0, 0, 206.42321777344);
  1890. CreateDynamicObject(906, -3119.9501953125, -364.14367675781, 0.19867897033691, 0, 0, 206.42211914063);
  1891. CreateDynamicObject(906, -3119.1020507813, -371.13177490234, 0.19867897033691, 0, 0, 206.42211914063);
  1892. CreateDynamicObject(14416, -3009.2578125, -189.19926452637, -1.153054356575, 359.49462890625, 359.99694824219, 358.24829101563);
  1893. CreateDynamicObject(16350, -2956.9057617188, -189.41973876953, 4.6144208908081, 0, 0, 179.36340332031);
  1894. CreateDynamicObject(16350, -2955.8188476563, -217.32302856445, 4.6144208908081, 0, 0, 179.36279296875);
  1895. CreateDynamicObject(3851, -2924.9904785156, -198.59240722656, 14.369997024536, 0, 0, 358.5);
  1896. CreateDynamicObject(1569, -2924.9318847656, -199.4006652832, 9.6618165969849, 0, 0, 156.81506347656);
  1897. CreateDynamicObject(1569, -2948.2570800781, -202.826171875, 9.6618165969849, 0, 0, 37.713317871094);
  1898. CreateDynamicObject(8980, -3009.4504394531, -168.06007385254, 44.628936767578, 0, 0, 1.482177734375);
  1899. CreateDynamicObject(14395, -3002.2160644531, -143.50286865234, 20.601371765137, 0, 0, 0);
  1900. CreateDynamicObject(14414, -2982.3635253906, -129.25468444824, 22.935127258301, 0, 0, 0);
  1901. CreateDynamicObject(14414, -2982.4104003906, -140.63549804688, 29.135131835938, 0, 0, 0);
  1902. CreateDynamicObject(14414, -2982.4162597656, -151.09420776367, 35.260063171387, 0, 0, 0);
  1903. CreateDynamicObject(14414, -2982.3889160156, -160.42794799805, 39.135040283203, 0, 0, 0);
  1904. CreateDynamicObject(14395, -2996.4077148438, -139.95195007324, 20.551364898682, 0, 0, 180.0849609375);
  1905. CreateDynamicObject(647, -3011.8530273438, -194.60787963867, 2.8288621902466, 0, 0, 0);
  1906. CreateDynamicObject(762, -3005.3461914063, -195.04370117188, 4.2709922790527, 0, 0, 0);
  1907. CreateDynamicObject(762, -3008.546875, -224.24755859375, 4.2709922790527, 0, 0, 308.38998413086);
  1908. CreateDynamicObject(3851, -2955.0476074219, -201.92166137695, 14.369997024536, 89.325012207031, 0, 89.3642578125);
  1909. CreateDynamicObject(3851, -2955.4995117188, -202.07379150391, 14.369997024536, 0, 0, 358.99487304688);
  1910. CreateDynamicObject(1569, -2955.4807128906, -204.86247253418, 9.6618165969849, 0, 0, 173.20062255859);
  1911. CreateDynamicObject(1569, -2955.4936523438, -202.09727478027, 9.6618165969849, 0, 0, 183.12445068359);
  1912. CreateDynamicObject(2117, -2929.6242675781, -204.91438293457, 9.6882820129395, 0, 0, 0);
  1913. CreateDynamicObject(2117, -2933.7905273438, -204.85600280762, 9.6882820129395, 0, 0, 0);
  1914. CreateDynamicObject(1709, -2927.3811035156, -202.29028320313, 9.906717300415, 0, 0, 270.67498779297);
  1915. CreateDynamicObject(1709, -2929.0947265625, -207.47421264648, 9.906717300415, 0, 0, 177.37524414063);
  1916. CreateDynamicObject(2007, -2942.7175292969, -185.91764831543, 9.6803436279297, 0, 0, 0);
  1917. CreateDynamicObject(2007, -2938.2844238281, -185.85041809082, 9.6803436279297, 0, 0, 0);
  1918. CreateDynamicObject(2164, -2935.53515625, -185.50401306152, 9.6746368408203, 0, 0, 0);
  1919. CreateDynamicObject(2164, -2929.2028808594, -185.62528991699, 9.6746368408203, 0, 0, 359.25);
  1920. CreateDynamicObject(2164, -2946.76171875, -185.2099609375, 9.6746368408203, 0, 0, 359.24743652344);
  1921. CreateDynamicObject(2164, -2952.8676757813, -185.06295776367, 9.6746368408203, 0, 0, 359.24743652344);
  1922. CreateDynamicObject(18229, -2857.9692382813, -208.62232971191, -1.3799018859863, 0, 0, 357);
  1923. CreateDynamicObject(1655, -2878.1787109375, -203.81985473633, 8.3642444610596, 343.64999389648, 0, 89.090026855469);
  1924. CreateDynamicObject(618, -2883.587890625, -181.51264953613, 9.6216049194336, 0, 0, 0);
  1925. CreateDynamicObject(618, -2898.3688964844, -181.93490600586, 9.6216049194336, 0, 0, 0);
  1926. CreateDynamicObject(618, -2916.98046875, -181.38052368164, 9.6216049194336, 0, 0, 0);
  1927. CreateDynamicObject(618, -2916.98046875, -181.38052368164, 9.6216049194336, 0, 0, 0);
  1928.  
  1929. //Kisfalu By Szabyxxx
  1930. CreateDynamicObject(2910, 2958.7180175781, 2146.5998535156, 42.607837677002, 336, 0, 88);
  1931. CreateDynamicObject(2910, 3121.7868652344, 2140.921875, 68.802848815918, 5.744873046875, 0, 87.994995117188);
  1932. CreateDynamicObject(2910, 3290.2570800781, 2135.0495605469, 51.837783813477, 5.7403564453125, 0, 87.989501953125);
  1933. CreateDynamicObject(2910, 3458.7209472656, 2129.1284179688, 61.462791442871, 347.74035644531, 0, 87.989501953125);
  1934. CreateDynamicObject(2910, 3627.0095214844, 2123.2250976563, 88.882720947266, 353.7392578125, 0, 87.984008789063);
  1935. CreateDynamicObject(4241, 3810.2626953125, 2123.533203125, 98.299468994141, 0, 359.74731445313, 357.4951171875);
  1936. CreateDynamicObject(2910, 3797.3037109375, 2117.2265625, 98.582717895508, 359.736328125, 0.2471923828125, 87.978515625);
  1937. CreateDynamicObject(2910, 3825.466796875, 2116.216796875, 98.657722473145, 359.736328125, 0, 87.978515625);
  1938. CreateDynamicObject(1408, 3714.0715332031, 2130.2197265625, 98.58952331543, 0, 0, 358);
  1939. CreateDynamicObject(1408, 3723.2453613281, 2129.876953125, 98.58952331543, 0, 0, 358.75);
  1940. CreateDynamicObject(1408, 3711.6291503906, 2133.1357421875, 98.58952331543, 0, 0, 267.25);
  1941. CreateDynamicObject(1408, 3711.9123535156, 2138.5866699219, 98.58952331543, 0, 0, 267.24792480469);
  1942. CreateDynamicObject(1408, 3737.3605957031, 2152.8225097656, 98.58952331543, 0, 0, 88.25);
  1943. CreateDynamicObject(1408, 3712.2731933594, 2149.4436035156, 98.58952331543, 0, 0, 268.74755859375);
  1944. CreateDynamicObject(1408, 3712.4201660156, 2154.8386230469, 98.58952331543, 0, 0, 268.74755859375);
  1945. CreateDynamicObject(3309, 3724.5207519531, 2160.9770507813, 99.14527130127, 0, 0, 268);
  1946. CreateDynamicObject(2910, 3795.8681640625, 2117.76171875, 98.382705688477, 359.986328125, 0.25, 175.228515625);
  1947. CreateDynamicObject(2910, 3797.4282226563, 2136.791015625, 98.382705688477, 359.98352050781, 0.2471923828125, 175.22644042969);
  1948. CreateDynamicObject(1408, 3733.85546875, 2129.6806640625, 98.58952331543, 0, 0, 358.74206542969);
  1949. CreateDynamicObject(1408, 3712.126953125, 2144.0068359375, 98.58952331543, 0, 0, 268.74755859375);
  1950. CreateDynamicObject(1408, 3737.1867675781, 2147.373046875, 98.58952331543, 0, 0, 88.247680664063);
  1951. CreateDynamicObject(1408, 3737.0261230469, 2141.974609375, 98.58952331543, 0, 0, 88.247680664063);
  1952. CreateDynamicObject(1408, 3736.8400878906, 2136.5766601563, 98.58952331543, 0, 0, 88.247680664063);
  1953. CreateDynamicObject(1408, 3736.734375, 2132.3684082031, 98.58952331543, 0, 0, 88.247680664063);
  1954. CreateDynamicObject(11495, 3742.4855957031, 2139.1784667969, 97.887985229492, 0, 0, 356);
  1955. CreateDynamicObject(11495, 3743.9599609375, 2160.171875, 97.887985229492, 0, 0, 355.99548339844);
  1956. CreateDynamicObject(10606, 3765.5366210938, 2198.2810058594, 107.51317596436, 0, 0, 177.75);
  1957. CreateDynamicObject(4504, 3804.0595703125, 2208.0791015625, 101.10115814209, 0.2471923828125, 0, 265.99548339844);
  1958. CreateDynamicObject(970, 3797.2082519531, 2194.8286132813, 98.969703674316, 0, 0, 86);
  1959. CreateDynamicObject(970, 3797.4738769531, 2198.9094238281, 98.969703674316, 0, 0, 85.995483398438);
  1960. CreateDynamicObject(970, 3797.7705078125, 2203.0046386719, 98.969703674316, 0, 0, 85.995483398438);
  1961. CreateDynamicObject(970, 3793.1145019531, 2203.0805664063, 98.969703674316, 0, 0, 85.995483398438);
  1962. CreateDynamicObject(970, 3792.7866210938, 2198.9462890625, 98.969703674316, 0, 0, 85.995483398438);
  1963. CreateDynamicObject(970, 3792.4028320313, 2194.8618164063, 98.969703674316, 0, 0, 83.995483398438);
  1964. CreateDynamicObject(970, 3791.9812011719, 2190.8146972656, 98.969703674316, 0, 0, 84.490478515625);
  1965. CreateDynamicObject(970, 3791.6069335938, 2186.75390625, 98.969703674316, 0, 0, 84.490356445313);
  1966. CreateDynamicObject(970, 3791.236328125, 2182.6408691406, 98.969703674316, 0, 0, 84.990356445313);
  1967. CreateDynamicObject(970, 3790.9191894531, 2178.6171875, 98.969703674316, 0, 0, 84.990234375);
  1968. CreateDynamicObject(970, 3790.5603027344, 2174.5571289063, 98.969703674316, 0, 0, 84.990234375);
  1969. CreateDynamicObject(970, 3796.9255371094, 2190.7416992188, 98.969703674316, 0, 0, 85.995483398438);
  1970. CreateDynamicObject(970, 3796.6452636719, 2186.6569824219, 98.969703674316, 0, 0, 85.995483398438);
  1971. CreateDynamicObject(970, 3796.2934570313, 2182.5651855469, 98.969703674316, 0, 0, 85.495483398438);
  1972. CreateDynamicObject(8557, 3768.9560546875, 2130.36328125, 99.515693664551, 0, 0, 177.98950195313);
  1973. CreateDynamicObject(664, 3730.7763671875, 2198.1875, 97.744155883789, 0, 0, 0);
  1974. CreateDynamicObject(669, 3715.1616210938, 2182.779296875, 97.994155883789, 0, 0, 0);
  1975. CreateDynamicObject(669, 3716.0541992188, 2191.6411132813, 97.994155883789, 0, 0, 0);
  1976. CreateDynamicObject(669, 3716.3740234375, 2202.8051757813, 97.994155883789, 0, 0, 0);
  1977. CreateDynamicObject(669, 3716.7145996094, 2214.8708496094, 97.994155883789, 0, 0, 0);
  1978. CreateDynamicObject(669, 3717.2819824219, 2224.7106933594, 97.994155883789, 0, 0, 0);
  1979. CreateDynamicObject(669, 3726.8488769531, 2224.5778808594, 97.994155883789, 0, 0, 0);
  1980. CreateDynamicObject(669, 3735.4189453125, 2223.8232421875, 97.994155883789, 0, 0, 0);
  1981. CreateDynamicObject(669, 3745.046875, 2223.1513671875, 97.994155883789, 0, 0, 0);
  1982. CreateDynamicObject(669, 3744.5698242188, 2215.4086914063, 97.994155883789, 0, 0, 0);
  1983. CreateDynamicObject(669, 3744.3129882813, 2206.658203125, 97.994155883789, 0, 0, 0);
  1984. CreateDynamicObject(669, 3743.5632324219, 2195.4553222656, 97.994155883789, 0, 0, 0);
  1985. CreateDynamicObject(669, 3743.2504882813, 2183.2861328125, 97.994155883789, 0, 0, 0);
  1986. CreateDynamicObject(669, 3721.9677734375, 2182.3056640625, 97.994155883789, 0, 0, 0);
  1987. CreateDynamicObject(669, 3730.537109375, 2181.7001953125, 97.994155883789, 0, 0, 0);
  1988. CreateDynamicObject(973, 3713.6381835938, 2182.0419921875, 98.834373474121, 0, 0, 268);
  1989. CreateDynamicObject(973, 3713.9416503906, 2191.1784667969, 98.834373474121, 0, 0, 267.99499511719);
  1990. CreateDynamicObject(973, 3714.2976074219, 2200.2373046875, 98.834373474121, 0, 0, 267.49499511719);
  1991. CreateDynamicObject(973, 3714.6796875, 2209.2465820313, 98.834373474121, 0, 0, 267.48962402344);
  1992. CreateDynamicObject(973, 3715.0673828125, 2218.1667480469, 98.834373474121, 0, 0, 267.48962402344);
  1993. CreateDynamicObject(973, 3715.2749023438, 2221.5478515625, 98.834373474121, 0, 0, 267.48962402344);
  1994. CreateDynamicObject(973, 3720.0764160156, 2225.6484375, 98.834373474121, 0, 0, 176.23962402344);
  1995. CreateDynamicObject(973, 3729.0676269531, 2225.072265625, 98.834373474121, 0, 0, 176.23718261719);
  1996. CreateDynamicObject(973, 3738.1574707031, 2224.5773925781, 98.834373474121, 0, 0, 177.23718261719);
  1997. CreateDynamicObject(973, 3745.140625, 2224.2814941406, 98.834373474121, 0, 0, 177.23693847656);
  1998. CreateDynamicObject(3516, 3799.1381835938, 2126.9624023438, 101.92845916748, 0, 0, 0);
  1999. CreateDynamicObject(3516, 3784.7702636719, 2114.9089355469, 101.75344848633, 0, 0, 266.748046875);
  2000. CreateDynamicObject(11437, 3720.01953125, 2123.2978515625, 97.994155883789, 0, 0, 87.994995117188);
  2001. CreateDynamicObject(11437, 3720.01953125, 2123.2978515625, 97.994155883789, 0, 0, 87.989501953125);
  2002. CreateDynamicObject(1408, 3722.4443359375, 2129.8642578125, 98.58952331543, 0, 0, 358.74755859375);
  2003. CreateDynamicObject(1408, 3714.4736328125, 2130.201171875, 98.58952331543, 0, 0, 357.99499511719);
  2004. CreateDynamicObject(1280, 3730.6997070313, 2194.96875, 98.37052154541, 0, 0, 69.5);
  2005. CreateDynamicObject(1280, 3733.4506835938, 2195.5810546875, 98.37052154541, 0, 0, 134.49951171875);
  2006. CreateDynamicObject(1280, 3734.4487304688, 2198.3200683594, 98.37052154541, 358.5, 0, 182.49462890625);
  2007. CreateDynamicObject(1280, 3732.6499023438, 2201.1730957031, 98.37052154541, 358.49487304688, 0, 236.49389648438);
  2008. CreateDynamicObject(1280, 3729.6044921875, 2201.3159179688, 98.37052154541, 358.49487304688, 0, 288.99166870117);
  2009. CreateDynamicObject(1280, 3727.4599609375, 2199.2407226563, 98.37052154541, 358.49487304688, 0, 352.98989868164);
  2010. CreateDynamicObject(1280, 3728.1997070313, 2196.6437988281, 98.37052154541, 358.49487304688, 0, 38.985229492188);
  2011. CreateDynamicObject(647, 3727.6047363281, 2209.8776855469, 99.784683227539, 0, 0, 0);
  2012. CreateDynamicObject(647, 3724.4753417969, 2192.05859375, 99.784683227539, 0, 0, 0);
  2013. CreateDynamicObject(647, 3739.5183105469, 2186.3381347656, 99.784683227539, 0, 0, 0);
  2014. CreateDynamicObject(2910, 3795.2509765625, 2110.5810546875, 98.507713317871, 359.97802734375, 0.2471923828125, 175.22644042969);
  2015. CreateDynamicObject(970, 3790.2175292969, 2170.6748046875, 98.969703674316, 0, 0, 85.490234375);
  2016. CreateDynamicObject(970, 3789.8967285156, 2166.5952148438, 98.969703674316, 0, 0, 85.490112304688);
  2017. CreateDynamicObject(970, 3789.5278320313, 2162.484375, 98.969703674316, 0, 0, 85.490112304688);
  2018. CreateDynamicObject(970, 3789.2058105469, 2158.4052734375, 98.969703674316, 0, 0, 85.490112304688);
  2019. CreateDynamicObject(970, 3788.9279785156, 2154.3813476563, 98.969703674316, 0, 0, 85.490112304688);
  2020. CreateDynamicObject(970, 3788.5632324219, 2150.24609375, 98.969703674316, 0, 0, 85.490112304688);
  2021. CreateDynamicObject(970, 3788.2145996094, 2146.1618652344, 98.969703674316, 0, 0, 85.490112304688);
  2022. CreateDynamicObject(970, 3787.8913574219, 2142.08203125, 98.969703674316, 0, 0, 85.490112304688);
  2023. CreateDynamicObject(970, 3787.6455078125, 2137.9680175781, 98.969703674316, 0, 0, 85.490112304688);
  2024. CreateDynamicObject(970, 3787.3466796875, 2133.888671875, 98.969703674316, 0, 0, 85.490112304688);
  2025. CreateDynamicObject(970, 3786.9301757813, 2129.8413085938, 98.969703674316, 0, 0, 85.490112304688);
  2026. CreateDynamicObject(970, 3795.9289550781, 2178.4978027344, 98.969703674316, 0, 0, 84.740112304688);
  2027. CreateDynamicObject(970, 3795.5512695313, 2174.3930664063, 98.969703674316, 0, 0, 84.990112304688);
  2028. CreateDynamicObject(970, 3795.1962890625, 2170.302734375, 98.969703674316, 0, 0, 85.490112304688);
  2029. CreateDynamicObject(970, 3794.8720703125, 2166.2316894531, 98.969703674316, 0, 0, 85.490112304688);
  2030. CreateDynamicObject(970, 3794.5187988281, 2162.1420898438, 98.969703674316, 0, 0, 85.490112304688);
  2031. CreateDynamicObject(970, 3794.1953125, 2158.0676269531, 98.969703674316, 0, 0, 85.490112304688);
  2032. CreateDynamicObject(970, 3793.8754882813, 2154.0219726563, 98.969703674316, 0, 0, 85.490112304688);
  2033. CreateDynamicObject(970, 3793.5739746094, 2149.9282226563, 98.969703674316, 0, 0, 85.490112304688);
  2034. CreateDynamicObject(970, 3793.2954101563, 2145.8508300781, 98.969703674316, 0, 0, 85.490112304688);
  2035. CreateDynamicObject(970, 3792.9313964844, 2141.7426757813, 98.969703674316, 0, 0, 84.490112304688);
  2036. CreateDynamicObject(970, 3792.5668945313, 2137.7197265625, 98.969703674316, 0, 0, 85.490112304688);
  2037. CreateDynamicObject(970, 3792.2197265625, 2133.5615234375, 98.969703674316, 0, 0, 84.990112304688);
  2038. CreateDynamicObject(970, 3791.8681640625, 2129.4653320313, 98.969703674316, 0, 0, 85.234741210938);
  2039. CreateDynamicObject(3460, 3724.7895507813, 2123.048828125, 102.10918426514, 0, 0, 175.75);
  2040. CreateDynamicObject(3460, 3735.2922363281, 2122.7438964844, 102.18418884277, 0, 0, 176.24829101563);
  2041. CreateDynamicObject(3460, 3745.8154296875, 2122.2868652344, 102.28419494629, 0, 0, 176.24816894531);
  2042. CreateDynamicObject(3460, 3756.8806152344, 2121.8061523438, 102.28419494629, 0, 0, 176.24816894531);
  2043. CreateDynamicObject(3460, 3769.79296875, 2121.4106445313, 102.33419799805, 0, 0, 176.24816894531);
  2044. CreateDynamicObject(3460, 3780.638671875, 2121.072265625, 102.3842010498, 0, 0, 176.24816894531);
  2045. CreateDynamicObject(3460, 3714.5087890625, 2123.6220703125, 102.20919036865, 0, 0, 175.74279785156);
  2046. CreateDynamicObject(672, 3731.4501953125, 2137.1010742188, 98.015693664551, 0, 0, 0);
  2047. CreateDynamicObject(630, 3733.3659667969, 2156.0361328125, 99.774574279785, 0, 0, 0);
  2048. CreateDynamicObject(630, 3725.8276367188, 2156.4079589844, 100.12459564209, 0, 0, 0);
  2049. CreateDynamicObject(630, 3734.2856445313, 2164.9653320313, 99.749572753906, 0, 0, 0);
  2050. CreateDynamicObject(870, 3714.4067382813, 2152.8583984375, 98.734870910645, 4.2396240234375, 4.010986328125, 359.70300292969);
  2051. CreateDynamicObject(949, 3723.3859863281, 2131.6486816406, 98.5859375, 0, 0, 0);
  2052. CreateDynamicObject(949, 3723.5556640625, 2134.3566894531, 98.5859375, 0, 0, 0);
  2053. CreateDynamicObject(949, 3723.65625, 2137.5615234375, 98.5859375, 0, 0, 0);
  2054. CreateDynamicObject(949, 3723.80078125, 2141.5634765625, 98.5859375, 0, 0, 0);
  2055. CreateDynamicObject(949, 3723.9260253906, 2145.3388671875, 98.5859375, 0, 0, 0);
  2056. CreateDynamicObject(949, 3724.0356445313, 2149.2158203125, 98.5859375, 0, 0, 0);
  2057. CreateDynamicObject(949, 3716.1826171875, 2149.3237304688, 98.560935974121, 0, 0, 0);
  2058. CreateDynamicObject(949, 3716.1372070313, 2145.0571289063, 98.560935974121, 0, 0, 0);
  2059. CreateDynamicObject(949, 3715.9846191406, 2140.2302246094, 98.560935974121, 0, 0, 0);
  2060. CreateDynamicObject(949, 3715.8237304688, 2135.453125, 98.560935974121, 0, 0, 0);
  2061. CreateDynamicObject(949, 3715.62890625, 2130.5283203125, 98.560935974121, 0, 0, 0);
  2062. CreateDynamicObject(8407, 3746.6096191406, 2129.7204589844, 99.500885009766, 0, 0, 0);
  2063. CreateDynamicObject(2666, 3788.0219726563, 2124.2951660156, 99.273735046387, 340, 0, 22);
  2064. CreateDynamicObject(2666, 3787.89453125, 2124.7844238281, 99.273735046387, 340.00119018555, 0.79812622070313, 205.26765441895);
  2065. CreateDynamicObject(3603, 3735.5068359375, 2048.9833984375, 103.94806671143, 0, 0, 86.248168945313);
  2066. CreateDynamicObject(3604, 3763.11328125, 2031.2420654297, 100.68344116211, 0, 0, 176.99993896484);
  2067. CreateDynamicObject(3488, 3719.677734375, 2092.3427734375, 104.42926025391, 0, 0.2471923828125, 177.24792480469);
  2068. CreateDynamicObject(3443, 3762.6533203125, 2087.458984375, 101.0094909668, 0, 0.2471923828125, 177.24243164063);
  2069. CreateDynamicObject(3763, 3738.2607421875, 2077.4577636719, 131.2099609375, 0, 0, 353.5);
  2070. CreateDynamicObject(1419, 3778.369140625, 2027.88671875, 99.058776855469, 0, 0, 265.74829101563);
  2071. CreateDynamicObject(1419, 3778.6760253906, 2031.9497070313, 99.133781433105, 0, 0, 265.49829101563);
  2072. CreateDynamicObject(1419, 3778.9816894531, 2035.994140625, 99.133781433105, 0, 0, 265.74829101563);
  2073. CreateDynamicObject(1419, 3779.2836914063, 2039.9946289063, 99.133781433105, 0, 0, 265.74829101563);
  2074. CreateDynamicObject(1419, 3779.8068847656, 2046.3736572266, 99.133781433105, 0, 0, 265.74829101563);
  2075. CreateDynamicObject(11437, 3786.3081054688, 2044.1834716797, 97.994155883789, 0, 0, 173.98950195313);
  2076. CreateDynamicObject(1419, 3780.1452636719, 2050.3930664063, 99.133781433105, 0, 0, 264.99829101563);
  2077. CreateDynamicObject(1419, 3780.4858398438, 2054.3393554688, 99.133781433105, 0, 0, 264.99829101563);
  2078. CreateDynamicObject(1419, 3780.8291015625, 2058.4211425781, 99.133781433105, 0, 0, 264.99829101563);
  2079. CreateDynamicObject(1419, 3781.2216796875, 2062.4401855469, 99.133781433105, 0, 0, 265.49829101563);
  2080. CreateDynamicObject(1419, 3781.5500488281, 2066.4211425781, 99.133781433105, 0, 0, 265.49560546875);
  2081. CreateDynamicObject(1419, 3779.8737792969, 2070.5764160156, 98.858795166016, 0, 0, 356.9921875);
  2082. CreateDynamicObject(1419, 3781.712890625, 2068.6271972656, 99.133781433105, 0, 0, 265.49560546875);
  2083. CreateDynamicObject(1419, 3777.8095703125, 2070.6433105469, 98.858795166016, 0, 0, 356.98974609375);
  2084. CreateDynamicObject(1419, 3776.2351074219, 2025.8641357422, 98.683753967285, 0, 0, 177.99829101563);
  2085. CreateDynamicObject(1419, 3772.8576660156, 2025.9757080078, 98.683753967285, 0, 0, 177.99499511719);
  2086. CreateDynamicObject(1419, 3771.611328125, 2026.1182861328, 98.683753967285, 0, 0, 177.99499511719);
  2087. CreateDynamicObject(1419, 3753.6494140625, 2027.1177978516, 98.508743286133, 0, 0, 177.99499511719);
  2088. CreateDynamicObject(1419, 3749.6916503906, 2027.2691650391, 98.508743286133, 0, 0, 177.99499511719);
  2089. CreateDynamicObject(1419, 3745.7902832031, 2027.4653320313, 98.483741760254, 0, 0, 177.99499511719);
  2090. CreateDynamicObject(1419, 3741.9350585938, 2027.6320800781, 98.458740234375, 0, 0, 177.99499511719);
  2091. CreateDynamicObject(1419, 3738.0805664063, 2027.7993164063, 98.433738708496, 0, 0, 177.99499511719);
  2092. CreateDynamicObject(1419, 3734.1232910156, 2027.9510498047, 98.433738708496, 0, 0, 177.99499511719);
  2093. CreateDynamicObject(1419, 3730.2463378906, 2028.1441650391, 98.433738708496, 0, 0, 176.49499511719);
  2094. CreateDynamicObject(1419, 3726.1962890625, 2028.380859375, 98.433738708496, 0, 0, 176.98986816406);
  2095. CreateDynamicObject(1419, 3722.2702636719, 2028.5803222656, 98.433738708496, 0, 0, 176.98974609375);
  2096. CreateDynamicObject(1419, 3718.375, 2028.7899169922, 98.433738708496, 0, 0, 176.98974609375);
  2097. CreateDynamicObject(1419, 3714.4794921875, 2028.9996337891, 98.433738708496, 0, 0, 176.98974609375);
  2098. CreateDynamicObject(1419, 3710.5815429688, 2029.1579589844, 98.458740234375, 0, 0, 176.98974609375);
  2099. CreateDynamicObject(1419, 3708.5893554688, 2029.3255615234, 98.433738708496, 0, 0, 176.98974609375);
  2100. CreateDynamicObject(1419, 3706.6918945313, 2031.3214111328, 98.408737182617, 0, 0, 88.73974609375);
  2101. CreateDynamicObject(1419, 3706.7873535156, 2035.2463378906, 98.408737182617, 0, 0, 88.236572265625);
  2102. CreateDynamicObject(1419, 3707.0068359375, 2039.2163085938, 98.383735656738, 0, 0, 88.231201171875);
  2103. CreateDynamicObject(1419, 3707.025390625, 2043.1716308594, 98.433738708496, 0, 0, 88.231201171875);
  2104. CreateDynamicObject(1419, 3707.2185058594, 2047.1414794922, 98.408737182617, 0, 0, 88.231201171875);
  2105. CreateDynamicObject(1419, 3707.2856445313, 2050.931640625, 98.433738708496, 0, 0, 88.231201171875);
  2106. CreateDynamicObject(1419, 3707.4047851563, 2054.5861816406, 98.433738708496, 0, 0, 87.731201171875);
  2107. CreateDynamicObject(1419, 3707.5991210938, 2058.4467773438, 98.408737182617, 0, 0, 87.725830078125);
  2108. CreateDynamicObject(1419, 3707.84765625, 2062.3432617188, 98.33373260498, 0, 0, 87.725830078125);
  2109. CreateDynamicObject(1419, 3707.9887695313, 2066.1672363281, 98.358734130859, 0, 0, 87.725830078125);
  2110. CreateDynamicObject(1419, 3708.1369628906, 2069.5837402344, 98.33373260498, 0, 0, 87.725830078125);
  2111. CreateDynamicObject(1446, 3781.9382324219, 2073.0368652344, 99.049240112305, 0, 0, 86);
  2112. CreateDynamicObject(1446, 3782.2722167969, 2077.5573730469, 99.049240112305, 0, 0, 85.995483398438);
  2113. CreateDynamicObject(1446, 3782.6005859375, 2081.6997070313, 99.049240112305, 0, 0, 85.995483398438);
  2114. CreateDynamicObject(1446, 3782.9067382813, 2085.8996582031, 99.049240112305, 0, 0, 85.995483398438);
  2115. CreateDynamicObject(1446, 3783.2854003906, 2090.1594238281, 99.049240112305, 0, 0, 85.995483398438);
  2116. CreateDynamicObject(1446, 3783.6318359375, 2094.5856933594, 99.049240112305, 0, 0, 85.995483398438);
  2117. CreateDynamicObject(1446, 3783.9814453125, 2099.1989746094, 99.049240112305, 0, 0, 85.995483398438);
  2118. CreateDynamicObject(1446, 3784.3718261719, 2103.5732421875, 99.049240112305, 0, 0, 86.495483398438);
  2119. CreateDynamicObject(1446, 3784.6596679688, 2105.5766601563, 99.049240112305, 0, 359.5, 84.745483398438);
  2120. CreateDynamicObject(1446, 3782.2045898438, 2107.7814941406, 99.049240112305, 0, 0, 179.49548339844);
  2121. CreateDynamicObject(1446, 3777.703125, 2107.8994140625, 99.049240112305, 0, 0, 178.74462890625);
  2122. CreateDynamicObject(1446, 3773.4968261719, 2108.0261230469, 99.049240112305, 0, 0, 178.24462890625);
  2123. CreateDynamicObject(1446, 3769.4428710938, 2108.1140136719, 99.049240112305, 0, 0, 178.99462890625);
  2124. CreateDynamicObject(1446, 3767.0288085938, 2108.1645507813, 99.049240112305, 0, 0, 178.24462890625);
  2125. CreateDynamicObject(1446, 3760.3383789063, 2108.322265625, 99.049240112305, 0, 0, 178.2421875);
  2126. CreateDynamicObject(1446, 3751.4565429688, 2108.7492675781, 99.049240112305, 0, 0, 177.7421875);
  2127. CreateDynamicObject(1446, 3747.5278320313, 2099.8818359375, 98.799224853516, 0, 0.5, 265.48681640625);
  2128. CreateDynamicObject(1446, 3747.9038085938, 2104.1440429688, 98.849227905273, 0, 0.4998779296875, 264.98474121094);
  2129. CreateDynamicObject(1446, 3747.9831542969, 2106.6828613281, 98.92423248291, 0, 0.4998779296875, 265.48474121094);
  2130. CreateDynamicObject(1446, 3750.2241210938, 2108.79296875, 99.049240112305, 0, 0, 177.73681640625);
  2131. CreateDynamicObject(1468, 3729.4721679688, 2077.5734863281, 99.227066040039, 0, 0, 87);
  2132. CreateDynamicObject(1468, 3729.7272949219, 2082.7397460938, 99.227066040039, 0, 0, 86.995239257813);
  2133. CreateDynamicObject(1468, 3729.9606933594, 2087.8840332031, 99.227066040039, 0, 0, 86.995239257813);
  2134. CreateDynamicObject(1468, 3730.2702636719, 2093.0241699219, 99.227066040039, 0, 0, 86.995239257813);
  2135. CreateDynamicObject(1468, 3730.5300292969, 2098.1657714844, 99.227066040039, 0, 0, 86.995239257813);
  2136. CreateDynamicObject(1468, 3730.7421875, 2103.3071289063, 99.227066040039, 0, 0, 86.995239257813);
  2137. CreateDynamicObject(1468, 3730.8762207031, 2107.0573730469, 99.227066040039, 0, 0, 86.995239257813);
  2138. CreateDynamicObject(1468, 3728.3735351563, 2109.7209472656, 99.227066040039, 0, 0, 176.99523925781);
  2139. CreateDynamicObject(1468, 3713.0012207031, 2109.7868652344, 99.227066040039, 0, 0, 176.99523925781);
  2140. CreateDynamicObject(1419, 3708.2802734375, 2073.4038085938, 98.33373260498, 0, 0, 87.725830078125);
  2141. CreateDynamicObject(1419, 3708.3903808594, 2075.876953125, 98.33373260498, 0, 0, 87.725830078125);
  2142. CreateDynamicObject(1419, 3744.4555664063, 2072.1557617188, 98.508743286133, 0, 0, 359.24560546875);
  2143. CreateDynamicObject(1419, 3740.5083007813, 2072.2104492188, 98.508743286133, 0, 0, 359.24194335938);
  2144. CreateDynamicObject(1419, 3736.5573730469, 2072.2373046875, 98.508743286133, 0, 0, 359.24194335938);
  2145. CreateDynamicObject(1419, 3732.6059570313, 2072.2885742188, 98.508743286133, 0, 0, 359.24194335938);
  2146. CreateDynamicObject(1419, 3729.2690429688, 2073.7854003906, 98.508743286133, 0, 0, 313.99194335938);
  2147. CreateDynamicObject(700, 3780.9177246094, 2104.0615234375, 98.171974182129, 0, 0, 0);
  2148. CreateDynamicObject(700, 3780.9169921875, 2104.0615234375, 98.171974182129, 0, 0, 0);
  2149. CreateDynamicObject(700, 3779.32421875, 2072.9357910156, 97.921974182129, 0, 0, 0);
  2150. CreateDynamicObject(714, 3738.5632324219, 2098.4545898438, 96.980751037598, 0, 0, 0);
  2151. CreateDynamicObject(714, 3738.5625, 2098.4541015625, 96.980751037598, 0, 0, 0);
  2152. CreateDynamicObject(726, 3714.3427734375, 2037.0904541016, 97.393562316895, 0, 0, 0);
  2153. CreateDynamicObject(726, 3714.3427734375, 2037.08984375, 97.393562316895, 0, 0, 0);
  2154. CreateDynamicObject(727, 3714.611328125, 2065.1899414063, 97.38932800293, 0, 0, 0);
  2155. CreateDynamicObject(727, 3714.611328125, 2065.189453125, 97.38932800293, 0, 0, 0);
  2156. CreateDynamicObject(729, 3713.9401855469, 2108.6755371094, 97.666717529297, 0, 0, 0);
  2157. CreateDynamicObject(729, 3713.939453125, 2108.6748046875, 97.666717529297, 0, 0, 0);
  2158. CreateDynamicObject(767, 3769.3107910156, 2053.7092285156, 98.132514953613, 0, 0, 324);
  2159. CreateDynamicObject(767, 3769.310546875, 2053.708984375, 98.132514953613, 0, 0, 323.99780273438);
  2160. CreateDynamicObject(3460, 3746.9291992188, 2160.490234375, 102.0341796875, 0, 0, 261.73913574219);
  2161. CreateDynamicObject(3460, 3747.4860839844, 2170.7451171875, 102.0341796875, 0, 0, 261.73828125);
  2162. CreateDynamicObject(3460, 3746.3618164063, 2151.2626953125, 102.0341796875, 0, 0, 261.73828125);
  2163. CreateDynamicObject(3460, 3745.697265625, 2141.3486328125, 102.0341796875, 0, 0, 262.98828125);
  2164. CreateDynamicObject(3460, 3744.9086914063, 2131.6760253906, 102.0341796875, 0, 0, 262.98522949219);
  2165. CreateDynamicObject(1327, 3733.8342285156, 2107.6984863281, 97.826683044434, 0, 88, 0);
  2166. CreateDynamicObject(1327, 3745.3879394531, 2107.1284179688, 97.826683044434, 0, 87.994995117188, 0);
  2167. CreateDynamicObject(813, 3734.3176269531, 2107.7282714844, 100.10158538818, 0, 0, 4.75);
  2168. CreateDynamicObject(813, 3745.8090820313, 2107.0559082031, 100.10158538818, 0, 0, 4.74609375);
  2169. CreateDynamicObject(1597, 3767.1640625, 2145.736328125, 100.75030517578, 0, 0, 358.75);
  2170. CreateDynamicObject(1597, 3767.4919433594, 2155.7939453125, 100.75030517578, 0, 0, 358.74755859375);
  2171. CreateDynamicObject(1597, 3772.8427734375, 2151.1005859375, 100.75030517578, 0, 0, 268.99758911133);
  2172. CreateDynamicObject(1597, 3762.0568847656, 2151.1142578125, 100.75030517578, 0, 0, 268.99475097656);
  2173. CreateDynamicObject(10377, 3854.5493164063, 2043.1428222656, 116.88438415527, 359.50003051758, 0.75003051757813, 87.256530761719);
  2174. CreateDynamicObject(10381, 3896.8913574219, 2074.7941894531, 110.11617279053, 0, 0, 177.5);
  2175. CreateDynamicObject(10401, 3817.6149902344, 2096.3735351563, 100.68755340576, 0, 0, 311.25);
  2176. CreateDynamicObject(10401, 3833.7446289063, 2095.7158203125, 100.68755340576, 0, 0, 311.24816894531);
  2177. CreateDynamicObject(8397, 3856.9428710938, 2097.8195800781, 108.77737426758, 0, 0, 359);
  2178. CreateDynamicObject(3471, 3863.419921875, 2106.0600585938, 100.28143310547, 0, 0, 88);
  2179. CreateDynamicObject(3471, 3850.6267089844, 2106.2414550781, 100.23143005371, 0, 0, 87.994995117188);
  2180. CreateDynamicObject(3264, 3788.322265625, 2027.3511962891, 98.389770507813, 0, 0, 173.75);
  2181. CreateDynamicObject(1237, 3778.8842773438, 2026.2939453125, 98.495834350586, 0, 0, 0);
  2182. CreateDynamicObject(1237, 3781.7209472656, 2026.2073974609, 98.495834350586, 0, 0, 0);
  2183. CreateDynamicObject(1237, 3796.3623046875, 2024.8947753906, 98.495834350586, 0, 0, 0);
  2184. CreateDynamicObject(1237, 3793.8059082031, 2025.2255859375, 98.495834350586, 0, 0, 0);
  2185. CreateDynamicObject(996, 3785.9865722656, 2025.994140625, 99.126724243164, 0, 0, 355.25);
  2186. CreateDynamicObject(996, 3782.8420410156, 2026.2725830078, 99.126724243164, 0, 0, 354.99609375);
  2187. CreateDynamicObject(1228, 3780.3781738281, 2026.2839355469, 98.913139343262, 0, 0, 86.75);
  2188. CreateDynamicObject(1228, 3795.06640625, 2025.1668701172, 99.014663696289, 0, 0, 267);
  2189. CreateDynamicObject(7389, 3864.8962402344, 2187.2204589844, 99.691352844238, 0, 0, 87.5);
  2190. CreateDynamicObject(996, 3846.8173828125, 2221.0139160156, 99.190299987793, 0, 0, 357.25);
  2191. CreateDynamicObject(996, 3838.7407226563, 2221.3125, 99.190299987793, 0, 0.25, 357.99792480469);
  2192. CreateDynamicObject(996, 3830.6293945313, 2221.6572265625, 99.190299987793, 0, 0.2471923828125, 357.99499511719);
  2193. CreateDynamicObject(996, 3822.5607910156, 2221.978515625, 99.190299987793, 0, 0.2471923828125, 357.99499511719);
  2194. CreateDynamicObject(996, 3814.4685058594, 2222.2961425781, 99.190299987793, 0, 0.2471923828125, 357.99499511719);
  2195. CreateDynamicObject(996, 3813.4255371094, 2214.9467773438, 99.190299987793, 0, 0.2471923828125, 86.494995117188);
  2196. CreateDynamicObject(996, 3812.7590332031, 2206.8754882813, 99.190299987793, 0, 0.2471923828125, 85.489501953125);
  2197. CreateDynamicObject(996, 3812.0856933594, 2198.7883300781, 99.190299987793, 0, 359.74719238281, 84.989868164063);
  2198. CreateDynamicObject(996, 3811.3117675781, 2190.74609375, 99.190299987793, 0, 359.74182128906, 84.734741210938);
  2199. CreateDynamicObject(996, 3809.3532714844, 2165.3427734375, 99.190299987793, 0, 359.736328125, 85.479125976563);
  2200. CreateDynamicObject(996, 3808.716796875, 2157.2819824219, 99.190299987793, 0, 359.736328125, 85.479125976563);
  2201. CreateDynamicObject(996, 3808.0788574219, 2149.2153320313, 99.190299987793, 0, 359.736328125, 85.479125976563);
  2202. CreateDynamicObject(996, 3807.3818359375, 2141.169921875, 99.190299987793, 0, 359.736328125, 84.973754882813);
  2203. CreateDynamicObject(996, 3806.6608886719, 2133.1281738281, 99.190299987793, 0, 359.736328125, 84.973754882813);
  2204. CreateDynamicObject(996, 3806.1657714844, 2127.3610839844, 99.190299987793, 0, 359.736328125, 84.973754882813);
  2205. CreateDynamicObject(996, 3910.0817871094, 2123.7583007813, 99.190299987793, 0, 359.736328125, 88.223754882813);
  2206. CreateDynamicObject(996, 3910.3452148438, 2131.8713378906, 99.190299987793, 0, 359.736328125, 88.22021484375);
  2207. CreateDynamicObject(996, 3910.6315917969, 2139.9536132813, 99.190299987793, 0, 359.736328125, 88.22021484375);
  2208. CreateDynamicObject(996, 3910.8935546875, 2148.0163574219, 99.190299987793, 0, 359.736328125, 88.22021484375);
  2209. CreateDynamicObject(714, 3830.8510742188, 2072.5383300781, 96.980751037598, 0, 0, 4);
  2210. CreateDynamicObject(3315, 3829.4497070313, 2203.0456542969, 98.903228759766, 358.75, 0, 355.5);
  2211. CreateDynamicObject(1408, 3820.3969726563, 2184.6201171875, 98.58952331543, 0, 0, 356.49206542969);
  2212. CreateDynamicObject(1408, 3827.7604980469, 2184.5251464844, 98.58952331543, 0, 0, 358.73803710938);
  2213. CreateDynamicObject(1408, 3832.9609375, 2184.3735351563, 98.58952331543, 0, 0, 358.73657226563);
  2214. CreateDynamicObject(1408, 3833.7749023438, 2184.3359375, 98.58952331543, 0, 0, 358.73657226563);
  2215. CreateDynamicObject(3168, 3810.6708984375, 2146.1462402344, 98.257537841797, 0, 0, 175.75);
  2216. CreateDynamicObject(3557, 3903.455078125, 2138.4616699219, 101.12747192383, 0, 0, 87.75);
  2217. CreateDynamicObject(996, 3902.572265625, 2123.5185546875, 99.190299987793, 0, 359.736328125, 357.22021484375);
  2218. CreateDynamicObject(996, 3894.45703125, 2123.837890625, 99.190299987793, 0, 359.736328125, 357.21496582031);
  2219. CreateDynamicObject(996, 3878.2492675781, 2124.412109375, 99.190299987793, 0, 359.736328125, 357.96496582031);
  2220. CreateDynamicObject(996, 3877.7028808594, 2124.998046875, 99.26530456543, 2.7499694824219, 0.23660278320313, 86.700714111328);
  2221. CreateDynamicObject(996, 3886.3291015625, 2124.1423339844, 99.190299987793, 0, 359.736328125, 357.96203613281);
  2222. CreateDynamicObject(996, 3879.0205078125, 2147.5124511719, 99.26530456543, 2.74658203125, 0.2362060546875, 86.698608398438);
  2223. CreateDynamicObject(1571, 3836.4970703125, 2127.0595703125, 99.747108459473, 0, 0, 359.5);
  2224. CreateDynamicObject(1342, 3833.9245605469, 2126.7263183594, 99.433288574219, 0, 0, 88);
  2225. CreateDynamicObject(1342, 3831.7741699219, 2126.7058105469, 99.433288574219, 0, 0, 87.994995117188);
  2226. CreateDynamicObject(3408, 3825.5427246094, 2184.513671875, 99.205154418945, 0, 0, 356.5);
  2227. CreateDynamicObject(1363, 3842.8400878906, 2089.5981445313, 99.266952514648, 0, 0, 0);
  2228. CreateDynamicObject(1363, 3787.8916015625, 2106.625, 99.398048400879, 0, 0, 356.25);
  2229. CreateDynamicObject(1346, 3786.6713867188, 2140.3703613281, 99.997375488281, 0, 0.5, 265.75);
  2230. CreateDynamicObject(1346, 3786.8698730469, 2142.4538574219, 99.997375488281, 0, 0, 264.99914550781);
  2231. CreateDynamicObject(1257, 3905.8664550781, 2107.4270019531, 100.2779083252, 0, 0, 268.25);
  2232. CreateDynamicObject(3460, 3806.8229980469, 2120.2202148438, 102.3842010498, 0, 0, 176.24816894531);
  2233. CreateDynamicObject(3460, 3815.2741699219, 2119.8881835938, 102.3842010498, 0, 0, 176.24816894531);
  2234. CreateDynamicObject(3460, 3823.3405761719, 2119.6037597656, 102.40920257568, 0, 0, 176.24816894531);
  2235. CreateDynamicObject(3460, 3835.0373535156, 2119.15234375, 102.48420715332, 0, 0, 176.24816894531);
  2236. CreateDynamicObject(3460, 3845.7922363281, 2118.7895507813, 102.55921173096, 0, 0, 176.24816894531);
  2237. CreateDynamicObject(3460, 3854.18359375, 2118.4072265625, 102.55921173096, 0, 0, 176.24816894531);
  2238. CreateDynamicObject(3460, 3864.1489257813, 2118.1135253906, 102.63421630859, 0, 0, 176.24816894531);
  2239. CreateDynamicObject(3460, 3874.337890625, 2117.794921875, 102.68421936035, 0, 0, 176.24816894531);
  2240. CreateDynamicObject(3460, 3884.4943847656, 2117.4384765625, 102.68421936035, 0, 0, 176.24816894531);
  2241. CreateDynamicObject(3460, 3895.4306640625, 2116.9943847656, 102.78422546387, 0, 0, 176.24816894531);
  2242. CreateDynamicObject(3460, 3910.5346679688, 2116.3269042969, 102.78422546387, 0, 0, 176.24816894531);
  2243. CreateDynamicObject(1258, 3784.1704101563, 2044.7972412109, 99.205909729004, 0, 0, 84.75);
  2244. CreateDynamicObject(1478, 3762.5122070313, 2109.1552734375, 99.18798828125, 0, 0, 177);
  2245. CreateDynamicObject(714, 3832.3002929688, 2151.0102539063, 96.980751037598, 0, 0, 3.9990234375);
  2246. CreateDynamicObject(664, 3903.0886230469, 2174.4436035156, 97.744155883789, 0, 0, 0);
  2247. CreateDynamicObject(7090, 3857.1669921875, 2101.4069824219, 110.15036010742, 0.24673461914063, 350.74990844727, 89.540161132813);
  2248. CreateDynamicObject(4574, 3861.3471679688, 2136.7102050781, 127.21172332764, 0, 0, 0);
  2249. CreateDynamicObject(11489, 3809.3354492188, 2071.5209960938, 98.295394897461, 0, 0, 130.75);
  2250.  
  2251.     TextDrawAlignment(Textdraw0, 2);
  2252.     TextDrawBackgroundColor(Textdraw0, 255);
  2253.     TextDrawFont(Textdraw0, 2);
  2254.     TextDrawLetterSize(Textdraw0, 0.500000, 1.800000);
  2255.     TextDrawColor(Textdraw0, 255);
  2256.     TextDrawSetOutline(Textdraw0, 0);
  2257.     TextDrawSetProportional(Textdraw0, 1);
  2258.     TextDrawSetShadow(Textdraw0, 2);
  2259.  
  2260.     return 1;
  2261. }
  2262.  
  2263. public OnGameModeExit()
  2264. {
  2265.     TextDrawHideForAll(Textdraw0);
  2266.     TextDrawDestroy(Textdraw0);
  2267.     TextDrawHideForAll(Textdraw1);
  2268.     TextDrawDestroy(Textdraw1);
  2269.     return 1;
  2270. }
  2271. public OnPlayerCommandPerformed(playerid, cmdtext[], success)
  2272. {
  2273.     if(!success)
  2274.     {
  2275.         new strin[128];
  2276.         format(strin, sizeof(strin), "Nincs ilyen parancs! /civilhelp", cmdtext);
  2277.         SendClientMessage(playerid,0xFF0000AA, strin);
  2278.     }
  2279.     return 1;
  2280. }
Advertisement
Add Comment
Please, Sign In to add comment