Advertisement
Guest User

[FilterScript] MapFix

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