Guest User

[Include] MapFix

a guest
Aug 9th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 84.71 KB | None | 0 0
  1. //MapFix by Nexius v2.5.8
  2.  
  3. #if defined _mapfix_included
  4.     #endinput
  5. #endif
  6. #define _mapfix_included
  7.  
  8. #include <a_samp>
  9.  
  10. #define MAPFIX_VERSION      "2.5.8"
  11.  
  12. #define MAX_MAPFIX_OBJECTS  285
  13.  
  14. //Uncomment to enable
  15. //#define USE_INCOGNITO_STREAMER
  16.  
  17. static MapFixObjects[MAX_MAPFIX_OBJECTS];
  18.  
  19. public OnGameModeInit()
  20. {
  21.     printf("MapFix by Nexius v%s loaded.\a", MAPFIX_VERSION);
  22.     CreateMapFixObjects();
  23.     #if defined mf_OnGameModeInit
  24.         return mf_OnGameModeInit();
  25.     #else
  26.         return 1;
  27.     #endif
  28. }
  29.  
  30. #if defined _ALS_OnGameModeInit
  31.     #undef OnGameModeInit
  32. #else
  33.     #define _ALS_OnGameModeInit
  34. #endif
  35. #define OnGameModeInit mf_OnGameModeInit
  36. #if defined mf_OnGameModeInit
  37.     forward mf_OnGameModeInit();
  38. #endif
  39.  
  40. public OnGameModeExit()
  41. {
  42.     printf("MapFix by Nexius v%s unloaded.\a", MAPFIX_VERSION);
  43.     #if defined mf_OnGameModeExit
  44.         return mf_OnGameModeExit();
  45.     #else
  46.         return 1;
  47.     #endif
  48. }
  49.  
  50. #if defined _ALS_OnGameModeExit
  51.     #undef OnGameModeExit
  52. #else
  53.     #define _ALS_OnGameModeExit
  54. #endif
  55. #define OnGameModeExit mf_OnGameModeExit
  56. #if defined mf_OnGameModeExit
  57.     forward mf_OnGameModeExit();
  58. #endif
  59.  
  60. CreateMapFixObjects()
  61. {
  62.     #if defined USE_INCOGNITO_STREAMER\
  63.         && defined CreateDynamicObject
  64.         #define mf_CreateObject CreateDynamicObject
  65.         #define mf_SetObjectMaterial SetDynamicObjectMaterial
  66.     #else
  67.         #define mf_CreateObject CreateObject
  68.         #define mf_SetObjectMaterial SetObjectMaterial
  69.     #endif
  70.     #if !defined DISABLE_MAPFIX_PLACE_1
  71.         #if defined USE_INCOGNITO_STREAMER\
  72.             && defined CreateDynamicObject
  73.             MapFixObjects[0] = mf_CreateObject(2904, 1277.5, 2529.6, 16.9, 0.0, 90.0, 90.0, -1, 0, -1, 2.0);
  74.             MapFixObjects[1] = mf_CreateObject(2634, 1276.4, 2532.7, 16.8, 0.0, 0.0, 128.0, -1, 0, -1, 2.0);
  75.             MapFixObjects[2] = mf_CreateObject(2634, 1276.4, 2526.5, 16.8, 0.0, 0.0, 52.0, -1, 0, -1, 2.0);
  76.         #else
  77.             MapFixObjects[0] = mf_CreateObject(2904, 1277.5, 2529.6, 16.9, 0.0, 90.0, 90.0, 2.0);
  78.             MapFixObjects[1] = mf_CreateObject(2634, 1276.4, 2532.7, 16.8, 0.0, 0.0, 128.0, 2.0);
  79.             MapFixObjects[2] = mf_CreateObject(2634, 1276.4, 2526.5, 16.8, 0.0, 0.0, 52.0, 2.0);
  80.         #endif
  81.     #endif
  82.     #if !defined DISABLE_MAPFIX_PLACE_2
  83.         #if defined USE_INCOGNITO_STREAMER\
  84.             && defined CreateDynamicObject
  85.             MapFixObjects[3] = mf_CreateObject(3037, 2005.9, -1592.1, 16.13, 0.0, 270.0, 45.0, -1, 0, -1, 6.0);
  86.             MapFixObjects[4] = mf_CreateObject(3037, 2016.7, -1592.2, 16.13, 0.0, 270.0, 45.0, -1, 0, -1, 6.0);
  87.             MapFixObjects[5] = mf_CreateObject(3037, 1996.6, -1592.0, 16.13, 0.0, 270.0, 45.0, -1, 0, -1, 6.0);
  88.             MapFixObjects[6] = mf_CreateObject(3037, 1993.3, -1588.7, 16.13, 0.0, 270.0, 45.0, -1, 0, -1, 6.0);
  89.             MapFixObjects[7] = mf_CreateObject(3037, 1953.0, -1558.2, 16.13, 0.0, 270.0, 45.0, -1, 0, -1, 6.0);
  90.             MapFixObjects[8] = mf_CreateObject(3037, 1939.5, -1558.8, 16.13, 0.0, 270.0, 45.0, -1, 0, -1, 6.0);
  91.             MapFixObjects[9] = mf_CreateObject(5066, 1935.0, -1555.1, 16.16, 0.0, 270.0, 45.0, -1, 0, -1, 4.0);
  92.             MapFixObjects[10] = mf_CreateObject(3037, 1957.7, -1590.1, 16.13, 0.0, 270.0, 45.0, -1, 0, -1, 6.0);
  93.             MapFixObjects[11] = mf_CreateObject(3037, 1950.2, -1582.6, 16.13, 0.0, 270.0, 45.0, -1, 0, -1, 6.0);
  94.             MapFixObjects[12] = mf_CreateObject(3117, 1967.85, -1590.1, 16.2, 0.0, 0.0, 315.0, -1, 0, -1, 3.0);
  95.         #else
  96.             MapFixObjects[3] = mf_CreateObject(3037, 2005.9, -1592.1, 16.13, 0.0, 270.0, 45.0, 6.0);
  97.             MapFixObjects[4] = mf_CreateObject(3037, 2016.7, -1592.2, 16.13, 0.0, 270.0, 45.0, 6.0);
  98.             MapFixObjects[5] = mf_CreateObject(3037, 1996.6, -1592.0, 16.13, 0.0, 270.0, 45.0, 6.0);
  99.             MapFixObjects[6] = mf_CreateObject(3037, 1993.3, -1588.7, 16.13, 0.0, 270.0, 45.0, 6.0);
  100.             MapFixObjects[7] = mf_CreateObject(3037, 1953.0, -1558.2, 16.13, 0.0, 270.0, 45.0, 6.0);
  101.             MapFixObjects[8] = mf_CreateObject(3037, 1939.5, -1558.8, 16.13, 0.0, 270.0, 45.0, 6.0);
  102.             MapFixObjects[9] = mf_CreateObject(5066, 1935.0, -1555.1, 16.16, 0.0, 270.0, 45.0, 4.0);
  103.             MapFixObjects[10] = mf_CreateObject(3037, 1957.7, -1590.1, 16.13, 0.0, 270.0, 45.0, 6.0);
  104.             MapFixObjects[11] = mf_CreateObject(3037, 1950.2, -1582.6, 16.13, 0.0, 270.0, 45.0, 6.0);
  105.             MapFixObjects[12] = mf_CreateObject(3117, 1967.85, -1590.1, 16.2, 0.0, 0.0, 315.0, 3.0);
  106.         #endif
  107.     #endif
  108.     #if !defined DISABLE_MAPFIX_PLACE_3
  109.         #if defined USE_INCOGNITO_STREAMER\
  110.             && defined CreateDynamicObject
  111.             MapFixObjects[13] = mf_CreateObject(1555, -1377.2998, 492.5, 5.6, 0.0, 0.0, 90.0, -1, 0, -1, 2.0);
  112.         #else
  113.             MapFixObjects[13] = mf_CreateObject(1555, -1377.2998, 492.5, 5.6, 0.0, 0.0, 90.0, 2.0);
  114.         #endif
  115.     #endif
  116.     #if !defined DISABLE_MAPFIX_PLACE_4
  117.         #if defined USE_INCOGNITO_STREAMER\
  118.             && defined CreateDynamicObject
  119.             MapFixObjects[14] = mf_CreateObject(3037, -653.8, -1694.23, 41.5, 345.0, 340.0, 86.0, -1, 0, -1, 6.0);
  120.             MapFixObjects[15] = mf_CreateObject(3037, -643.8, -1694.6, 44.0, 345.0, 345.0, 86.5, -1, 0, -1, 6.0);
  121.         #else
  122.             MapFixObjects[14] = mf_CreateObject(3037, -653.8, -1694.23, 41.5, 345.0, 340.0, 86.0, 6.0);
  123.             MapFixObjects[15] = mf_CreateObject(3037, -643.8, -1694.6, 44.0, 345.0, 345.0, 86.5, 6.0);
  124.         #endif
  125.     #endif
  126.     #if !defined DISABLE_MAPFIX_PLACE_5
  127.         #if defined USE_INCOGNITO_STREAMER\
  128.             && defined CreateDynamicObject
  129.             MapFixObjects[16] = mf_CreateObject(1566, -1406.7, 1.4, 6.5, 0.0, 0.0, 0.0, -1, 0, -1, 2.0);
  130.             MapFixObjects[17] = mf_CreateObject(1566, -1406.7, 1.4, 9.4, 0.0, 0.0, 0.0, -1, 0, -1, 2.0);
  131.         #else
  132.             MapFixObjects[16] = mf_CreateObject(1566, -1406.7, 1.4, 6.5, 0.0, 0.0, 0.0, 2.0);
  133.             MapFixObjects[17] = mf_CreateObject(1566, -1406.7, 1.4, 9.4, 0.0, 0.0, 0.0, 2.0);
  134.         #endif
  135.     #endif
  136.     #if !defined DISABLE_MAPFIX_PLACE_6
  137.         #if defined USE_INCOGNITO_STREAMER\
  138.             && defined CreateDynamicObject
  139.             MapFixObjects[18] = mf_CreateObject(3037, 1908.5, 2222.8, 14.1, 0.0, 270.0, 0.0, -1, 0, -1, 6.0);
  140.             MapFixObjects[19] = mf_CreateObject(3037, 1908.5, 2211.9, 14.1, 0.0, 270.0, 0.0, -1, 0, -1, 6.0);
  141.             MapFixObjects[20] = mf_CreateObject(3037, 1908.5, 2201.1, 14.1, 0.0, 270.0, 0.0, -1, 0, -1, 6.0);
  142.             MapFixObjects[21] = mf_CreateObject(3037, 1843.6, 2201.1, 14.1, 0.0, 270.0, 0.0, -1, 0, -1, 6.0);
  143.             MapFixObjects[22] = mf_CreateObject(3037, 1843.6, 2211.9, 14.1, 0.0, 270.0, 0.0, -1, 0, -1, 6.0);
  144.             MapFixObjects[23] = mf_CreateObject(3037, 1843.6, 2222.8, 14.1, 0.0, 270.0, 0.0, -1, 0, -1, 6.0);
  145.             MapFixObjects[24] = mf_CreateObject(3037, 1855.3, 2234.5, 14.1, 0.0, 270.0, 90.0, -1, 0, -1, 6.0);
  146.             MapFixObjects[25] = mf_CreateObject(3037, 1865.7, 2235.1, 14.1, 0.0, 270.0, 90.0, -1, 0, -1, 6.0);
  147.             MapFixObjects[26] = mf_CreateObject(3037, 1876.1, 2235.1, 14.1, 0.0, 270.0, 90.0, -1, 0, -1, 6.0);
  148.             MapFixObjects[27] = mf_CreateObject(3037, 1886.5, 2235.1, 14.1, 0.0, 270.0, 90.0, -1, 0, -1, 6.0);
  149.             MapFixObjects[28] = mf_CreateObject(3037, 1896.9, 2234.5, 14.1, 0.0, 270.0, 90.0, -1, 0, -1, 6.0);
  150.             MapFixObjects[29] = mf_CreateObject(3037, 1855.3, 2189.5, 14.1, 0.0, 270.0, 90.0, -1, 0, -1, 6.0);
  151.             MapFixObjects[30] = mf_CreateObject(3037, 1865.7, 2189.5, 14.1, 0.0, 270.0, 90.0, -1, 0, -1, 6.0);
  152.             MapFixObjects[31] = mf_CreateObject(3037, 1876.1, 2189.5, 14.1, 0.0, 270.0, 90.0, -1, 0, -1, 6.0);
  153.             MapFixObjects[32] = mf_CreateObject(3037, 1886.5, 2189.5, 14.1, 0.0, 270.0, 90.0, -1, 0, -1, 6.0);
  154.             MapFixObjects[33] = mf_CreateObject(3037, 1896.9, 2189.5, 14.1, 0.0, 270.0, 90.0, -1, 0, -1, 6.0);
  155.         #else
  156.             MapFixObjects[18] = mf_CreateObject(3037, 1908.5, 2222.8, 14.1, 0.0, 270.0, 0.0, 6.0);
  157.             MapFixObjects[19] = mf_CreateObject(3037, 1908.5, 2211.9, 14.1, 0.0, 270.0, 0.0, 6.0);
  158.             MapFixObjects[20] = mf_CreateObject(3037, 1908.5, 2201.1, 14.1, 0.0, 270.0, 0.0, 6.0);
  159.             MapFixObjects[21] = mf_CreateObject(3037, 1843.6, 2201.1, 14.1, 0.0, 270.0, 0.0, 6.0);
  160.             MapFixObjects[22] = mf_CreateObject(3037, 1843.6, 2211.9, 14.1, 0.0, 270.0, 0.0, 6.0);
  161.             MapFixObjects[23] = mf_CreateObject(3037, 1843.6, 2222.8, 14.1, 0.0, 270.0, 0.0, 6.0);
  162.             MapFixObjects[24] = mf_CreateObject(3037, 1855.3, 2234.5, 14.1, 0.0, 270.0, 90.0, 6.0);
  163.             MapFixObjects[25] = mf_CreateObject(3037, 1865.7, 2235.1, 14.1, 0.0, 270.0, 90.0, 6.0);
  164.             MapFixObjects[26] = mf_CreateObject(3037, 1876.1, 2235.1, 14.1, 0.0, 270.0, 90.0, 6.0);
  165.             MapFixObjects[27] = mf_CreateObject(3037, 1886.5, 2235.1, 14.1, 0.0, 270.0, 90.0, 6.0);
  166.             MapFixObjects[28] = mf_CreateObject(3037, 1896.9, 2234.5, 14.1, 0.0, 270.0, 90.0, 6.0);
  167.             MapFixObjects[29] = mf_CreateObject(3037, 1855.3, 2189.5, 14.1, 0.0, 270.0, 90.0, 6.0);
  168.             MapFixObjects[30] = mf_CreateObject(3037, 1865.7, 2189.5, 14.1, 0.0, 270.0, 90.0, 6.0);
  169.             MapFixObjects[31] = mf_CreateObject(3037, 1876.1, 2189.5, 14.1, 0.0, 270.0, 90.0, 6.0);
  170.             MapFixObjects[32] = mf_CreateObject(3037, 1886.5, 2189.5, 14.1, 0.0, 270.0, 90.0, 6.0);
  171.             MapFixObjects[33] = mf_CreateObject(3037, 1896.9, 2189.5, 14.1, 0.0, 270.0, 90.0, 6.0);
  172.         #endif
  173.     #endif
  174.     #if !defined DISABLE_MAPFIX_PLACE_7
  175.         #if defined USE_INCOGNITO_STREAMER\
  176.             && defined CreateDynamicObject
  177.             MapFixObjects[34] = mf_CreateObject(3117, 2104.2, 2367.6, 11.9, 0.0, 90.0, 90.0, -1, 0, -1, 3.0);
  178.             MapFixObjects[35] = mf_CreateObject(1566, 2115.2, 2368.8, 12.0, 0.0, 0.0, 0.0, -1, 0, -1, 2.0);
  179.             MapFixObjects[36] = mf_CreateObject(1566, 2115.2, 2367.3, 12.0, 0.0, 0.0, 90.0, -1, 0, -1, 2.0);
  180.         #else
  181.             MapFixObjects[34] = mf_CreateObject(3117, 2104.2, 2367.6, 11.9, 0.0, 90.0, 90.0, 3.0);
  182.             MapFixObjects[35] = mf_CreateObject(1566, 2115.2, 2368.8, 12.0, 0.0, 0.0, 0.0, 2.0);
  183.             MapFixObjects[36] = mf_CreateObject(1566, 2115.2, 2367.3, 12.0, 0.0, 0.0, 90.0, 2.0);
  184.         #endif
  185.     #endif
  186.     #if !defined DISABLE_MAPFIX_PLACE_8
  187.         #if defined USE_INCOGNITO_STREAMER\
  188.             && defined CreateDynamicObject
  189.             MapFixObjects[37] = mf_CreateObject(3084, -1613.0, 621.7, 37.0, 0.0, 2.0, 226.6, -1, 0, -1, 7.0);
  190.             mf_SetObjectMaterial(MapFixObjects[37], 0, 0, "none", "none", 0x00000000);
  191.             MapFixObjects[38] = mf_CreateObject(3084, -1604.5, 630.7, 37.3, 0.0, 2.0, 226.6, -1, 0, -1, 7.0);
  192.             mf_SetObjectMaterial(MapFixObjects[38], 0, 0, "none", "none", 0x00000000);
  193.             MapFixObjects[39] = mf_CreateObject(3084, -1596.0, 639.7, 37.7, 0.0, 2.0, 226.6, -1, 0, -1, 7.0);
  194.             mf_SetObjectMaterial(MapFixObjects[39], 0, 0, "none", "none", 0x00000000);
  195.             MapFixObjects[40] = mf_CreateObject(3084, -1587.5, 648.7, 38.1, 0.0, 2.0, 226.6, -1, 0, -1, 7.0);
  196.             mf_SetObjectMaterial(MapFixObjects[40], 0, 0, "none", "none", 0x00000000);
  197.             MapFixObjects[41] = mf_CreateObject(3084, -1579.7, 656.9, 38.5, 0.0, 2.0, 226.6, -1, 0, -1, 7.0);
  198.             mf_SetObjectMaterial(MapFixObjects[41], 0, 0, "none", "none", 0x00000000);
  199.         #else
  200.             MapFixObjects[37] = mf_CreateObject(3084, -1613.0, 621.7, 37.0, 0.0, 2.0, 226.6, 7.0);
  201.             mf_SetObjectMaterial(MapFixObjects[37], 0, 0, "none", "none", 0x00000000);
  202.             MapFixObjects[38] = mf_CreateObject(3084, -1604.5, 630.7, 37.3, 0.0, 2.0, 226.6, 7.0);
  203.             mf_SetObjectMaterial(MapFixObjects[38], 0, 0, "none", "none", 0x00000000);
  204.             MapFixObjects[39] = mf_CreateObject(3084, -1596.0, 639.7, 37.7, 0.0, 2.0, 226.6, 7.0);
  205.             mf_SetObjectMaterial(MapFixObjects[39], 0, 0, "none", "none", 0x00000000);
  206.             MapFixObjects[40] = mf_CreateObject(3084, -1587.5, 648.7, 38.1, 0.0, 2.0, 226.6, 7.0);
  207.             mf_SetObjectMaterial(MapFixObjects[40], 0, 0, "none", "none", 0x00000000);
  208.             MapFixObjects[41] = mf_CreateObject(3084, -1579.7, 656.9, 38.5, 0.0, 2.0, 226.6, 7.0);
  209.             mf_SetObjectMaterial(MapFixObjects[41], 0, 0, "none", "none", 0x00000000);
  210.         #endif
  211.     #endif
  212.     #if !defined DISABLE_MAPFIX_PLACE_9
  213.         #if defined USE_INCOGNITO_STREAMER\
  214.             && defined CreateDynamicObject
  215.             MapFixObjects[42] = mf_CreateObject(10558, -1955.0, 745.9, 49.0, 90.0, 90.0, 90.0, -1, 0, -1, 5.0);
  216.         #else
  217.             MapFixObjects[42] = mf_CreateObject(10558, -1955.0, 745.9, 49.0, 90.0, 90.0, 90.0, 5.0);
  218.         #endif
  219.     #endif
  220.     #if !defined DISABLE_MAPFIX_PLACE_10
  221.         #if defined USE_INCOGNITO_STREAMER\
  222.             && defined CreateDynamicObject
  223.             MapFixObjects[43] = mf_CreateObject(8957, -2060.3, 474.3, 36.0, 0.0, 0.0, 270.0, -1, 0, -1, 5.0);
  224.         #else
  225.             MapFixObjects[43] = mf_CreateObject(8957, -2060.3, 474.3, 36.0, 0.0, 0.0, 270.0, 5.0);
  226.         #endif
  227.     #endif
  228.     #if !defined DISABLE_MAPFIX_PLACE_11
  229.         #if defined USE_INCOGNITO_STREAMER\
  230.             && defined CreateDynamicObject
  231.             MapFixObjects[44] = mf_CreateObject(5066, 394.6, -2053.2, 10.0, 0.0, 0.0, 0.0, -1, 0, -1, 4.0);
  232.             mf_SetObjectMaterial(MapFixObjects[44], 0, 0, "none", "none", 0x00000000);
  233.             mf_SetObjectMaterial(MapFixObjects[44], 1, 0, "none", "none", 0x00000000);
  234.             MapFixObjects[45] = mf_CreateObject(2957, 396.71, -2056.7, 10.0, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  235.             mf_SetObjectMaterial(MapFixObjects[45], 0, 0, "none", "none", 0x00000000);
  236.         #else
  237.             MapFixObjects[44] = mf_CreateObject(5066, 394.6, -2053.2, 10.0, 0.0, 0.0, 0.0, 4.0);
  238.             mf_SetObjectMaterial(MapFixObjects[44], 0, 0, "none", "none", 0x00000000);
  239.             mf_SetObjectMaterial(MapFixObjects[44], 1, 0, "none", "none", 0x00000000);
  240.             MapFixObjects[45] = mf_CreateObject(2957, 396.71, -2056.7, 10.0, 0.0, 0.0, 0.0, 3.0);
  241.             mf_SetObjectMaterial(MapFixObjects[45], 0, 0, "none", "none", 0x00000000);
  242.         #endif
  243.     #endif
  244.     #if !defined DISABLE_MAPFIX_PLACE_12
  245.         #if defined USE_INCOGNITO_STREAMER\
  246.             && defined CreateDynamicObject
  247.             MapFixObjects[46] = mf_CreateObject(2904, 2181.7, -2218.2, 15.5, 0.0, 0.0, 45.0, -1, 0, -1, 2.0);
  248.             MapFixObjects[47] = mf_CreateObject(2904, 2188.9, -2210.9, 15.5, 0.0, 0.0, 45.0, -1, 0, -1, 2.0);
  249.             MapFixObjects[48] = mf_CreateObject(2904, 2196.5, -2203.7, 15.5, 0.0, 0.0, 45.0, -1, 0, -1, 2.0);
  250.             MapFixObjects[49] = mf_CreateObject(2904, 2203.8, -2197.2, 15.5, 0.0, 0.0, 45.0, -1, 0, -1, 2.0);
  251.         #else
  252.             MapFixObjects[46] = mf_CreateObject(2904, 2181.7, -2218.2, 15.5, 0.0, 0.0, 45.0, 2.0);
  253.             MapFixObjects[47] = mf_CreateObject(2904, 2188.9, -2210.9, 15.5, 0.0, 0.0, 45.0, 2.0);
  254.             MapFixObjects[48] = mf_CreateObject(2904, 2196.5, -2203.7, 15.5, 0.0, 0.0, 45.0, 2.0);
  255.             MapFixObjects[49] = mf_CreateObject(2904, 2203.8, -2197.2, 15.5, 0.0, 0.0, 45.0, 2.0);
  256.         #endif
  257.     #endif
  258.     #if !defined DISABLE_MAPFIX_PLACE_13
  259.         #if defined USE_INCOGNITO_STREAMER\
  260.             && defined CreateDynamicObject
  261.             MapFixObjects[50] = mf_CreateObject(10558, 1038.2, -1383.0, 17.07, 0.0, 90.0, 90.0, -1, 0, -1, 5.0);
  262.             MapFixObjects[51] = mf_CreateObject(3117, 1041.95, -1383.0, 17.2, 0.0, 0.0, 315.0, -1, 0, -1, 3.0);
  263.             MapFixObjects[52] = mf_CreateObject(3117, 1042.9, -1381.9, 17.2, 0.0, 0.0, 90.0, -1, 0, -1, 3.0);
  264.         #else
  265.             MapFixObjects[50] = mf_CreateObject(10558, 1038.2, -1383.0, 17.07, 0.0, 90.0, 90.0, 5.0);
  266.             MapFixObjects[51] = mf_CreateObject(3117, 1041.95, -1383.0, 17.2, 0.0, 0.0, 315.0, 3.0);
  267.             MapFixObjects[52] = mf_CreateObject(3117, 1042.9, -1381.9, 17.2, 0.0, 0.0, 90.0, 3.0);
  268.         #endif
  269.     #endif
  270.     #if !defined DISABLE_MAPFIX_PLACE_14
  271.         #if defined USE_INCOGNITO_STREAMER\
  272.             && defined CreateDynamicObject
  273.             MapFixObjects[53] = mf_CreateObject(3084, 501.0, -1364.9, 20.3, 270.0, 0.0, 107.0, -1, 0, -1, 7.0);
  274.             MapFixObjects[54] = mf_CreateObject(3037, 503.5, -1375.0, 20.3, 0.0, 270.0, 17.0, -1, 0, -1, 6.0);
  275.             MapFixObjects[55] = mf_CreateObject(3037, 496.4, -1362.4, 20.3, 0.0, 270.0, 115.0, -1, 0, -1, 6.0);
  276.             MapFixObjects[56] = mf_CreateObject(3084, 507.4, -1386.0, 19.3, 270.0, 180.0, 285.0, -1, 0, -1, 7.0);
  277.             MapFixObjects[57] = mf_CreateObject(3084, 510.6, -1397.9, 19.3, 270.0, 180.0, 285.0, -1, 0, -1, 7.0);
  278.             MapFixObjects[58] = mf_CreateObject(3084, 507.6, -1404.7, 19.3, 270.0, 0.0, 194.5, -1, 0, -1, 7.0);
  279.             MapFixObjects[59] = mf_CreateObject(3055, 498.9, -1406.3, 19.3, 270.0, 0.0, 14.5, -1, 0, -1, 5.0);
  280.             MapFixObjects[60] = mf_CreateObject(3055, 481.4, -1412.1, 20.5, 270.0, 0.0, 20.5, -1, 0, -1, 5.0);
  281.             mf_SetObjectMaterial(MapFixObjects[60], 0, 0, "none", "none", 0x00000000);
  282.             MapFixObjects[61] = mf_CreateObject(3109, 484.8, -1413.2, 19.3, 0.0, 90.0, 20.5, -1, 0, -1, 2.0);
  283.             mf_SetObjectMaterial(MapFixObjects[61], 0, 0, "none", "none", 0x00000000);
  284.             MapFixObjects[62] = mf_CreateObject(3109, 479.6, -1415.2, 19.3, 0.0, 90.0, 20.5, -1, 0, -1, 2.0);
  285.             mf_SetObjectMaterial(MapFixObjects[62], 0, 0, "none", "none", 0x00000000);
  286.             MapFixObjects[63] = mf_CreateObject(3037, 471.0, -1417.1, 24.6, 0.0, 90.0, 300.5, -1, 0, -1, 6.0);
  287.         #else
  288.             MapFixObjects[53] = mf_CreateObject(3084, 501.0, -1364.9, 20.3, 270.0, 0.0, 107.0, 7.0);
  289.             MapFixObjects[54] = mf_CreateObject(3037, 503.5, -1375.0, 20.3, 0.0, 270.0, 17.0, 6.0);
  290.             MapFixObjects[55] = mf_CreateObject(3037, 496.4, -1362.4, 20.3, 0.0, 270.0, 115.0, 6.0);
  291.             MapFixObjects[56] = mf_CreateObject(3084, 507.4, -1386.0, 19.3, 270.0, 180.0, 285.0, 7.0);
  292.             MapFixObjects[57] = mf_CreateObject(3084, 510.6, -1397.9, 19.3, 270.0, 180.0, 285.0, 7.0);
  293.             MapFixObjects[58] = mf_CreateObject(3084, 507.6, -1404.7, 19.3, 270.0, 0.0, 194.5, 7.0);
  294.             MapFixObjects[59] = mf_CreateObject(3055, 498.9, -1406.3, 19.3, 270.0, 0.0, 14.5, 5.0);
  295.             MapFixObjects[60] = mf_CreateObject(3055, 481.4, -1412.1, 20.5, 270.0, 0.0, 20.5, 5.0);
  296.             mf_SetObjectMaterial(MapFixObjects[60], 0, 0, "none", "none", 0x00000000);
  297.             MapFixObjects[61] = mf_CreateObject(3109, 484.8, -1413.2, 19.3, 0.0, 90.0, 20.5, 2.0);
  298.             mf_SetObjectMaterial(MapFixObjects[61], 0, 0, "none", "none", 0x00000000);
  299.             MapFixObjects[62] = mf_CreateObject(3109, 479.6, -1415.2, 19.3, 0.0, 90.0, 20.5, 2.0);
  300.             mf_SetObjectMaterial(MapFixObjects[62], 0, 0, "none", "none", 0x00000000);
  301.             MapFixObjects[63] = mf_CreateObject(3037, 471.0, -1417.1, 24.6, 0.0, 90.0, 300.5, 6.0);
  302.         #endif
  303.     #endif
  304.     #if !defined DISABLE_MAPFIX_PLACE_15
  305.         #if defined USE_INCOGNITO_STREAMER\
  306.             && defined CreateDynamicObject
  307.             MapFixObjects[64] = mf_CreateObject(5066, -1540.2, -444.9, 6.7, 0.0, 0.0, 315.0, -1, 0, -1, 4.0);
  308.             mf_SetObjectMaterial(MapFixObjects[64], 0, 0, "none", "none", 0x00000000);
  309.             mf_SetObjectMaterial(MapFixObjects[64], 1, 0, "none", "none", 0x00000000);
  310.             MapFixObjects[65] = mf_CreateObject(10150, -1539.4, -440.9, 6.5, 0.0, 0.0, 45.0, -1, 0, -1, 3.0);
  311.             mf_SetObjectMaterial(MapFixObjects[65], 0, 0, "none", "none", 0x00000000);
  312.             MapFixObjects[66] = mf_CreateObject(10150, -1544.4, -445.8, 6.5, 0.0, 0.0, 45.0, -1, 0, -1, 3.0);
  313.             mf_SetObjectMaterial(MapFixObjects[66], 0, 0, "none", "none", 0x00000000);
  314.         #else
  315.             MapFixObjects[64] = mf_CreateObject(5066, -1540.2, -444.9, 6.7, 0.0, 0.0, 315.0, 4.0);
  316.             mf_SetObjectMaterial(MapFixObjects[64], 0, 0, "none", "none", 0x00000000);
  317.             mf_SetObjectMaterial(MapFixObjects[64], 1, 0, "none", "none", 0x00000000);
  318.             MapFixObjects[65] = mf_CreateObject(10150, -1539.4, -440.9, 6.5, 0.0, 0.0, 45.0, 3.0);
  319.             mf_SetObjectMaterial(MapFixObjects[65], 0, 0, "none", "none", 0x00000000);
  320.             MapFixObjects[66] = mf_CreateObject(10150, -1544.4, -445.8, 6.5, 0.0, 0.0, 45.0, 3.0);
  321.             mf_SetObjectMaterial(MapFixObjects[66], 0, 0, "none", "none", 0x00000000);
  322.         #endif
  323.     #endif
  324.     #if !defined DISABLE_MAPFIX_PLACE_16
  325.         #if defined USE_INCOGNITO_STREAMER\
  326.             && defined CreateDynamicObject
  327.             MapFixObjects[67] = mf_CreateObject(5066, -1230.8, 51.1, 14.7, 0.0, 0.0, 45.0, -1, 0, -1, 4.0);
  328.             mf_SetObjectMaterial(MapFixObjects[67], 0, 0, "none", "none", 0x00000000);
  329.             mf_SetObjectMaterial(MapFixObjects[67], 1, 0, "none", "none", 0x00000000);
  330.             MapFixObjects[68] = mf_CreateObject(10150, -1226.8, 50.3, 14.5, 0.0, 0.0, 315.0, -1, 0, -1, 3.0);
  331.             mf_SetObjectMaterial(MapFixObjects[68], 0, 0, "none", "none", 0x00000000);
  332.             MapFixObjects[69] = mf_CreateObject(10150, -1231.7, 55.1, 14.5, 0.0, 0.0, 315.0, -1, 0, -1, 3.0);
  333.             mf_SetObjectMaterial(MapFixObjects[69], 0, 0, "none", "none", 0x00000000);
  334.         #else
  335.             MapFixObjects[67] = mf_CreateObject(5066, -1230.8, 51.1, 14.7, 0.0, 0.0, 45.0, 4.0);
  336.             mf_SetObjectMaterial(MapFixObjects[67], 0, 0, "none", "none", 0x00000000);
  337.             mf_SetObjectMaterial(MapFixObjects[67], 1, 0, "none", "none", 0x00000000);
  338.             MapFixObjects[68] = mf_CreateObject(10150, -1226.8, 50.3, 14.5, 0.0, 0.0, 315.0, 3.0);
  339.             mf_SetObjectMaterial(MapFixObjects[68], 0, 0, "none", "none", 0x00000000);
  340.             MapFixObjects[69] = mf_CreateObject(10150, -1231.7, 55.1, 14.5, 0.0, 0.0, 315.0, 3.0);
  341.             mf_SetObjectMaterial(MapFixObjects[69], 0, 0, "none", "none", 0x00000000);
  342.         #endif
  343.     #endif
  344.     #if !defined DISABLE_MAPFIX_PLACE_17
  345.         #if defined USE_INCOGNITO_STREAMER\
  346.             && defined CreateDynamicObject
  347.             MapFixObjects[70] = mf_CreateObject(8957, 2781.0, -1358.6, 27.5, 0.0, 0.0, 0.0, -1, 0, -1, 5.0);
  348.             mf_SetObjectMaterial(MapFixObjects[70], 0, 0, "none", "none", 0x00000000);
  349.             MapFixObjects[71] = mf_CreateObject(8957, 2781.0, -1333.3, 33.0, 0.0, 0.0, 0.0, -1, 0, -1, 5.0);
  350.             mf_SetObjectMaterial(MapFixObjects[71], 0, 0, "none", "none", 0x00000000);
  351.             MapFixObjects[72] = mf_CreateObject(8957, 2781.2, -1306.4, 39.5, 0.0, 0.0, 0.0, -1, 0, -1, 5.0);
  352.             mf_SetObjectMaterial(MapFixObjects[72], 0, 0, "none", "none", 0x00000000);
  353.             MapFixObjects[73] = mf_CreateObject(8957, 2781.2, -1281.3, 45.5, 0.0, 0.0, 0.0, -1, 0, -1, 5.0);
  354.             mf_SetObjectMaterial(MapFixObjects[73], 0, 0, "none", "none", 0x00000000);
  355.         #else
  356.             MapFixObjects[70] = mf_CreateObject(8957, 2781.0, -1358.6, 27.5, 0.0, 0.0, 0.0, 5.0);
  357.             mf_SetObjectMaterial(MapFixObjects[70], 0, 0, "none", "none", 0x00000000);
  358.             MapFixObjects[71] = mf_CreateObject(8957, 2781.0, -1333.3, 33.0, 0.0, 0.0, 0.0, 5.0);
  359.             mf_SetObjectMaterial(MapFixObjects[71], 0, 0, "none", "none", 0x00000000);
  360.             MapFixObjects[72] = mf_CreateObject(8957, 2781.2, -1306.4, 39.5, 0.0, 0.0, 0.0, 5.0);
  361.             mf_SetObjectMaterial(MapFixObjects[72], 0, 0, "none", "none", 0x00000000);
  362.             MapFixObjects[73] = mf_CreateObject(8957, 2781.2, -1281.3, 45.5, 0.0, 0.0, 0.0, 5.0);
  363.             mf_SetObjectMaterial(MapFixObjects[73], 0, 0, "none", "none", 0x00000000);
  364.         #endif
  365.     #endif
  366.     #if !defined DISABLE_MAPFIX_PLACE_18
  367.         #if defined USE_INCOGNITO_STREAMER\
  368.             && defined CreateDynamicObject
  369.             MapFixObjects[74] = mf_CreateObject(3117, -2240.7, 80.5, 37.0, 0.0, 270.0, 45.0, -1, 0, -1, 3.0);
  370.         #else
  371.             MapFixObjects[74] = mf_CreateObject(3117, -2240.7, 80.5, 37.0, 0.0, 270.0, 45.0, 3.0);
  372.         #endif
  373.     #endif
  374.     #if !defined DISABLE_MAPFIX_PLACE_19
  375.         #if defined USE_INCOGNITO_STREAMER\
  376.             && defined CreateDynamicObject
  377.             MapFixObjects[75] = mf_CreateObject(1566, -180.7, 1129.48, 20.8, 0.0, 0.0, 0.0, -1, 0, -1, 2.0);
  378.             MapFixObjects[76] = mf_CreateObject(3061, -180.7, 1128.4, 20.5, 0.0, 0.0, 0.0, -1, 0, -1, 2.0);
  379.         #else
  380.             MapFixObjects[75] = mf_CreateObject(1566, -180.7, 1129.48, 20.8, 0.0, 0.0, 0.0, 2.0);
  381.             MapFixObjects[76] = mf_CreateObject(3061, -180.7, 1128.4, 20.5, 0.0, 0.0, 0.0, 2.0);
  382.         #endif
  383.     #endif
  384.     #if !defined DISABLE_MAPFIX_PLACE_20
  385.         #if defined USE_INCOGNITO_STREAMER\
  386.             && defined CreateDynamicObject
  387.             MapFixObjects[77] = mf_CreateObject(5846, 1547.4, 885.1, 7.88, 7.5, 90.0, 70.0, -1, 0, -1, 12.0);
  388.         #else
  389.             MapFixObjects[77] = mf_CreateObject(5846, 1547.4, 885.1, 7.88, 7.5, 90.0, 70.0, 12.0);
  390.         #endif
  391.     #endif
  392.     #if !defined DISABLE_MAPFIX_PLACE_21
  393.         #if defined USE_INCOGNITO_STREAMER\
  394.             && defined CreateDynamicObject
  395.             MapFixObjects[78] = mf_CreateObject(5846, -1883.4, 1436.6, -33.7, 357.5, 90.0, 60.0, -1, 0, -1, 12.0);
  396.             mf_SetObjectMaterial(MapFixObjects[78], 0, 0, "none", "none", 0x00000000);
  397.         #else
  398.             MapFixObjects[78] = mf_CreateObject(5846, -1883.4, 1436.6, -33.7, 357.5, 90.0, 60.0, 12.0);
  399.             mf_SetObjectMaterial(MapFixObjects[78], 0, 0, "none", "none", 0x00000000);
  400.         #endif
  401.     #endif
  402.     #if !defined DISABLE_MAPFIX_PLACE_22
  403.         #if defined USE_INCOGNITO_STREAMER\
  404.             && defined CreateDynamicObject
  405.             MapFixObjects[79] = mf_CreateObject(8957, 1771.9, 2166.1, 6.0, 0.0, 0.0, 0.0, -1, 0, -1, 5.0);
  406.         #else
  407.             MapFixObjects[79] = mf_CreateObject(8957, 1771.9, 2166.1, 6.0, 0.0, 0.0, 0.0, 5.0);
  408.         #endif
  409.     #endif
  410.     #if !defined DISABLE_MAPFIX_PLACE_23
  411.         #if defined USE_INCOGNITO_STREAMER\
  412.             && defined CreateDynamicObject
  413.             MapFixObjects[80] = mf_CreateObject(7930, 839.69, -1062.65, 32.57, 0.0, 90.0, 34.997, -1, 0, -1, 5.0);
  414.             MapFixObjects[81] = mf_CreateObject(1965, 835.25, -1058.65, 32.66, 0.0, 90.0, 298.25, -1, 0, -1, 2.0);
  415.             MapFixObjects[82] = mf_CreateObject(3109, 834.67, -1056.3, 32.63, 0.0, 90.0, 264.0, -1, 0, -1, 2.0);
  416.             MapFixObjects[83] = mf_CreateObject(3109, 835.1, -1054.7, 32.63, 0.0, 90.0, 246.996, -1, 0, -1, 2.0);
  417.             MapFixObjects[84] = mf_CreateObject(1965, 836.8, -1052.6, 32.66, 0.0, 90.0, 219.5, -1, 0, -1, 2.0);
  418.             MapFixObjects[85] = mf_CreateObject(8957, 850.9, -1057.5, 29.2, 0.0, 90.0, 305.0, -1, 0, -1, 5.0);
  419.         #else
  420.             MapFixObjects[80] = mf_CreateObject(7930, 839.69, -1062.65, 32.57, 0.0, 90.0, 34.997, 5.0);
  421.             MapFixObjects[81] = mf_CreateObject(1965, 835.25, -1058.65, 32.66, 0.0, 90.0, 298.25, 2.0);
  422.             MapFixObjects[82] = mf_CreateObject(3109, 834.67, -1056.3, 32.63, 0.0, 90.0, 264.0, 2.0);
  423.             MapFixObjects[83] = mf_CreateObject(3109, 835.1, -1054.7, 32.63, 0.0, 90.0, 246.996, 2.0);
  424.             MapFixObjects[84] = mf_CreateObject(1965, 836.8, -1052.6, 32.66, 0.0, 90.0, 219.5, 2.0);
  425.             MapFixObjects[85] = mf_CreateObject(8957, 850.9, -1057.5, 29.2, 0.0, 90.0, 305.0, 5.0);
  426.         #endif
  427.     #endif
  428.     #if !defined DISABLE_MAPFIX_PLACE_24
  429.         #if defined USE_INCOGNITO_STREAMER\
  430.             && defined CreateDynamicObject
  431.             MapFixObjects[86] = mf_CreateObject(3117, 689.6, -1424.4, 19.8, 0.0, 90.0, 0.0, -1, 0, -1, 3.0);
  432.         #else
  433.             MapFixObjects[86] = mf_CreateObject(3117, 689.6, -1424.4, 19.8, 0.0, 90.0, 0.0, 3.0);
  434.         #endif
  435.     #endif
  436.     #if !defined DISABLE_MAPFIX_PLACE_25
  437.         #if defined USE_INCOGNITO_STREAMER\
  438.             && defined CreateDynamicObject
  439.             MapFixObjects[87] = CreateObject(8957, 681.4, -447.4, -26.7, 0.0, 270.0, 0.0, 5.0);
  440.             MapFixObjects[88] = mf_CreateObject(8957, 680.35, -447.1, -25.0, 0.0, 0.0, 0.0, -1, 1, -1, 5.0);
  441.             MapFixObjects[89] = mf_CreateObject(8957, 682.7, -447.1, -25.0, 0.0, 0.0, 0.0, -1, 1, -1, 5.0);
  442.         #else
  443.             MapFixObjects[87] = CreateObject(8957, 681.4, -447.4, -26.7, 0.0, 270.0, 0.0, 5.0);
  444.             MapFixObjects[88] = mf_CreateObject(8957, 680.35, -447.1, -25.0, 0.0, 0.0, 0.0, 5.0);
  445.             MapFixObjects[89] = mf_CreateObject(8957, 682.7, -447.1, -25.0, 0.0, 0.0, 0.0, 5.0);
  446.         #endif
  447.     #endif
  448.     #if !defined DISABLE_MAPFIX_PLACE_26
  449.         #if defined USE_INCOGNITO_STREAMER\
  450.             && defined CreateDynamicObject
  451.             MapFixObjects[90] = mf_CreateObject(2904, 2344.1, 377.5, 25.568, 84.0, 0.0, 354.0, -1, 0, -1, 2.0);
  452.             mf_SetObjectMaterial(MapFixObjects[90], 0, 0, "none", "none", 0x00000000);
  453.         #else
  454.             MapFixObjects[90] = mf_CreateObject(2904, 2344.1, 377.5, 25.568, 84.0, 0.0, 354.0, 2.0);
  455.             mf_SetObjectMaterial(MapFixObjects[90], 0, 0, "none", "none", 0x00000000);
  456.         #endif
  457.     #endif
  458.     #if !defined DISABLE_MAPFIX_PLACE_27
  459.         #if defined USE_INCOGNITO_STREAMER\
  460.             && defined CreateDynamicObject
  461.             MapFixObjects[91] = mf_CreateObject(3084, 1077.8, 1394.7, 6.4, 0.0, 0.0, 90.0, -1, 0, -1, 7.0);
  462.         #else
  463.             MapFixObjects[91] = mf_CreateObject(3084, 1077.8, 1394.7, 6.4, 0.0, 0.0, 90.0, 7.0);
  464.         #endif
  465.     #endif
  466.     #if !defined DISABLE_MAPFIX_PLACE_28
  467.         #if defined USE_INCOGNITO_STREAMER\
  468.             && defined CreateDynamicObject
  469.             MapFixObjects[92] = mf_CreateObject(8957, 2399.1, 2166.2, 13.4, 0.0, 270.0, 90.0, -1, 0, -1, 5.0);
  470.             MapFixObjects[93] = mf_CreateObject(8957, 2416.0, 2166.2, 13.4, 0.0, 270.0, 90.0, -1, 0, -1, 5.0);
  471.             MapFixObjects[94] = mf_CreateObject(8957, 2441.2, 2166.2, 13.4, 0.0, 270.0, 90.0, -1, 0, -1, 5.0);
  472.             MapFixObjects[95] = mf_CreateObject(8957, 2449.6, 2166.2, 13.4, 0.0, 270.0, 90.0, -1, 0, -1, 5.0);
  473.             MapFixObjects[96] = mf_CreateObject(8957, 2474.9, 2166.2, 13.4, 0.0, 270.0, 90.0, -1, 0, -1, 5.0);
  474.             MapFixObjects[97] = mf_CreateObject(8957, 2491.7, 2166.2, 13.4, 0.0, 270.0, 90.0, -1, 0, -1, 5.0);
  475.         #else
  476.             MapFixObjects[92] = mf_CreateObject(8957, 2399.1, 2166.2, 13.4, 0.0, 270.0, 90.0, 5.0);
  477.             MapFixObjects[93] = mf_CreateObject(8957, 2416.0, 2166.2, 13.4, 0.0, 270.0, 90.0, 5.0);
  478.             MapFixObjects[94] = mf_CreateObject(8957, 2441.2, 2166.2, 13.4, 0.0, 270.0, 90.0, 5.0);
  479.             MapFixObjects[95] = mf_CreateObject(8957, 2449.6, 2166.2, 13.4, 0.0, 270.0, 90.0, 5.0);
  480.             MapFixObjects[96] = mf_CreateObject(8957, 2474.9, 2166.2, 13.4, 0.0, 270.0, 90.0, 5.0);
  481.             MapFixObjects[97] = mf_CreateObject(8957, 2491.7, 2166.2, 13.4, 0.0, 270.0, 90.0, 5.0);
  482.         #endif
  483.     #endif
  484.     #if !defined DISABLE_MAPFIX_PLACE_29
  485.         #if defined USE_INCOGNITO_STREAMER\
  486.             && defined CreateDynamicObject
  487.             MapFixObjects[98] = mf_CreateObject(3117, 2275.1, 2351.4, 18.67, 0.0, 0.0, 45.0, -1, 0, -1, 3.0);
  488.         #else
  489.             MapFixObjects[98] = mf_CreateObject(3117, 2275.1, 2351.4, 18.67, 0.0, 0.0, 45.0, 3.0);
  490.         #endif
  491.     #endif
  492.     #if !defined DISABLE_MAPFIX_PLACE_30
  493.         #if defined USE_INCOGNITO_STREAMER\
  494.             && defined CreateDynamicObject
  495.             MapFixObjects[99] = mf_CreateObject(2954, 539.85, 50.05, 21.6, 0.0, 0.0, 100.0, -1, 0, -1, 2.0);
  496.             mf_SetObjectMaterial(MapFixObjects[99], 0, 0, "none", "none", 0x00000000);
  497.         #else
  498.             MapFixObjects[99] = mf_CreateObject(2954, 539.85, 50.05, 21.6, 0.0, 0.0, 100.0, 2.0);
  499.             mf_SetObjectMaterial(MapFixObjects[99], 0, 0, "none", "none", 0x00000000);
  500.         #endif
  501.     #endif
  502.     #if !defined DISABLE_MAPFIX_PLACE_31
  503.         #if defined USE_INCOGNITO_STREAMER\
  504.             && defined CreateDynamicObject
  505.             MapFixObjects[100] = mf_CreateObject(5846, -2438.7, -1398.1, 338.95, 356.0, 252.0, 304.0, -1, 0, -1, 12.0);
  506.             MapFixObjects[101] = mf_CreateObject(5846, -2455.8, -1405.6, 342.2, 353.0, 249.0, 304.0, -1, 0, -1, 12.0);
  507.             MapFixObjects[102] = mf_CreateObject(8957, -2470.0, -1406.9, 345.5, 15.0, 115.0, 118.0, -1, 0, -1, 5.0);
  508.         #else
  509.             MapFixObjects[100] = mf_CreateObject(5846, -2438.7, -1398.1, 338.95, 356.0, 252.0, 304.0, 12.0);
  510.             MapFixObjects[101] = mf_CreateObject(5846, -2455.8, -1405.6, 342.2, 353.0, 249.0, 304.0, 12.0);
  511.             MapFixObjects[102] = mf_CreateObject(8957, -2470.0, -1406.9, 345.5, 15.0, 115.0, 118.0, 5.0);
  512.         #endif
  513.     #endif
  514.     #if !defined DISABLE_MAPFIX_PLACE_32
  515.         #if defined USE_INCOGNITO_STREAMER\
  516.             && defined CreateDynamicObject
  517.             MapFixObjects[103] = mf_CreateObject(3117, 1076.9, 1362.25, 12.3, 0.0, 90.0, 95.0, -1, 0, -1, 3.0);
  518.         #else
  519.             MapFixObjects[103] = mf_CreateObject(3117, 1076.9, 1362.25, 12.3, 0.0, 90.0, 95.0, 3.0);
  520.         #endif
  521.     #endif
  522.     #if !defined DISABLE_MAPFIX_PLACE_33
  523.         #if defined USE_INCOGNITO_STREAMER\
  524.             && defined CreateDynamicObject
  525.             MapFixObjects[104] = mf_CreateObject(3084, 2356.5, 1881.5, 14.1, 90.0, 0.0, 0.0, -1, 0, -1, 7.0);
  526.             MapFixObjects[105] = mf_CreateObject(3084, 2344.0, 1881.5, 14.1, 90.0, 0.0, 0.0, -1, 0, -1, 7.0);
  527.         #else
  528.             MapFixObjects[104] = mf_CreateObject(3084, 2356.5, 1881.5, 14.1, 90.0, 0.0, 0.0, 7.0);
  529.             MapFixObjects[105] = mf_CreateObject(3084, 2344.0, 1881.5, 14.1, 90.0, 0.0, 0.0, 7.0);
  530.         #endif
  531.     #endif
  532.     #if !defined DISABLE_MAPFIX_PLACE_34
  533.         #if defined USE_INCOGNITO_STREAMER\
  534.             && defined CreateDynamicObject
  535.             MapFixObjects[106] = mf_CreateObject(10558, -2187.4, 715.9, 78.6, 0.0, 90.0, 0.0, -1, 0, -1, 5.0);
  536.         #else
  537.             MapFixObjects[106] = mf_CreateObject(10558, -2187.4, 715.9, 78.6, 0.0, 90.0, 0.0, 5.0);
  538.         #endif
  539.     #endif
  540.     #if !defined DISABLE_MAPFIX_PLACE_35
  541.         #if defined USE_INCOGNITO_STREAMER\
  542.             && defined CreateDynamicObject
  543.             MapFixObjects[107] = mf_CreateObject(8957, 2862.1, -1406.1, 16.2, 0.0, 88.0, 0.0, -1, 0, -1, 5.0);
  544.         #else
  545.             MapFixObjects[107] = mf_CreateObject(8957, 2862.1, -1406.1, 16.2, 0.0, 88.0, 0.0, 5.0);
  546.         #endif
  547.     #endif
  548.     #if !defined DISABLE_MAPFIX_PLACE_36
  549.         #if defined USE_INCOGNITO_STREAMER\
  550.             && defined CreateDynamicObject
  551.             MapFixObjects[108] = mf_CreateObject(3117, 2823.5, -1597.4, 12.7, 0.0, 0.0, 68.0, -1, 0, -1, 3.0);
  552.             mf_SetObjectMaterial(MapFixObjects[108], 0, 0, "none", "none", 0x00000000);
  553.         #else
  554.             MapFixObjects[108] = mf_CreateObject(3117, 2823.5, -1597.4, 12.7, 0.0, 0.0, 68.0, 3.0);
  555.             mf_SetObjectMaterial(MapFixObjects[108], 0, 0, "none", "none", 0x00000000);
  556.         #endif
  557.     #endif
  558.     #if !defined DISABLE_MAPFIX_PLACE_37
  559.         #if defined USE_INCOGNITO_STREAMER\
  560.             && defined CreateDynamicObject
  561.             MapFixObjects[109] = mf_CreateObject(2938, 2863.7, -1439.5, 15.0, 0.0, 90.0, 0.0, -1, 0, -1, 7.0);
  562.             MapFixObjects[110] = mf_CreateObject(3117, 2864.2, -1446.2, 15.1, 0.0, 0.0, 50.0, -1, 0, -1, 3.0);
  563.             MapFixObjects[111] = mf_CreateObject(3117, 2864.1, -1432.6, 15.1, 0.0, 0.0, 132.0, -1, 0, -1, 3.0);
  564.         #else
  565.             MapFixObjects[109] = mf_CreateObject(2938, 2863.7, -1439.5, 15.0, 0.0, 90.0, 0.0, 7.0);
  566.             MapFixObjects[110] = mf_CreateObject(3117, 2864.2, -1446.2, 15.1, 0.0, 0.0, 50.0, 3.0);
  567.             MapFixObjects[111] = mf_CreateObject(3117, 2864.1, -1432.6, 15.1, 0.0, 0.0, 132.0, 3.0);
  568.         #endif
  569.     #endif
  570.     #if !defined DISABLE_MAPFIX_PLACE_38
  571.         #if defined USE_INCOGNITO_STREAMER\
  572.             && defined CreateDynamicObject
  573.             MapFixObjects[112] = mf_CreateObject(8957, 1003.8, -919.5, 45.5, 0.0, 90.0, 8.0, -1, 0, -1, 5.0);
  574.         #else
  575.             MapFixObjects[112] = mf_CreateObject(8957, 1003.8, -919.5, 45.5, 0.0, 90.0, 8.0, 5.0);
  576.         #endif
  577.     #endif
  578.     #if !defined DISABLE_MAPFIX_PLACE_39
  579.         #if defined USE_INCOGNITO_STREAMER\
  580.             && defined CreateDynamicObject
  581.             MapFixObjects[113] = mf_CreateObject(3084, -2904.4, 1247.8, 5.75, 0.0, 0.0, 45.0, -1, 0, -1, 7.0);
  582.             mf_SetObjectMaterial(MapFixObjects[113], 0, 0, "none", "none", 0x00000000);
  583.             MapFixObjects[114] = mf_CreateObject(3084, -2860.1, 1256.8, 5.7, 0.0, 0.0, 45.0, -1, 0, -1, 7.0);
  584.             mf_SetObjectMaterial(MapFixObjects[114], 0, 0, "none", "none", 0x00000000);
  585.             MapFixObjects[115] = mf_CreateObject(3084, -2852.3, 1264.6, 5.7, 0.0, 0.0, 45.0, -1, 0, -1, 7.0);
  586.             mf_SetObjectMaterial(MapFixObjects[115], 0, 0, "none", "none", 0x00000000);
  587.         #else
  588.             MapFixObjects[113] = mf_CreateObject(3084, -2904.4, 1247.8, 5.75, 0.0, 0.0, 45.0, 7.0);
  589.             mf_SetObjectMaterial(MapFixObjects[113], 0, 0, "none", "none", 0x00000000);
  590.             MapFixObjects[114] = mf_CreateObject(3084, -2860.1, 1256.8, 5.7, 0.0, 0.0, 45.0, 7.0);
  591.             mf_SetObjectMaterial(MapFixObjects[114], 0, 0, "none", "none", 0x00000000);
  592.             MapFixObjects[115] = mf_CreateObject(3084, -2852.3, 1264.6, 5.7, 0.0, 0.0, 45.0, 7.0);
  593.             mf_SetObjectMaterial(MapFixObjects[115], 0, 0, "none", "none", 0x00000000);
  594.         #endif
  595.     #endif
  596.     #if !defined DISABLE_MAPFIX_PLACE_40
  597.         #if defined USE_INCOGNITO_STREAMER\
  598.             && defined CreateDynamicObject
  599.             MapFixObjects[116] = mf_CreateObject(3084, 966.3, -1038.8, 28.9, 270.0, 0.0, 90.0, -1, 0, -1, 7.0);
  600.         #else
  601.             MapFixObjects[116] = mf_CreateObject(3084, 966.3, -1038.8, 28.9, 270.0, 0.0, 90.0, 7.0);
  602.         #endif
  603.     #endif
  604.     #if !defined DISABLE_MAPFIX_PLACE_41
  605.         #if defined USE_INCOGNITO_STREAMER\
  606.             && defined CreateDynamicObject
  607.             MapFixObjects[117] = mf_CreateObject(3084, 2403.5, 2661.2, 9.0, 296.0, 0.0, 354.0, -1, 0, -1, 7.0);
  608.         #else
  609.             MapFixObjects[117] = mf_CreateObject(3084, 2403.5, 2661.2, 9.0, 296.0, 0.0, 354.0, 7.0);
  610.         #endif
  611.     #endif
  612.     #if !defined DISABLE_MAPFIX_PLACE_42
  613.         #if defined USE_INCOGNITO_STREAMER\
  614.             && defined CreateDynamicObject
  615.             MapFixObjects[118] = mf_CreateObject(3117, 1198.5, -916.78, 45.0, 0.0, 0.0, 7.0, -1, 0, -1, 3.0);
  616.         #else
  617.             MapFixObjects[118] = mf_CreateObject(3117, 1198.5, -916.78, 45.0, 0.0, 0.0, 7.0, 3.0);
  618.         #endif
  619.     #endif
  620.     #if !defined DISABLE_MAPFIX_PLACE_43
  621.         #if defined USE_INCOGNITO_STREAMER\
  622.             && defined CreateDynamicObject
  623.             MapFixObjects[119] = mf_CreateObject(3037, 428.1, -1641.33, 43.5, 90.0, 0.0, 311.0, -1, 0, -1, 6.0);
  624.         #else
  625.             MapFixObjects[119] = mf_CreateObject(3037, 428.1, -1641.33, 43.5, 90.0, 0.0, 311.0, 6.0);
  626.         #endif
  627.     #endif
  628.     #if !defined DISABLE_MAPFIX_PLACE_44
  629.         #if defined USE_INCOGNITO_STREAMER\
  630.             && defined CreateDynamicObject
  631.             MapFixObjects[120] = mf_CreateObject(8957, 1301.9, -966.1, 36.2, 0.0, 0.0, 90.0, -1, 0, -1, 5.0);
  632.         #else
  633.             MapFixObjects[120] = mf_CreateObject(8957, 1301.9, -966.1, 36.2, 0.0, 0.0, 90.0, 5.0);
  634.         #endif
  635.     #endif
  636.     #if !defined DISABLE_MAPFIX_PLACE_45
  637.         #if defined USE_INCOGNITO_STREAMER\
  638.             && defined CreateDynamicObject
  639.             MapFixObjects[121] = mf_CreateObject(3117, 2504.6, 1144.86, 18.5, 0.0, 90.0, 90.0, -1, 0, -1, 3.0);
  640.             MapFixObjects[122] = mf_CreateObject(3117, 2508.9, 1144.86, 18.5, 0.0, 90.0, 90.0, -1, 0, -1, 3.0);
  641.             MapFixObjects[123] = mf_CreateObject(3117, 2513.1, 1144.86, 18.5, 0.0, 90.0, 90.0, -1, 0, -1, 3.0);
  642.             MapFixObjects[124] = mf_CreateObject(3117, 2515.73, 1146.4, 18.5, 0.0, 90.0, 0.0, -1, 0, -1, 3.0);
  643.             MapFixObjects[125] = mf_CreateObject(3117, 2515.73, 1152.5, 18.5, 0.0, 90.0, 0.0, -1, 0, -1, 3.0);
  644.         #else
  645.             MapFixObjects[121] = mf_CreateObject(3117, 2504.6, 1144.86, 18.5, 0.0, 90.0, 90.0, 3.0);
  646.             MapFixObjects[122] = mf_CreateObject(3117, 2508.9, 1144.86, 18.5, 0.0, 90.0, 90.0, 3.0);
  647.             MapFixObjects[123] = mf_CreateObject(3117, 2513.1, 1144.86, 18.5, 0.0, 90.0, 90.0, 3.0);
  648.             MapFixObjects[124] = mf_CreateObject(3117, 2515.73, 1146.4, 18.5, 0.0, 90.0, 0.0, 3.0);
  649.             MapFixObjects[125] = mf_CreateObject(3117, 2515.73, 1152.5, 18.5, 0.0, 90.0, 0.0, 3.0);
  650.         #endif
  651.     #endif
  652.     #if !defined DISABLE_MAPFIX_PLACE_46
  653.         #if defined USE_INCOGNITO_STREAMER\
  654.             && defined CreateDynamicObject
  655.             MapFixObjects[126] = mf_CreateObject(3084, -1869.2, -162.8, 16.6, 90.0, 0.0, 86.0, -1, 0, -1, 7.0);
  656.         #else
  657.             MapFixObjects[126] = mf_CreateObject(3084, -1869.2, -162.8, 16.6, 90.0, 0.0, 86.0, 7.0);
  658.         #endif
  659.     #endif
  660.     #if !defined DISABLE_MAPFIX_PLACE_47
  661.         #if defined USE_INCOGNITO_STREAMER\
  662.             && defined CreateDynamicObject
  663.             MapFixObjects[127] = mf_CreateObject(3117, 1623.63, -1714.5, 25.1, 0.0, 0.0, 96.0, -1, 0, -1, 3.0);
  664.             MapFixObjects[128] = mf_CreateObject(3117, 1584.8, -1717.85, 25.1, 0.0, 0.0, 96.0, -1, 0, -1, 3.0);
  665.             MapFixObjects[129] = mf_CreateObject(3117, 1587.0, -1743.67, 25.1, 0.0, 0.0, 95.0, -1, 0, -1, 3.0);
  666.             MapFixObjects[130] = mf_CreateObject(3117, 1625.6, -1740.3, 25.1, 0.0, 0.0, 95.0, -1, 0, -1, 3.0);
  667.         #else
  668.             MapFixObjects[127] = mf_CreateObject(3117, 1623.63, -1714.5, 25.1, 0.0, 0.0, 96.0, 3.0);
  669.             MapFixObjects[128] = mf_CreateObject(3117, 1584.8, -1717.85, 25.1, 0.0, 0.0, 96.0, 3.0);
  670.             MapFixObjects[129] = mf_CreateObject(3117, 1587.0, -1743.67, 25.1, 0.0, 0.0, 95.0, 3.0);
  671.             MapFixObjects[130] = mf_CreateObject(3117, 1625.6, -1740.3, 25.1, 0.0, 0.0, 95.0, 3.0);
  672.         #endif
  673.     #endif
  674.     #if !defined DISABLE_MAPFIX_PLACE_48
  675.         #if defined USE_INCOGNITO_STREAMER\
  676.             && defined CreateDynamicObject
  677.             MapFixObjects[131] = mf_CreateObject(3084, -1919.1, 699.6, 74.3, 90.0, 0.0, 0.0, -1, 0, -1, 7.0);
  678.             MapFixObjects[132] = mf_CreateObject(3117, -1913.3, 699.1, 74.3, 0.0, 180.0, 99.0, -1, 0, -1, 3.0);
  679.             MapFixObjects[133] = mf_CreateObject(3084, -1931.7, 699.6, 74.3, 90.0, 0.0, 0.0, -1, 0, -1, 7.0);
  680.             MapFixObjects[134] = mf_CreateObject(3117, -1939.2, 699.6, 74.3, 0.0, 180.0, 90.0, -1, 0, -1, 3.0);
  681.             MapFixObjects[135] = mf_CreateObject(3084, -1951.7, 699.5, 74.3, 90.0, 0.0, 0.0, -1, 0, -1, 7.0);
  682.             MapFixObjects[136] = mf_CreateObject(8957, -1940.7, 697.5, 71.8, 68.0, 0.0, 0.0, -1, 0, -1, 5.0);
  683.             MapFixObjects[137] = mf_CreateObject(8957, -1946.7, 697.5, 71.8, 68.0, 0.0, 0.0, -1, 0, -1, 5.0);
  684.             MapFixObjects[138] = mf_CreateObject(8957, -1943.8, 700.0, 70.3, 68.0, 90.0, 0.0, -1, 0, -1, 5.0);
  685.             MapFixObjects[139] = mf_CreateObject(8957, -1956.6, 697.5, 71.8, 68.0, 0.0, 0.0, -1, 0, -1, 5.0);
  686.             MapFixObjects[140] = mf_CreateObject(8957, -1962.6, 697.5, 71.8, 68.0, 0.0, 0.0, -1, 0, -1, 5.0);
  687.             MapFixObjects[141] = mf_CreateObject(8957, -1959.6, 700.0, 70.3, 68.0, 90.0, 0.0, -1, 0, -1, 5.0);
  688.             MapFixObjects[142] = mf_CreateObject(3084, -1984.3, 699.6, 74.3, 90.0, 0.0, 0.0, -1, 0, -1, 7.0);
  689.             MapFixObjects[143] = mf_CreateObject(3084, -1971.6, 699.6, 74.3, 90.0, 0.0, 0.0, -1, 0, -1, 7.0);
  690.             MapFixObjects[144] = mf_CreateObject(3117, -1964.1, 699.6, 74.3, 0.0, 180.0, 90.0, -1, 0, -1, 3.0);
  691.             MapFixObjects[145] = mf_CreateObject(3117, -1990.1, 699.1, 74.3, 0.0, 180.0, 82.0, -1, 0, -1, 3.0);
  692.         #else
  693.             MapFixObjects[131] = mf_CreateObject(3084, -1919.1, 699.6, 74.3, 90.0, 0.0, 0.0, 7.0);
  694.             MapFixObjects[132] = mf_CreateObject(3117, -1913.3, 699.1, 74.3, 0.0, 180.0, 99.0, 3.0);
  695.             MapFixObjects[133] = mf_CreateObject(3084, -1931.7, 699.6, 74.3, 90.0, 0.0, 0.0, 7.0);
  696.             MapFixObjects[134] = mf_CreateObject(3117, -1939.2, 699.6, 74.3, 0.0, 180.0, 90.0, 3.0);
  697.             MapFixObjects[135] = mf_CreateObject(3084, -1951.7, 699.5, 74.3, 90.0, 0.0, 0.0, 7.0);
  698.             MapFixObjects[136] = mf_CreateObject(8957, -1940.7, 697.5, 71.8, 68.0, 0.0, 0.0, 5.0);
  699.             MapFixObjects[137] = mf_CreateObject(8957, -1946.7, 697.5, 71.8, 68.0, 0.0, 0.0, 5.0);
  700.             MapFixObjects[138] = mf_CreateObject(8957, -1943.8, 700.0, 70.3, 68.0, 90.0, 0.0, 5.0);
  701.             MapFixObjects[139] = mf_CreateObject(8957, -1956.6, 697.5, 71.8, 68.0, 0.0, 0.0, 5.0);
  702.             MapFixObjects[140] = mf_CreateObject(8957, -1962.6, 697.5, 71.8, 68.0, 0.0, 0.0, 5.0);
  703.             MapFixObjects[141] = mf_CreateObject(8957, -1959.6, 700.0, 70.3, 68.0, 90.0, 0.0, 5.0);
  704.             MapFixObjects[142] = mf_CreateObject(3084, -1984.3, 699.6, 74.3, 90.0, 0.0, 0.0, 7.0);
  705.             MapFixObjects[143] = mf_CreateObject(3084, -1971.6, 699.6, 74.3, 90.0, 0.0, 0.0, 7.0);
  706.             MapFixObjects[144] = mf_CreateObject(3117, -1964.1, 699.6, 74.3, 0.0, 180.0, 90.0, 3.0);
  707.             MapFixObjects[145] = mf_CreateObject(3117, -1990.1, 699.1, 74.3, 0.0, 180.0, 82.0, 3.0);
  708.         #endif
  709.     #endif
  710.     #if !defined DISABLE_MAPFIX_PLACE_49
  711.         #if defined USE_INCOGNITO_STREAMER\
  712.             && defined CreateDynamicObject
  713.             MapFixObjects[146] = mf_CreateObject(8957, -2456.6, 763.4, 43.0, 29.0, 0.0, 0.0, -1, 0, -1, 5.0);
  714.             MapFixObjects[147] = mf_CreateObject(8957, -2456.6, 772.0, 42.8, 44.0, 0.0, 0.0, -1, 0, -1, 5.0);
  715.         #else
  716.             MapFixObjects[146] = mf_CreateObject(8957, -2456.6, 763.4, 43.0, 29.0, 0.0, 0.0, 5.0);
  717.             MapFixObjects[147] = mf_CreateObject(8957, -2456.6, 772.0, 42.8, 44.0, 0.0, 0.0, 5.0);
  718.         #endif
  719.     #endif
  720.     #if !defined DISABLE_MAPFIX_PLACE_50
  721.         #if defined USE_INCOGNITO_STREAMER\
  722.             && defined CreateDynamicObject
  723.             MapFixObjects[148] = mf_CreateObject(3109, -1650.4, 537.3, 37.9, 0.0, 0.0, 46.0, -1, 0, -1, 2.0);
  724.             MapFixObjects[149] = mf_CreateObject(3109, -1674.3, 560.0, 37.9, 0.0, 0.0, 46.0, -1, 0, -1, 2.0);
  725.             MapFixObjects[150] = mf_CreateObject(9583, -1651.2, 537.6, 38.6, 0.0, 82.0, 46.5, -1, 0, -1, 12.0);
  726.             mf_SetObjectMaterial(MapFixObjects[150], 0, 0, "none", "none", 0x00000000);
  727.             MapFixObjects[151] = mf_CreateObject(9583, -1674.7, 560.65, 38.6, 0.0, 82.0, 46.5, -1, 0, -1, 12.0);
  728.             mf_SetObjectMaterial(MapFixObjects[151], 0, 0, "none", "none", 0x00000000);
  729.         #else
  730.             MapFixObjects[148] = mf_CreateObject(3109, -1650.4, 537.3, 37.9, 0.0, 0.0, 46.0, 2.0);
  731.             MapFixObjects[149] = mf_CreateObject(3109, -1674.3, 560.0, 37.9, 0.0, 0.0, 46.0, 2.0);
  732.             MapFixObjects[150] = mf_CreateObject(9583, -1651.2, 537.6, 38.6, 0.0, 82.0, 46.5, 12.0);
  733.             mf_SetObjectMaterial(MapFixObjects[150], 0, 0, "none", "none", 0x00000000);
  734.             MapFixObjects[151] = mf_CreateObject(9583, -1674.7, 560.65, 38.6, 0.0, 82.0, 46.5, 12.0);
  735.             mf_SetObjectMaterial(MapFixObjects[151], 0, 0, "none", "none", 0x00000000);
  736.         #endif
  737.     #endif
  738.     #if !defined DISABLE_MAPFIX_PLACE_51
  739.         #if defined USE_INCOGNITO_STREAMER\
  740.             && defined CreateDynamicObject
  741.             MapFixObjects[152] = mf_CreateObject(17540, 2735.7, -1267.8, 62.9, 0.0, 0.0, 90.0, -1, 0, -1, 14.0);
  742.             mf_SetObjectMaterial(MapFixObjects[152], 0, 0, "none", "none", 0x00000000);
  743.         #else
  744.             MapFixObjects[152] = mf_CreateObject(17540, 2735.7, -1267.8, 62.9, 0.0, 0.0, 90.0, 14.0);
  745.             mf_SetObjectMaterial(MapFixObjects[152], 0, 0, "none", "none", 0x00000000);
  746.         #endif
  747.     #endif
  748.     #if !defined DISABLE_MAPFIX_PLACE_52
  749.         #if defined USE_INCOGNITO_STREAMER\
  750.             && defined CreateDynamicObject
  751.             MapFixObjects[153] = mf_CreateObject(8957, -755.95, -1848.4, 14.3, 5.0, 335.0, 349.0, -1, 0, -1, 5.0);
  752.             mf_SetObjectMaterial(MapFixObjects[153], 0, 0, "none", "none", 0x00000000);
  753.         #else
  754.             MapFixObjects[153] = mf_CreateObject(8957, -755.95, -1848.4, 14.3, 5.0, 335.0, 349.0, 5.0);
  755.             mf_SetObjectMaterial(MapFixObjects[153], 0, 0, "none", "none", 0x00000000);
  756.         #endif
  757.     #endif
  758.     #if !defined DISABLE_MAPFIX_PLACE_53
  759.         #if defined USE_INCOGNITO_STREAMER\
  760.             && defined CreateDynamicObject
  761.             MapFixObjects[154] = mf_CreateObject(906, -609.8, -1899.4, 3.5, 0.0, 10.0, 156.0, -1, 0, -1, 5.0);
  762.             mf_SetObjectMaterial(MapFixObjects[154], 0, 0, "none", "none", 0x00000000);
  763.         #else
  764.             MapFixObjects[154] = mf_CreateObject(906, -609.8, -1899.4, 3.5, 0.0, 10.0, 156.0, 5.0);
  765.             mf_SetObjectMaterial(MapFixObjects[154], 0, 0, "none", "none", 0x00000000);
  766.         #endif
  767.     #endif
  768.     #if !defined DISABLE_MAPFIX_PLACE_54
  769.         #if defined USE_INCOGNITO_STREAMER\
  770.             && defined CreateDynamicObject
  771.             MapFixObjects[155] = mf_CreateObject(2957, -405.0, 2242.8, 44.0, 0.0, 34.0, 285.0, -1, 0, -1, 3.0);
  772.             mf_SetObjectMaterial(MapFixObjects[155], 0, 0, "none", "none", 0x00000000);
  773.             MapFixObjects[156] = mf_CreateObject(2957, -405.4, 2244.5, 44.0, 0.0, 326.0, 285.0, -1, 0, -1, 3.0);
  774.         #else
  775.             MapFixObjects[155] = mf_CreateObject(2957, -405.0, 2242.8, 44.0, 0.0, 34.0, 285.0, 3.0);
  776.             mf_SetObjectMaterial(MapFixObjects[155], 0, 0, "none", "none", 0x00000000);
  777.             MapFixObjects[156] = mf_CreateObject(2957, -405.4, 2244.5, 44.0, 0.0, 326.0, 285.0, 3.0);
  778.         #endif
  779.     #endif
  780.     #if !defined DISABLE_MAPFIX_PLACE_55
  781.         #if defined USE_INCOGNITO_STREAMER\
  782.             && defined CreateDynamicObject
  783.             MapFixObjects[157] = mf_CreateObject(1965, -1119.3, 852.2, 30.5, 0.0, 90.0, 306.0, -1, 0, -1, 2.0);
  784.             mf_SetObjectMaterial(MapFixObjects[157], 0, 0, "none", "none", 0x00000000);
  785.             MapFixObjects[158] = mf_CreateObject(1965, -1121.03, 854.6, 30.5, 0.0, 90.0, 306.0, -1, 0, -1, 2.0);
  786.             mf_SetObjectMaterial(MapFixObjects[158], 0, 0, "none", "none", 0x00000000);
  787.             MapFixObjects[159] = mf_CreateObject(1965, -1121.95, 855.9, 31.1, 0.0, 0.0, 306.0, -1, 0, -1, 2.0);
  788.             mf_SetObjectMaterial(MapFixObjects[159], 0, 0, "none", "none", 0x00000000);
  789.             MapFixObjects[160] = mf_CreateObject(1965, -1131.0, 868.3, 30.5, 0.0, 90.0, 306.0, -1, 0, -1, 2.0);
  790.             mf_SetObjectMaterial(MapFixObjects[160], 0, 0, "none", "none", 0x00000000);
  791.             MapFixObjects[161] = mf_CreateObject(1965, -1129.24, 865.87, 30.5, 0.0, 90.0, 306.0, -1, 0, -1, 2.0);
  792.             mf_SetObjectMaterial(MapFixObjects[161], 0, 0, "none", "none", 0x00000000);
  793.             MapFixObjects[162] = mf_CreateObject(1965, -1128.3, 864.58, 31.1, 0.0, 0.0, 306.0, -1, 0, -1, 2.0);
  794.             mf_SetObjectMaterial(MapFixObjects[162], 0, 0, "none", "none", 0x00000000);
  795.             MapFixObjects[163] = mf_CreateObject(1965, -1134.4, 841.1, 30.5, 0.0, 90.0, 306.0, -1, 0, -1, 2.0);
  796.             mf_SetObjectMaterial(MapFixObjects[163], 0, 0, "none", "none", 0x00000000);
  797.             MapFixObjects[164] = mf_CreateObject(1965, -1136.17, 843.53, 30.5, 0.0, 90.0, 306.0, -1, 0, -1, 2.0);
  798.             mf_SetObjectMaterial(MapFixObjects[164], 0, 0, "none", "none", 0x00000000);
  799.             MapFixObjects[165] = mf_CreateObject(1965, -1136.5, 845.2, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  800.             mf_SetObjectMaterial(MapFixObjects[165], 0, 0, "none", "none", 0x00000000);
  801.             MapFixObjects[166] = mf_CreateObject(1965, -1146.15, 857.3, 30.5, 0.0, 90.0, 306.0, -1, 0, -1, 2.0);
  802.             mf_SetObjectMaterial(MapFixObjects[166], 0, 0, "none", "none", 0x00000000);
  803.             MapFixObjects[167] = mf_CreateObject(1965, -1144.38, 854.87, 30.5, 0.0, 90.0, 306.0, -1, 0, -1, 2.0);
  804.             mf_SetObjectMaterial(MapFixObjects[167], 0, 0, "none", "none", 0x00000000);
  805.             MapFixObjects[168] = mf_CreateObject(1965, -1142.8, 854.0, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  806.             mf_SetObjectMaterial(MapFixObjects[168], 0, 0, "none", "none", 0x00000000);
  807.             MapFixObjects[169] = mf_CreateObject(1965, -1075.0, 889.9, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  808.             mf_SetObjectMaterial(MapFixObjects[169], 0, 0, "none", "none", 0x00000000);
  809.             MapFixObjects[170] = mf_CreateObject(1965, -1081.3, 898.7, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  810.             mf_SetObjectMaterial(MapFixObjects[170], 0, 0, "none", "none", 0x00000000);
  811.             MapFixObjects[171] = mf_CreateObject(1965, -1102.2, 870.1, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  812.             mf_SetObjectMaterial(MapFixObjects[171], 0, 0, "none", "none", 0x00000000);
  813.             MapFixObjects[172] = mf_CreateObject(1965, -1108.6, 878.8, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  814.             mf_SetObjectMaterial(MapFixObjects[172], 0, 0, "none", "none", 0x00000000);
  815.             MapFixObjects[173] = mf_CreateObject(1965, -1155.6, 831.3, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  816.             mf_SetObjectMaterial(MapFixObjects[173], 0, 0, "none", "none", 0x00000000);
  817.             MapFixObjects[174] = mf_CreateObject(1965, -1162.0, 840.0, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  818.             mf_SetObjectMaterial(MapFixObjects[174], 0, 0, "none", "none", 0x00000000);
  819.             MapFixObjects[175] = mf_CreateObject(1965, -1183.0, 811.4, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  820.             mf_SetObjectMaterial(MapFixObjects[175], 0, 0, "none", "none", 0x00000000);
  821.             MapFixObjects[176] = mf_CreateObject(1965, -1189.3, 820.2, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  822.             mf_SetObjectMaterial(MapFixObjects[176], 0, 0, "none", "none", 0x00000000);
  823.             MapFixObjects[177] = mf_CreateObject(1965, -1328.3, 705.8, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  824.             mf_SetObjectMaterial(MapFixObjects[177], 0, 0, "none", "none", 0x00000000);
  825.             MapFixObjects[178] = mf_CreateObject(1965, -1334.6, 714.6, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  826.             mf_SetObjectMaterial(MapFixObjects[178], 0, 0, "none", "none", 0x00000000);
  827.             MapFixObjects[179] = mf_CreateObject(1965, -1355.6, 686.0, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  828.             mf_SetObjectMaterial(MapFixObjects[179], 0, 0, "none", "none", 0x00000000);
  829.             MapFixObjects[180] = mf_CreateObject(1965, -1362.0, 694.7, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  830.             mf_SetObjectMaterial(MapFixObjects[180], 0, 0, "none", "none", 0x00000000);
  831.             MapFixObjects[181] = mf_CreateObject(1965, -1374.9, 672.0, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  832.             mf_SetObjectMaterial(MapFixObjects[181], 0, 0, "none", "none", 0x00000000);
  833.             MapFixObjects[182] = mf_CreateObject(1965, -1381.3, 680.7, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  834.             mf_SetObjectMaterial(MapFixObjects[182], 0, 0, "none", "none", 0x00000000);
  835.             MapFixObjects[183] = mf_CreateObject(1965, -1390.1, 660.9, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  836.             mf_SetObjectMaterial(MapFixObjects[183], 0, 0, "none", "none", 0x00000000);
  837.             MapFixObjects[184] = mf_CreateObject(1965, -1396.4, 669.7, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  838.             mf_SetObjectMaterial(MapFixObjects[184], 0, 0, "none", "none", 0x00000000);
  839.             MapFixObjects[185] = mf_CreateObject(1965, -1409.3, 647.0, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  840.             mf_SetObjectMaterial(MapFixObjects[185], 0, 0, "none", "none", 0x00000000);
  841.             MapFixObjects[186] = mf_CreateObject(1965, -1415.8, 655.7, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  842.             mf_SetObjectMaterial(MapFixObjects[186], 0, 0, "none", "none", 0x00000000);
  843.             MapFixObjects[187] = mf_CreateObject(1965, -1436.8, 627.0, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  844.             mf_SetObjectMaterial(MapFixObjects[187], 0, 0, "none", "none", 0x00000000);
  845.             MapFixObjects[188] = mf_CreateObject(1965, -1443.1, 635.8, 31.1, 90.0, 0.0, 306.0, -1, 0, -1, 2.0);
  846.             mf_SetObjectMaterial(MapFixObjects[188], 0, 0, "none", "none", 0x00000000);
  847.             MapFixObjects[189] = mf_CreateObject(3037, -1440.6, 630.9, 30.73, 0.0, 90.0, 36.0, -1, 0, -1, 6.0);
  848.             mf_SetObjectMaterial(MapFixObjects[189], 0, 0, "none", "none", 0x00000000);
  849.             MapFixObjects[190] = mf_CreateObject(3037, -1413.1, 650.9, 30.73, 0.0, 90.0, 36.0, -1, 0, -1, 6.0);
  850.             mf_SetObjectMaterial(MapFixObjects[190], 0, 0, "none", "none", 0x00000000);
  851.             MapFixObjects[191] = mf_CreateObject(3037, -1358.3, 690.7, 30.73, 0.0, 90.0, 36.0, -1, 0, -1, 6.0);
  852.             mf_SetObjectMaterial(MapFixObjects[191], 0, 0, "none", "none", 0x00000000);
  853.             MapFixObjects[192] = mf_CreateObject(3037, -1330.8, 710.7, 30.73, 0.0, 90.0, 36.0, -1, 0, -1, 6.0);
  854.             mf_SetObjectMaterial(MapFixObjects[192], 0, 0, "none", "none", 0x00000000);
  855.             MapFixObjects[193] = mf_CreateObject(3037, -1186.9, 815.3, 30.73, 0.0, 90.0, 36.0, -1, 0, -1, 6.0);
  856.             mf_SetObjectMaterial(MapFixObjects[193], 0, 0, "none", "none", 0x00000000);
  857.             MapFixObjects[194] = mf_CreateObject(3037, -1159.4, 835.2, 30.73, 0.0, 90.0, 36.0, -1, 0, -1, 6.0);
  858.             mf_SetObjectMaterial(MapFixObjects[194], 0, 0, "none", "none", 0x00000000);
  859.             MapFixObjects[195] = mf_CreateObject(3037, -1104.7, 875.0, 30.73, 0.0, 90.0, 36.0, -1, 0, -1, 6.0);
  860.             mf_SetObjectMaterial(MapFixObjects[195], 0, 0, "none", "none", 0x00000000);
  861.             MapFixObjects[196] = mf_CreateObject(3037, -1077.2, 895.0, 30.73, 0.0, 90.0, 36.0, -1, 0, -1, 6.0);
  862.             mf_SetObjectMaterial(MapFixObjects[196], 0, 0, "none", "none", 0x00000000);
  863.         #else
  864.             MapFixObjects[157] = mf_CreateObject(1965, -1119.3, 852.2, 30.5, 0.0, 90.0, 306.0, 2.0);
  865.             mf_SetObjectMaterial(MapFixObjects[157], 0, 0, "none", "none", 0x00000000);
  866.             MapFixObjects[158] = mf_CreateObject(1965, -1121.03, 854.6, 30.5, 0.0, 90.0, 306.0, 2.0);
  867.             mf_SetObjectMaterial(MapFixObjects[158], 0, 0, "none", "none", 0x00000000);
  868.             MapFixObjects[159] = mf_CreateObject(1965, -1121.95, 855.9, 31.1, 0.0, 0.0, 306.0, 2.0);
  869.             mf_SetObjectMaterial(MapFixObjects[159], 0, 0, "none", "none", 0x00000000);
  870.             MapFixObjects[160] = mf_CreateObject(1965, -1131.0, 868.3, 30.5, 0.0, 90.0, 306.0, 2.0);
  871.             mf_SetObjectMaterial(MapFixObjects[160], 0, 0, "none", "none", 0x00000000);
  872.             MapFixObjects[161] = mf_CreateObject(1965, -1129.24, 865.87, 30.5, 0.0, 90.0, 306.0, 2.0);
  873.             mf_SetObjectMaterial(MapFixObjects[161], 0, 0, "none", "none", 0x00000000);
  874.             MapFixObjects[162] = mf_CreateObject(1965, -1128.3, 864.58, 31.1, 0.0, 0.0, 306.0, 2.0);
  875.             mf_SetObjectMaterial(MapFixObjects[162], 0, 0, "none", "none", 0x00000000);
  876.             MapFixObjects[163] = mf_CreateObject(1965, -1134.4, 841.1, 30.5, 0.0, 90.0, 306.0, 2.0);
  877.             mf_SetObjectMaterial(MapFixObjects[163], 0, 0, "none", "none", 0x00000000);
  878.             MapFixObjects[164] = mf_CreateObject(1965, -1136.17, 843.53, 30.5, 0.0, 90.0, 306.0, 2.0);
  879.             mf_SetObjectMaterial(MapFixObjects[164], 0, 0, "none", "none", 0x00000000);
  880.             MapFixObjects[165] = mf_CreateObject(1965, -1136.5, 845.2, 31.1, 90.0, 0.0, 306.0, 2.0);
  881.             mf_SetObjectMaterial(MapFixObjects[165], 0, 0, "none", "none", 0x00000000);
  882.             MapFixObjects[166] = mf_CreateObject(1965, -1146.15, 857.3, 30.5, 0.0, 90.0, 306.0, 2.0);
  883.             mf_SetObjectMaterial(MapFixObjects[166], 0, 0, "none", "none", 0x00000000);
  884.             MapFixObjects[167] = mf_CreateObject(1965, -1144.38, 854.87, 30.5, 0.0, 90.0, 306.0, 2.0);
  885.             mf_SetObjectMaterial(MapFixObjects[167], 0, 0, "none", "none", 0x00000000);
  886.             MapFixObjects[168] = mf_CreateObject(1965, -1142.8, 854.0, 31.1, 90.0, 0.0, 306.0, 2.0);
  887.             mf_SetObjectMaterial(MapFixObjects[168], 0, 0, "none", "none", 0x00000000);
  888.             MapFixObjects[169] = mf_CreateObject(1965, -1075.0, 889.9, 31.1, 90.0, 0.0, 306.0, 2.0);
  889.             mf_SetObjectMaterial(MapFixObjects[169], 0, 0, "none", "none", 0x00000000);
  890.             MapFixObjects[170] = mf_CreateObject(1965, -1081.3, 898.7, 31.1, 90.0, 0.0, 306.0, 2.0);
  891.             mf_SetObjectMaterial(MapFixObjects[170], 0, 0, "none", "none", 0x00000000);
  892.             MapFixObjects[171] = mf_CreateObject(1965, -1102.2, 870.1, 31.1, 90.0, 0.0, 306.0, 2.0);
  893.             mf_SetObjectMaterial(MapFixObjects[171], 0, 0, "none", "none", 0x00000000);
  894.             MapFixObjects[172] = mf_CreateObject(1965, -1108.6, 878.8, 31.1, 90.0, 0.0, 306.0, 2.0);
  895.             mf_SetObjectMaterial(MapFixObjects[172], 0, 0, "none", "none", 0x00000000);
  896.             MapFixObjects[173] = mf_CreateObject(1965, -1155.6, 831.3, 31.1, 90.0, 0.0, 306.0, 2.0);
  897.             mf_SetObjectMaterial(MapFixObjects[173], 0, 0, "none", "none", 0x00000000);
  898.             MapFixObjects[174] = mf_CreateObject(1965, -1162.0, 840.0, 31.1, 90.0, 0.0, 306.0, 2.0);
  899.             mf_SetObjectMaterial(MapFixObjects[174], 0, 0, "none", "none", 0x00000000);
  900.             MapFixObjects[175] = mf_CreateObject(1965, -1183.0, 811.4, 31.1, 90.0, 0.0, 306.0, 2.0);
  901.             mf_SetObjectMaterial(MapFixObjects[175], 0, 0, "none", "none", 0x00000000);
  902.             MapFixObjects[176] = mf_CreateObject(1965, -1189.3, 820.2, 31.1, 90.0, 0.0, 306.0, 2.0);
  903.             mf_SetObjectMaterial(MapFixObjects[176], 0, 0, "none", "none", 0x00000000);
  904.             MapFixObjects[177] = mf_CreateObject(1965, -1328.3, 705.8, 31.1, 90.0, 0.0, 306.0, 2.0);
  905.             mf_SetObjectMaterial(MapFixObjects[177], 0, 0, "none", "none", 0x00000000);
  906.             MapFixObjects[178] = mf_CreateObject(1965, -1334.6, 714.6, 31.1, 90.0, 0.0, 306.0, 2.0);
  907.             mf_SetObjectMaterial(MapFixObjects[178], 0, 0, "none", "none", 0x00000000);
  908.             MapFixObjects[179] = mf_CreateObject(1965, -1355.6, 686.0, 31.1, 90.0, 0.0, 306.0, 2.0);
  909.             mf_SetObjectMaterial(MapFixObjects[179], 0, 0, "none", "none", 0x00000000);
  910.             MapFixObjects[180] = mf_CreateObject(1965, -1362.0, 694.7, 31.1, 90.0, 0.0, 306.0, 2.0);
  911.             mf_SetObjectMaterial(MapFixObjects[180], 0, 0, "none", "none", 0x00000000);
  912.             MapFixObjects[181] = mf_CreateObject(1965, -1374.9, 672.0, 31.1, 90.0, 0.0, 306.0, 2.0);
  913.             mf_SetObjectMaterial(MapFixObjects[181], 0, 0, "none", "none", 0x00000000);
  914.             MapFixObjects[182] = mf_CreateObject(1965, -1381.3, 680.7, 31.1, 90.0, 0.0, 306.0, 2.0);
  915.             mf_SetObjectMaterial(MapFixObjects[182], 0, 0, "none", "none", 0x00000000);
  916.             MapFixObjects[183] = mf_CreateObject(1965, -1390.1, 660.9, 31.1, 90.0, 0.0, 306.0, 2.0);
  917.             mf_SetObjectMaterial(MapFixObjects[183], 0, 0, "none", "none", 0x00000000);
  918.             MapFixObjects[184] = mf_CreateObject(1965, -1396.4, 669.7, 31.1, 90.0, 0.0, 306.0, 2.0);
  919.             mf_SetObjectMaterial(MapFixObjects[184], 0, 0, "none", "none", 0x00000000);
  920.             MapFixObjects[185] = mf_CreateObject(1965, -1409.3, 647.0, 31.1, 90.0, 0.0, 306.0, 2.0);
  921.             mf_SetObjectMaterial(MapFixObjects[185], 0, 0, "none", "none", 0x00000000);
  922.             MapFixObjects[186] = mf_CreateObject(1965, -1415.8, 655.7, 31.1, 90.0, 0.0, 306.0, 2.0);
  923.             mf_SetObjectMaterial(MapFixObjects[186], 0, 0, "none", "none", 0x00000000);
  924.             MapFixObjects[187] = mf_CreateObject(1965, -1436.8, 627.0, 31.1, 90.0, 0.0, 306.0, 2.0);
  925.             mf_SetObjectMaterial(MapFixObjects[187], 0, 0, "none", "none", 0x00000000);
  926.             MapFixObjects[188] = mf_CreateObject(1965, -1443.1, 635.8, 31.1, 90.0, 0.0, 306.0, 2.0);
  927.             mf_SetObjectMaterial(MapFixObjects[188], 0, 0, "none", "none", 0x00000000);
  928.             MapFixObjects[189] = mf_CreateObject(3037, -1440.6, 630.9, 30.73, 0.0, 90.0, 36.0, 6.0);
  929.             mf_SetObjectMaterial(MapFixObjects[189], 0, 0, "none", "none", 0x00000000);
  930.             MapFixObjects[190] = mf_CreateObject(3037, -1413.1, 650.9, 30.73, 0.0, 90.0, 36.0, 6.0);
  931.             mf_SetObjectMaterial(MapFixObjects[190], 0, 0, "none", "none", 0x00000000);
  932.             MapFixObjects[191] = mf_CreateObject(3037, -1358.3, 690.7, 30.73, 0.0, 90.0, 36.0, 6.0);
  933.             mf_SetObjectMaterial(MapFixObjects[191], 0, 0, "none", "none", 0x00000000);
  934.             MapFixObjects[192] = mf_CreateObject(3037, -1330.8, 710.7, 30.73, 0.0, 90.0, 36.0, 6.0);
  935.             mf_SetObjectMaterial(MapFixObjects[192], 0, 0, "none", "none", 0x00000000);
  936.             MapFixObjects[193] = mf_CreateObject(3037, -1186.9, 815.3, 30.73, 0.0, 90.0, 36.0, 6.0);
  937.             mf_SetObjectMaterial(MapFixObjects[193], 0, 0, "none", "none", 0x00000000);
  938.             MapFixObjects[194] = mf_CreateObject(3037, -1159.4, 835.2, 30.73, 0.0, 90.0, 36.0, 6.0);
  939.             mf_SetObjectMaterial(MapFixObjects[194], 0, 0, "none", "none", 0x00000000);
  940.             MapFixObjects[195] = mf_CreateObject(3037, -1104.7, 875.0, 30.73, 0.0, 90.0, 36.0, 6.0);
  941.             mf_SetObjectMaterial(MapFixObjects[195], 0, 0, "none", "none", 0x00000000);
  942.             MapFixObjects[196] = mf_CreateObject(3037, -1077.2, 895.0, 30.73, 0.0, 90.0, 36.0, 6.0);
  943.             mf_SetObjectMaterial(MapFixObjects[196], 0, 0, "none", "none", 0x00000000);
  944.         #endif
  945.     #endif
  946.     #if !defined DISABLE_MAPFIX_PLACE_56
  947.         #if defined USE_INCOGNITO_STREAMER\
  948.             && defined CreateDynamicObject
  949.             MapFixObjects[197] = mf_CreateObject(8957, 1725.6, 2122.3, 13.1, 0.0, 0.0, 90.0, -1, 0, -1, 5.0);
  950.         #else
  951.             MapFixObjects[197] = mf_CreateObject(8957, 1725.6, 2122.3, 13.1, 0.0, 0.0, 90.0, 5.0);
  952.         #endif
  953.     #endif
  954.     #if !defined DISABLE_MAPFIX_PLACE_57
  955.         #if defined USE_INCOGNITO_STREAMER\
  956.             && defined CreateDynamicObject
  957.             MapFixObjects[198] = mf_CreateObject(3084, 1682.3, 1379.8, 16.1, 0.0, 0.0, 299.0, -1, 0, -1, 7.0);
  958.             MapFixObjects[190] = mf_CreateObject(3084, 1672.8, 1396.5, 16.1, 0.0, 0.0, 300.5, -1, 0, -1, 7.0);
  959.             MapFixObjects[200] = mf_CreateObject(8957, 1677.5, 1388.2, 14.8, 0.0, 0.0, 30.0, -1, 0, -1, 5.0);
  960.         #else
  961.             MapFixObjects[198] = mf_CreateObject(3084, 1682.3, 1379.8, 16.1, 0.0, 0.0, 299.0, 7.0);
  962.             MapFixObjects[190] = mf_CreateObject(3084, 1672.8, 1396.5, 16.1, 0.0, 0.0, 300.5, 7.0);
  963.             MapFixObjects[200] = mf_CreateObject(8957, 1677.5, 1388.2, 14.8, 0.0, 0.0, 30.0, 5.0);
  964.         #endif
  965.     #endif
  966.     #if !defined DISABLE_MAPFIX_PLACE_58
  967.         #if defined USE_INCOGNITO_STREAMER\
  968.             && defined CreateDynamicObject
  969.             MapFixObjects[201] = mf_CreateObject(2904, 2143.0, 1621.3, 1001.9, 0.0, 0.0, 0.0, -1, 1, -1, 2.0);
  970.             mf_SetObjectMaterial(MapFixObjects[201], 0, 0, "none", "none", 0x00000000);
  971.         #else
  972.             MapFixObjects[201] = mf_CreateObject(2904, 2143.0, 1621.3, 1001.9, 0.0, 0.0, 0.0, 2.0);
  973.             mf_SetObjectMaterial(MapFixObjects[201], 0, 0, "none", "none", 0x00000000);
  974.         #endif
  975.     #endif
  976.     #if !defined DISABLE_MAPFIX_PLACE_59
  977.         #if defined USE_INCOGNITO_STREAMER\
  978.             && defined CreateDynamicObject
  979.             MapFixObjects[202] = mf_CreateObject(3117, 1175.7, 1224.0, 13.5, 0.0, 90.0, 90.0, -1, 0, -1, 3.0);
  980.             MapFixObjects[203] = mf_CreateObject(2954, 1174.8, 1224.18, 13.2, 0.0, 0.0, 0.0, -1, 0, -1, 2.0);
  981.             mf_SetObjectMaterial(MapFixObjects[203], 0, 0, "none", "none", 0x00000000);
  982.             MapFixObjects[204] = mf_CreateObject(2954, 1174.7, 1224.18, 15.2, 0.0, 90.0, 0.0, -1, 0, -1, 2.0);
  983.             mf_SetObjectMaterial(MapFixObjects[204], 0, 0, "none", "none", 0x00000000);
  984.         #else
  985.             MapFixObjects[202] = mf_CreateObject(3117, 1175.7, 1224.0, 13.5, 0.0, 90.0, 90.0, 3.0);
  986.             MapFixObjects[203] = mf_CreateObject(2954, 1174.8, 1224.18, 13.2, 0.0, 0.0, 0.0, 2.0);
  987.             mf_SetObjectMaterial(MapFixObjects[203], 0, 0, "none", "none", 0x00000000);
  988.             MapFixObjects[204] = mf_CreateObject(2954, 1174.7, 1224.18, 15.2, 0.0, 90.0, 0.0, 2.0);
  989.             mf_SetObjectMaterial(MapFixObjects[204], 0, 0, "none", "none", 0x00000000);
  990.         #endif
  991.     #endif
  992.     #if !defined DISABLE_MAPFIX_PLACE_60
  993.         #if defined USE_INCOGNITO_STREAMER\
  994.             && defined CreateDynamicObject
  995.             MapFixObjects[205] = mf_CreateObject(8957, -208.3, 1055.7, 22.8, 0.0, 90.0, 0.0, -1, 0, -1, 5.0);
  996.         #else
  997.             MapFixObjects[205] = mf_CreateObject(8957, -208.3, 1055.7, 22.8, 0.0, 90.0, 0.0, 5.0);
  998.         #endif
  999.     #endif
  1000.     #if !defined DISABLE_MAPFIX_PLACE_61
  1001.         #if defined USE_INCOGNITO_STREAMER\
  1002.             && defined CreateDynamicObject
  1003.             MapFixObjects[206] = mf_CreateObject(5846, 2319.5, 1733.2, 7.5, 7.5, 270.0, 0.0, -1, 0, -1, 12.0);
  1004.         #else
  1005.             MapFixObjects[206] = mf_CreateObject(5846, 2319.5, 1733.2, 7.5, 7.5, 270.0, 0.0, 12.0);
  1006.         #endif
  1007.     #endif
  1008.     #if !defined DISABLE_MAPFIX_PLACE_62
  1009.         #if defined USE_INCOGNITO_STREAMER\
  1010.             && defined CreateDynamicObject
  1011.             MapFixObjects[207] = mf_CreateObject(8957, 2393.8, 1483.7, 9.7, 0.0, 90.0, 90.0, -1, 0, -1, 5.0);
  1012.         #else
  1013.             MapFixObjects[207] = mf_CreateObject(8957, 2393.8, 1483.7, 9.7, 0.0, 90.0, 90.0, 5.0);
  1014.         #endif
  1015.     #endif
  1016.     #if !defined DISABLE_MAPFIX_PLACE_63
  1017.         #if defined USE_INCOGNITO_STREAMER\
  1018.             && defined CreateDynamicObject
  1019.             MapFixObjects[208] = mf_CreateObject(8957, -2690.7, 518.5, 17.1, 0.0, 0.0, 90.0, -1, 0, -1, 5.0);
  1020.             MapFixObjects[209] = mf_CreateObject(3084, -2688.8, 512.1, 20.2, 90.0, 0.0, 90.0, -1, 0, -1, 7.0);
  1021.             MapFixObjects[210] = mf_CreateObject(3084, -2688.8, 499.6, 20.2, 90.0, 0.0, 90.0, -1, 0, -1, 7.0);
  1022.             MapFixObjects[211] = mf_CreateObject(3084, -2688.8, 487.1, 20.2, 90.0, 0.0, 90.0, -1, 0, -1, 7.0);
  1023.         #else
  1024.             MapFixObjects[208] = mf_CreateObject(8957, -2690.7, 518.5, 17.1, 0.0, 0.0, 90.0, 5.0);
  1025.             MapFixObjects[209] = mf_CreateObject(3084, -2688.8, 512.1, 20.2, 90.0, 0.0, 90.0, 7.0);
  1026.             MapFixObjects[210] = mf_CreateObject(3084, -2688.8, 499.6, 20.2, 90.0, 0.0, 90.0, 7.0);
  1027.             MapFixObjects[211] = mf_CreateObject(3084, -2688.8, 487.1, 20.2, 90.0, 0.0, 90.0, 7.0);
  1028.         #endif
  1029.     #endif
  1030.     #if !defined DISABLE_MAPFIX_PLACE_64
  1031.         #if defined USE_INCOGNITO_STREAMER\
  1032.             && defined CreateDynamicObject
  1033.             MapFixObjects[212] = mf_CreateObject(3084, 1003.8, -1161.3, 27.0, 90.0, 0.0, 0.0, -1, 0, -1, 7.0);
  1034.         #else
  1035.             MapFixObjects[212] = mf_CreateObject(3084, 1003.8, -1161.3, 27.0, 90.0, 0.0, 0.0, 7.0);
  1036.         #endif
  1037.     #endif
  1038.     #if !defined DISABLE_MAPFIX_PLACE_65
  1039.         #if defined USE_INCOGNITO_STREAMER\
  1040.             && defined CreateDynamicObject
  1041.             MapFixObjects[213] = mf_CreateObject(3093, 807.0, -1032.6, 26.4, 0.0, 90.0, 26.0, -1, 0, -1, 2.0);
  1042.             MapFixObjects[214] = mf_CreateObject(3093, 812.5, -1030.2, 26.4, 0.0, 90.0, 26.0, -1, 0, -1, 2.0);
  1043.             MapFixObjects[215] = mf_CreateObject(3093, 818.1, -1027.4, 26.4, 0.0, 90.0, 26.3, -1, 0, -1, 2.0);
  1044.             MapFixObjects[216] = mf_CreateObject(3093, 823.8, -1024.6, 26.4, 0.0, 90.0, 26.3, -1, 0, -1, 2.0);
  1045.         #else
  1046.             MapFixObjects[213] = mf_CreateObject(3093, 807.0, -1032.6, 26.4, 0.0, 90.0, 26.0, 2.0);
  1047.             MapFixObjects[214] = mf_CreateObject(3093, 812.5, -1030.2, 26.4, 0.0, 90.0, 26.0, 2.0);
  1048.             MapFixObjects[215] = mf_CreateObject(3093, 818.1, -1027.4, 26.4, 0.0, 90.0, 26.3, 2.0);
  1049.             MapFixObjects[216] = mf_CreateObject(3093, 823.8, -1024.6, 26.4, 0.0, 90.0, 26.3, 2.0);
  1050.         #endif
  1051.     #endif
  1052.     #if !defined DISABLE_MAPFIX_PLACE_66
  1053.         #if defined USE_INCOGNITO_STREAMER\
  1054.             && defined CreateDynamicObject
  1055.             MapFixObjects[217] = mf_CreateObject(3084, 1653.1, -1333.3, 108.7, 90.0, 0.0, 90.0, -1, 0, -1, 7.0);
  1056.             mf_SetObjectMaterial(MapFixObjects[217], 0, 0, "none", "none", 0x00000000);
  1057.             MapFixObjects[218] = mf_CreateObject(3084, 1653.1, -1353.3, 108.7, 90.0, 0.0, 90.0, -1, 0, -1, 7.0);
  1058.             mf_SetObjectMaterial(MapFixObjects[218], 0, 0, "none", "none", 0x00000000);
  1059.             MapFixObjects[219] = mf_CreateObject(3055, 1653.7, -1343.3, 108.7, 90.0, 0.0, 90.0, -1, 0, -1, 5.0);
  1060.             mf_SetObjectMaterial(MapFixObjects[219], 0, 0, "none", "none", 0x00000000);
  1061.             MapFixObjects[220] = mf_CreateObject(3084, 1681.5, -1324.9, 108.7, 90.0, 0.0, 0.0, -1, 0, -1, 7.0);
  1062.             mf_SetObjectMaterial(MapFixObjects[220], 0, 0, "none", "none", 0x00000000);
  1063.             MapFixObjects[221] = mf_CreateObject(3084, 1661.5, -1324.9, 108.7, 90.0, 0.0, 0.0, -1, 0, -1, 7.0);
  1064.             mf_SetObjectMaterial(MapFixObjects[221], 0, 0, "none", "none", 0x00000000);
  1065.             MapFixObjects[222] = mf_CreateObject(3055, 1671.5, -1325.5, 108.7, 90.0, 0.0, 0.0, -1, 0, -1, 5.0);
  1066.             mf_SetObjectMaterial(MapFixObjects[222], 0, 0, "none", "none", 0x00000000);
  1067.             MapFixObjects[223] = mf_CreateObject(3084, 1689.9, -1333.3, 108.7, 90.0, 0.0, 90.0, -1, 0, -1, 7.0);
  1068.             mf_SetObjectMaterial(MapFixObjects[223], 0, 0, "none", "none", 0x00000000);
  1069.             MapFixObjects[224] = mf_CreateObject(3084, 1689.9, -1353.3, 108.7, 90.0, 0.0, 90.0, -1, 0, -1, 7.0);
  1070.             mf_SetObjectMaterial(MapFixObjects[224], 0, 0, "none", "none", 0x00000000);
  1071.             MapFixObjects[225] = mf_CreateObject(3055, 1688.7, -1343.3, 108.7, 90.0, 0.0, 90.0, -1, 0, -1, 5.0);
  1072.             mf_SetObjectMaterial(MapFixObjects[225], 0, 0, "none", "none", 0x00000000);
  1073.             MapFixObjects[226] = mf_CreateObject(3084, 1661.5, -1361.7, 108.7, 90.0, 0.0, 0.0, -1, 0, -1, 7.0);
  1074.             mf_SetObjectMaterial(MapFixObjects[226], 0, 0, "none", "none", 0x00000000);
  1075.             MapFixObjects[227] = mf_CreateObject(3084, 1681.5, -1361.7, 108.7, 90.0, 0.0, 0.0, -1, 0, -1, 7.0);
  1076.             mf_SetObjectMaterial(MapFixObjects[227], 0, 0, "none", "none", 0x00000000);
  1077.             MapFixObjects[228] = mf_CreateObject(3055, 1671.5, -1360.5, 108.7, 90.0, 0.0, 0.0, -1, 0, -1, 5.0);
  1078.             mf_SetObjectMaterial(MapFixObjects[228], 0, 0, "none", "none", 0x00000000);
  1079.         #else
  1080.             MapFixObjects[217] = mf_CreateObject(3084, 1653.1, -1333.3, 108.7, 90.0, 0.0, 90.0, 7.0);
  1081.             mf_SetObjectMaterial(MapFixObjects[217], 0, 0, "none", "none", 0x00000000);
  1082.             MapFixObjects[218] = mf_CreateObject(3084, 1653.1, -1353.3, 108.7, 90.0, 0.0, 90.0, 7.0);
  1083.             mf_SetObjectMaterial(MapFixObjects[218], 0, 0, "none", "none", 0x00000000);
  1084.             MapFixObjects[219] = mf_CreateObject(3055, 1653.7, -1343.3, 108.7, 90.0, 0.0, 90.0, 5.0);
  1085.             mf_SetObjectMaterial(MapFixObjects[219], 0, 0, "none", "none", 0x00000000);
  1086.             MapFixObjects[220] = mf_CreateObject(3084, 1681.5, -1324.9, 108.7, 90.0, 0.0, 0.0, 7.0);
  1087.             mf_SetObjectMaterial(MapFixObjects[220], 0, 0, "none", "none", 0x00000000);
  1088.             MapFixObjects[221] = mf_CreateObject(3084, 1661.5, -1324.9, 108.7, 90.0, 0.0, 0.0, 7.0);
  1089.             mf_SetObjectMaterial(MapFixObjects[221], 0, 0, "none", "none", 0x00000000);
  1090.             MapFixObjects[222] = mf_CreateObject(3055, 1671.5, -1325.5, 108.7, 90.0, 0.0, 0.0, 5.0);
  1091.             mf_SetObjectMaterial(MapFixObjects[222], 0, 0, "none", "none", 0x00000000);
  1092.             MapFixObjects[223] = mf_CreateObject(3084, 1689.9, -1333.3, 108.7, 90.0, 0.0, 90.0, 7.0);
  1093.             mf_SetObjectMaterial(MapFixObjects[223], 0, 0, "none", "none", 0x00000000);
  1094.             MapFixObjects[224] = mf_CreateObject(3084, 1689.9, -1353.3, 108.7, 90.0, 0.0, 90.0, 7.0);
  1095.             mf_SetObjectMaterial(MapFixObjects[224], 0, 0, "none", "none", 0x00000000);
  1096.             MapFixObjects[225] = mf_CreateObject(3055, 1688.7, -1343.3, 108.7, 90.0, 0.0, 90.0, 5.0);
  1097.             mf_SetObjectMaterial(MapFixObjects[225], 0, 0, "none", "none", 0x00000000);
  1098.             MapFixObjects[226] = mf_CreateObject(3084, 1661.5, -1361.7, 108.7, 90.0, 0.0, 0.0, 7.0);
  1099.             mf_SetObjectMaterial(MapFixObjects[226], 0, 0, "none", "none", 0x00000000);
  1100.             MapFixObjects[227] = mf_CreateObject(3084, 1681.5, -1361.7, 108.7, 90.0, 0.0, 0.0, 7.0);
  1101.             mf_SetObjectMaterial(MapFixObjects[227], 0, 0, "none", "none", 0x00000000);
  1102.             MapFixObjects[228] = mf_CreateObject(3055, 1671.5, -1360.5, 108.7, 90.0, 0.0, 0.0, 5.0);
  1103.             mf_SetObjectMaterial(MapFixObjects[228], 0, 0, "none", "none", 0x00000000);
  1104.         #endif
  1105.     #endif
  1106.     #if !defined DISABLE_MAPFIX_PLACE_67
  1107.         #if defined USE_INCOGNITO_STREAMER\
  1108.             && defined CreateDynamicObject
  1109.             MapFixObjects[229] = mf_CreateObject(8957, 2194.0, -1099.1, 27.9, 0.0, 90.0, 66.0, -1, 0, -1, 5.0);
  1110.         #else
  1111.             MapFixObjects[229] = mf_CreateObject(8957, 2194.0, -1099.1, 27.9, 0.0, 90.0, 66.0, 5.0);
  1112.         #endif
  1113.     #endif
  1114.     #if !defined DISABLE_MAPFIX_PLACE_68
  1115.         #if defined USE_INCOGNITO_STREAMER\
  1116.             && defined CreateDynamicObject
  1117.             MapFixObjects[230] = mf_CreateObject(8957, 2617.6, 1078.2, 9.5, 0.0, 90.0, 0.0, -1, 0, -1, 5.0);
  1118.         #else
  1119.             MapFixObjects[230] = mf_CreateObject(8957, 2617.6, 1078.2, 9.5, 0.0, 90.0, 0.0, 5.0);
  1120.         #endif
  1121.     #endif
  1122.     #if !defined DISABLE_MAPFIX_PLACE_69
  1123.         #if defined USE_INCOGNITO_STREAMER\
  1124.             && defined CreateDynamicObject
  1125.             MapFixObjects[231] = mf_CreateObject(5020, 1838.5, 1285.5, 9.7, 0.0, 88.0, 0.0, -1, 0, -1, 4.0);
  1126.         #else
  1127.             MapFixObjects[231] = mf_CreateObject(5020, 1838.5, 1285.5, 9.7, 0.0, 88.0, 0.0, 4.0);
  1128.         #endif
  1129.     #endif
  1130.     #if !defined DISABLE_MAPFIX_PLACE_70
  1131.         #if defined USE_INCOGNITO_STREAMER\
  1132.             && defined CreateDynamicObject
  1133.             MapFixObjects[232] = mf_CreateObject(4100, 1902.1, -1055.2, 24.11, 1.5, 0.0, 319.7, -1, 0, -1, 8.0);
  1134.             mf_SetObjectMaterial(MapFixObjects[232], 0, 0, "none", "none", 0x00000000);
  1135.         #else
  1136.             MapFixObjects[232] = mf_CreateObject(4100, 1902.1, -1055.2, 24.11, 1.5, 0.0, 319.7, 8.0);
  1137.             mf_SetObjectMaterial(MapFixObjects[232], 0, 0, "none", "none", 0x00000000);
  1138.         #endif
  1139.     #endif
  1140.     #if !defined DISABLE_MAPFIX_PLACE_71
  1141.         #if defined USE_INCOGNITO_STREAMER\
  1142.             && defined CreateDynamicObject
  1143.             MapFixObjects[233] = mf_CreateObject(3168, -640.5, 2717.2, 71.4, 0.0, 0.0, 42.0, -1, 0, -1, 7.0);
  1144.         #else
  1145.             MapFixObjects[233] = mf_CreateObject(3168, -640.5, 2717.2, 71.4, 0.0, 0.0, 42.0, 7.0);
  1146.         #endif
  1147.     #endif
  1148.     #if !defined DISABLE_MAPFIX_PLACE_72 //By Jimmi
  1149.         #if defined USE_INCOGNITO_STREAMER\
  1150.             && defined CreateDynamicObject
  1151.             MapFixObjects[234] = mf_CreateObject(19866, 2417.3059, 2387.3217, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1152.             MapFixObjects[235] = mf_CreateObject(19866, 2417.0258, 2387.3217, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1153.             MapFixObjects[236] = mf_CreateObject(19866, 2417.3059, 2382.3217, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1154.             MapFixObjects[237] = mf_CreateObject(19866, 2417.0258, 2382.3217, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1155.             MapFixObjects[238] = mf_CreateObject(19866, 2417.3051, 2377.301, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1156.             MapFixObjects[239] = mf_CreateObject(19866, 2417.031, 2377.3283, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1157.             MapFixObjects[240] = mf_CreateObject(19866, 2417.3059, 2372.321, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1158.             MapFixObjects[241] = mf_CreateObject(19866, 2417.031, 2372.3283, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1159.             MapFixObjects[242] = mf_CreateObject(19866, 2417.3059, 2367.321, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1160.             MapFixObjects[243] = mf_CreateObject(19866, 2417.031, 2367.3283, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1161.             MapFixObjects[244] = mf_CreateObject(19866, 2417.3059, 2363.1809, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1162.             MapFixObjects[245] = mf_CreateObject(19866, 2417.0258, 2363.1809, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1163.             MapFixObjects[246] = mf_CreateObject(19866, 2417.0258, 2359.301, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1164.             MapFixObjects[247] = mf_CreateObject(19866, 2417.3059, 2359.3007, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1165.             MapFixObjects[248] = mf_CreateObject(19866, 2417.3059, 2397.062, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1166.             MapFixObjects[249] = mf_CreateObject(19866, 2417.3059, 2400.7619, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1167.             MapFixObjects[250] = mf_CreateObject(19866, 2417.0258, 2397.0617, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1168.             MapFixObjects[251] = mf_CreateObject(19866, 2417.0258, 2400.7817, 9.8151, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1169.         #else
  1170.             MapFixObjects[234] = mf_CreateObject(19866, 2417.3059, 2387.3217, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1171.             MapFixObjects[235] = mf_CreateObject(19866, 2417.0258, 2387.3217, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1172.             MapFixObjects[236] = mf_CreateObject(19866, 2417.3059, 2382.3217, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1173.             MapFixObjects[237] = mf_CreateObject(19866, 2417.0258, 2382.3217, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1174.             MapFixObjects[238] = mf_CreateObject(19866, 2417.3051, 2377.301, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1175.             MapFixObjects[239] = mf_CreateObject(19866, 2417.031, 2377.3283, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1176.             MapFixObjects[240] = mf_CreateObject(19866, 2417.3059, 2372.321, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1177.             MapFixObjects[241] = mf_CreateObject(19866, 2417.031, 2372.3283, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1178.             MapFixObjects[242] = mf_CreateObject(19866, 2417.3059, 2367.321, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1179.             MapFixObjects[243] = mf_CreateObject(19866, 2417.031, 2367.3283, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1180.             MapFixObjects[244] = mf_CreateObject(19866, 2417.3059, 2363.1809, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1181.             MapFixObjects[245] = mf_CreateObject(19866, 2417.0258, 2363.1809, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1182.             MapFixObjects[246] = mf_CreateObject(19866, 2417.0258, 2359.301, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1183.             MapFixObjects[247] = mf_CreateObject(19866, 2417.3059, 2359.3007, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1184.             MapFixObjects[248] = mf_CreateObject(19866, 2417.3059, 2397.062, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1185.             MapFixObjects[249] = mf_CreateObject(19866, 2417.3059, 2400.7619, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1186.             MapFixObjects[250] = mf_CreateObject(19866, 2417.0258, 2397.0617, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1187.             MapFixObjects[251] = mf_CreateObject(19866, 2417.0258, 2400.7817, 9.8151, 0.0, 0.0, 0.0, 3.0);
  1188.         #endif
  1189.     #endif
  1190.     #if !defined DISABLE_MAPFIX_PLACE_73
  1191.         #if defined USE_INCOGNITO_STREAMER\
  1192.             && defined CreateDynamicObject
  1193.             MapFixObjects[252] = mf_CreateObject(1498, 2523.6, -1680.1, 1014.5, 0.0, 0.0, 90.0, -1, 1, -1, 2.0);
  1194.             MapFixObjects[253] = CreateObject(2938, 2527.4, -1683.4, 1014.4, 0.0, 270.0, 90.0, 7.0);
  1195.             MapFixObjects[254] = mf_CreateObject(5020, 2525.9, -1681.1, 1016.2, 0.0, 0.0, 90.0, -1, 1, -1, 4.0);
  1196.             MapFixObjects[255] = mf_CreateObject(5020, 2527.8, -1684.2, 1016.2, 0.0, 0.0, 180.0, -1, 1, -1, 4.0);
  1197.             MapFixObjects[256] = mf_CreateObject(5020, 2533.3, -1684.1, 1016.2, 0.0, 0.0, 180.0, -1, 1, -1, 4.0);
  1198.             MapFixObjects[257] = mf_CreateObject(5020, 2530.5, -1685.9, 1016.2, 0.0, 0.0, 270.0, -1, 1, -1, 4.0);
  1199.             mf_SetObjectMaterial(MapFixObjects[257], 0, 0, "none", "none", 0x00000000);
  1200.             MapFixObjects[258] = mf_CreateObject(3117, 2532.0, -1681.1, 1016.2, 0.0, 89.0, 90.0, -1, 1, -1, 3.0);
  1201.             MapFixObjects[259] = mf_CreateObject(3117, 2532.0, -1681.1, 1016.2, 0.0, 89.0, 270.0, -1, 1, -1, 3.0);
  1202.         #else
  1203.             MapFixObjects[252] = mf_CreateObject(1498, 2523.6, -1680.1, 1014.5, 0.0, 0.0, 90.0, 2.0);
  1204.             MapFixObjects[253] = CreateObject(2938, 2527.4, -1683.4, 1014.4, 0.0, 270.0, 90.0, 7.0);
  1205.             MapFixObjects[254] = mf_CreateObject(5020, 2525.9, -1681.1, 1016.2, 0.0, 0.0, 90.0, 4.0);
  1206.             MapFixObjects[255] = mf_CreateObject(5020, 2527.8, -1684.2, 1016.2, 0.0, 0.0, 180.0, 4.0);
  1207.             MapFixObjects[256] = mf_CreateObject(5020, 2533.3, -1684.1, 1016.2, 0.0, 0.0, 180.0, 4.0);
  1208.             MapFixObjects[257] = mf_CreateObject(5020, 2530.5, -1685.9, 1016.2, 0.0, 0.0, 270.0, 4.0);
  1209.             mf_SetObjectMaterial(MapFixObjects[257], 0, 0, "none", "none", 0x00000000);
  1210.             MapFixObjects[258] = mf_CreateObject(3117, 2532.0, -1681.1, 1016.2, 0.0, 89.0, 90.0, 3.0);
  1211.             MapFixObjects[259] = mf_CreateObject(3117, 2532.0, -1681.1, 1016.2, 0.0, 89.0, 270.0, 3.0);
  1212.         #endif
  1213.     #endif
  1214.     #if !defined DISABLE_MAPFIX_PLACE_74 //By Apec
  1215.         #if defined USE_INCOGNITO_STREAMER\
  1216.             && defined CreateDynamicObject
  1217.             MapFixObjects[260] = mf_CreateObject(19464, 293.1319, -1616.1232, 34.7051, 0.0, 0.0, 80.0, -1, 0, -1, 4.0);
  1218.             mf_SetObjectMaterial(MapFixObjects[260], 0, 0, "none", "none", 0x00000000);
  1219.             MapFixObjects[261] = mf_CreateObject(19464, 287.3273, -1615.127, 34.7051, 0.0, 0.0, 80.0, -1, 0, -1, 4.0);
  1220.             mf_SetObjectMaterial(MapFixObjects[261], 0, 0, "none", "none", 0x00000000);
  1221.             MapFixObjects[262] = mf_CreateObject(19464, 281.4706, -1614.0808, 34.7051, 0.0, 0.0, 80.0, -1, 0, -1, 4.0);
  1222.             mf_SetObjectMaterial(MapFixObjects[262], 0, 0, "none", "none", 0x00000000);
  1223.         #else
  1224.             MapFixObjects[260] = mf_CreateObject(19464, 293.1319, -1616.1232, 34.7051, 0.0, 0.0, 80.0, 4.0);
  1225.             mf_SetObjectMaterial(MapFixObjects[260], 0, 0, "none", "none", 0x00000000);
  1226.             MapFixObjects[261] = mf_CreateObject(19464, 287.3273, -1615.127, 34.7051, 0.0, 0.0, 80.0, 4.0);
  1227.             mf_SetObjectMaterial(MapFixObjects[261], 0, 0, "none", "none", 0x00000000);
  1228.             MapFixObjects[262] = mf_CreateObject(19464, 281.4706, -1614.0808, 34.7051, 0.0, 0.0, 80.0, 4.0);
  1229.             mf_SetObjectMaterial(MapFixObjects[262], 0, 0, "none", "none", 0x00000000);
  1230.         #endif
  1231.     #endif
  1232.     #if !defined DISABLE_MAPFIX_PLACE_75
  1233.         #if defined USE_INCOGNITO_STREAMER\
  1234.             && defined CreateDynamicObject
  1235.             MapFixObjects[263] = mf_CreateObject(5020, 1861.7, 1363.3, 55.8, 0.0, 0.0, 90.0, -1, 0, -1, 4.0);
  1236.             MapFixObjects[264] = mf_CreateObject(5020, 1907.2, 1298.8, 55.8, 0.0, 0.0, 180.0, -1, 0, -1, 4.0);
  1237.         #else
  1238.             MapFixObjects[263] = mf_CreateObject(5020, 1861.7, 1363.3, 55.8, 0.0, 0.0, 90.0, 4.0);
  1239.             MapFixObjects[264] = mf_CreateObject(5020, 1907.2, 1298.8, 55.8, 0.0, 0.0, 180.0, 4.0);
  1240.         #endif
  1241.     #endif
  1242.     #if !defined DISABLE_MAPFIX_PLACE_76
  1243.         #if defined USE_INCOGNITO_STREAMER\
  1244.             && defined CreateDynamicObject
  1245.             MapFixObjects[265] = mf_CreateObject(3037, 1714.5, 896.8, 14.3, 0.0, 270.0, 0.0, -1, 0, -1, 6.0);
  1246.             MapFixObjects[266] = mf_CreateObject(3037, 1714.5, 906.3, 14.3, 0.0, 270.0, 0.0, -1, 0, -1, 6.0);
  1247.         #else
  1248.             MapFixObjects[265] = mf_CreateObject(3037, 1714.5, 896.8, 14.3, 0.0, 270.0, 0.0, 6.0);
  1249.             MapFixObjects[266] = mf_CreateObject(3037, 1714.5, 906.3, 14.3, 0.0, 270.0, 0.0, 6.0);
  1250.         #endif
  1251.     #endif
  1252.     #if !defined DISABLE_MAPFIX_PLACE_77
  1253.         #if defined USE_INCOGNITO_STREAMER\
  1254.             && defined CreateDynamicObject
  1255.             MapFixObjects[267] = mf_CreateObject(3084, -880.8, 1640.2, 25.3, 0.0, 0.0, 301.0, -1, 0, -1, 7.0);
  1256.             mf_SetObjectMaterial(MapFixObjects[267], 0, 0, "none", "none", 0x00000000);
  1257.             MapFixObjects[268] = mf_CreateObject(3084, -887.22, 1650.9, 25.3, 0.0, 0.0, 301.0, -1, 0, -1, 7.0);
  1258.             mf_SetObjectMaterial(MapFixObjects[268], 0, 0, "none", "none", 0x00000000);
  1259.             MapFixObjects[269] = mf_CreateObject(3084, -893.65, 1661.6, 25.3, 0.0, 0.0, 301.0, -1, 0, -1, 7.0);
  1260.             mf_SetObjectMaterial(MapFixObjects[269], 0, 0, "none", "none", 0x00000000);
  1261.             MapFixObjects[270] = mf_CreateObject(3084, -900.07, 1672.3, 25.3, 0.0, 0.0, 301.0, -1, 0, -1, 7.0);
  1262.             mf_SetObjectMaterial(MapFixObjects[270], 0, 0, "none", "none", 0x00000000);
  1263.             MapFixObjects[271] = mf_CreateObject(3084, -906.5, 1683.0, 25.3, 0.0, 0.0, 301.0, -1, 0, -1, 7.0);
  1264.             mf_SetObjectMaterial(MapFixObjects[271], 0, 0, "none", "none", 0x00000000);
  1265.             MapFixObjects[272] = mf_CreateObject(3084, -870.1, 1646.8, 25.3, 0.0, 0.0, 301.0, -1, 0, -1, 7.0);
  1266.             mf_SetObjectMaterial(MapFixObjects[272], 0, 0, "none", "none", 0x00000000);
  1267.             MapFixObjects[273] = mf_CreateObject(3084, -876.53, 1657.5, 25.3, 0.0, 0.0, 301.0, -1, 0, -1, 7.0);
  1268.             mf_SetObjectMaterial(MapFixObjects[273], 0, 0, "none", "none", 0x00000000);
  1269.             MapFixObjects[274] = mf_CreateObject(3084, -882.95, 1668.2, 25.3, 0.0, 0.0, 301.0, -1, 0, -1, 7.0);
  1270.             mf_SetObjectMaterial(MapFixObjects[274], 0, 0, "none", "none", 0x00000000);
  1271.             MapFixObjects[275] = mf_CreateObject(3084, -889.37, 1678.9, 25.3, 0.0, 0.0, 301.0, -1, 0, -1, 7.0);
  1272.             mf_SetObjectMaterial(MapFixObjects[275], 0, 0, "none", "none", 0x00000000);
  1273.             MapFixObjects[276] = mf_CreateObject(3084, -895.8, 1689.6, 25.3, 0.0, 0.0, 301.0, -1, 0, -1, 7.0);
  1274.             mf_SetObjectMaterial(MapFixObjects[276], 0, 0, "none", "none", 0x00000000);
  1275.         #else
  1276.             MapFixObjects[267] = mf_CreateObject(3084, -880.8, 1640.2, 25.3, 0.0, 0.0, 301.0, 7.0);
  1277.             mf_SetObjectMaterial(MapFixObjects[267], 0, 0, "none", "none", 0x00000000);
  1278.             MapFixObjects[268] = mf_CreateObject(3084, -887.22, 1650.9, 25.3, 0.0, 0.0, 301.0, 7.0);
  1279.             mf_SetObjectMaterial(MapFixObjects[268], 0, 0, "none", "none", 0x00000000);
  1280.             MapFixObjects[269] = mf_CreateObject(3084, -893.65, 1661.6, 25.3, 0.0, 0.0, 301.0, 7.0);
  1281.             mf_SetObjectMaterial(MapFixObjects[269], 0, 0, "none", "none", 0x00000000);
  1282.             MapFixObjects[270] = mf_CreateObject(3084, -900.07, 1672.3, 25.3, 0.0, 0.0, 301.0, 7.0);
  1283.             mf_SetObjectMaterial(MapFixObjects[270], 0, 0, "none", "none", 0x00000000);
  1284.             MapFixObjects[271] = mf_CreateObject(3084, -906.5, 1683.0, 25.3, 0.0, 0.0, 301.0, 7.0);
  1285.             mf_SetObjectMaterial(MapFixObjects[271], 0, 0, "none", "none", 0x00000000);
  1286.             MapFixObjects[272] = mf_CreateObject(3084, -870.1, 1646.8, 25.3, 0.0, 0.0, 301.0, 7.0);
  1287.             mf_SetObjectMaterial(MapFixObjects[272], 0, 0, "none", "none", 0x00000000);
  1288.             MapFixObjects[273] = mf_CreateObject(3084, -876.53, 1657.5, 25.3, 0.0, 0.0, 301.0, 7.0);
  1289.             mf_SetObjectMaterial(MapFixObjects[273], 0, 0, "none", "none", 0x00000000);
  1290.             MapFixObjects[274] = mf_CreateObject(3084, -882.95, 1668.2, 25.3, 0.0, 0.0, 301.0, 7.0);
  1291.             mf_SetObjectMaterial(MapFixObjects[274], 0, 0, "none", "none", 0x00000000);
  1292.             MapFixObjects[275] = mf_CreateObject(3084, -889.37, 1678.9, 25.3, 0.0, 0.0, 301.0, 7.0);
  1293.             mf_SetObjectMaterial(MapFixObjects[275], 0, 0, "none", "none", 0x00000000);
  1294.             MapFixObjects[276] = mf_CreateObject(3084, -895.8, 1689.6, 25.3, 0.0, 0.0, 301.0, 7.0);
  1295.             mf_SetObjectMaterial(MapFixObjects[276], 0, 0, "none", "none", 0x00000000);
  1296.         #endif
  1297.     #endif
  1298.     #if !defined DISABLE_MAPFIX_PLACE_78
  1299.         #if defined USE_INCOGNITO_STREAMER\
  1300.             && defined CreateDynamicObject
  1301.             MapFixObjects[277] = mf_CreateObject(1566, -2105.4, -498.5, 49.5, 0.0, 0.0, 90.0, -1, 0, -1, 2.0);
  1302.         #else
  1303.             MapFixObjects[277] = mf_CreateObject(1566, -2105.4, -498.5, 49.5, 0.0, 0.0, 90.0, 2.0);
  1304.         #endif
  1305.     #endif
  1306.     #if !defined DISABLE_MAPFIX_PLACE_79
  1307.         #if defined USE_INCOGNITO_STREAMER\
  1308.             && defined CreateDynamicObject
  1309.             MapFixObjects[278] = mf_CreateObject(10149, -2557.25, 991.2, 80.6, 90.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1310.             mf_SetObjectMaterial(MapFixObjects[278], 0, 0, "none", "none", 0x00000000);
  1311.             MapFixObjects[279] = mf_CreateObject(10149, -2557.25, 986.4, 80.6, 90.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1312.             mf_SetObjectMaterial(MapFixObjects[279], 0, 0, "none", "none", 0x00000000);
  1313.             MapFixObjects[280] = mf_CreateObject(10149, -2557.25, 984.9, 82.3, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1314.             mf_SetObjectMaterial(MapFixObjects[280], 0, 0, "none", "none", 0x00000000);
  1315.             MapFixObjects[281] = mf_CreateObject(10149, -2557.25, 992.6, 82.3, 0.0, 0.0, 0.0, -1, 0, -1, 3.0);
  1316.             mf_SetObjectMaterial(MapFixObjects[281], 0, 0, "none", "none", 0x00000000);
  1317.         #else
  1318.             MapFixObjects[278] = mf_CreateObject(10149, -2557.25, 991.2, 80.6, 90.0, 0.0, 0.0, 3.0);
  1319.             mf_SetObjectMaterial(MapFixObjects[278], 0, 0, "none", "none", 0x00000000);
  1320.             MapFixObjects[279] = mf_CreateObject(10149, -2557.25, 986.4, 80.6, 90.0, 0.0, 0.0, 3.0);
  1321.             mf_SetObjectMaterial(MapFixObjects[279], 0, 0, "none", "none", 0x00000000);
  1322.             MapFixObjects[280] = mf_CreateObject(10149, -2557.25, 984.9, 82.3, 0.0, 0.0, 0.0, 3.0);
  1323.             mf_SetObjectMaterial(MapFixObjects[280], 0, 0, "none", "none", 0x00000000);
  1324.             MapFixObjects[281] = mf_CreateObject(10149, -2557.25, 992.6, 82.3, 0.0, 0.0, 0.0, 3.0);
  1325.             mf_SetObjectMaterial(MapFixObjects[281], 0, 0, "none", "none", 0x00000000);
  1326.         #endif
  1327.     #endif
  1328.     #if !defined DISABLE_MAPFIX_PLACE_80
  1329.         #if defined USE_INCOGNITO_STREAMER\
  1330.             && defined CreateDynamicObject
  1331.             MapFixObjects[282] = mf_CreateObject(10184, -2283.1, 916.7, 85.5, 270.0, 0.0, 0.0, -1, 0, -1, 9.0);
  1332.             MapFixObjects[283] = mf_CreateObject(2957, -2281.1, 916.6, 94.4, 90.0, 0.0, 90.0, -1, 0, -1, 3.0);
  1333.             MapFixObjects[284] = mf_CreateObject(2957, -2283.0, 916.5, 75.2, 0.0, 0.0, 90.0, -1, 0, -1, 3.0);
  1334.         #else
  1335.             MapFixObjects[282] = mf_CreateObject(10184, -2283.1, 916.7, 85.5, 270.0, 0.0, 0.0, 9.0);
  1336.             MapFixObjects[283] = mf_CreateObject(2957, -2281.1, 916.6, 94.4, 90.0, 0.0, 90.0, 3.0);
  1337.             MapFixObjects[284] = mf_CreateObject(2957, -2283.0, 916.5, 75.2, 0.0, 0.0, 90.0, 3.0);
  1338.         #endif
  1339.     #endif
  1340.     #undef mf_CreateObject
  1341.     #undef mf_SetObjectMaterial
  1342.     return 1;
  1343. }
  1344.  
  1345. stock DestroyMapFixObjects()
  1346. {
  1347.     for(new i = sizeof(MapFixObjects) - 1; i != -1; --i)
  1348.     {
  1349.         if(MapFixObjects[i])
  1350.         {
  1351.             #if defined USE_INCOGNITO_STREAMER\
  1352.             && defined DestroyDynamicObject
  1353.                 if(i == 87) DestroyObject(MapFixObjects[87]);
  1354.                 else DestroyDynamicObject(MapFixObjects[i]);
  1355.             #else
  1356.                 DestroyObject(MapFixObjects[i]);
  1357.             #endif
  1358.             MapFixObjects[i] = 0;
  1359.         }
  1360.     }
  1361.     return 1;
  1362. }
Add Comment
Please, Sign In to add comment