View difference between Paste ID: KNuVr7Dq and B6h9tkwA
SHOW: | | - or go back to the newest paste.
1-
//MapFix by Nexius v4.4.4
1+
//MapFix by Nexius v4.5.5
2
3
#if defined _mapfix_included
4
	#endinput
5
#endif
6
#define _mapfix_included
7
8
#include <a_samp>
9
10-
#define MAPFIX_VERSION					"4.4.4"
10+
#define MAPFIX_VERSION					"4.5.5"
11
12-
#define MAX_MAPFIX_OBJECTS				621
12+
#define MAX_MAPFIX_OBJECTS				629
13
14
#if !defined MAPFIX_USE_STREAMER
15
	#define MAPFIX_USE_STREAMER			true
16
#endif
17
18
#if MAPFIX_USE_STREAMER\
19
	&& defined CreateDynamicObject\
20
	&& defined SetDynamicObjectMaterial\
21
	&& defined DestroyDynamicObject
22
	#define mf_CreateObject(%0,%1,%2,%3,%4,%5,%6,%7) _:CreateDynamicObject(%0, %1, %2, %3, %4, %5, %6, -1, -1, -1, %7)
23
	#define mf_SetObjectMaterial(%0,%1,%2,%3,%4,%5) SetDynamicObjectMaterial(STREAMER_TAG_OBJECT:%0, %1, %2, %3, %4, %5)
24
	#define mf_DestroyObject(%0) DestroyDynamicObject(STREAMER_TAG_OBJECT:%0)
25
#else
26
	#define mf_CreateObject CreateObject
27
	#define mf_SetObjectMaterial SetObjectMaterial
28
	#define mf_DestroyObject DestroyObject
29
#endif
30
31
#define mf_CreateFloorObject CreateObject
32
#define mf_DestroyFloorObject DestroyObject
33
34
static
35
	MapFixObjects[MAX_MAPFIX_OBJECTS],
36
	MapFixIsEnabled = 1;
37
38
public OnGameModeInit()
39
{
40
	#if defined GetSVarInt\
41
		&& defined SetSVarInt
42
		if(GetSVarInt("MapFixIsEnabled"))
43
		{
44
			print("MapFix already included!");
45
			MapFixIsEnabled++;
46
		}
47
		else SetSVarInt("MapFixIsEnabled", 1);
48
	#endif
49
	if(MapFixIsEnabled < 2)
50
	{
51
		printf("MapFix by Nexius v%s loaded (include version).", MAPFIX_VERSION);
52
		CreateMapFixObjects();
53
	}
54
	#if defined mf_OnGameModeInit
55
		return mf_OnGameModeInit();
56
	#else
57
		return 1;
58
	#endif
59
}
60
61
#if defined _ALS_OnGameModeInit
62
	#undef OnGameModeInit
63
#else
64
	#define _ALS_OnGameModeInit
65
#endif
66
#define OnGameModeInit mf_OnGameModeInit
67
#if defined mf_OnGameModeInit
68
	forward mf_OnGameModeInit();
69
#endif
70
71
public OnGameModeExit()
72
{
73
	if(MapFixIsEnabled < 2)
74
	{
75
		printf("MapFix by Nexius v%s unloaded (include version).", MAPFIX_VERSION);
76
		DestroyMapFixObjects();
77
		#if defined DeleteSVar
78
			DeleteSVar("MapFixIsEnabled");
79
		#endif
80
	}
81
	#if defined mf_OnGameModeExit
82
		return mf_OnGameModeExit();
83
	#else
84
		return 1;
85
	#endif
86
}
87
88
#if defined _ALS_OnGameModeExit
89
	#undef OnGameModeExit
90
#else
91
	#define _ALS_OnGameModeExit
92
#endif
93
#define OnGameModeExit mf_OnGameModeExit
94
#if defined mf_OnGameModeExit
95
	forward mf_OnGameModeExit();
96
#endif
97
98
CreateMapFixObjects()
99
{
100
	#if !defined DISABLE_MAPFIX_PLACE_1
101
		MapFixObjects[0] = mf_CreateObject(2904, 1277.5, 2529.6, 16.9, 0.0, 90.0, 90.0, 4.0);
102
		MapFixObjects[1] = mf_CreateObject(2634, 1276.4, 2532.7, 16.8, 0.0, 0.0, 128.0, 4.0);
103
		MapFixObjects[2] = mf_CreateObject(2634, 1276.4, 2526.5, 16.8, 0.0, 0.0, 52.0, 4.0);
104
	#endif
105
	#if !defined DISABLE_MAPFIX_PLACE_2
106
		MapFixObjects[3] = mf_CreateObject(3037, 2005.9, -1592.1, 16.13, 0.0, 270.0, 45.0, 12.0);
107
		MapFixObjects[4] = mf_CreateObject(3037, 2016.7, -1592.2, 16.13, 0.0, 270.0, 45.0, 12.0);
108
		MapFixObjects[5] = mf_CreateObject(3037, 1996.6, -1592.0, 16.13, 0.0, 270.0, 45.0, 12.0);
109
		MapFixObjects[6] = mf_CreateObject(3037, 1993.3, -1588.7, 16.13, 0.0, 270.0, 45.0, 12.0);
110
		MapFixObjects[7] = mf_CreateObject(3037, 1953.0, -1558.2, 16.13, 0.0, 270.0, 45.0, 12.0);
111
		MapFixObjects[8] = mf_CreateObject(3037, 1939.5, -1558.8, 16.13, 0.0, 270.0, 45.0, 12.0);
112
		MapFixObjects[9] = mf_CreateObject(5066, 1935.0, -1555.1, 16.16, 0.0, 270.0, 45.0, 8.0);
113
		MapFixObjects[10] = mf_CreateObject(3037, 1957.7, -1590.1, 16.13, 0.0, 270.0, 45.0, 12.0);
114
		MapFixObjects[11] = mf_CreateObject(3037, 1950.2, -1582.6, 16.13, 0.0, 270.0, 45.0, 12.0);
115
		MapFixObjects[12] = mf_CreateObject(3117, 1967.85, -1590.1, 16.2, 0.0, 0.0, 315.0, 6.0);
116
		MapFixObjects[13] = mf_CreateObject(3037, 1977.4, -1616.7, 19.4, 0.0, 270.0, 90.0, 12.0);
117
		MapFixObjects[14] = mf_CreateObject(3037, 1967.2, -1616.7, 19.4, 0.0, 270.0, 90.0, 12.0);
118
	#endif
119
	#if !defined DISABLE_MAPFIX_PLACE_3
120
		MapFixObjects[15] = mf_CreateObject(1555, -1377.2998, 492.5, 5.6, 0.0, 0.0, 90.0, 4.0);
121
	#endif
122
	#if !defined DISABLE_MAPFIX_PLACE_4
123
		MapFixObjects[16] = mf_CreateObject(3037, -653.3, -1693.5, 40.0, 345.0, 340.0, 86.0, 16.0);
124
		mf_SetObjectMaterial(MapFixObjects[16], 0, 0, "none", "none", 0);
125
		MapFixObjects[17] = mf_CreateObject(3037, -643.8, -1694.2, 43.0, 345.0, 345.0, 87.0, 12.0);
126
		MapFixObjects[18] = mf_CreateObject(3037, -662.7, -1693.0, 38.0, 345.0, 337.0, 85.0, 12.0);
127
	#endif
128
	#if !defined DISABLE_MAPFIX_PLACE_5
129
		MapFixObjects[19] = mf_CreateObject(1566, -1406.7, 1.4, 6.5, 0.0, 0.0, 0.0, 4.0);
130
		MapFixObjects[20] = mf_CreateObject(1566, -1406.7, 1.4, 9.4, 0.0, 0.0, 0.0, 4.0);
131
	#endif
132
	#if !defined DISABLE_MAPFIX_PLACE_6
133
		MapFixObjects[21] = mf_CreateObject(3037, 1908.5, 2222.8, 14.1, 0.0, 270.0, 0.0, 12.0);
134
		MapFixObjects[22] = mf_CreateObject(3037, 1908.5, 2211.9, 14.1, 0.0, 270.0, 0.0, 12.0);
135
		MapFixObjects[23] = mf_CreateObject(3037, 1908.5, 2201.1, 14.1, 0.0, 270.0, 0.0, 12.0);
136
		MapFixObjects[24] = mf_CreateObject(3037, 1843.6, 2201.1, 14.1, 0.0, 270.0, 0.0, 12.0);
137
		MapFixObjects[25] = mf_CreateObject(3037, 1843.6, 2211.9, 14.1, 0.0, 270.0, 0.0, 12.0);
138
		MapFixObjects[26] = mf_CreateObject(3037, 1843.6, 2222.8, 14.1, 0.0, 270.0, 0.0, 12.0);
139
		MapFixObjects[27] = mf_CreateObject(3037, 1855.3, 2234.5, 14.1, 0.0, 270.0, 90.0, 12.0);
140
		MapFixObjects[28] = mf_CreateObject(3037, 1865.7, 2235.1, 14.1, 0.0, 270.0, 90.0, 12.0);
141
		MapFixObjects[29] = mf_CreateObject(3037, 1876.1, 2235.1, 14.1, 0.0, 270.0, 90.0, 12.0);
142
		MapFixObjects[30] = mf_CreateObject(3037, 1886.5, 2235.1, 14.1, 0.0, 270.0, 90.0, 12.0);
143
		MapFixObjects[31] = mf_CreateObject(3037, 1896.9, 2234.5, 14.1, 0.0, 270.0, 90.0, 12.0);
144
		MapFixObjects[32] = mf_CreateObject(3037, 1855.3, 2189.5, 14.1, 0.0, 270.0, 90.0, 12.0);
145
		MapFixObjects[33] = mf_CreateObject(3037, 1865.7, 2189.5, 14.1, 0.0, 270.0, 90.0, 12.0);
146
		MapFixObjects[34] = mf_CreateObject(3037, 1876.1, 2189.5, 14.1, 0.0, 270.0, 90.0, 12.0);
147
		MapFixObjects[35] = mf_CreateObject(3037, 1886.5, 2189.5, 14.1, 0.0, 270.0, 90.0, 12.0);
148
		MapFixObjects[36] = mf_CreateObject(3037, 1896.9, 2189.5, 14.1, 0.0, 270.0, 90.0, 12.0);
149
	#endif
150
	#if !defined DISABLE_MAPFIX_PLACE_7
151
		MapFixObjects[37] = mf_CreateObject(3117, 2104.2, 2367.6, 11.9, 0.0, 90.0, 90.0, 6.0);
152
		MapFixObjects[38] = mf_CreateObject(1566, 2115.2, 2368.8, 12.0, 0.0, 0.0, 0.0, 4.0);
153
		MapFixObjects[39] = mf_CreateObject(1566, 2115.2, 2367.3, 12.0, 0.0, 0.0, 90.0, 4.0);
154
	#endif
155
	#if !defined DISABLE_MAPFIX_PLACE_8
156
		MapFixObjects[40] = mf_CreateObject(3084, -1613.0, 621.7, 37.0, 0.0, 2.0, 226.6, 17.0);
157
		mf_SetObjectMaterial(MapFixObjects[40], 0, 0, "none", "none", 0);
158
		MapFixObjects[41] = mf_CreateObject(3084, -1604.5, 630.7, 37.3, 0.0, 2.0, 226.6, 17.0);
159
		mf_SetObjectMaterial(MapFixObjects[41], 0, 0, "none", "none", 0);
160
		MapFixObjects[42] = mf_CreateObject(3084, -1596.0, 639.7, 37.7, 0.0, 2.0, 226.6, 17.0);
161
		mf_SetObjectMaterial(MapFixObjects[42], 0, 0, "none", "none", 0);
162
		MapFixObjects[43] = mf_CreateObject(3084, -1587.5, 648.7, 38.1, 0.0, 2.0, 226.6, 17.0);
163
		mf_SetObjectMaterial(MapFixObjects[43], 0, 0, "none", "none", 0);
164
		MapFixObjects[44] = mf_CreateObject(3084, -1579.7, 656.9, 38.5, 0.0, 2.0, 226.6, 17.0);
165
		mf_SetObjectMaterial(MapFixObjects[44], 0, 0, "none", "none", 0);
166
	#endif
167
	#if !defined DISABLE_MAPFIX_PLACE_9
168
		MapFixObjects[45] = mf_CreateObject(10558, -1955.0, 745.9, 49.0, 90.0, 90.0, 90.0, 10.0);
169
	#endif
170
	#if !defined DISABLE_MAPFIX_PLACE_10
171
		MapFixObjects[46] = mf_CreateObject(8957, -2060.3, 474.3, 36.0, 0.0, 0.0, 270.0, 10.0);
172
	#endif
173
	#if !defined DISABLE_MAPFIX_PLACE_11
174
		MapFixObjects[47] = mf_CreateObject(2957, 396.7, -2058.6, 9.9, 270.0, 0.0, 0.0, 6.0);
175
		MapFixObjects[48] = mf_CreateObject(3055, 391.4, -2054.5, 9.8, 270.0, 180.0, 180.0, 10.0);
176
		MapFixObjects[49] = mf_CreateObject(3055, 391.4, -2052.7, 9.8, 270.0, 180.0, 180.0, 10.0);
177
	#endif
178
	#if !defined DISABLE_MAPFIX_PLACE_12
179
		MapFixObjects[50] = mf_CreateObject(2904, 2181.7, -2218.2, 15.5, 0.0, 0.0, 45.0, 4.0);
180
		MapFixObjects[51] = mf_CreateObject(2904, 2188.9, -2210.9, 15.5, 0.0, 0.0, 45.0, 4.0);
181
		MapFixObjects[52] = mf_CreateObject(2904, 2196.5, -2203.7, 15.5, 0.0, 0.0, 45.0, 4.0);
182
		MapFixObjects[53] = mf_CreateObject(2904, 2203.8, -2197.2, 15.5, 0.0, 0.0, 45.0, 4.0);
183
	#endif
184
	#if !defined DISABLE_MAPFIX_PLACE_13
185
		MapFixObjects[54] = mf_CreateObject(10558, 1038.2, -1383.0, 17.07, 0.0, 90.0, 90.0, 10.0);
186
		MapFixObjects[55] = mf_CreateObject(3117, 1041.95, -1383.0, 17.2, 0.0, 0.0, 315.0, 8.0);
187
		MapFixObjects[56] = mf_CreateObject(3117, 1042.9, -1381.9, 17.2, 0.0, 0.0, 90.0, 8.0);
188
	#endif
189
	#if !defined DISABLE_MAPFIX_PLACE_14
190
		MapFixObjects[57] = mf_CreateObject(3084, 501.0, -1364.9, 20.3, 270.0, 0.0, 107.0, 14.0);
191
		MapFixObjects[58] = mf_CreateObject(3037, 503.5, -1375.0, 20.3, 0.0, 270.0, 17.0, 12.0);
192
		MapFixObjects[59] = mf_CreateObject(3037, 496.4, -1362.4, 20.3, 0.0, 270.0, 115.0, 12.0);
193
		MapFixObjects[60] = mf_CreateObject(3084, 507.4, -1386.0, 19.3, 270.0, 180.0, 285.0, 14.0);
194
		MapFixObjects[61] = mf_CreateObject(3084, 510.6, -1397.9, 19.3, 270.0, 180.0, 285.0, 14.0);
195
		MapFixObjects[62] = mf_CreateObject(3084, 507.6, -1404.7, 19.3, 270.0, 0.0, 194.5, 14.0);
196
		MapFixObjects[63] = mf_CreateObject(3055, 498.9, -1406.3, 19.3, 270.0, 0.0, 14.5, 10.0);
197
		MapFixObjects[64] = mf_CreateObject(3055, 481.4, -1412.1, 20.5, 270.0, 0.0, 20.5, 15.0);
198
		mf_SetObjectMaterial(MapFixObjects[64], 0, 0, "none", "none", 0);
199
		MapFixObjects[65] = mf_CreateObject(3109, 484.8, -1413.2, 19.3, 0.0, 90.0, 20.5, 12.0);
200
		mf_SetObjectMaterial(MapFixObjects[65], 0, 0, "none", "none", 0);
201
		MapFixObjects[66] = mf_CreateObject(3109, 479.6, -1415.2, 19.3, 0.0, 90.0, 20.5, 12.0);
202
		mf_SetObjectMaterial(MapFixObjects[66], 0, 0, "none", "none", 0);
203
		MapFixObjects[67] = mf_CreateObject(3037, 471.0, -1417.1, 24.6, 0.0, 90.0, 300.5, 12.0);
204
	#endif
205
	#if !defined DISABLE_MAPFIX_PLACE_15
206
		MapFixObjects[68] = mf_CreateObject(5066, -1540.2, -444.9, 6.7, 0.0, 0.0, 315.0, 14.0);
207
		mf_SetObjectMaterial(MapFixObjects[68], 0, 0, "none", "none", 0);
208
		mf_SetObjectMaterial(MapFixObjects[68], 1, 0, "none", "none", 0);
209
		MapFixObjects[69] = mf_CreateObject(10150, -1539.4, -440.9, 6.5, 0.0, 0.0, 45.0, 13.0);
210
		mf_SetObjectMaterial(MapFixObjects[69], 0, 0, "none", "none", 0);
211
		MapFixObjects[70] = mf_CreateObject(10150, -1544.4, -445.8, 6.5, 0.0, 0.0, 45.0, 13.0);
212
		mf_SetObjectMaterial(MapFixObjects[70], 0, 0, "none", "none", 0);
213
	#endif
214
	#if !defined DISABLE_MAPFIX_PLACE_16
215
		MapFixObjects[71] = mf_CreateObject(5066, -1230.8, 51.1, 14.7, 0.0, 0.0, 45.0, 14.0);
216
		mf_SetObjectMaterial(MapFixObjects[71], 0, 0, "none", "none", 0);
217
		mf_SetObjectMaterial(MapFixObjects[71], 1, 0, "none", "none", 0);
218
		MapFixObjects[72] = mf_CreateObject(10150, -1226.8, 50.3, 14.5, 0.0, 0.0, 315.0, 13.0);
219
		mf_SetObjectMaterial(MapFixObjects[72], 0, 0, "none", "none", 0);
220
		MapFixObjects[73] = mf_CreateObject(10150, -1231.7, 55.1, 14.5, 0.0, 0.0, 315.0, 13.0);
221
		mf_SetObjectMaterial(MapFixObjects[73], 0, 0, "none", "none", 0);
222
	#endif
223
	#if !defined DISABLE_MAPFIX_PLACE_17
224
		MapFixObjects[74] = mf_CreateObject(8957, 2781.0, -1358.6, 27.5, 0.0, 0.0, 0.0, 15.0);
225
		mf_SetObjectMaterial(MapFixObjects[74], 0, 0, "none", "none", 0);
226
		MapFixObjects[75] = mf_CreateObject(8957, 2781.0, -1333.3, 33.0, 0.0, 0.0, 0.0, 15.0);
227
		mf_SetObjectMaterial(MapFixObjects[75], 0, 0, "none", "none", 0);
228
		MapFixObjects[76] = mf_CreateObject(8957, 2781.2, -1306.4, 39.5, 0.0, 0.0, 0.0, 15.0);
229
		mf_SetObjectMaterial(MapFixObjects[76], 0, 0, "none", "none", 0);
230
		MapFixObjects[77] = mf_CreateObject(8957, 2781.2, -1281.3, 45.5, 0.0, 0.0, 0.0, 15.0);
231
		mf_SetObjectMaterial(MapFixObjects[77], 0, 0, "none", "none", 0);
232
	#endif
233
	#if !defined DISABLE_MAPFIX_PLACE_18
234
		MapFixObjects[78] = mf_CreateObject(3117, -2240.7, 80.5, 37.0, 0.0, 270.0, 45.0, 6.0);
235
	#endif
236
	#if !defined DISABLE_MAPFIX_PLACE_19
237
		MapFixObjects[79] = mf_CreateObject(1566, -180.7, 1129.48, 20.8, 0.0, 0.0, 0.0, 4.0);
238
		MapFixObjects[80] = mf_CreateObject(3061, -180.7, 1128.4, 20.5, 0.0, 0.0, 0.0, 4.0);
239
	#endif
240
	#if !defined DISABLE_MAPFIX_PLACE_20
241
		MapFixObjects[81] = mf_CreateObject(5846, 1547.4, 885.1, 7.88, 7.5, 90.0, 70.0, 24.0);
242
	#endif
243
	#if !defined DISABLE_MAPFIX_PLACE_21
244
		MapFixObjects[82] = mf_CreateObject(5846, -1883.4, 1436.6, -33.7, 357.5, 90.0, 60.0, 24.0);
245
		mf_SetObjectMaterial(MapFixObjects[82], 0, 0, "none", "none", 0);
246
	#endif
247
	#if !defined DISABLE_MAPFIX_PLACE_22
248
		MapFixObjects[83] = mf_CreateObject(8957, 1771.9, 2166.1, 6.0, 0.0, 0.0, 0.0, 10.0);
249
	#endif
250
	#if !defined DISABLE_MAPFIX_PLACE_23
251
		MapFixObjects[84] = mf_CreateObject(7930, 839.69, -1062.65, 32.57, 0.0, 90.0, 35.0, 10.0);
252
		MapFixObjects[85] = mf_CreateObject(1965, 835.25, -1058.65, 32.66, 0.0, 90.0, 298.25, 4.0);
253
		MapFixObjects[86] = mf_CreateObject(3109, 834.67, -1056.3, 32.63, 0.0, 90.0, 264.0, 4.0);
254
		MapFixObjects[87] = mf_CreateObject(3109, 835.1, -1054.7, 32.63, 0.0, 90.0, 247.0, 4.0);
255
		MapFixObjects[88] = mf_CreateObject(1965, 836.8, -1052.6, 32.66, 0.0, 90.0, 219.5, 4.0);
256
		MapFixObjects[89] = mf_CreateObject(8957, 850.9, -1057.5, 29.2, 0.0, 90.0, 305.0, 10.0);
257
		MapFixObjects[90] = mf_CreateObject(10184, 847.4, -1048.1, 29.0, 0.0, 90.0, 305.0, 18.0);
258
		MapFixObjects[91] = mf_CreateObject(10184, 857.0, -1041.4, 29.0, 0.0, 90.0, 305.0, 18.0);
259
		MapFixObjects[92] = mf_CreateObject(2957, 854.8, -1039.7, 29.4, 90.0, 90.0, 35.5, 6.0);
260
		MapFixObjects[93] = mf_CreateObject(1966, 861.0, -1036.9, 35.9, 90.0, 0.0, 35.0, 10.0);
261
		MapFixObjects[94] = mf_CreateObject(1966, 864.1, -1038.4, 35.9, 90.0, 90.0, 35.0, 10.0);
262
		MapFixObjects[95] = mf_CreateObject(1965, 862.7, -1034.4, 35.9, 0.0, 90.0, 305.0, 4.0);
263
	#endif
264
	#if !defined DISABLE_MAPFIX_PLACE_24
265
		MapFixObjects[96] = mf_CreateObject(3117, 689.6, -1424.4, 19.8, 0.0, 90.0, 0.0, 6.0);
266
	#endif
267
	#if !defined DISABLE_MAPFIX_PLACE_25
268
		MapFixObjects[97] = mf_CreateFloorObject(8957, 681.4, -447.4, -26.7, 0.0, 270.0, 0.0, 10.0);
269
		MapFixObjects[98] = mf_CreateObject(8957, 680.35, -447.1, -25.0, 0.0, 0.0, 0.0, 10.0);
270
		MapFixObjects[99] = mf_CreateObject(8957, 682.7, -447.1, -25.0, 0.0, 0.0, 0.0, 10.0);
271
	#endif
272
	#if !defined DISABLE_MAPFIX_PLACE_26
273
		MapFixObjects[100] = mf_CreateObject(2904, 2344.1, 377.5, 25.568, 84.0, 0.0, 354.0, 12.0);
274
		mf_SetObjectMaterial(MapFixObjects[100], 0, 0, "none", "none", 0);
275
	#endif
276
	#if !defined DISABLE_MAPFIX_PLACE_27
277
		MapFixObjects[101] = mf_CreateObject(3084, 1077.8, 1394.7, 6.4, 0.0, 0.0, 90.0, 14.0);
278
		MapFixObjects[102] = mf_CreateObject(3084, 1078.6, 1404.4, 3.2, 0.0, 38.0, 90.0, 14.0);
279
	#endif
280
	#if !defined DISABLE_MAPFIX_PLACE_28
281
		MapFixObjects[103] = mf_CreateObject(8957, 2399.1, 2166.2, 13.4, 0.0, 270.0, 90.0, 10.0);
282
		MapFixObjects[104] = mf_CreateObject(8957, 2416.0, 2166.2, 13.4, 0.0, 270.0, 90.0, 10.0);
283
		MapFixObjects[105] = mf_CreateObject(8957, 2441.2, 2166.2, 13.4, 0.0, 270.0, 90.0, 10.0);
284
		MapFixObjects[106] = mf_CreateObject(8957, 2449.6, 2166.2, 13.4, 0.0, 270.0, 90.0, 10.0);
285
		MapFixObjects[107] = mf_CreateObject(8957, 2474.9, 2166.2, 13.4, 0.0, 270.0, 90.0, 10.0);
286
		MapFixObjects[108] = mf_CreateObject(8957, 2491.7, 2166.2, 13.4, 0.0, 270.0, 90.0, 10.0);
287
	#endif
288
	#if !defined DISABLE_MAPFIX_PLACE_29
289
		MapFixObjects[109] = mf_CreateObject(3117, 2275.1, 2351.4, 18.67, 0.0, 0.0, 45.0, 8.0);
290
	#endif
291
	#if !defined DISABLE_MAPFIX_PLACE_30
292
		MapFixObjects[110] = mf_CreateObject(2954, 539.85, 50.05, 21.6, 0.0, 0.0, 100.0, 12.0);
293
		mf_SetObjectMaterial(MapFixObjects[110], 0, 0, "none", "none", 0);
294
	#endif
295
	#if !defined DISABLE_MAPFIX_PLACE_31
296
		MapFixObjects[111] = mf_CreateObject(5846, -2438.7, -1398.1, 338.95, 356.0, 252.0, 304.0, 24.0);
297
		MapFixObjects[112] = mf_CreateObject(5846, -2455.8, -1405.6, 342.2, 353.0, 249.0, 304.0, 24.0);
298
		MapFixObjects[113] = mf_CreateObject(8957, -2470.0, -1406.9, 345.5, 15.0, 115.0, 118.0, 10.0);
299
	#endif
300
	#if !defined DISABLE_MAPFIX_PLACE_32
301
		MapFixObjects[114] = mf_CreateObject(3117, 1076.9, 1362.25, 12.3, 0.0, 90.0, 95.0, 6.0);
302
	#endif
303
	#if !defined DISABLE_MAPFIX_PLACE_33
304
		MapFixObjects[115] = mf_CreateObject(3084, 2356.5, 1881.5, 14.1, 90.0, 0.0, 0.0, 14.0);
305
		MapFixObjects[116] = mf_CreateObject(3084, 2344.0, 1881.5, 14.1, 90.0, 0.0, 0.0, 14.0);
306
	#endif
307
	#if !defined DISABLE_MAPFIX_PLACE_34
308
		MapFixObjects[117] = mf_CreateObject(10558, -2187.4, 715.9, 78.6, 0.0, 90.0, 0.0, 10.0);
309
	#endif
310
	#if !defined DISABLE_MAPFIX_PLACE_35
311
		MapFixObjects[118] = mf_CreateObject(8957, 2862.1, -1406.1, 16.2, 0.0, 88.0, 0.0, 10.0);
312
	#endif
313
	#if !defined DISABLE_MAPFIX_PLACE_36
314
		MapFixObjects[119] = mf_CreateObject(3117, 2823.5, -1597.4, 12.7, 0.0, 0.0, 68.0, 13.0);
315
		mf_SetObjectMaterial(MapFixObjects[119], 0, 0, "none", "none", 0);
316
	#endif
317
	#if !defined DISABLE_MAPFIX_PLACE_37
318
		MapFixObjects[120] = mf_CreateObject(2938, 2863.7, -1439.5, 15.0, 0.0, 90.0, 0.0, 14.0);
319
		MapFixObjects[121] = mf_CreateObject(3117, 2864.2, -1446.2, 15.1, 0.0, 0.0, 50.0, 6.0);
320
		MapFixObjects[122] = mf_CreateObject(3117, 2864.1, -1432.6, 15.1, 0.0, 0.0, 132.0, 6.0);
321
	#endif
322
	#if !defined DISABLE_MAPFIX_PLACE_38
323
		MapFixObjects[123] = mf_CreateObject(8957, 1003.8, -919.5, 45.5, 0.0, 90.0, 8.0, 10.0);
324
	#endif
325
	#if !defined DISABLE_MAPFIX_PLACE_39
326
		MapFixObjects[124] = mf_CreateObject(3084, -2904.4, 1247.8, 5.75, 0.0, 0.0, 45.0, 17.0);
327
		mf_SetObjectMaterial(MapFixObjects[124], 0, 0, "none", "none", 0);
328
		MapFixObjects[125] = mf_CreateObject(3084, -2860.1, 1256.8, 5.7, 0.0, 0.0, 45.0, 17.0);
329
		mf_SetObjectMaterial(MapFixObjects[125], 0, 0, "none", "none", 0);
330
		MapFixObjects[126] = mf_CreateObject(3084, -2852.3, 1264.6, 5.7, 0.0, 0.0, 45.0, 17.0);
331
		mf_SetObjectMaterial(MapFixObjects[126], 0, 0, "none", "none", 0);
332
	#endif
333
	#if !defined DISABLE_MAPFIX_PLACE_40
334
		MapFixObjects[127] = mf_CreateObject(3084, 966.3, -1038.8, 28.9, 270.0, 0.0, 90.0, 14.0);
335
	#endif
336
	#if !defined DISABLE_MAPFIX_PLACE_41
337
		MapFixObjects[128] = mf_CreateObject(3084, 2403.5, 2661.2, 9.0, 296.0, 0.0, 354.0, 14.0);
338
	#endif
339
	#if !defined DISABLE_MAPFIX_PLACE_42 //by Hare
340
		MapFixObjects[129] = mf_CreateObject(983, 1199.3, -917.8, 45.3, 0.0, 90.0, 98.0, 8.0);
341
	#endif
342
	#if !defined DISABLE_MAPFIX_PLACE_43
343
		MapFixObjects[130] = mf_CreateObject(3037, 428.1, -1641.33, 43.5, 90.0, 0.0, 311.0, 12.0);
344
	#endif
345
	#if !defined DISABLE_MAPFIX_PLACE_44
346
		MapFixObjects[131] = mf_CreateObject(8957, 1301.9, -966.1, 36.2, 0.0, 0.0, 90.0, 10.0);
347
		MapFixObjects[132] = mf_CreateObject(3037, 1298.3, -1001.0, 35.1, 0.0, 0.0, 0.0, 12.0);
348
	#endif
349
	#if !defined DISABLE_MAPFIX_PLACE_45
350
		MapFixObjects[133] = mf_CreateObject(3117, 2504.6, 1144.86, 18.5, 0.0, 90.0, 90.0, 6.0);
351
		MapFixObjects[134] = mf_CreateObject(3117, 2508.9, 1144.86, 18.5, 0.0, 90.0, 90.0, 6.0);
352
		MapFixObjects[135] = mf_CreateObject(3117, 2513.1, 1144.86, 18.5, 0.0, 90.0, 90.0, 6.0);
353
		MapFixObjects[136] = mf_CreateObject(3117, 2515.73, 1146.4, 18.5, 0.0, 90.0, 0.0, 6.0);
354
		MapFixObjects[137] = mf_CreateObject(3117, 2515.73, 1152.5, 18.5, 0.0, 90.0, 0.0, 6.0);
355
	#endif
356
	#if !defined DISABLE_MAPFIX_PLACE_46
357
		MapFixObjects[138] = mf_CreateObject(3084, -1869.2, -162.8, 16.6, 90.0, 0.0, 86.0, 14.0);
358
	#endif
359
	#if !defined DISABLE_MAPFIX_PLACE_47
360
		MapFixObjects[139] = mf_CreateObject(3117, 1623.63, -1714.5, 25.1, 0.0, 0.0, 96.0, 8.0);
361
		MapFixObjects[140] = mf_CreateObject(3117, 1584.8, -1717.85, 25.1, 0.0, 0.0, 96.0, 8.0);
362
		MapFixObjects[141] = mf_CreateObject(3117, 1587.0, -1743.67, 25.1, 0.0, 0.0, 95.0, 8.0);
363
		MapFixObjects[142] = mf_CreateObject(3117, 1625.6, -1740.3, 25.1, 0.0, 0.0, 95.0, 8.0);
364
	#endif
365
	#if !defined DISABLE_MAPFIX_PLACE_48
366
		MapFixObjects[143] = mf_CreateObject(3084, -1919.1, 699.6, 74.3, 90.0, 0.0, 0.0, 14.0);
367
		MapFixObjects[144] = mf_CreateObject(3117, -1913.3, 699.1, 74.3, 0.0, 180.0, 99.0, 6.0);
368
		MapFixObjects[145] = mf_CreateObject(3084, -1931.7, 699.6, 74.3, 90.0, 0.0, 0.0, 14.0);
369
		MapFixObjects[146] = mf_CreateObject(3117, -1939.2, 699.6, 74.3, 0.0, 180.0, 90.0, 6.0);
370
		MapFixObjects[147] = mf_CreateObject(3084, -1951.7, 699.5, 74.3, 90.0, 0.0, 0.0, 14.0);
371
		MapFixObjects[148] = mf_CreateObject(8957, -1940.7, 697.5, 71.8, 68.0, 0.0, 0.0, 10.0);
372
		MapFixObjects[149] = mf_CreateObject(8957, -1946.7, 697.5, 71.8, 68.0, 0.0, 0.0, 10.0);
373
		MapFixObjects[150] = mf_CreateObject(8957, -1943.8, 700.0, 70.3, 68.0, 90.0, 0.0, 10.0);
374
		MapFixObjects[151] = mf_CreateObject(8957, -1956.6, 697.5, 71.8, 68.0, 0.0, 0.0, 10.0);
375
		MapFixObjects[152] = mf_CreateObject(8957, -1962.6, 697.5, 71.8, 68.0, 0.0, 0.0, 10.0);
376
		MapFixObjects[153] = mf_CreateObject(8957, -1959.6, 700.0, 70.3, 68.0, 90.0, 0.0, 10.0);
377
		MapFixObjects[154] = mf_CreateObject(3084, -1984.3, 699.6, 74.3, 90.0, 0.0, 0.0, 14.0);
378
		MapFixObjects[155] = mf_CreateObject(3084, -1971.6, 699.6, 74.3, 90.0, 0.0, 0.0, 14.0);
379
		MapFixObjects[156] = mf_CreateObject(3117, -1964.1, 699.6, 74.3, 0.0, 180.0, 90.0, 6.0);
380
		MapFixObjects[157] = mf_CreateObject(3117, -1990.1, 699.1, 74.3, 0.0, 180.0, 82.0, 6.0);
381
	#endif
382
	#if !defined DISABLE_MAPFIX_PLACE_49
383
		MapFixObjects[158] = mf_CreateObject(8957, -2456.6, 763.4, 43.0, 29.0, 0.0, 0.0, 10.0);
384
		MapFixObjects[159] = mf_CreateObject(8957, -2456.6, 772.0, 42.8, 44.0, 0.0, 0.0, 10.0);
385
		MapFixObjects[160] = mf_CreateObject(8957, -2399.3, 764.1, 38.6, 42.0, 0.0, 0.0, 10.0);
386
		MapFixObjects[161] = mf_CreateObject(8957, -2399.3, 768.6, 38.4, 56.0, 0.0, 0.0, 10.0);
387
		MapFixObjects[162] = mf_CreateObject(8957, -2486.0, 764.0, 38.6, 41.0, 0.0, 0.0, 10.0);
388
		MapFixObjects[163] = mf_CreateObject(8957, -2486.0, 768.6, 38.6, 56.0, 0.0, 0.0, 10.0);
389
		MapFixObjects[164] = mf_CreateObject(8957, -2413.5, 761.7, 38.5, 0.0, 90.0, 90.0, 10.0);
390
		MapFixObjects[165] = mf_CreateObject(3117, -2470.7, 759.0, 41.2, 298.0, 90.0, 90.0, 6.0);
391
		MapFixObjects[166] = mf_CreateObject(3117, -2472.8, 759.0, 41.2, 298.0, 90.0, 270.0, 6.0);
392
		MapFixObjects[167] = mf_CreateObject(3117, -2410.8, 759.0, 40.2, 298.0, 90.0, 90.0, 6.0);
393
		MapFixObjects[168] = mf_CreateObject(3117, -2416.5, 759.0, 40.2, 298.0, 90.0, 270.0, 6.0);
394
		MapFixObjects[169] = mf_CreateObject(3117, -2412.5, 759.0, 41.2, 298.0, 90.0, 90.0, 6.0);
395
		MapFixObjects[170] = mf_CreateObject(3117, -2414.7, 759.0, 41.2, 298.0, 90.0, 270.0, 6.0);
396
		MapFixObjects[171] = mf_CreateObject(3117, -2413.7, 759.0, 39.5, 90.0, 90.0, 270.0, 6.0);
397
	#endif
398
	#if !defined DISABLE_MAPFIX_PLACE_50
399
		MapFixObjects[172] = mf_CreateObject(3109, -1650.4, 537.3, 37.9, 0.0, 0.0, 46.0, 4.0);
400
		MapFixObjects[173] = mf_CreateObject(3109, -1674.3, 560.0, 37.9, 0.0, 0.0, 46.0, 4.0);
401
		MapFixObjects[174] = mf_CreateObject(9583, -1651.2, 537.6, 38.6, 0.0, 82.0, 46.5, 24.0);
402
		mf_SetObjectMaterial(MapFixObjects[174], 0, 0, "none", "none", 0);
403
		MapFixObjects[175] = mf_CreateObject(9583, -1674.7, 560.65, 38.6, 0.0, 82.0, 46.5, 24.0);
404
		mf_SetObjectMaterial(MapFixObjects[175], 0, 0, "none", "none", 0);
405
	#endif
406
	#if !defined DISABLE_MAPFIX_PLACE_51
407
		MapFixObjects[176] = mf_CreateObject(17540, 2735.7, -1267.8, 62.9, 0.0, 0.0, 90.0, 36.0);
408
		mf_SetObjectMaterial(MapFixObjects[176], 0, 0, "none", "none", 0);
409
	#endif
410
	#if !defined DISABLE_MAPFIX_PLACE_52
411
		MapFixObjects[177] = mf_CreateObject(8957, -755.95, -1848.4, 14.3, 5.0, 335.0, 349.0, 15.0);
412
		mf_SetObjectMaterial(MapFixObjects[177], 0, 0, "none", "none", 0);
413
	#endif
414
	#if !defined DISABLE_MAPFIX_PLACE_53
415
		MapFixObjects[178] = mf_CreateObject(906, -609.8, -1899.4, 3.5, 0.0, 10.0, 156.0, 15.0);
416
		mf_SetObjectMaterial(MapFixObjects[178], 0, 0, "none", "none", 0);
417
	#endif
418
	#if !defined DISABLE_MAPFIX_PLACE_54
419
		MapFixObjects[179] = mf_CreateObject(2957, -405.0, 2242.8, 44.0, 0.0, 34.0, 285.0, 13.0);
420
		mf_SetObjectMaterial(MapFixObjects[179], 0, 0, "none", "none", 0);
421
		MapFixObjects[180] = mf_CreateObject(2957, -405.4, 2244.5, 44.0, 0.0, 326.0, 285.0, 6.0);
422
	#endif
423
	#if !defined DISABLE_MAPFIX_PLACE_55
424
		MapFixObjects[181] = mf_CreateObject(1965, -1119.3, 852.2, 30.5, 0.0, 90.0, 306.0, 12.0);
425
		mf_SetObjectMaterial(MapFixObjects[181], 0, 0, "none", "none", 0);
426
		MapFixObjects[182] = mf_CreateObject(1965, -1121.03, 854.6, 30.5, 0.0, 90.0, 306.0, 12.0);
427
		mf_SetObjectMaterial(MapFixObjects[182], 0, 0, "none", "none", 0);
428
		MapFixObjects[183] = mf_CreateObject(1965, -1121.95, 855.9, 31.1, 0.0, 0.0, 306.0, 12.0);
429
		mf_SetObjectMaterial(MapFixObjects[183], 0, 0, "none", "none", 0);
430
		MapFixObjects[184] = mf_CreateObject(1965, -1131.0, 868.3, 30.5, 0.0, 90.0, 306.0, 12.0);
431
		mf_SetObjectMaterial(MapFixObjects[184], 0, 0, "none", "none", 0);
432
		MapFixObjects[185] = mf_CreateObject(1965, -1129.24, 865.87, 30.5, 0.0, 90.0, 306.0, 12.0);
433
		mf_SetObjectMaterial(MapFixObjects[185], 0, 0, "none", "none", 0);
434
		MapFixObjects[186] = mf_CreateObject(1965, -1128.3, 864.58, 31.1, 0.0, 0.0, 306.0, 12.0);
435
		mf_SetObjectMaterial(MapFixObjects[186], 0, 0, "none", "none", 0);
436
		MapFixObjects[187] = mf_CreateObject(1965, -1134.4, 841.1, 30.5, 0.0, 90.0, 306.0, 12.0);
437
		mf_SetObjectMaterial(MapFixObjects[187], 0, 0, "none", "none", 0);
438
		MapFixObjects[188] = mf_CreateObject(1965, -1136.17, 843.53, 30.5, 0.0, 90.0, 306.0, 12.0);
439
		mf_SetObjectMaterial(MapFixObjects[188], 0, 0, "none", "none", 0);
440
		MapFixObjects[189] = mf_CreateObject(1965, -1136.5, 845.2, 31.1, 90.0, 0.0, 306.0, 12.0);
441
		mf_SetObjectMaterial(MapFixObjects[189], 0, 0, "none", "none", 0);
442
		MapFixObjects[190] = mf_CreateObject(1965, -1146.15, 857.3, 30.5, 0.0, 90.0, 306.0, 12.0);
443
		mf_SetObjectMaterial(MapFixObjects[190], 0, 0, "none", "none", 0);
444
		MapFixObjects[191] = mf_CreateObject(1965, -1144.38, 854.87, 30.5, 0.0, 90.0, 306.0, 12.0);
445
		mf_SetObjectMaterial(MapFixObjects[191], 0, 0, "none", "none", 0);
446
		MapFixObjects[192] = mf_CreateObject(1965, -1142.8, 854.0, 31.1, 90.0, 0.0, 306.0, 12.0);
447
		mf_SetObjectMaterial(MapFixObjects[192], 0, 0, "none", "none", 0);
448
		MapFixObjects[193] = mf_CreateObject(1965, -1075.0, 889.9, 31.1, 90.0, 0.0, 306.0, 12.0);
449
		mf_SetObjectMaterial(MapFixObjects[193], 0, 0, "none", "none", 0);
450
		MapFixObjects[194] = mf_CreateObject(1965, -1081.3, 898.7, 31.1, 90.0, 0.0, 306.0, 12.0);
451
		mf_SetObjectMaterial(MapFixObjects[194], 0, 0, "none", "none", 0);
452
		MapFixObjects[195] = mf_CreateObject(1965, -1102.2, 870.1, 31.1, 90.0, 0.0, 306.0, 12.0);
453
		mf_SetObjectMaterial(MapFixObjects[195], 0, 0, "none", "none", 0);
454
		MapFixObjects[196] = mf_CreateObject(1965, -1108.6, 878.8, 31.1, 90.0, 0.0, 306.0, 12.0);
455
		mf_SetObjectMaterial(MapFixObjects[196], 0, 0, "none", "none", 0);
456
		MapFixObjects[197] = mf_CreateObject(1965, -1155.6, 831.3, 31.1, 90.0, 0.0, 306.0, 12.0);
457
		mf_SetObjectMaterial(MapFixObjects[197], 0, 0, "none", "none", 0);
458
		MapFixObjects[198] = mf_CreateObject(1965, -1162.0, 840.0, 31.1, 90.0, 0.0, 306.0, 12.0);
459
		mf_SetObjectMaterial(MapFixObjects[198], 0, 0, "none", "none", 0);
460
		MapFixObjects[199] = mf_CreateObject(1965, -1183.0, 811.4, 31.1, 90.0, 0.0, 306.0, 12.0);
461
		mf_SetObjectMaterial(MapFixObjects[199], 0, 0, "none", "none", 0);
462
		MapFixObjects[200] = mf_CreateObject(1965, -1189.3, 820.2, 31.1, 90.0, 0.0, 306.0, 12.0);
463
		mf_SetObjectMaterial(MapFixObjects[200], 0, 0, "none", "none", 0);
464
		MapFixObjects[201] = mf_CreateObject(1965, -1328.3, 705.8, 31.1, 90.0, 0.0, 306.0, 12.0);
465
		mf_SetObjectMaterial(MapFixObjects[201], 0, 0, "none", "none", 0);
466
		MapFixObjects[202] = mf_CreateObject(1965, -1334.6, 714.6, 31.1, 90.0, 0.0, 306.0, 12.0);
467
		mf_SetObjectMaterial(MapFixObjects[202], 0, 0, "none", "none", 0);
468
		MapFixObjects[203] = mf_CreateObject(1965, -1355.6, 686.0, 31.1, 90.0, 0.0, 306.0, 12.0);
469
		mf_SetObjectMaterial(MapFixObjects[203], 0, 0, "none", "none", 0);
470
		MapFixObjects[204] = mf_CreateObject(1965, -1362.0, 694.7, 31.1, 90.0, 0.0, 306.0, 12.0);
471
		mf_SetObjectMaterial(MapFixObjects[204], 0, 0, "none", "none", 0);
472
		MapFixObjects[205] = mf_CreateObject(1965, -1374.9, 672.0, 31.1, 90.0, 0.0, 306.0, 12.0);
473
		mf_SetObjectMaterial(MapFixObjects[205], 0, 0, "none", "none", 0);
474
		MapFixObjects[206] = mf_CreateObject(1965, -1381.3, 680.7, 31.1, 90.0, 0.0, 306.0, 12.0);
475
		mf_SetObjectMaterial(MapFixObjects[206], 0, 0, "none", "none", 0);
476
		MapFixObjects[207] = mf_CreateObject(1965, -1390.1, 660.9, 31.1, 90.0, 0.0, 306.0, 12.0);
477
		mf_SetObjectMaterial(MapFixObjects[207], 0, 0, "none", "none", 0);
478
		MapFixObjects[208] = mf_CreateObject(1965, -1396.4, 669.7, 31.1, 90.0, 0.0, 306.0, 12.0);
479
		mf_SetObjectMaterial(MapFixObjects[208], 0, 0, "none", "none", 0);
480
		MapFixObjects[209] = mf_CreateObject(1965, -1409.3, 647.0, 31.1, 90.0, 0.0, 306.0, 12.0);
481
		mf_SetObjectMaterial(MapFixObjects[209], 0, 0, "none", "none", 0);
482
		MapFixObjects[210] = mf_CreateObject(1965, -1415.8, 655.7, 31.1, 90.0, 0.0, 306.0, 12.0);
483
		mf_SetObjectMaterial(MapFixObjects[210], 0, 0, "none", "none", 0);
484
		MapFixObjects[211] = mf_CreateObject(1965, -1436.8, 627.0, 31.1, 90.0, 0.0, 306.0, 12.0);
485
		mf_SetObjectMaterial(MapFixObjects[211], 0, 0, "none", "none", 0);
486
		MapFixObjects[212] = mf_CreateObject(1965, -1443.1, 635.8, 31.1, 90.0, 0.0, 306.0, 12.0);
487
		mf_SetObjectMaterial(MapFixObjects[212], 0, 0, "none", "none", 0);
488
		MapFixObjects[213] = mf_CreateObject(3037, -1440.6, 630.9, 30.73, 0.0, 90.0, 36.0, 16.0);
489
		mf_SetObjectMaterial(MapFixObjects[213], 0, 0, "none", "none", 0);
490
		MapFixObjects[214] = mf_CreateObject(3037, -1413.1, 650.9, 30.73, 0.0, 90.0, 36.0, 16.0);
491
		mf_SetObjectMaterial(MapFixObjects[214], 0, 0, "none", "none", 0);
492
		MapFixObjects[215] = mf_CreateObject(3037, -1358.3, 690.7, 30.73, 0.0, 90.0, 36.0, 16.0);
493
		mf_SetObjectMaterial(MapFixObjects[215], 0, 0, "none", "none", 0);
494
		MapFixObjects[216] = mf_CreateObject(3037, -1330.8, 710.7, 30.73, 0.0, 90.0, 36.0, 16.0);
495
		mf_SetObjectMaterial(MapFixObjects[216], 0, 0, "none", "none", 0);
496
		MapFixObjects[217] = mf_CreateObject(3037, -1186.9, 815.3, 30.73, 0.0, 90.0, 36.0, 16.0);
497
		mf_SetObjectMaterial(MapFixObjects[217], 0, 0, "none", "none", 0);
498
		MapFixObjects[218] = mf_CreateObject(3037, -1159.4, 835.2, 30.73, 0.0, 90.0, 36.0, 16.0);
499
		mf_SetObjectMaterial(MapFixObjects[218], 0, 0, "none", "none", 0);
500
		MapFixObjects[219] = mf_CreateObject(3037, -1104.7, 875.0, 30.73, 0.0, 90.0, 36.0, 16.0);
501
		mf_SetObjectMaterial(MapFixObjects[219], 0, 0, "none", "none", 0);
502
		MapFixObjects[220] = mf_CreateObject(3037, -1077.2, 895.0, 30.73, 0.0, 90.0, 36.0, 16.0);
503
		mf_SetObjectMaterial(MapFixObjects[220], 0, 0, "none", "none", 0);
504
	#endif
505
	#if !defined DISABLE_MAPFIX_PLACE_56
506
		MapFixObjects[221] = mf_CreateObject(8957, 1725.6, 2122.3, 13.1, 0.0, 0.0, 90.0, 10.0);
507
	#endif
508
	#if !defined DISABLE_MAPFIX_PLACE_57
509
		MapFixObjects[222] = mf_CreateObject(3084, 1682.3, 1379.8, 16.1, 0.0, 0.0, 299.0, 14.0);
510
		MapFixObjects[223] = mf_CreateObject(3084, 1672.8, 1396.5, 16.1, 0.0, 0.0, 300.5, 14.0);
511
		MapFixObjects[224] = mf_CreateObject(8957, 1677.5, 1388.2, 14.8, 0.0, 0.0, 30.0, 10.0);
512
	#endif
513
	#if !defined DISABLE_MAPFIX_PLACE_58
514
		MapFixObjects[225] = mf_CreateObject(2904, 2143.0, 1621.3, 1001.9, 0.0, 0.0, 0.0, 12.0);
515
		mf_SetObjectMaterial(MapFixObjects[225], 0, 0, "none", "none", 0);
516
	#endif
517
	#if !defined DISABLE_MAPFIX_PLACE_59
518
		MapFixObjects[226] = mf_CreateObject(3117, 1175.7, 1224.0, 13.5, 0.0, 90.0, 90.0, 6.0);
519
		MapFixObjects[227] = mf_CreateObject(2954, 1174.8, 1224.18, 13.2, 0.0, 0.0, 0.0, 12.0);
520
		mf_SetObjectMaterial(MapFixObjects[227], 0, 0, "none", "none", 0);
521
		MapFixObjects[228] = mf_CreateObject(2954, 1174.7, 1224.18, 15.2, 0.0, 90.0, 0.0, 12.0);
522
		mf_SetObjectMaterial(MapFixObjects[228], 0, 0, "none", "none", 0);
523
	#endif
524
	#if !defined DISABLE_MAPFIX_PLACE_60
525
		MapFixObjects[229] = mf_CreateObject(8957, -208.3, 1055.7, 22.8, 0.0, 90.0, 0.0, 10.0);
526
	#endif
527
	#if !defined DISABLE_MAPFIX_PLACE_61
528
		MapFixObjects[230] = mf_CreateObject(5846, 2319.5, 1733.2, 7.5, 7.5, 270.0, 0.0, 24.0);
529
	#endif
530
	#if !defined DISABLE_MAPFIX_PLACE_62
531
		MapFixObjects[231] = mf_CreateObject(8957, 2393.8, 1483.7, 9.7, 0.0, 90.0, 90.0, 10.0);
532
	#endif
533
	#if !defined DISABLE_MAPFIX_PLACE_63
534
		MapFixObjects[232] = mf_CreateObject(8957, -2690.7, 518.5, 17.1, 0.0, 0.0, 90.0, 10.0);
535
		MapFixObjects[233] = mf_CreateObject(3084, -2688.8, 512.1, 20.2, 90.0, 0.0, 90.0, 14.0);
536
		MapFixObjects[234] = mf_CreateObject(3084, -2688.8, 499.6, 20.2, 90.0, 0.0, 90.0, 14.0);
537
		MapFixObjects[235] = mf_CreateObject(3084, -2688.8, 487.1, 20.2, 90.0, 0.0, 90.0, 14.0);
538
	#endif
539
	#if !defined DISABLE_MAPFIX_PLACE_64
540
		MapFixObjects[236] = mf_CreateObject(3084, 1003.8, -1161.3, 27.0, 90.0, 0.0, 0.0, 14.0);
541
	#endif
542
	#if !defined DISABLE_MAPFIX_PLACE_65
543
		MapFixObjects[237] = mf_CreateObject(3093, 807.0, -1032.6, 26.4, 0.0, 90.0, 26.0, 4.0);
544
		MapFixObjects[238] = mf_CreateObject(3093, 812.5, -1030.2, 26.4, 0.0, 90.0, 26.0, 4.0);
545
		MapFixObjects[239] = mf_CreateObject(3093, 818.1, -1027.4, 26.4, 0.0, 90.0, 26.3, 4.0);
546
		MapFixObjects[240] = mf_CreateObject(3093, 823.8, -1024.6, 26.4, 0.0, 90.0, 26.3, 4.0);
547
	#endif
548
	#if !defined DISABLE_MAPFIX_PLACE_66
549
		MapFixObjects[241] = mf_CreateObject(3084, 1653.1, -1333.3, 108.7, 90.0, 0.0, 90.0, 17.0);
550
		mf_SetObjectMaterial(MapFixObjects[241], 0, 0, "none", "none", 0);
551
		MapFixObjects[242] = mf_CreateObject(3084, 1653.1, -1353.3, 108.7, 90.0, 0.0, 90.0, 17.0);
552
		mf_SetObjectMaterial(MapFixObjects[242], 0, 0, "none", "none", 0);
553
		MapFixObjects[243] = mf_CreateObject(3055, 1653.7, -1343.3, 108.7, 90.0, 0.0, 90.0, 15.0);
554
		mf_SetObjectMaterial(MapFixObjects[243], 0, 0, "none", "none", 0);
555
		MapFixObjects[244] = mf_CreateObject(3084, 1681.5, -1324.9, 108.7, 90.0, 0.0, 0.0, 17.0);
556
		mf_SetObjectMaterial(MapFixObjects[244], 0, 0, "none", "none", 0);
557
		MapFixObjects[245] = mf_CreateObject(3084, 1661.5, -1324.9, 108.7, 90.0, 0.0, 0.0, 17.0);
558
		mf_SetObjectMaterial(MapFixObjects[245], 0, 0, "none", "none", 0);
559
		MapFixObjects[246] = mf_CreateObject(3055, 1671.5, -1325.5, 108.7, 90.0, 0.0, 0.0, 15.0);
560
		mf_SetObjectMaterial(MapFixObjects[246], 0, 0, "none", "none", 0);
561
		MapFixObjects[247] = mf_CreateObject(3084, 1689.9, -1333.3, 108.7, 90.0, 0.0, 90.0, 17.0);
562
		mf_SetObjectMaterial(MapFixObjects[247], 0, 0, "none", "none", 0);
563
		MapFixObjects[248] = mf_CreateObject(3084, 1689.9, -1353.3, 108.7, 90.0, 0.0, 90.0, 17.0);
564
		mf_SetObjectMaterial(MapFixObjects[248], 0, 0, "none", "none", 0);
565
		MapFixObjects[249] = mf_CreateObject(3055, 1688.7, -1343.3, 108.7, 90.0, 0.0, 90.0, 15.0);
566
		mf_SetObjectMaterial(MapFixObjects[249], 0, 0, "none", "none", 0);
567
		MapFixObjects[250] = mf_CreateObject(3084, 1661.5, -1361.7, 108.7, 90.0, 0.0, 0.0, 17.0);
568
		mf_SetObjectMaterial(MapFixObjects[250], 0, 0, "none", "none", 0);
569
		MapFixObjects[251] = mf_CreateObject(3084, 1681.5, -1361.7, 108.7, 90.0, 0.0, 0.0, 17.0);
570
		mf_SetObjectMaterial(MapFixObjects[251], 0, 0, "none", "none", 0);
571
		MapFixObjects[252] = mf_CreateObject(3055, 1671.5, -1360.5, 108.7, 90.0, 0.0, 0.0, 15.0);
572
		mf_SetObjectMaterial(MapFixObjects[252], 0, 0, "none", "none", 0);
573
	#endif
574
	#if !defined DISABLE_MAPFIX_PLACE_67
575
		MapFixObjects[253] = mf_CreateObject(8957, 2194.0, -1099.1, 27.9, 0.0, 90.0, 66.0, 10.0);
576
	#endif
577
	#if !defined DISABLE_MAPFIX_PLACE_68
578
		MapFixObjects[254] = mf_CreateObject(8957, 2617.6, 1078.2, 9.5, 0.0, 90.0, 0.0, 10.0);
579
	#endif
580
	#if !defined DISABLE_MAPFIX_PLACE_69
581
		MapFixObjects[255] = mf_CreateObject(5020, 1838.5, 1285.5, 9.7, 0.0, 88.0, 0.0, 9.0);
582
	#endif
583
	#if !defined DISABLE_MAPFIX_PLACE_70
584
		MapFixObjects[256] = mf_CreateObject(4100, 1902.1, -1055.2, 24.11, 1.5, 0.0, 319.7, 18.0);
585
		mf_SetObjectMaterial(MapFixObjects[256], 0, 0, "none", "none", 0);
586
	#endif
587
	#if !defined DISABLE_MAPFIX_PLACE_71
588
		MapFixObjects[257] = mf_CreateObject(3168, -640.5, 2717.2, 71.4, 0.0, 0.0, 42.0, 14.0);
589
	#endif
590
	#if !defined DISABLE_MAPFIX_PLACE_72 //by Jimmi, 0.3.7 objects are used
591
		MapFixObjects[258] = mf_CreateObject(19866, 2417.3059, 2387.3217, 9.8151, 0.0, 0.0, 0.0, 6.0);
592
		MapFixObjects[259] = mf_CreateObject(19866, 2417.0258, 2387.3217, 9.8151, 0.0, 0.0, 0.0, 6.0);
593
		MapFixObjects[260] = mf_CreateObject(19866, 2417.3059, 2382.3217, 9.8151, 0.0, 0.0, 0.0, 6.0);
594
		MapFixObjects[261] = mf_CreateObject(19866, 2417.0258, 2382.3217, 9.8151, 0.0, 0.0, 0.0, 6.0);
595
		MapFixObjects[262] = mf_CreateObject(19866, 2417.3051, 2377.301, 9.8151, 0.0, 0.0, 0.0, 6.0);
596
		MapFixObjects[263] = mf_CreateObject(19866, 2417.031, 2377.3283, 9.8151, 0.0, 0.0, 0.0, 6.0);
597
		MapFixObjects[264] = mf_CreateObject(19866, 2417.3059, 2372.321, 9.8151, 0.0, 0.0, 0.0, 6.0);
598
		MapFixObjects[265] = mf_CreateObject(19866, 2417.031, 2372.3283, 9.8151, 0.0, 0.0, 0.0, 6.0);
599
		MapFixObjects[266] = mf_CreateObject(19866, 2417.3059, 2367.321, 9.8151, 0.0, 0.0, 0.0, 6.0);
600
		MapFixObjects[267] = mf_CreateObject(19866, 2417.031, 2367.3283, 9.8151, 0.0, 0.0, 0.0, 6.0);
601
		MapFixObjects[268] = mf_CreateObject(19866, 2417.3059, 2363.1809, 9.8151, 0.0, 0.0, 0.0, 6.0);
602
		MapFixObjects[269] = mf_CreateObject(19866, 2417.0258, 2363.1809, 9.8151, 0.0, 0.0, 0.0, 6.0);
603
		MapFixObjects[270] = mf_CreateObject(19866, 2417.0258, 2359.301, 9.8151, 0.0, 0.0, 0.0, 6.0);
604
		MapFixObjects[271] = mf_CreateObject(19866, 2417.3059, 2359.3007, 9.8151, 0.0, 0.0, 0.0, 6.0);
605
		MapFixObjects[272] = mf_CreateObject(19866, 2417.3059, 2397.062, 9.8151, 0.0, 0.0, 0.0, 6.0);
606
		MapFixObjects[273] = mf_CreateObject(19866, 2417.3059, 2400.7619, 9.8151, 0.0, 0.0, 0.0, 6.0);
607
		MapFixObjects[274] = mf_CreateObject(19866, 2417.0258, 2397.0617, 9.8151, 0.0, 0.0, 0.0, 6.0);
608
		MapFixObjects[275] = mf_CreateObject(19866, 2417.0258, 2400.7817, 9.8151, 0.0, 0.0, 0.0, 6.0);
609
	#endif
610
	#if !defined DISABLE_MAPFIX_PLACE_73
611
		MapFixObjects[276] = mf_CreateObject(1498, 2523.6, -1680.1, 1014.5, 0.0, 0.0, 90.0, 4.0);
612
		MapFixObjects[277] = mf_CreateFloorObject(2938, 2527.4, -1683.4, 1014.4, 0.0, 270.0, 90.0, 14.0);
613
		MapFixObjects[278] = mf_CreateObject(5020, 2525.9, -1681.1, 1016.2, 0.0, 0.0, 90.0, 8.0);
614
		MapFixObjects[279] = mf_CreateObject(5020, 2527.8, -1684.2, 1016.2, 0.0, 0.0, 180.0, 8.0);
615
		MapFixObjects[280] = mf_CreateObject(5020, 2533.3, -1684.1, 1016.2, 0.0, 0.0, 180.0, 8.0);
616
		MapFixObjects[281] = mf_CreateObject(5020, 2530.5, -1685.9, 1016.2, 0.0, 0.0, 270.0, 14.0);
617
		mf_SetObjectMaterial(MapFixObjects[281], 0, 0, "none", "none", 0);
618
		MapFixObjects[282] = mf_CreateObject(3117, 2532.0, -1681.1, 1016.2, 0.0, 89.0, 90.0, 6.0);
619
		MapFixObjects[283] = mf_CreateObject(3117, 2532.0, -1681.1, 1016.2, 0.0, 89.0, 270.0, 6.0);
620
	#endif
621
	#if !defined DISABLE_MAPFIX_PLACE_74 //by Apec & substantive., 0.3e objects are used
622
		MapFixObjects[284] = mf_CreateObject(19464, 293.1319, -1616.1232, 34.7051, 0.0, 0.0, 80.0, 14.0);
623
		mf_SetObjectMaterial(MapFixObjects[284], 0, 0, "none", "none", 0);
624
		MapFixObjects[285] = mf_CreateObject(19464, 287.3273, -1615.127, 34.7051, 0.0, 0.0, 80.0, 14.0);
625
		mf_SetObjectMaterial(MapFixObjects[285], 0, 0, "none", "none", 0);
626
		MapFixObjects[286] = mf_CreateObject(19464, 281.4706, -1614.0808, 34.7051, 0.0, 0.0, 80.0, 14.0);
627
		mf_SetObjectMaterial(MapFixObjects[286], 0, 0, "none", "none", 0);
628
		MapFixObjects[287] = mf_CreateObject(19464, 287.37, -1611.42, 17.48, 0.0, 0.0, -100.0, 14.0);
629
		mf_SetObjectMaterial(MapFixObjects[287], 0, 0, "none", "none", 0);
630
	#endif
631
	#if !defined DISABLE_MAPFIX_PLACE_75
632
		MapFixObjects[288] = mf_CreateObject(5020, 1861.7, 1363.3, 55.8, 0.0, 0.0, 90.0, 8.0);
633
		MapFixObjects[289] = mf_CreateObject(5020, 1907.2, 1298.8, 55.8, 0.0, 0.0, 180.0, 8.0);
634
	#endif
635
	#if !defined DISABLE_MAPFIX_PLACE_76
636
		MapFixObjects[290] = mf_CreateObject(3037, 1714.5, 896.8, 14.3, 0.0, 270.0, 0.0, 12.0);
637
		MapFixObjects[291] = mf_CreateObject(3037, 1714.5, 906.3, 14.3, 0.0, 270.0, 0.0, 12.0);
638
	#endif
639
	#if !defined DISABLE_MAPFIX_PLACE_77
640
		MapFixObjects[292] = mf_CreateObject(3084, -880.8, 1640.2, 25.3, 0.0, 0.0, 301.0, 17.0);
641
		mf_SetObjectMaterial(MapFixObjects[292], 0, 0, "none", "none", 0);
642
		MapFixObjects[293] = mf_CreateObject(3084, -887.22, 1650.9, 25.3, 0.0, 0.0, 301.0, 17.0);
643
		mf_SetObjectMaterial(MapFixObjects[293], 0, 0, "none", "none", 0);
644
		MapFixObjects[294] = mf_CreateObject(3084, -893.65, 1661.6, 25.3, 0.0, 0.0, 301.0, 17.0);
645
		mf_SetObjectMaterial(MapFixObjects[294], 0, 0, "none", "none", 0);
646
		MapFixObjects[295] = mf_CreateObject(3084, -900.07, 1672.3, 25.3, 0.0, 0.0, 301.0, 17.0);
647
		mf_SetObjectMaterial(MapFixObjects[295], 0, 0, "none", "none", 0);
648
		MapFixObjects[296] = mf_CreateObject(3084, -906.5, 1683.0, 25.3, 0.0, 0.0, 301.0, 17.0);
649
		mf_SetObjectMaterial(MapFixObjects[296], 0, 0, "none", "none", 0);
650
		MapFixObjects[297] = mf_CreateObject(3084, -870.1, 1646.8, 25.3, 0.0, 0.0, 301.0, 17.0);
651
		mf_SetObjectMaterial(MapFixObjects[297], 0, 0, "none", "none", 0);
652
		MapFixObjects[298] = mf_CreateObject(3084, -876.53, 1657.5, 25.3, 0.0, 0.0, 301.0, 17.0);
653
		mf_SetObjectMaterial(MapFixObjects[298], 0, 0, "none", "none", 0);
654
		MapFixObjects[299] = mf_CreateObject(3084, -882.95, 1668.2, 25.3, 0.0, 0.0, 301.0, 17.0);
655
		mf_SetObjectMaterial(MapFixObjects[299], 0, 0, "none", "none", 0);
656
		MapFixObjects[300] = mf_CreateObject(3084, -889.37, 1678.9, 25.3, 0.0, 0.0, 301.0, 17.0);
657
		mf_SetObjectMaterial(MapFixObjects[300], 0, 0, "none", "none", 0);
658
		MapFixObjects[301] = mf_CreateObject(3084, -895.8, 1689.6, 25.3, 0.0, 0.0, 301.0, 17.0);
659
		mf_SetObjectMaterial(MapFixObjects[301], 0, 0, "none", "none", 0);
660
	#endif
661
	#if !defined DISABLE_MAPFIX_PLACE_78
662
		MapFixObjects[302] = mf_CreateObject(1566, -2105.4, -498.5, 49.5, 0.0, 0.0, 90.0, 4.0);
663
	#endif
664
	#if !defined DISABLE_MAPFIX_PLACE_79
665
		MapFixObjects[303] = mf_CreateObject(10149, -2557.25, 991.2, 80.6, 90.0, 0.0, 0.0, 13.0);
666
		mf_SetObjectMaterial(MapFixObjects[303], 0, 0, "none", "none", 0);
667
		MapFixObjects[304] = mf_CreateObject(10149, -2557.25, 986.4, 80.6, 90.0, 0.0, 0.0, 13.0);
668
		mf_SetObjectMaterial(MapFixObjects[304], 0, 0, "none", "none", 0);
669
		MapFixObjects[305] = mf_CreateObject(10149, -2557.25, 984.9, 82.3, 0.0, 0.0, 0.0, 13.0);
670
		mf_SetObjectMaterial(MapFixObjects[305], 0, 0, "none", "none", 0);
671
		MapFixObjects[306] = mf_CreateObject(10149, -2557.25, 992.6, 82.3, 0.0, 0.0, 0.0, 13.0);
672
		mf_SetObjectMaterial(MapFixObjects[306], 0, 0, "none", "none", 0);
673
		MapFixObjects[307] = mf_CreateObject(10149, -2555.3, 986.8, 82.3, 0.0, 0.0, 90.0, 13.0);
674
		mf_SetObjectMaterial(MapFixObjects[307], 0, 0, "none", "none", 0);
675
	#endif
676
	#if !defined DISABLE_MAPFIX_PLACE_80
677
		MapFixObjects[308] = mf_CreateObject(10184, -2283.1, 916.7, 85.5, 270.0, 0.0, 0.0, 18.0);
678
		MapFixObjects[309] = mf_CreateObject(2957, -2281.1, 916.6, 94.4, 90.0, 0.0, 90.0, 6.0);
679
		MapFixObjects[310] = mf_CreateObject(2957, -2283.0, 916.5, 75.2, 0.0, 0.0, 90.0, 6.0);
680
	#endif
681
	#if !defined DISABLE_MAPFIX_PLACE_81 //by ZiGGi
682
		MapFixObjects[311] = mf_CreateObject(1498, 2401.755, -1714.5, 13.1243, 0.0, 0.0, 0.0, 150.0);
683
	#endif
684
	#if !defined DISABLE_MAPFIX_PLACE_82
685
		MapFixObjects[312] = mf_CreateObject(3084, 2235.9, 2233.2, 14.1, 270.0, 0.0, 90.0, 14.0);
686
	#endif
687
	#if !defined DISABLE_MAPFIX_PLACE_83
688
		MapFixObjects[313] = mf_CreateObject(3037, -2313.0, 771.7, 57.0, 0.0, 0.0, 358.5, 12.0);
689
		MapFixObjects[314] = mf_CreateObject(3037, -2313.3, 761.5, 57.0, 0.0, 0.0, 358.5, 12.0);
690
	#endif
691
	#if !defined DISABLE_MAPFIX_PLACE_84 //by Hare
692
		MapFixObjects[315] = mf_CreateObject(3037, 1082.427, -1191.49622, 19.2386, 0.0, 0.0, 0.0, 12.0);
693
	#endif
694
	#if !defined DISABLE_MAPFIX_PLACE_85
695
		MapFixObjects[316] = mf_CreateObject(3037, 1227.2, 312.9, 21.1, 0.0, 270.0, 66.0, 12.0);
696
		MapFixObjects[317] = mf_CreateObject(3037, 1223.8, 311.1, 21.8, 0.0, 270.0, 66.0, 12.0);
697
		MapFixObjects[318] = mf_CreateObject(3037, 1232.3, 307.3, 21.8, 0.0, 270.0, 66.0, 12.0);
698-
		MapFixObjects[317] = mf_CreateObject(1966, -2730.6, 834.9, 59.8, 0.0, 0.0, 90.0, 10.0);
698+
699-
		MapFixObjects[318] = mf_CreateObject(1966, -2734.0, 831.4, 59.8, 0.0, 0.0, 0.0, 10.0);
699+
700-
		MapFixObjects[319] = mf_CreateObject(1966, -2734.0, 838.4, 59.8, 0.0, 0.0, 0.0, 10.0);
700+
		MapFixObjects[319] = mf_CreateObject(1966, -2730.6, 834.9, 59.8, 0.0, 0.0, 90.0, 10.0);
701-
		MapFixObjects[320] = mf_CreateObject(5340, -2737.7, 835.0, 60.6, 0.0, 0.0, 0.0, 8.0);
701+
		MapFixObjects[320] = mf_CreateObject(1966, -2734.0, 831.4, 59.8, 0.0, 0.0, 0.0, 10.0);
702-
		MapFixObjects[321] = mf_CreateObject(3117, -2737.7, 833.3, 59.2, 0.0, 0.0, 90.0, 6.0);
702+
		MapFixObjects[321] = mf_CreateObject(1966, -2734.0, 838.4, 59.8, 0.0, 0.0, 0.0, 10.0);
703-
		MapFixObjects[322] = mf_CreateObject(1966, -2735.38, 835.0, 58.8, 270.0, 0.0, 90.0, 10.0);
703+
		MapFixObjects[322] = mf_CreateObject(5340, -2737.7, 835.0, 60.6, 0.0, 0.0, 0.0, 8.0);
704-
		MapFixObjects[323] = mf_CreateObject(1966, -2734.0, 831.4, 56.0, 0.0, 0.0, 0.0, 10.0);
704+
		MapFixObjects[323] = mf_CreateObject(3117, -2737.7, 833.3, 59.2, 0.0, 0.0, 90.0, 6.0);
705
		MapFixObjects[324] = mf_CreateObject(1966, -2735.38, 835.0, 58.8, 270.0, 0.0, 90.0, 10.0);
706
		MapFixObjects[325] = mf_CreateObject(1966, -2734.0, 831.4, 56.0, 0.0, 0.0, 0.0, 10.0);
707-
		MapFixObjects[324] = mf_CreateObject(3084, 1328.7, -997.1, 47.1, 0.0, 0.0, 90.0, 14.0);
707+
708-
		MapFixObjects[325] = mf_CreateObject(3084, 1328.7, -984.8, 47.1, 0.0, 0.0, 90.0, 14.0);
708+
709-
		MapFixObjects[326] = mf_CreateObject(3084, 1328.7, -972.4, 47.1, 0.0, 0.0, 90.0, 14.0);
709+
		MapFixObjects[326] = mf_CreateObject(3084, 1328.7, -997.1, 47.1, 0.0, 0.0, 90.0, 14.0);
710-
		MapFixObjects[327] = mf_CreateObject(3084, 1322.5, -1003.2, 47.1, 0.0, 0.0, 0.0, 14.0);
710+
		MapFixObjects[327] = mf_CreateObject(3084, 1328.7, -984.8, 47.1, 0.0, 0.0, 90.0, 14.0);
711-
		MapFixObjects[328] = mf_CreateObject(3084, 1310.6, -1003.2, 47.1, 0.0, 0.0, 0.0, 14.0);
711+
		MapFixObjects[328] = mf_CreateObject(3084, 1328.7, -972.4, 47.1, 0.0, 0.0, 90.0, 14.0);
712-
		MapFixObjects[329] = mf_CreateObject(3084, 1304.4, -997.1, 47.1, 0.0, 0.0, 90.0, 14.0);
712+
		MapFixObjects[329] = mf_CreateObject(3084, 1322.5, -1003.2, 47.1, 0.0, 0.0, 0.0, 14.0);
713-
		MapFixObjects[330] = mf_CreateObject(3084, 1304.4, -984.7, 47.1, 0.0, 0.0, 90.0, 14.0);
713+
		MapFixObjects[330] = mf_CreateObject(3084, 1310.6, -1003.2, 47.1, 0.0, 0.0, 0.0, 14.0);
714-
		MapFixObjects[331] = mf_CreateObject(3084, 1304.4, -972.4, 47.1, 0.0, 0.0, 90.0, 14.0);
714+
		MapFixObjects[331] = mf_CreateObject(3084, 1304.4, -997.1, 47.1, 0.0, 0.0, 90.0, 14.0);
715-
		MapFixObjects[332] = mf_CreateObject(3084, 1310.6, -966.2, 47.1, 0.0, 0.0, 0.0, 14.0);
715+
		MapFixObjects[332] = mf_CreateObject(3084, 1304.4, -984.7, 47.1, 0.0, 0.0, 90.0, 14.0);
716-
		MapFixObjects[333] = mf_CreateObject(3084, 1322.5, -966.2, 47.1, 0.0, 0.0, 0.0, 14.0);
716+
		MapFixObjects[333] = mf_CreateObject(3084, 1304.4, -972.4, 47.1, 0.0, 0.0, 90.0, 14.0);
717
		MapFixObjects[334] = mf_CreateObject(3084, 1310.6, -966.2, 47.1, 0.0, 0.0, 0.0, 14.0);
718
		MapFixObjects[335] = mf_CreateObject(3084, 1322.5, -966.2, 47.1, 0.0, 0.0, 0.0, 14.0);
719-
		MapFixObjects[334] = mf_CreateObject(3084, -1800.3, 1516.5, -32.9, 0.0, 0.0, 90.0, 14.0);
719+
720-
		MapFixObjects[335] = mf_CreateObject(3084, -1800.3, 1504.1, -32.9, 0.0, 0.0, 90.0, 14.0);
720+
721-
		MapFixObjects[336] = mf_CreateObject(3084, -1800.3, 1491.7, -32.9, 0.0, 0.0, 90.0, 14.0);
721+
		MapFixObjects[336] = mf_CreateObject(3084, -1800.3, 1516.5, -32.9, 0.0, 0.0, 90.0, 14.0);
722-
		MapFixObjects[337] = mf_CreateObject(3084, -1820.2, 1447.4, -32.7, 0.0, 0.0, 90.0, 14.0);
722+
		MapFixObjects[337] = mf_CreateObject(3084, -1800.3, 1504.1, -32.9, 0.0, 0.0, 90.0, 14.0);
723-
		MapFixObjects[338] = mf_CreateObject(3084, -1820.2, 1459.8, -32.7, 0.0, 0.0, 90.0, 14.0);
723+
		MapFixObjects[338] = mf_CreateObject(3084, -1800.3, 1491.7, -32.9, 0.0, 0.0, 90.0, 14.0);
724-
		MapFixObjects[339] = mf_CreateObject(3084, -1820.2, 1472.2, -32.7, 0.0, 0.0, 90.0, 14.0);
724+
		MapFixObjects[339] = mf_CreateObject(3084, -1820.2, 1447.4, -32.7, 0.0, 0.0, 90.0, 14.0);
725
		MapFixObjects[340] = mf_CreateObject(3084, -1820.2, 1459.8, -32.7, 0.0, 0.0, 90.0, 14.0);
726
		MapFixObjects[341] = mf_CreateObject(3084, -1820.2, 1472.2, -32.7, 0.0, 0.0, 90.0, 14.0);
727-
		MapFixObjects[340] = mf_CreateObject(3037, -2340.1, 796.8, 51.8, 90.0, 0.0, 90.0, 12.0);
727+
728
	#if !defined DISABLE_MAPFIX_PLACE_89
729
		MapFixObjects[342] = mf_CreateObject(3037, -2340.1, 796.8, 51.8, 90.0, 0.0, 90.0, 12.0);
730-
		MapFixObjects[341] = mf_CreateObject(3117, 2091.1, -2079.3, 25.1, 90.0, 0.0, 90.0, 13.0);
730+
731-
		mf_SetObjectMaterial(MapFixObjects[341], 0, 0, "none", "none", 0);
731+
732-
		MapFixObjects[342] = mf_CreateObject(3117, 2009.6, -2079.3, 25.1, 90.0, 0.0, 90.0, 13.0);
732+
		MapFixObjects[343] = mf_CreateObject(3117, 2091.1, -2079.3, 25.1, 90.0, 0.0, 90.0, 13.0);
733-
		mf_SetObjectMaterial(MapFixObjects[342], 0, 0, "none", "none", 0);
733+
		mf_SetObjectMaterial(MapFixObjects[343], 0, 0, "none", "none", 0);
734
		MapFixObjects[344] = mf_CreateObject(3117, 2009.6, -2079.3, 25.1, 90.0, 0.0, 90.0, 13.0);
735
		mf_SetObjectMaterial(MapFixObjects[344], 0, 0, "none", "none", 0);
736-
		MapFixObjects[343] = mf_CreateObject(1501, -383.46, -1439.64, 25.33, 0.0, 0.0, 90.0, 150.0);
736+
737
	#if !defined DISABLE_MAPFIX_PLACE_91 //by KinG7
738
		MapFixObjects[345] = mf_CreateObject(1501, -383.46, -1439.64, 25.33, 0.0, 0.0, 90.0, 150.0);
739-
		MapFixObjects[344] = mf_CreateObject(1505, -2574.495, 1153.023, 54.669, 0.0, 0.0, -19.444, 150.0);
739+
740
	#if !defined DISABLE_MAPFIX_PLACE_92 //by KinG7
741
		MapFixObjects[346] = mf_CreateObject(1505, -2574.495, 1153.023, 54.669, 0.0, 0.0, -19.444, 150.0);
742-
		MapFixObjects[345] = mf_CreateObject(1496, -1800.7048, 1201.0538, 24.1293, 0.0, 0.0, 0.0, 150.0);
742+
743
	#if !defined DISABLE_MAPFIX_PLACE_93 //by KinG7
744
		MapFixObjects[347] = mf_CreateObject(1496, -1800.7048, 1201.0538, 24.1293, 0.0, 0.0, 0.0, 150.0);
745-
		MapFixObjects[346] = mf_CreateObject(1522, -1390.7784, 2639.247, 54.9744, 0.0, 0.0, 0.0, 150.0);
745+
746
	#if !defined DISABLE_MAPFIX_PLACE_94 //by KinG7
747
		MapFixObjects[348] = mf_CreateObject(1522, -1390.7784, 2639.247, 54.9744, 0.0, 0.0, 0.0, 150.0);
748-
		MapFixObjects[347] = mf_CreateObject(1498, 2038.036, 2721.37, 10.53, 0.0, 0.0, -180.0, 150.0);
748+
749
	#if !defined DISABLE_MAPFIX_PLACE_95 //by KinG7
750
		MapFixObjects[349] = mf_CreateObject(1498, 2038.036, 2721.37, 10.53, 0.0, 0.0, -180.0, 150.0);
751-
		MapFixObjects[348] = mf_CreateObject(2957, -2550.5, 193.9, 6.5, 0.0, 0.0, 285.5, 13.0);
751+
752-
		mf_SetObjectMaterial(MapFixObjects[348], 0, 0, "none", "none", 0);
752+
753
		MapFixObjects[350] = mf_CreateObject(2957, -2550.5, 193.9, 6.5, 0.0, 0.0, 285.5, 13.0);
754
		mf_SetObjectMaterial(MapFixObjects[350], 0, 0, "none", "none", 0);
755-
		MapFixObjects[349] = mf_CreateObject(3037, 875.6, -1565.0, 16.7, 0.0, 270.0, 293.0, 12.0);
755+
756-
		MapFixObjects[350] = mf_CreateObject(2957, 869.3, -1567.8, 16.7, 90.0, 0.0, 12.0, 6.0);
756+
757-
		MapFixObjects[351] = mf_CreateObject(2957, 882.3, -1562.4, 16.7, 90.0, 0.0, 31.997, 6.0);
757+
		MapFixObjects[351] = mf_CreateObject(3037, 875.6, -1565.0, 16.7, 0.0, 270.0, 293.0, 12.0);
758
		MapFixObjects[352] = mf_CreateObject(2957, 869.3, -1567.8, 16.7, 90.0, 0.0, 12.0, 6.0);
759
		MapFixObjects[353] = mf_CreateObject(2957, 882.3, -1562.4, 16.7, 90.0, 0.0, 31.997, 6.0);
760-
		MapFixObjects[352] = mf_CreateObject(3037, 770.2, -3.6, 1004.2, 0.0, 90.0, 90.0, 12.0);
760+
761-
		MapFixObjects[353] = mf_CreateObject(3037, 760.0, -3.6, 1004.2, 0.0, 90.0, 90.0, 12.0);
761+
762
		MapFixObjects[354] = mf_CreateObject(3037, 770.2, -3.6, 1004.2, 0.0, 90.0, 90.0, 12.0);
763
		MapFixObjects[355] = mf_CreateObject(3037, 760.0, -3.6, 1004.2, 0.0, 90.0, 90.0, 12.0);
764-
		MapFixObjects[354] = mf_CreateObject(3117, 145.2, -199.6, 3.95, 0.0, 0.0, 315.25, 8.0);
764+
765
	#if !defined DISABLE_MAPFIX_PLACE_99
766
		MapFixObjects[356] = mf_CreateObject(3117, 145.2, -199.6, 3.95, 0.0, 0.0, 315.25, 8.0);
767-
		MapFixObjects[355] = mf_CreateObject(10184, 353.2, -1603.6, 36.1, 0.0, 90.0, 88.25, 18.0);
767+
768-
		MapFixObjects[356] = mf_CreateObject(10184, 370.2, -1604.1, 36.1, 0.0, 90.0, 88.25, 18.0);
768+
769-
		MapFixObjects[357] = mf_CreateObject(10184, 387.2, -1604.6, 36.1, 0.0, 90.0, 88.25, 18.0);
769+
		MapFixObjects[357] = mf_CreateObject(10184, 353.2, -1603.6, 36.1, 0.0, 90.0, 88.25, 18.0);
770-
		MapFixObjects[358] = mf_CreateObject(10184, 355.1, -1633.0, 36.1, 0.0, 90.0, 263.0, 18.0);
770+
		MapFixObjects[358] = mf_CreateObject(10184, 370.2, -1604.1, 36.1, 0.0, 90.0, 88.25, 18.0);
771-
		MapFixObjects[359] = mf_CreateObject(10184, 372.3, -1635.1, 36.1, 0.0, 90.0, 263.25, 18.0);
771+
		MapFixObjects[359] = mf_CreateObject(10184, 387.2, -1604.6, 36.1, 0.0, 90.0, 88.25, 18.0);
772-
		MapFixObjects[360] = mf_CreateObject(10184, 389.5, -1637.4, 36.1, 0.0, 90.0, 261.0, 18.0);
772+
		MapFixObjects[360] = mf_CreateObject(10184, 355.1, -1633.0, 36.1, 0.0, 90.0, 263.0, 18.0);
773-
		MapFixObjects[361] = mf_CreateObject(2957, 388.9, -1635.5, 41.5, 270.0, 0.0, 10.0, 6.0);
773+
		MapFixObjects[361] = mf_CreateObject(10184, 372.3, -1635.1, 36.1, 0.0, 90.0, 263.25, 18.0);
774
		MapFixObjects[362] = mf_CreateObject(10184, 389.5, -1637.4, 36.1, 0.0, 90.0, 261.0, 18.0);
775
		MapFixObjects[363] = mf_CreateObject(2957, 388.9, -1635.5, 41.5, 270.0, 0.0, 10.0, 6.0);
776-
		MapFixObjects[362] = mf_CreateObject(19454, 242.593, -178.5028, 4.17, 0.0, 90.0, 0.0, 12.0);
776+
777
	#if !defined DISABLE_MAPFIX_PLACE_101 //by Romzes, 0.3e objects are used
778
		MapFixObjects[364] = mf_CreateObject(19454, 242.593, -178.5028, 4.17, 0.0, 90.0, 0.0, 12.0);
779-
		MapFixObjects[363] = mf_CreateObject(1685, -2397.2, 2407.9, 13.2, 0.0, 46.0, 243.75, 12.0);
779+
780-
		mf_SetObjectMaterial(MapFixObjects[363], 0, 0, "none", "none", 0);
780+
781-
		MapFixObjects[364] = mf_CreateObject(1685, -2395.7, 2407.2, 13.2, 0.0, 46.0, 243.75, 12.0);
781+
		MapFixObjects[365] = mf_CreateObject(1685, -2397.2, 2407.9, 13.2, 0.0, 46.0, 243.75, 12.0);
782-
		mf_SetObjectMaterial(MapFixObjects[364], 0, 0, "none", "none", 0);
782+
783-
		MapFixObjects[365] = mf_CreateObject(1685, -2397.7, 2407.0, 12.2, 0.0, 46.0, 243.75, 12.0);
783+
		MapFixObjects[366] = mf_CreateObject(1685, -2395.7, 2407.2, 13.2, 0.0, 46.0, 243.75, 12.0);
784
		mf_SetObjectMaterial(MapFixObjects[366], 0, 0, "none", "none", 0);
785-
		MapFixObjects[366] = mf_CreateObject(1685, -2396.2, 2406.3, 12.2, 0.0, 46.0, 243.75, 12.0);
785+
		MapFixObjects[367] = mf_CreateObject(1685, -2397.7, 2407.0, 12.2, 0.0, 46.0, 243.75, 12.0);
786
		mf_SetObjectMaterial(MapFixObjects[367], 0, 0, "none", "none", 0);
787-
		MapFixObjects[367] = mf_CreateObject(1685, -2396.0, 2407.6, 13.22, 0.0, 316.0, 243.75, 12.0);
787+
		MapFixObjects[368] = mf_CreateObject(1685, -2396.2, 2406.3, 12.2, 0.0, 46.0, 243.75, 12.0);
788
		mf_SetObjectMaterial(MapFixObjects[368], 0, 0, "none", "none", 0);
789-
		MapFixObjects[368] = mf_CreateObject(1685, -2397.1, 2408.2, 13.3, 0.0, 316.0, 243.75, 12.0);
789+
		MapFixObjects[369] = mf_CreateObject(1685, -2396.0, 2407.6, 13.22, 0.0, 316.0, 243.75, 12.0);
790
		mf_SetObjectMaterial(MapFixObjects[369], 0, 0, "none", "none", 0);
791-
		MapFixObjects[369] = mf_CreateObject(1685, -2395.5, 2408.7, 12.0, 0.0, 316.0, 243.75, 12.0);
791+
		MapFixObjects[370] = mf_CreateObject(1685, -2397.1, 2408.2, 13.3, 0.0, 316.0, 243.75, 12.0);
792
		mf_SetObjectMaterial(MapFixObjects[370], 0, 0, "none", "none", 0);
793-
		MapFixObjects[370] = mf_CreateObject(1685, -2396.6, 2409.1, 12.32, 0.0, 138.0, 245.75, 12.0);
793+
		MapFixObjects[371] = mf_CreateObject(1685, -2395.5, 2408.7, 12.0, 0.0, 316.0, 243.75, 12.0);
794
		mf_SetObjectMaterial(MapFixObjects[371], 0, 0, "none", "none", 0);
795
		MapFixObjects[372] = mf_CreateObject(1685, -2396.6, 2409.1, 12.32, 0.0, 138.0, 245.75, 12.0);
796
		mf_SetObjectMaterial(MapFixObjects[372], 0, 0, "none", "none", 0);
797-
		MapFixObjects[371] = mf_CreateFloorObject(3037, 376.4, 194.8, 1013.0, 0.0, 270.0, 90.0, 12.0);
797+
798
	#if !defined DISABLE_MAPFIX_PLACE_103
799
		MapFixObjects[373] = mf_CreateFloorObject(3037, 376.4, 194.8, 1013.0, 0.0, 270.0, 90.0, 12.0);
800-
		MapFixObjects[372] = mf_CreateObject(3055, 260.6, 1823.2, 9.7, 90.0, 0.0, 0.0, 10.0);
800+
801-
		MapFixObjects[373] = mf_CreateObject(3055, 260.6, 1826.8, 9.7, 90.0, 0.0, 0.0, 10.0);
801+
802
		MapFixObjects[374] = mf_CreateObject(3055, 260.6, 1823.2, 9.7, 90.0, 0.0, 0.0, 10.0);
803
		MapFixObjects[375] = mf_CreateObject(3055, 260.6, 1826.8, 9.7, 90.0, 0.0, 0.0, 10.0);
804-
		MapFixObjects[374] = mf_CreateObject(2957, -207.2, 1171.8, 21.6, 90.0, 0.0, 270.0, 6.0);
804+
805-
		MapFixObjects[375] = mf_CreateObject(2957, -207.2, 1164.9, 22.3, 90.0, 0.0, 270.0, 6.0);
805+
806
		MapFixObjects[376] = mf_CreateObject(2957, -207.2, 1171.8, 21.6, 90.0, 0.0, 270.0, 6.0);
807
		MapFixObjects[377] = mf_CreateObject(2957, -207.2, 1164.9, 22.3, 90.0, 0.0, 270.0, 6.0);
808-
		MapFixObjects[376] = mf_CreateObject(2957, -207.8, 1073.6, 20.4, 0.0, 0.0, 0.0, 6.0);
808+
809
	#if !defined DISABLE_MAPFIX_PLACE_106
810
		MapFixObjects[378] = mf_CreateObject(2957, -207.8, 1073.6, 20.4, 0.0, 0.0, 0.0, 6.0);
811-
		MapFixObjects[377] = mf_CreateObject(3084, 1682.7, -2003.9, 18.8, 270.0, 0.0, 270.0, 14.0);
811+
812-
		MapFixObjects[378] = mf_CreateObject(3084, 1682.7, -1991.5, 18.8, 270.0, 180.0, 90.0, 14.0);
812+
813-
		MapFixObjects[379] = mf_CreateObject(3084, 1682.7, -1979.1, 18.8, 270.0, 0.0, 270.0, 14.0);
813+
		MapFixObjects[379] = mf_CreateObject(3084, 1682.7, -2003.9, 18.8, 270.0, 0.0, 270.0, 14.0);
814-
		MapFixObjects[380] = mf_CreateObject(3084, 1682.7, -1966.7, 18.8, 270.0, 0.0, 270.0, 14.0);
814+
		MapFixObjects[380] = mf_CreateObject(3084, 1682.7, -1991.5, 18.8, 270.0, 180.0, 90.0, 14.0);
815
		MapFixObjects[381] = mf_CreateObject(3084, 1682.7, -1979.1, 18.8, 270.0, 0.0, 270.0, 14.0);
816
		MapFixObjects[382] = mf_CreateObject(3084, 1682.7, -1966.7, 18.8, 270.0, 0.0, 270.0, 14.0);
817-
		MapFixObjects[381] = mf_CreateObject(3084, 374.1, -1765.8, 9.3, 272.0, 0.0, 0.0, 17.0);
817+
818-
		mf_SetObjectMaterial(MapFixObjects[381], 0, 0, "none", "none", 0);
818+
819-
		MapFixObjects[382] = mf_CreateObject(3084, 366.6, -1765.8, 9.3, 280.0, 0.0, 0.0, 17.0);
819+
		MapFixObjects[383] = mf_CreateObject(3084, 374.1, -1765.8, 9.3, 272.0, 0.0, 0.0, 17.0);
820-
		mf_SetObjectMaterial(MapFixObjects[382], 0, 0, "none", "none", 0);
820+
821
		MapFixObjects[384] = mf_CreateObject(3084, 366.6, -1765.8, 9.3, 280.0, 0.0, 0.0, 17.0);
822
		mf_SetObjectMaterial(MapFixObjects[384], 0, 0, "none", "none", 0);
823-
		MapFixObjects[383] = mf_CreateObject(2954, 406.6, -1287.3, 49.0, 0.0, 0.0, 296.0, 12.0);
823+
824
	#if !defined DISABLE_MAPFIX_PLACE_109
825-
		MapFixObjects[384] = mf_CreateObject(2954, 406.6, -1287.3, 51.0, 0.0, 0.0, 296.0, 12.0);
825+
		MapFixObjects[385] = mf_CreateObject(2954, 406.6, -1287.3, 49.0, 0.0, 0.0, 296.0, 12.0);
826
		mf_SetObjectMaterial(MapFixObjects[385], 0, 0, "none", "none", 0);
827
		MapFixObjects[386] = mf_CreateObject(2954, 406.6, -1287.3, 51.0, 0.0, 0.0, 296.0, 12.0);
828
		mf_SetObjectMaterial(MapFixObjects[386], 0, 0, "none", "none", 0);
829-
		MapFixObjects[385] = mf_CreateObject(2957, 1101.1, -1291.1, 17.5, 0.0, 0.0, 0.0, 6.0);
829+
830
	#if !defined DISABLE_MAPFIX_PLACE_110
831
		MapFixObjects[387] = mf_CreateObject(2957, 1101.1, -1291.1, 17.5, 0.0, 0.0, 0.0, 6.0);
832-
		MapFixObjects[386] = mf_CreateObject(2904, 430.8, -1250.5, 49.1, 0.0, 90.0, 21.5, 4.0);
832+
833
	#if !defined DISABLE_MAPFIX_PLACE_111
834
		MapFixObjects[388] = mf_CreateObject(2904, 430.8, -1250.5, 49.1, 0.0, 90.0, 21.5, 4.0);
835-
		MapFixObjects[387] = mf_CreateObject(3084, 997.6, -1209.3, 22.0, 90.0, 0.0, 0.0, 14.0);
835+
836
	#if !defined DISABLE_MAPFIX_PLACE_112
837
		MapFixObjects[389] = mf_CreateObject(3084, 997.6, -1209.3, 22.0, 90.0, 0.0, 0.0, 14.0);
838-
		MapFixObjects[388] = mf_CreateObject(2938, -1556.4, 355.5, 25.3, 90.0, 0.0, 0.0, 14.0);
838+
839-
		MapFixObjects[389] = mf_CreateObject(2938, -1556.4, 355.5, 37.3, 90.0, 0.0, 0.0, 14.0);
839+
840
		MapFixObjects[390] = mf_CreateObject(2938, -1556.4, 355.5, 25.3, 90.0, 0.0, 0.0, 14.0);
841
		MapFixObjects[391] = mf_CreateObject(2938, -1556.4, 355.5, 37.3, 90.0, 0.0, 0.0, 14.0);
842-
		MapFixObjects[390] = mf_CreateObject(2938, -1611.4, 871.6, 26.6, 0.0, 270.0, 90.0, 14.0);
842+
843-
		MapFixObjects[391] = mf_CreateObject(2938, -1599.8, 871.6, 26.6, 0.0, 270.0, 90.0, 14.0);
843+
844-
		MapFixObjects[392] = mf_CreateObject(2938, -1588.8, 871.6, 26.6, 0.0, 270.0, 90.0, 14.0);
844+
		MapFixObjects[392] = mf_CreateObject(2938, -1611.4, 871.6, 26.6, 0.0, 270.0, 90.0, 14.0);
845-
		MapFixObjects[393] = mf_CreateObject(3084, -1611.5, 868.9, 26.6, 90.0, 0.0, 0.0, 14.0);
845+
		MapFixObjects[393] = mf_CreateObject(2938, -1599.8, 871.6, 26.6, 0.0, 270.0, 90.0, 14.0);
846-
		MapFixObjects[394] = mf_CreateObject(3084, -1600.0, 868.9, 26.6, 90.0, 0.0, 0.0, 14.0);
846+
		MapFixObjects[394] = mf_CreateObject(2938, -1588.8, 871.6, 26.6, 0.0, 270.0, 90.0, 14.0);
847-
		MapFixObjects[395] = mf_CreateObject(3084, -1588.9, 868.9, 26.6, 90.0, 0.0, 0.0, 14.0);
847+
		MapFixObjects[395] = mf_CreateObject(3084, -1611.5, 868.9, 26.6, 90.0, 0.0, 0.0, 14.0);
848-
		MapFixObjects[396] = mf_CreateObject(2938, -1611.6, 867.3, 29.2, 0.0, 0.0, 270.0, 14.0);
848+
		MapFixObjects[396] = mf_CreateObject(3084, -1600.0, 868.9, 26.6, 90.0, 0.0, 0.0, 14.0);
849-
		MapFixObjects[397] = mf_CreateObject(2938, -1611.6, 867.3, 34.6, 0.0, 0.0, 270.0, 14.0);
849+
		MapFixObjects[397] = mf_CreateObject(3084, -1588.9, 868.9, 26.6, 90.0, 0.0, 0.0, 14.0);
850-
		MapFixObjects[398] = mf_CreateObject(2938, -1599.8, 867.3, 29.2, 0.0, 0.0, 270.0, 14.0);
850+
		MapFixObjects[398] = mf_CreateObject(2938, -1611.6, 867.3, 29.2, 0.0, 0.0, 270.0, 14.0);
851-
		MapFixObjects[399] = mf_CreateObject(2938, -1588.7, 867.3, 29.2, 0.0, 0.0, 270.0, 14.0);
851+
		MapFixObjects[399] = mf_CreateObject(2938, -1611.6, 867.3, 34.6, 0.0, 0.0, 270.0, 14.0);
852-
		MapFixObjects[400] = mf_CreateObject(2938, -1599.8, 867.3, 34.6, 0.0, 0.0, 270.0, 14.0);
852+
		MapFixObjects[400] = mf_CreateObject(2938, -1599.8, 867.3, 29.2, 0.0, 0.0, 270.0, 14.0);
853-
		MapFixObjects[401] = mf_CreateObject(2938, -1588.7, 867.3, 34.6, 0.0, 0.0, 270.0, 14.0);
853+
		MapFixObjects[401] = mf_CreateObject(2938, -1588.7, 867.3, 29.2, 0.0, 0.0, 270.0, 14.0);
854
		MapFixObjects[402] = mf_CreateObject(2938, -1599.8, 867.3, 34.6, 0.0, 0.0, 270.0, 14.0);
855
		MapFixObjects[403] = mf_CreateObject(2938, -1588.7, 867.3, 34.6, 0.0, 0.0, 270.0, 14.0);
856-
		MapFixObjects[402] = mf_CreateObject(2938, 2482.9, 2358.7, 15.1, 0.0, 90.0, 90.0, 14.0);
856+
857-
		MapFixObjects[403] = mf_CreateObject(2938, 2482.9, 2353.3, 15.1, 0.0, 90.0, 90.0, 14.0);
857+
858-
		MapFixObjects[404] = mf_CreateObject(2938, 2494.8, 2358.7, 15.1, 0.0, 90.0, 90.0, 14.0);
858+
		MapFixObjects[404] = mf_CreateObject(2938, 2482.9, 2358.7, 15.1, 0.0, 90.0, 90.0, 14.0);
859-
		MapFixObjects[405] = mf_CreateObject(2938, 2494.8, 2353.3, 15.1, 0.0, 90.0, 90.0, 14.0);
859+
		MapFixObjects[405] = mf_CreateObject(2938, 2482.9, 2353.3, 15.1, 0.0, 90.0, 90.0, 14.0);
860
		MapFixObjects[406] = mf_CreateObject(2938, 2494.8, 2358.7, 15.1, 0.0, 90.0, 90.0, 14.0);
861
		MapFixObjects[407] = mf_CreateObject(2938, 2494.8, 2353.3, 15.1, 0.0, 90.0, 90.0, 14.0);
862-
		MapFixObjects[406] = mf_CreateObject(3117, -2553.4, 1181.4, 43.9, 86.0, 60.0, 10.0, 6.0);
862+
863
	#if !defined DISABLE_MAPFIX_PLACE_116
864
		MapFixObjects[408] = mf_CreateObject(3117, -2553.4, 1181.4, 43.9, 86.0, 60.0, 10.0, 6.0);
865-
		MapFixObjects[407] = mf_CreateObject(19362, 1209.8636, -16.1376, 1001.9523, 0.0, 0.0, 90.0, 13.0);
865+
866-
		mf_SetObjectMaterial(MapFixObjects[407], 0, 0, "none", "none", 0);
866+
867-
		MapFixObjects[408] = mf_CreateObject(19362, 1211.3809, -17.6581, 1001.9523, 0.0, 0.0, 0.0, 13.0);
867+
		MapFixObjects[409] = mf_CreateObject(19362, 1209.8636, -16.1376, 1001.9523, 0.0, 0.0, 90.0, 13.0);
868-
		mf_SetObjectMaterial(MapFixObjects[408], 0, 0, "none", "none", 0);
868+
		mf_SetObjectMaterial(MapFixObjects[409], 0, 0, "none", "none", 0);
869
		MapFixObjects[410] = mf_CreateObject(19362, 1211.3809, -17.6581, 1001.9523, 0.0, 0.0, 0.0, 13.0);
870
		mf_SetObjectMaterial(MapFixObjects[410], 0, 0, "none", "none", 0);
871-
		MapFixObjects[409] = mf_CreateObject(3055, 2317.9, -1026.0, 1053.3, 270.0, 0.0, 0.0, 10.0);
871+
872
	#if !defined DISABLE_MAPFIX_PLACE_118
873
		MapFixObjects[411] = mf_CreateObject(3055, 2317.9, -1026.0, 1053.3, 270.0, 0.0, 0.0, 10.0);
874-
		MapFixObjects[410] = mf_CreateObject(3117, 161.3, -22.3, 7.3, 90.0, 90.0, 0.0, 6.0);
874+
875
	#if !defined DISABLE_MAPFIX_PLACE_119
876
		MapFixObjects[412] = mf_CreateObject(3117, 161.3, -22.3, 7.3, 90.0, 90.0, 0.0, 6.0);
877-
		MapFixObjects[411] = mf_CreateObject(3037, 958.7, -1550.1, 20.3, 0.0, 0.0, 0.0, 12.0);
877+
878-
		MapFixObjects[412] = mf_CreateObject(3037, 958.7, -1557.2, 20.3, 0.0, 0.0, 0.0, 12.0);
878+
879
		MapFixObjects[413] = mf_CreateObject(3037, 958.7, -1550.1, 20.3, 0.0, 0.0, 0.0, 12.0);
880
		MapFixObjects[414] = mf_CreateObject(3037, 958.7, -1557.2, 20.3, 0.0, 0.0, 0.0, 12.0);
881-
		MapFixObjects[413] = mf_CreateObject(3117, -2008.9, -1038.0, 56.5, 0.0, 0.0, 10.0, 6.0);
881+
882
	#if !defined DISABLE_MAPFIX_PLACE_121
883
		MapFixObjects[415] = mf_CreateObject(3117, -2008.9, -1038.0, 56.5, 0.0, 0.0, 10.0, 6.0);
884-
		MapFixObjects[414] = mf_CreateObject(3037, 858.2, -614.0, 27.2, 0.0, 0.0, 90.0, 12.0);
884+
885-
		MapFixObjects[415] = mf_CreateObject(3037, 864.6, -614.0, 27.2, 0.0, 0.0, 90.0, 12.0);
885+
886
		MapFixObjects[416] = mf_CreateObject(3037, 858.2, -614.0, 27.2, 0.0, 0.0, 90.0, 12.0);
887
		MapFixObjects[417] = mf_CreateObject(3037, 864.6, -614.0, 27.2, 0.0, 0.0, 90.0, 12.0);
888-
		MapFixObjects[416] = mf_CreateObject(2957, 953.0, -994.4, 40.9, 90.0, 0.0, 270.6, 13.0);
888+
889-
		mf_SetObjectMaterial(MapFixObjects[416], 0, 0, "none", "none", 0);
889+
890-
		MapFixObjects[417] = mf_CreateObject(2957, 952.96, -990.5, 40.9, 90.0, 0.0, 270.6, 13.0);
890+
		MapFixObjects[418] = mf_CreateObject(2957, 953.0, -994.4, 40.9, 90.0, 0.0, 270.6, 13.0);
891-
		mf_SetObjectMaterial(MapFixObjects[417], 0, 0, "none", "none", 0);
891+
		mf_SetObjectMaterial(MapFixObjects[418], 0, 0, "none", "none", 0);
892
		MapFixObjects[419] = mf_CreateObject(2957, 952.96, -990.5, 40.9, 90.0, 0.0, 270.6, 13.0);
893
		mf_SetObjectMaterial(MapFixObjects[419], 0, 0, "none", "none", 0);
894-
		MapFixObjects[418] = mf_CreateObject(3084, -1911.9, 750.1, 102.0, 0.0, 0.0, 90.0, 14.0);
894+
895-
		MapFixObjects[419] = mf_CreateObject(3084, -1911.9, 762.5, 102.0, 0.0, 0.0, 90.0, 14.0);
895+
896-
		MapFixObjects[420] = mf_CreateObject(3084, -1911.9, 774.9, 102.0, 0.0, 0.0, 90.0, 14.0);
896+
		MapFixObjects[420] = mf_CreateObject(3084, -1911.9, 750.1, 102.0, 0.0, 0.0, 90.0, 14.0);
897-
		MapFixObjects[421] = mf_CreateObject(3084, -1911.9, 783.4, 102.0, 0.0, 0.0, 90.0, 14.0);
897+
		MapFixObjects[421] = mf_CreateObject(3084, -1911.9, 762.5, 102.0, 0.0, 0.0, 90.0, 14.0);
898-
		MapFixObjects[422] = mf_CreateObject(3084, -1918.0, 789.6, 102.0, 0.0, 0.0, 0.0, 14.0);
898+
		MapFixObjects[422] = mf_CreateObject(3084, -1911.9, 774.9, 102.0, 0.0, 0.0, 90.0, 14.0);
899-
		MapFixObjects[423] = mf_CreateObject(3084, -1930.4, 789.6, 102.0, 0.0, 0.0, 0.0, 14.0);
899+
		MapFixObjects[423] = mf_CreateObject(3084, -1911.9, 783.4, 102.0, 0.0, 0.0, 90.0, 14.0);
900-
		MapFixObjects[424] = mf_CreateObject(3084, -1942.8, 789.6, 102.0, 0.0, 0.0, 0.0, 14.0);
900+
		MapFixObjects[424] = mf_CreateObject(3084, -1918.0, 789.6, 102.0, 0.0, 0.0, 0.0, 14.0);
901-
		MapFixObjects[425] = mf_CreateObject(3084, -1948.4, 789.6, 102.0, 0.0, 0.0, 0.0, 14.0);
901+
		MapFixObjects[425] = mf_CreateObject(3084, -1930.4, 789.6, 102.0, 0.0, 0.0, 0.0, 14.0);
902-
		MapFixObjects[426] = mf_CreateObject(3084, -1918.0, 743.8, 102.0, 0.0, 0.0, 180.0, 14.0);
902+
		MapFixObjects[426] = mf_CreateObject(3084, -1942.8, 789.6, 102.0, 0.0, 0.0, 0.0, 14.0);
903-
		MapFixObjects[427] = mf_CreateObject(3084, -1930.4, 743.8, 102.0, 0.0, 0.0, 180.0, 14.0);
903+
		MapFixObjects[427] = mf_CreateObject(3084, -1948.4, 789.6, 102.0, 0.0, 0.0, 0.0, 14.0);
904-
		MapFixObjects[428] = mf_CreateObject(3084, -1942.8, 743.8, 102.0, 0.0, 0.0, 180.0, 14.0);
904+
		MapFixObjects[428] = mf_CreateObject(3084, -1918.0, 743.8, 102.0, 0.0, 0.0, 180.0, 14.0);
905-
		MapFixObjects[429] = mf_CreateObject(3084, -1948.4, 743.8, 102.0, 0.0, 0.0, 180.0, 14.0);
905+
		MapFixObjects[429] = mf_CreateObject(3084, -1930.4, 743.8, 102.0, 0.0, 0.0, 180.0, 14.0);
906-
		MapFixObjects[430] = mf_CreateObject(3084, -1954.5, 750.1, 102.0, 0.0, 0.0, 270.0, 14.0);
906+
		MapFixObjects[430] = mf_CreateObject(3084, -1942.8, 743.8, 102.0, 0.0, 0.0, 180.0, 14.0);
907-
		MapFixObjects[431] = mf_CreateObject(3084, -1954.5, 762.5, 102.0, 0.0, 0.0, 270.0, 14.0);
907+
		MapFixObjects[431] = mf_CreateObject(3084, -1948.4, 743.8, 102.0, 0.0, 0.0, 180.0, 14.0);
908-
		MapFixObjects[432] = mf_CreateObject(3084, -1954.5, 774.9, 102.0, 0.0, 0.0, 270.0, 14.0);
908+
		MapFixObjects[432] = mf_CreateObject(3084, -1954.5, 750.1, 102.0, 0.0, 0.0, 270.0, 14.0);
909-
		MapFixObjects[433] = mf_CreateObject(3084, -1954.5, 783.4, 102.0, 0.0, 0.0, 270.0, 14.0);
909+
		MapFixObjects[433] = mf_CreateObject(3084, -1954.5, 762.5, 102.0, 0.0, 0.0, 270.0, 14.0);
910
		MapFixObjects[434] = mf_CreateObject(3084, -1954.5, 774.9, 102.0, 0.0, 0.0, 270.0, 14.0);
911
		MapFixObjects[435] = mf_CreateObject(3084, -1954.5, 783.4, 102.0, 0.0, 0.0, 270.0, 14.0);
912-
		MapFixObjects[434] = mf_CreateObject(3037, 1054.3, -940.3, 44.3, 0.0, 270.0, 77.5, 12.0);
912+
913-
		MapFixObjects[435] = mf_CreateObject(3037, 1062.2, -939.1, 44.3, 0.0, 270.0, 300.0, 12.0);
913+
914-
		MapFixObjects[436] = mf_CreateObject(3084, 1036.4, -942.6, 44.0, 90.0, 0.0, 8.5, 14.0);
914+
		MapFixObjects[436] = mf_CreateObject(3037, 1054.3, -940.3, 44.3, 0.0, 270.0, 77.5, 12.0);
915-
		MapFixObjects[437] = mf_CreateObject(2957, 1046.6, -941.1, 44.3, 90.0, 0.0, 8.5, 6.0);
915+
		MapFixObjects[437] = mf_CreateObject(3037, 1062.2, -939.1, 44.3, 0.0, 270.0, 300.0, 12.0);
916
		MapFixObjects[438] = mf_CreateObject(3084, 1036.4, -942.6, 44.0, 90.0, 0.0, 8.5, 14.0);
917
		MapFixObjects[439] = mf_CreateObject(2957, 1046.6, -941.1, 44.3, 90.0, 0.0, 8.5, 6.0);
918-
		MapFixObjects[438] = mf_CreateObject(2938, -1479.5, 696.9, -33.0, 0.0, 0.0, 0.0, 17.0);
918+
919-
		mf_SetObjectMaterial(MapFixObjects[438], 0, 0, "none", "none", 0);
919+
920-
		MapFixObjects[439] = mf_CreateObject(2938, -1479.5, 708.2, -33.0, 0.0, 0.0, 0.0, 17.0);
920+
		MapFixObjects[440] = mf_CreateObject(2938, -1479.5, 696.9, -33.0, 0.0, 0.0, 0.0, 17.0);
921-
		mf_SetObjectMaterial(MapFixObjects[439], 0, 0, "none", "none", 0);
921+
922-
		MapFixObjects[440] = mf_CreateObject(2938, -1479.5, 690.2, -33.0, 0.0, 0.0, 0.0, 17.0);
922+
		MapFixObjects[441] = mf_CreateObject(2938, -1479.5, 708.2, -33.0, 0.0, 0.0, 0.0, 17.0);
923
		mf_SetObjectMaterial(MapFixObjects[441], 0, 0, "none", "none", 0);
924-
		MapFixObjects[441] = mf_CreateObject(2938, -1485.4, 684.3, -33.0, 0.0, 0.0, 270.0, 17.0);
924+
		MapFixObjects[442] = mf_CreateObject(2938, -1479.5, 690.2, -33.0, 0.0, 0.0, 0.0, 17.0);
925
		mf_SetObjectMaterial(MapFixObjects[442], 0, 0, "none", "none", 0);
926
		MapFixObjects[443] = mf_CreateObject(2938, -1485.4, 684.3, -33.0, 0.0, 0.0, 270.0, 17.0);
927
		mf_SetObjectMaterial(MapFixObjects[443], 0, 0, "none", "none", 0);
928-
		MapFixObjects[442] = mf_CreateObject(3117, 1519.1, 1911.6, 14.0, 14.5, 90.0, 0.0, 6.0);
928+
929-
		MapFixObjects[443] = mf_CreateObject(3117, 1652.1, 1911.6, 14.0, 14.5, 90.0, 0.0, 6.0);
929+
930
		MapFixObjects[444] = mf_CreateObject(3117, 1519.1, 1911.6, 14.0, 14.5, 90.0, 0.0, 6.0);
931
		MapFixObjects[445] = mf_CreateObject(3117, 1652.1, 1911.6, 14.0, 14.5, 90.0, 0.0, 6.0);
932-
		MapFixObjects[444] = mf_CreateObject(19426, 617.2022, -1124.6236, 47.2562, 0.0, 0.0, 31.6442, 12.0);
932+
933-
		mf_SetObjectMaterial(MapFixObjects[444], 0, 13699, "cunte2_lahills", "hedge2", 0);
933+
934
		MapFixObjects[446] = mf_CreateObject(19426, 617.2022, -1124.6236, 47.2562, 0.0, 0.0, 31.6442, 12.0);
935
		mf_SetObjectMaterial(MapFixObjects[446], 0, 13699, "cunte2_lahills", "hedge2", 0);
936-
		MapFixObjects[445] = mf_CreateObject(2938, 1318.5, 353.9, 18.4, 0.0, 270.0, 66.0, 14.0);
936+
937-
		MapFixObjects[446] = mf_CreateObject(2938, 1307.6, 358.7, 18.4, 0.0, 270.0, 66.0, 14.0);
937+
938-
		MapFixObjects[447] = mf_CreateObject(2938, 1301.6, 361.4, 18.4, 0.0, 270.0, 66.0, 14.0);
938+
		MapFixObjects[447] = mf_CreateObject(2938, 1318.5, 353.9, 18.4, 0.0, 270.0, 66.0, 14.0);
939
		MapFixObjects[448] = mf_CreateObject(2938, 1307.6, 358.7, 18.4, 0.0, 270.0, 66.0, 14.0);
940
		MapFixObjects[449] = mf_CreateObject(2938, 1301.6, 361.4, 18.4, 0.0, 270.0, 66.0, 14.0);
941-
		MapFixObjects[448] = mf_CreateObject(2938, 445.4595, 511.5701, 1003.7977, 0.0, 90.0, 0.0, 17.0);
941+
942-
		mf_SetObjectMaterial(MapFixObjects[448], 0, 0, "none", "none", 0);
942+
943-
		MapFixObjects[449] = mf_CreateObject(2938, 450.7594, 511.5701, 1003.7977, 0.0, 90.0, 0.0, 17.0);
943+
		MapFixObjects[450] = mf_CreateObject(2938, 445.4595, 511.5701, 1003.7977, 0.0, 90.0, 0.0, 17.0);
944-
		mf_SetObjectMaterial(MapFixObjects[449], 0, 0, "none", "none", 0);
944+
		mf_SetObjectMaterial(MapFixObjects[450], 0, 0, "none", "none", 0);
945-
		MapFixObjects[450] = mf_CreateObject(2957, 456.1647, 513.8776, 1003.7949, 90.0, 0.0, 90.0, 6.0);
945+
		MapFixObjects[451] = mf_CreateObject(2938, 450.7594, 511.5701, 1003.7977, 0.0, 90.0, 0.0, 17.0);
946-
		MapFixObjects[451] = mf_CreateObject(2957, 454.3006, 513.8814, 1003.8049, 90.0, 0.0, 90.0, 6.0);
946+
		mf_SetObjectMaterial(MapFixObjects[451], 0, 0, "none", "none", 0);
947-
		MapFixObjects[452] = mf_CreateObject(2904, 453.1383, 513.4265, 1004.3114, 0.0, 90.0, 90.0, 4.0);
947+
		MapFixObjects[452] = mf_CreateObject(2957, 456.1647, 513.8776, 1003.7949, 90.0, 0.0, 90.0, 6.0);
948-
		MapFixObjects[453] = mf_CreateObject(2957, 455.4764, 511.4462, 1002.1149, 0.0, 0.0, 0.0, 6.0);
948+
		MapFixObjects[453] = mf_CreateObject(2957, 454.3006, 513.8814, 1003.8049, 90.0, 0.0, 90.0, 6.0);
949-
		MapFixObjects[454] = mf_CreateObject(3117, 453.0726, 515.1799, 1001.9401, 0.0, 90.0, 0.0, 6.0);
949+
		MapFixObjects[454] = mf_CreateObject(2904, 453.1383, 513.4265, 1004.3114, 0.0, 90.0, 90.0, 4.0);
950-
		MapFixObjects[455] = mf_CreateObject(3117, 453.1283, 511.2336, 1001.9401, 0.0, 90.0, 0.0, 6.0);
950+
		MapFixObjects[455] = mf_CreateObject(2957, 455.4764, 511.4462, 1002.1149, 0.0, 0.0, 0.0, 6.0);
951-
		MapFixObjects[456] = mf_CreateObject(3037, 452.8891, 507.164, 1001.6256, 0.0, 0.0, 0.0, 16.0);
951+
		MapFixObjects[456] = mf_CreateObject(3117, 453.0726, 515.1799, 1001.9401, 0.0, 90.0, 0.0, 6.0);
952-
		mf_SetObjectMaterial(MapFixObjects[456], 0, 0, "none", "none", 0);
952+
		MapFixObjects[457] = mf_CreateObject(3117, 453.1283, 511.2336, 1001.9401, 0.0, 90.0, 0.0, 6.0);
953-
		MapFixObjects[457] = mf_CreateObject(3117, 442.3696, 509.1084, 1001.9041, 0.0, 90.0, 0.0, 6.0);
953+
		MapFixObjects[458] = mf_CreateObject(3037, 452.8891, 507.164, 1001.6256, 0.0, 0.0, 0.0, 16.0);
954
		mf_SetObjectMaterial(MapFixObjects[458], 0, 0, "none", "none", 0);
955
		MapFixObjects[459] = mf_CreateObject(3117, 442.3696, 509.1084, 1001.9041, 0.0, 90.0, 0.0, 6.0);
956-
		MapFixObjects[458] = mf_CreateObject(19374, -563.356, -181.631, 79.983, 0.0, 90.0, 0.0, 13.0);
956+
957-
		MapFixObjects[459] = mf_CreateObject(19374, -572.3, -176.617, 80.23, 0.0, 90.0, 0.0, 13.0);
957+
958-
		MapFixObjects[460] = mf_CreateObject(19374, -572.3, -177.9, 80.23, 0.0, 90.0, 0.0, 13.0);
958+
		MapFixObjects[460] = mf_CreateObject(19374, -563.356, -181.631, 79.983, 0.0, 90.0, 0.0, 13.0);
959-
		MapFixObjects[461] = mf_CreateObject(19374, -568.8, -176.617, 80.23, 0.0, 90.0, 0.0, 13.0);
959+
		MapFixObjects[461] = mf_CreateObject(19374, -572.3, -176.617, 80.23, 0.0, 90.0, 0.0, 13.0);
960-
		MapFixObjects[462] = mf_CreateObject(19374, -568.8, -177.9, 80.23, 0.0, 90.0, 0.0, 13.0);
960+
		MapFixObjects[462] = mf_CreateObject(19374, -572.3, -177.9, 80.23, 0.0, 90.0, 0.0, 13.0);
961-
		MapFixObjects[463] = mf_CreateObject(19374, -565.3, -176.617, 80.23, 0.0, 90.0, 0.0, 13.0);
961+
		MapFixObjects[463] = mf_CreateObject(19374, -568.8, -176.617, 80.23, 0.0, 90.0, 0.0, 13.0);
962-
		MapFixObjects[464] = mf_CreateObject(19374, -565.3, -177.9, 80.23, 0.0, 90.0, 0.0, 13.0);
962+
		MapFixObjects[464] = mf_CreateObject(19374, -568.8, -177.9, 80.23, 0.0, 90.0, 0.0, 13.0);
963-
		MapFixObjects[465] = mf_CreateObject(19374, -562.915, -176.617, 80.23, 0.0, 90.0, 0.0, 13.0);
963+
		MapFixObjects[465] = mf_CreateObject(19374, -565.3, -176.617, 80.23, 0.0, 90.0, 0.0, 13.0);
964-
		MapFixObjects[466] = mf_CreateObject(19374, -562.915, -177.9, 80.23, 0.0, 90.0, 0.0, 13.0);
964+
		MapFixObjects[466] = mf_CreateObject(19374, -565.3, -177.9, 80.23, 0.0, 90.0, 0.0, 13.0);
965-
		MapFixObjects[467] = mf_CreateObject(19374, -537.33, -98.473, 64.867, 0.0, 90.0, 0.0, 13.0);
965+
		MapFixObjects[467] = mf_CreateObject(19374, -562.915, -176.617, 80.23, 0.0, 90.0, 0.0, 13.0);
966-
		MapFixObjects[468] = mf_CreateObject(19374, -528.4, -101.95, 65.0, 0.0, 90.0, 0.0, 13.0);
966+
		MapFixObjects[468] = mf_CreateObject(19374, -562.915, -177.9, 80.23, 0.0, 90.0, 0.0, 13.0);
967-
		MapFixObjects[469] = mf_CreateObject(19374, -528.4, -103.7, 65.0, 0.0, 90.0, 0.0, 13.0);
967+
		MapFixObjects[469] = mf_CreateObject(19374, -537.33, -98.473, 64.867, 0.0, 90.0, 0.0, 13.0);
968-
		MapFixObjects[470] = mf_CreateObject(19374, -531.9, -103.6, 65.0, 0.0, 90.0, 0.0, 13.0);
968+
		MapFixObjects[470] = mf_CreateObject(19374, -528.4, -101.95, 65.0, 0.0, 90.0, 0.0, 13.0);
969-
		MapFixObjects[471] = mf_CreateObject(19374, -531.9, -101.95, 65.0, 0.0, 90.0, 0.0, 13.0);
969+
		MapFixObjects[471] = mf_CreateObject(19374, -528.4, -103.7, 65.0, 0.0, 90.0, 0.0, 13.0);
970-
		MapFixObjects[472] = mf_CreateObject(19374, -535.4, -103.6, 65.0, 0.0, 90.0, 0.0, 13.0);
970+
		MapFixObjects[472] = mf_CreateObject(19374, -531.9, -103.6, 65.0, 0.0, 90.0, 0.0, 13.0);
971-
		MapFixObjects[473] = mf_CreateObject(19374, -537.75, -103.6, 65.0, 0.0, 90.0, 0.0, 13.0);
971+
		MapFixObjects[473] = mf_CreateObject(19374, -531.9, -101.95, 65.0, 0.0, 90.0, 0.0, 13.0);
972-
		MapFixObjects[474] = mf_CreateObject(19374, -537.75, -101.95, 65.0, 0.0, 90.0, 0.0, 13.0);
972+
		MapFixObjects[474] = mf_CreateObject(19374, -535.4, -103.6, 65.0, 0.0, 90.0, 0.0, 13.0);
973-
		MapFixObjects[475] = mf_CreateObject(19374, -535.4, -101.95, 65.0, 0.0, 90.0, 0.0, 13.0);
973+
		MapFixObjects[475] = mf_CreateObject(19374, -537.75, -103.6, 65.0, 0.0, 90.0, 0.0, 13.0);
974-
		MapFixObjects[476] = mf_CreateObject(19374, 2355.8, -648.51, 129.636, 0.0, 90.0, 0.0, 13.0);
974+
		MapFixObjects[476] = mf_CreateObject(19374, -537.75, -101.95, 65.0, 0.0, 90.0, 0.0, 13.0);
975-
		MapFixObjects[477] = mf_CreateObject(19374, 2352.2, -657.6, 129.763, 0.0, 90.0, 270.0, 13.0);
975+
		MapFixObjects[477] = mf_CreateObject(19374, -535.4, -101.95, 65.0, 0.0, 90.0, 0.0, 13.0);
976-
		MapFixObjects[478] = mf_CreateObject(19374, 2350.94, -657.6, 129.763, 0.0, 90.0, 270.0, 13.0);
976+
		MapFixObjects[478] = mf_CreateObject(19374, 2355.8, -648.51, 129.636, 0.0, 90.0, 0.0, 13.0);
977-
		MapFixObjects[479] = mf_CreateObject(19374, 2350.94, -654.2, 129.763, 0.0, 90.0, 270.0, 13.0);
977+
		MapFixObjects[479] = mf_CreateObject(19374, 2352.2, -657.6, 129.763, 0.0, 90.0, 270.0, 13.0);
978-
		MapFixObjects[480] = mf_CreateObject(19374, 2350.94, -650.7, 129.763, 0.0, 90.0, 270.0, 13.0);
978+
		MapFixObjects[480] = mf_CreateObject(19374, 2350.94, -657.6, 129.763, 0.0, 90.0, 270.0, 13.0);
979-
		MapFixObjects[481] = mf_CreateObject(19374, 2350.94, -648.0, 129.763, 0.0, 90.0, 270.0, 13.0);
979+
		MapFixObjects[481] = mf_CreateObject(19374, 2350.94, -654.2, 129.763, 0.0, 90.0, 270.0, 13.0);
980-
		MapFixObjects[482] = mf_CreateObject(19374, 2352.2, -648.0, 129.763, 0.0, 90.0, 270.0, 13.0);
980+
		MapFixObjects[482] = mf_CreateObject(19374, 2350.94, -650.7, 129.763, 0.0, 90.0, 270.0, 13.0);
981-
		MapFixObjects[483] = mf_CreateObject(19374, 2352.2, -650.7, 129.763, 0.0, 90.0, 270.0, 13.0);
981+
		MapFixObjects[483] = mf_CreateObject(19374, 2350.94, -648.0, 129.763, 0.0, 90.0, 270.0, 13.0);
982-
		MapFixObjects[484] = mf_CreateObject(19374, 2352.2, -654.2, 129.763, 0.0, 90.0, 270.0, 13.0);
982+
		MapFixObjects[484] = mf_CreateObject(19374, 2352.2, -648.0, 129.763, 0.0, 90.0, 270.0, 13.0);
983
		MapFixObjects[485] = mf_CreateObject(19374, 2352.2, -650.7, 129.763, 0.0, 90.0, 270.0, 13.0);
984
		MapFixObjects[486] = mf_CreateObject(19374, 2352.2, -654.2, 129.763, 0.0, 90.0, 270.0, 13.0);
985-
		MapFixObjects[485] = mf_CreateObject(19368, 2159.43, 2821.227, 11.2046, 0.0, 0.0, 90.0, 13.0);
985+
986-
		mf_SetObjectMaterial(MapFixObjects[485], 0, 0, "none", "none", 0);
986+
987-
		MapFixObjects[486] = mf_CreateObject(19368, 2159.43, 2820.4243, 11.2046, 0.0, 0.0, 90.0, 13.0);
987+
		MapFixObjects[487] = mf_CreateObject(19368, 2159.43, 2821.227, 11.2046, 0.0, 0.0, 90.0, 13.0);
988-
		mf_SetObjectMaterial(MapFixObjects[486], 0, 0, "none", "none", 0);
988+
		mf_SetObjectMaterial(MapFixObjects[487], 0, 0, "none", "none", 0);
989
		MapFixObjects[488] = mf_CreateObject(19368, 2159.43, 2820.4243, 11.2046, 0.0, 0.0, 90.0, 13.0);
990
		mf_SetObjectMaterial(MapFixObjects[488], 0, 0, "none", "none", 0);
991-
		MapFixObjects[487] = mf_CreateObject(3055, 960.7, 2103.3, 1015.9, 0.0, 0.0, 0.0, 10.0);
991+
992
	#if !defined DISABLE_MAPFIX_PLACE_133
993
		MapFixObjects[489] = mf_CreateObject(3055, 960.7, 2103.3, 1015.9, 0.0, 0.0, 0.0, 10.0);
994-
		MapFixObjects[488] = mf_CreateObject(3117, 2329.7, 3.0, 30.4, 35.0, 0.0, 0.0, 13.0);
994+
995
	#if !defined DISABLE_MAPFIX_PLACE_134
996-
		MapFixObjects[489] = mf_CreateObject(3117, 2329.7, 4.5, 30.4, 35.0, 0.0, 180.0, 13.0);
996+
		MapFixObjects[490] = mf_CreateObject(3117, 2329.7, 3.0, 30.4, 35.0, 0.0, 0.0, 13.0);
997-
		mf_SetObjectMaterial(MapFixObjects[489], 0, 0, "none", "none", 0);
997+
998-
		MapFixObjects[490] = mf_CreateObject(3117, 2329.7, -0.4, 30.4, 35.0, 0.0, 180.0, 13.0);
998+
		MapFixObjects[491] = mf_CreateObject(3117, 2329.7, 4.5, 30.4, 35.0, 0.0, 180.0, 13.0);
999
		mf_SetObjectMaterial(MapFixObjects[491], 0, 0, "none", "none", 0);
1000-
		MapFixObjects[491] = mf_CreateObject(3117, 2329.7, -1.9, 30.4, 35.0, 0.0, 0.0, 13.0);
1000+
		MapFixObjects[492] = mf_CreateObject(3117, 2329.7, -0.4, 30.4, 35.0, 0.0, 180.0, 13.0);
1001
		mf_SetObjectMaterial(MapFixObjects[492], 0, 0, "none", "none", 0);
1002
		MapFixObjects[493] = mf_CreateObject(3117, 2329.7, -1.9, 30.4, 35.0, 0.0, 0.0, 13.0);
1003
		mf_SetObjectMaterial(MapFixObjects[493], 0, 0, "none", "none", 0);
1004-
		MapFixObjects[492] = mf_CreateObject(3117, 2333.8, 51.8, 30.0, 0.0, 90.0, 0.0, 6.0);
1004+
1005-
		MapFixObjects[493] = mf_CreateObject(3117, 2332.1, 51.8, 28.3, 0.0, 0.0, 0.0, 6.0);
1005+
1006
		MapFixObjects[494] = mf_CreateObject(3117, 2333.8, 51.8, 30.0, 0.0, 90.0, 0.0, 6.0);
1007
		MapFixObjects[495] = mf_CreateObject(3117, 2332.1, 51.8, 28.3, 0.0, 0.0, 0.0, 6.0);
1008-
		MapFixObjects[494] = mf_CreateObject(3084, 2498.1, -2018.8, 12.4, 270.0, 0.0, 0.0, 14.0);
1008+
1009
	#if !defined DISABLE_MAPFIX_PLACE_136
1010
		MapFixObjects[496] = mf_CreateObject(3084, 2498.1, -2018.8, 12.4, 270.0, 0.0, 0.0, 14.0);
1011-
		MapFixObjects[495] = mf_CreateFloorObject(3055, 189.5, 175.1, 1002.0, 90.0, 0.0, 0.0, 10.0);
1011+
1012-
		MapFixObjects[496] = mf_CreateObject(3055, 187.8, 175.4, 1003.0, 0.0, 0.0, 270.0, 10.0);
1012+
1013-
		MapFixObjects[497] = mf_CreateObject(3055, 191.5, 173.2, 1003.0, 0.0, 0.0, 270.0, 10.0);
1013+
		MapFixObjects[497] = mf_CreateFloorObject(3055, 189.5, 175.1, 1002.0, 90.0, 0.0, 0.0, 10.0);
1014
		MapFixObjects[498] = mf_CreateObject(3055, 187.8, 175.4, 1003.0, 0.0, 0.0, 270.0, 10.0);
1015
		MapFixObjects[499] = mf_CreateObject(3055, 191.5, 173.2, 1003.0, 0.0, 0.0, 270.0, 10.0);
1016-
		MapFixObjects[498] = mf_CreateObject(3117, 2235.5, -1105.18, 1052.9, 270.0, 0.0, 90.0, 13.0);
1016+
1017-
		mf_SetObjectMaterial(MapFixObjects[498], 0, 0, "none", "none", 0);
1017+
1018
		MapFixObjects[500] = mf_CreateObject(3117, 2235.5, -1105.18, 1052.9, 270.0, 0.0, 90.0, 13.0);
1019
		mf_SetObjectMaterial(MapFixObjects[500], 0, 0, "none", "none", 0);
1020-
		MapFixObjects[499] = mf_CreateObject(2938, 608.9, -76.5, 998.7, 0.0, 0.0, 0.0, 17.0);
1020+
1021-
		mf_SetObjectMaterial(MapFixObjects[499], 0, 0, "none", "none", 0);
1021+
1022
		MapFixObjects[501] = mf_CreateObject(2938, 608.9, -76.5, 998.7, 0.0, 0.0, 0.0, 17.0);
1023
		mf_SetObjectMaterial(MapFixObjects[501], 0, 0, "none", "none", 0);
1024-
		MapFixObjects[500] = mf_CreateObject(696, -2362.8, -1963.3, 295.7, 0.0, 0.0, 0.0, 60.0);
1024+
1025
	#if !defined DISABLE_MAPFIX_PLACE_140
1026-
		mf_SetObjectMaterial(MapFixObjects[500], 1, 0, "none", "none", 0);
1026+
		MapFixObjects[502] = mf_CreateObject(696, -2362.8, -1963.3, 295.7, 0.0, 0.0, 0.0, 60.0);
1027-
		mf_SetObjectMaterial(MapFixObjects[500], 2, 0, "none", "none", 0);
1027+
		mf_SetObjectMaterial(MapFixObjects[502], 0, 0, "none", "none", 0);
1028-
		MapFixObjects[501] = mf_CreateObject(696, -2398.6, -1928.2, 300.9, 0.0, 0.0, 0.0, 60.0);
1028+
		mf_SetObjectMaterial(MapFixObjects[502], 1, 0, "none", "none", 0);
1029
		mf_SetObjectMaterial(MapFixObjects[502], 2, 0, "none", "none", 0);
1030-
		mf_SetObjectMaterial(MapFixObjects[501], 1, 0, "none", "none", 0);
1030+
		MapFixObjects[503] = mf_CreateObject(696, -2398.6, -1928.2, 300.9, 0.0, 0.0, 0.0, 60.0);
1031-
		mf_SetObjectMaterial(MapFixObjects[501], 2, 0, "none", "none", 0);
1031+
		mf_SetObjectMaterial(MapFixObjects[503], 0, 0, "none", "none", 0);
1032
		mf_SetObjectMaterial(MapFixObjects[503], 1, 0, "none", "none", 0);
1033
		mf_SetObjectMaterial(MapFixObjects[503], 2, 0, "none", "none", 0);
1034-
		MapFixObjects[502] = mf_CreateObject(3084, -1506.9, 916.9, 6.18, 90.0, 0.0, 268.0, 14.0);
1034+
1035-
		MapFixObjects[503] = mf_CreateObject(3084, -1507.5, 904.5, 6.18, 90.0, 0.0, 265.99, 14.0);
1035+
1036-
		MapFixObjects[504] = mf_CreateObject(3084, -1508.4, 892.1, 6.18, 90.0, 0.0, 265.99, 14.0);
1036+
		MapFixObjects[504] = mf_CreateObject(3084, -1506.9, 916.9, 6.18, 90.0, 0.0, 268.0, 14.0);
1037-
		MapFixObjects[505] = mf_CreateObject(3084, -1509.3, 879.7, 6.18, 90.0, 0.0, 265.99, 14.0);
1037+
		MapFixObjects[505] = mf_CreateObject(3084, -1507.5, 904.5, 6.18, 90.0, 0.0, 265.99, 14.0);
1038-
		MapFixObjects[506] = mf_CreateObject(3084, -1510.3, 867.4, 6.18, 90.0, 0.0, 265.99, 14.0);
1038+
		MapFixObjects[506] = mf_CreateObject(3084, -1508.4, 892.1, 6.18, 90.0, 0.0, 265.99, 14.0);
1039
		MapFixObjects[507] = mf_CreateObject(3084, -1509.3, 879.7, 6.18, 90.0, 0.0, 265.99, 14.0);
1040
		MapFixObjects[508] = mf_CreateObject(3084, -1510.3, 867.4, 6.18, 90.0, 0.0, 265.99, 14.0);
1041-
		MapFixObjects[507] = mf_CreateObject(3084, -1.9, -0.2, 999.9, 0.0, 0.0, 90.0, 17.0);
1041+
1042-
		mf_SetObjectMaterial(MapFixObjects[507], 0, 0, "none", "none", 0);
1042+
1043-
		MapFixObjects[508] = mf_CreateObject(3084, 2.5, -0.3, 999.9, 0.0, 0.0, 90.0, 17.0);
1043+
		MapFixObjects[509] = mf_CreateObject(3084, -1.9, -0.2, 999.9, 0.0, 0.0, 90.0, 17.0);
1044-
		mf_SetObjectMaterial(MapFixObjects[508], 0, 0, "none", "none", 0);
1044+
1045-
		MapFixObjects[509] = mf_CreateObject(2957, 0.3, -6.4, 1000.0, 0.0, 0.0, 0.0, 13.0);
1045+
		MapFixObjects[510] = mf_CreateObject(3084, 2.5, -0.3, 999.9, 0.0, 0.0, 90.0, 17.0);
1046
		mf_SetObjectMaterial(MapFixObjects[510], 0, 0, "none", "none", 0);
1047-
		MapFixObjects[510] = mf_CreateObject(2957, 0.3, -6.1, 998.3, 90.0, 0.0, 0.0, 6.0);
1047+
		MapFixObjects[511] = mf_CreateObject(2957, 0.3, -6.4, 1000.0, 0.0, 0.0, 0.0, 13.0);
1048-
		MapFixObjects[511] = mf_CreateObject(2957, 0.8, 7.6, 999.7, 0.0, 0.0, 0.0, 6.0);
1048+
		mf_SetObjectMaterial(MapFixObjects[511], 0, 0, "none", "none", 0);
1049-
		MapFixObjects[512] = mf_CreateObject(10184, 0.2, 0.9, 1001.8, 0.0, 90.0, 0.0, 18.0);
1049+
		MapFixObjects[512] = mf_CreateObject(2957, 0.3, -6.1, 998.3, 90.0, 0.0, 0.0, 6.0);
1050-
		MapFixObjects[513] = mf_CreateObject(3117, -0.9, 6.5, 999.4, 0.0, 90.0, 0.0, 6.0);
1050+
		MapFixObjects[513] = mf_CreateObject(2957, 0.8, 7.6, 999.7, 0.0, 0.0, 0.0, 6.0);
1051-
		MapFixObjects[514] = mf_CreateObject(3117, 2.6, 6.5, 999.4, 0.0, 90.0, 180.0, 6.0);
1051+
		MapFixObjects[514] = mf_CreateObject(10184, 0.2, 0.9, 1001.8, 0.0, 90.0, 0.0, 18.0);
1052-
		MapFixObjects[515] = mf_CreateObject(3117, -0.7, 5.6, 1000.0, 0.0, 90.0, 270.0, 13.0);
1052+
		MapFixObjects[515] = mf_CreateObject(3117, -0.9, 6.5, 999.4, 0.0, 90.0, 0.0, 6.0);
1053-
		mf_SetObjectMaterial(MapFixObjects[515], 0, 0, "none", "none", 0);
1053+
		MapFixObjects[516] = mf_CreateObject(3117, 2.6, 6.5, 999.4, 0.0, 90.0, 180.0, 6.0);
1054-
		MapFixObjects[516] = mf_CreateObject(3117, 2.6, 5.6, 1000.0, 0.0, 90.0, 270.0, 13.0);
1054+
		MapFixObjects[517] = mf_CreateObject(3117, -0.7, 5.6, 1000.0, 0.0, 90.0, 270.0, 13.0);
1055-
		mf_SetObjectMaterial(MapFixObjects[516], 0, 0, "none", "none", 0);
1055+
		mf_SetObjectMaterial(MapFixObjects[517], 0, 0, "none", "none", 0);
1056-
		MapFixObjects[517] = mf_CreateObject(3117, 0.9, 6.6, 1001.3, 0.0, 180.0, 179.995, 6.0);
1056+
		MapFixObjects[518] = mf_CreateObject(3117, 2.6, 5.6, 1000.0, 0.0, 90.0, 270.0, 13.0);
1057-
		MapFixObjects[518] = mf_CreateObject(1566, -0.9, 6.0, 1000.0, 0.0, 0.0, 270.0, 12.0);
1057+
1058
		MapFixObjects[519] = mf_CreateObject(3117, 0.9, 6.6, 1001.3, 0.0, 180.0, 179.995, 6.0);
1059-
		MapFixObjects[519] = mf_CreateObject(1566, -0.8, 2.8, 1000.0, 0.0, 0.0, 180.0, 12.0);
1059+
		MapFixObjects[520] = mf_CreateObject(1566, -0.9, 6.0, 1000.0, 0.0, 0.0, 270.0, 12.0);
1060-
		mf_SetObjectMaterial(MapFixObjects[519], 0, 0, "none", "none", 0);
1060+
1061-
		MapFixObjects[520] = mf_CreateObject(2893, -0.8, 3.05, 1002.0, 73.5, 0.0, 90.0, 13.0);
1061+
		MapFixObjects[521] = mf_CreateObject(1566, -0.8, 2.8, 1000.0, 0.0, 0.0, 180.0, 12.0);
1062
		mf_SetObjectMaterial(MapFixObjects[521], 0, 0, "none", "none", 0);
1063-
		MapFixObjects[521] = mf_CreateObject(3117, -1.9, 4.5, 1001.3, 0.0, 180.0, 90.0, 6.0);
1063+
		MapFixObjects[522] = mf_CreateObject(2893, -0.8, 3.05, 1002.0, 73.5, 0.0, 90.0, 13.0);
1064
		mf_SetObjectMaterial(MapFixObjects[522], 0, 0, "none", "none", 0);
1065
		MapFixObjects[523] = mf_CreateObject(3117, -1.9, 4.5, 1001.3, 0.0, 180.0, 90.0, 6.0);
1066-
		MapFixObjects[522] = mf_CreateObject(19377, 2187.3974, 1628.4919, 1042.3125, 270.0, 180.0, 180.0, 18.0);
1066+
1067
	#if !defined DISABLE_MAPFIX_PLACE_143 //by _leon_lacartez_, 0.3e objects are used
1068-
		MapFixObjects[523] = mf_CreateObject(19377, 2191.6188, 1628.4919, 1042.3125, 270.0, 180.0, 180.0, 16.0);
1068+
		MapFixObjects[524] = mf_CreateObject(19377, 2187.3974, 1628.4919, 1042.3125, 270.0, 180.0, 180.0, 18.0);
1069-
		MapFixObjects[524] = mf_CreateObject(19377, 2187.3974, 1618.0515, 1042.3125, 270.0, 180.0, 180.0, 16.0);
1069+
		mf_SetObjectMaterial(MapFixObjects[524], 0, 0, "none", "none", 0);
1070-
		MapFixObjects[525] = mf_CreateObject(19377, 2191.6188, 1618.0151, 1042.3125, 270.0, 180.0, 180.0, 16.0);
1070+
		MapFixObjects[525] = mf_CreateObject(19377, 2191.6188, 1628.4919, 1042.3125, 270.0, 180.0, 180.0, 16.0);
1071-
		MapFixObjects[526] = mf_CreateObject(19377, 2189.7272, 1620.1258, 1042.3125, 270.0, 180.0, 270.0, 16.0);
1071+
		MapFixObjects[526] = mf_CreateObject(19377, 2187.3974, 1618.0515, 1042.3125, 270.0, 180.0, 180.0, 16.0);
1072-
		MapFixObjects[527] = mf_CreateObject(19377, 2175.1777, 1620.1258, 1042.3125, 270.0, 180.0, 270.0, 16.0);
1072+
		MapFixObjects[527] = mf_CreateObject(19377, 2191.6188, 1618.0151, 1042.3125, 270.0, 180.0, 180.0, 16.0);
1073-
		MapFixObjects[528] = mf_CreateFloorObject(19377, 2182.8872, 1628.7283, 1042.3125, 0.0, 90.0, 0.0, 16.0);
1073+
		MapFixObjects[528] = mf_CreateObject(19377, 2189.7272, 1620.1258, 1042.3125, 270.0, 180.0, 270.0, 16.0);
1074-
		MapFixObjects[529] = mf_CreateFloorObject(19377, 2182.8872, 1619.1282, 1042.3125, 0.0, 90.0, 0.0, 16.0);
1074+
		MapFixObjects[529] = mf_CreateObject(19377, 2175.1777, 1620.1258, 1042.3125, 270.0, 180.0, 270.0, 16.0);
1075-
		MapFixObjects[530] = mf_CreateFloorObject(19377, 2193.3618, 1628.7283, 1042.3125, 0.0, 90.0, 0.0, 16.0);
1075+
		MapFixObjects[530] = mf_CreateFloorObject(19377, 2182.8872, 1628.7283, 1042.3125, 0.0, 90.0, 0.0, 16.0);
1076-
		MapFixObjects[531] = mf_CreateFloorObject(19377, 2193.3618, 1619.1003, 1042.3125, 0.0, 90.0, 0.0, 16.0);
1076+
		MapFixObjects[531] = mf_CreateFloorObject(19377, 2182.8872, 1619.1282, 1042.3125, 0.0, 90.0, 0.0, 16.0);
1077-
		MapFixObjects[532] = mf_CreateObject(19377, 2182.4968, 1633.6617, 1042.3125, 270.0, 180.0, 90.0, 16.0);
1077+
		MapFixObjects[532] = mf_CreateFloorObject(19377, 2193.3618, 1628.7283, 1042.3125, 0.0, 90.0, 0.0, 16.0);
1078-
		MapFixObjects[533] = mf_CreateObject(19377, 2177.5153, 1628.4919, 1042.3125, 270.0, 180.0, 180.0, 16.0);
1078+
		MapFixObjects[533] = mf_CreateFloorObject(19377, 2193.3618, 1619.1003, 1042.3125, 0.0, 90.0, 0.0, 16.0);
1079-
		MapFixObjects[534] = mf_CreateObject(19377, 2192.9362, 1633.6617, 1042.3125, 270.0, 180.0, 90.0, 16.0);
1079+
		MapFixObjects[534] = mf_CreateObject(19377, 2182.4968, 1633.6617, 1042.3125, 270.0, 180.0, 90.0, 16.0);
1080-
		MapFixObjects[535] = mf_CreateObject(19377, 2182.4968, 1619.3806, 1042.3125, 270.0, 180.0, 90.0, 16.0);
1080+
		MapFixObjects[535] = mf_CreateObject(19377, 2177.5153, 1628.4919, 1042.3125, 270.0, 180.0, 180.0, 16.0);
1081-
		MapFixObjects[536] = mf_CreateObject(19377, 2177.5153, 1618.0323, 1042.3125, 270.0, 180.0, 180.0, 16.0);
1081+
		MapFixObjects[536] = mf_CreateObject(19377, 2192.9362, 1633.6617, 1042.3125, 270.0, 180.0, 90.0, 16.0);
1082-
		MapFixObjects[537] = mf_CreateObject(19377, 2182.7370, 1628.7283, 1047.1828, 0.0, 90.0, 0.0, 16.0);
1082+
		MapFixObjects[537] = mf_CreateObject(19377, 2182.4968, 1619.3806, 1042.3125, 270.0, 180.0, 90.0, 16.0);
1083-
		MapFixObjects[538] = mf_CreateObject(19377, 2193.1574, 1628.7283, 1047.1828, 0.0, 90.0, 0.0, 16.0);
1083+
		MapFixObjects[538] = mf_CreateObject(19377, 2177.5153, 1618.0323, 1042.3125, 270.0, 180.0, 180.0, 16.0);
1084-
		MapFixObjects[539] = mf_CreateObject(19377, 2193.1574, 1619.1281, 1047.1828, 0.0, 90.0, 0.0, 16.0);
1084+
		MapFixObjects[539] = mf_CreateObject(19377, 2182.7370, 1628.7283, 1047.1828, 0.0, 90.0, 0.0, 16.0);
1085-
		MapFixObjects[540] = mf_CreateObject(19377, 2182.7592, 1619.1281, 1047.1828, 0.0, 90.0, 0.0, 16.0);
1085+
		MapFixObjects[540] = mf_CreateObject(19377, 2193.1574, 1628.7283, 1047.1828, 0.0, 90.0, 0.0, 16.0);
1086
		MapFixObjects[541] = mf_CreateObject(19377, 2193.1574, 1619.1281, 1047.1828, 0.0, 90.0, 0.0, 16.0);
1087
		MapFixObjects[542] = mf_CreateObject(19377, 2182.7592, 1619.1281, 1047.1828, 0.0, 90.0, 0.0, 16.0);
1088-
		MapFixObjects[541] = mf_CreateFloorObject(19377, 447.1334, -107.2663, 998.4553, 0.0, 90.0, 180.0, 16.0);
1088+
1089-
		MapFixObjects[542] = mf_CreateFloorObject(19377, 457.5733, -107.2663, 998.4553, 0.0, 90.0, 180.0, 16.0);
1089+
1090-
		MapFixObjects[543] = mf_CreateObject(19377, 461.1731, -107.2663, 997.5545, 0.0, 180.0, 180.0, 16.0);
1090+
		MapFixObjects[543] = mf_CreateFloorObject(19377, 447.1334, -107.2663, 998.4553, 0.0, 90.0, 180.0, 16.0);
1091-
		MapFixObjects[544] = mf_CreateObject(19377, 441.7835, -107.2663, 998.4854, 0.0, 180.0, 180.0, 16.0);
1091+
		MapFixObjects[544] = mf_CreateFloorObject(19377, 457.5733, -107.2663, 998.4553, 0.0, 90.0, 180.0, 16.0);
1092-
		MapFixObjects[545] = mf_CreateObject(19377, 447.1334, -103.3863, 998.4553, 90.0, 90.0, 180.0, 16.0);
1092+
		MapFixObjects[545] = mf_CreateObject(19377, 461.1731, -107.2663, 997.5545, 0.0, 180.0, 180.0, 16.0);
1093-
		MapFixObjects[546] = mf_CreateObject(19377, 457.6134, -103.4063, 998.4553, 90.0, 90.0, 180.0, 16.0);
1093+
		MapFixObjects[546] = mf_CreateObject(19377, 441.7835, -107.2663, 998.4854, 0.0, 180.0, 180.0, 16.0);
1094-
		MapFixObjects[547] = mf_CreateObject(19377, 457.6134, -111.7963, 998.4553, 90.0, 90.0, 180.0, 16.0);
1094+
		MapFixObjects[547] = mf_CreateObject(19377, 447.1334, -103.3863, 998.4553, 90.0, 90.0, 180.0, 16.0);
1095-
		MapFixObjects[548] = mf_CreateObject(19377, 447.1234, -111.7963, 998.4553, 90.0, 90.0, 180.0, 16.0);
1095+
		MapFixObjects[548] = mf_CreateObject(19377, 457.6134, -103.4063, 998.4553, 90.0, 90.0, 180.0, 16.0);
1096-
		MapFixObjects[549] = mf_CreateObject(19377, 447.1334, -104.0, 1002.3131, 11.5, 90.0, 180.0, 16.0);
1096+
		MapFixObjects[549] = mf_CreateObject(19377, 457.6134, -111.7963, 998.4553, 90.0, 90.0, 180.0, 16.0);
1097-
		MapFixObjects[550] = mf_CreateObject(19377, 457.5735, -104.0, 1002.3131, 11.5, 90.0, 180.0, 16.0);
1097+
		MapFixObjects[550] = mf_CreateObject(19377, 447.1234, -111.7963, 998.4553, 90.0, 90.0, 180.0, 16.0);
1098-
		MapFixObjects[551] = mf_CreateObject(19377, 447.1334, -109.4549, 1002.6306, -10.3, 90.0, 180.0, 18.0);
1098+
		MapFixObjects[551] = mf_CreateObject(19377, 447.1334, -104.0, 1002.3131, 11.5, 90.0, 180.0, 16.0);
1099-
		mf_SetObjectMaterial(MapFixObjects[551], 0, 0, "none", "none", 0);
1099+
		MapFixObjects[552] = mf_CreateObject(19377, 457.5735, -104.0, 1002.3131, 11.5, 90.0, 180.0, 16.0);
1100-
		MapFixObjects[552] = mf_CreateObject(19377, 457.6135, -109.4549, 1002.6306, -10.3, 90.0, 180.0, 18.0);
1100+
		MapFixObjects[553] = mf_CreateObject(19377, 447.1334, -109.4549, 1002.6306, -10.3, 90.0, 180.0, 18.0);
1101-
		mf_SetObjectMaterial(MapFixObjects[552], 0, 0, "none", "none", 0);
1101+
1102-
		MapFixObjects[553] = mf_CreateObject(19377, 450.2434, -106.4663, 994.7451, 90.0, 90.0, 180.0, 18.0);
1102+
		MapFixObjects[554] = mf_CreateObject(19377, 457.6135, -109.4549, 1002.6306, -10.3, 90.0, 180.0, 18.0);
1103
		mf_SetObjectMaterial(MapFixObjects[554], 0, 0, "none", "none", 0);
1104-
		MapFixObjects[554] = mf_CreateObject(19377, 460.6732, -106.4663, 994.7451, 90.0, 90.0, 180.0, 18.0);
1104+
		MapFixObjects[555] = mf_CreateObject(19377, 450.2434, -106.4663, 994.7451, 90.0, 90.0, 180.0, 18.0);
1105
		mf_SetObjectMaterial(MapFixObjects[555], 0, 0, "none", "none", 0);
1106-
		MapFixObjects[555] = mf_CreateObject(19377, 460.6732, -106.0064, 994.7451, 90.0, 90.0, 180.0, 18.0);
1106+
		MapFixObjects[556] = mf_CreateObject(19377, 460.6732, -106.4663, 994.7451, 90.0, 90.0, 180.0, 18.0);
1107
		mf_SetObjectMaterial(MapFixObjects[556], 0, 0, "none", "none", 0);
1108-
		MapFixObjects[556] = mf_CreateObject(19377, 450.2434, -106.0063, 994.7451, 90.0, 90.0, 180.0, 18.0);
1108+
		MapFixObjects[557] = mf_CreateObject(19377, 460.6732, -106.0064, 994.7451, 90.0, 90.0, 180.0, 18.0);
1109
		mf_SetObjectMaterial(MapFixObjects[557], 0, 0, "none", "none", 0);
1110
		MapFixObjects[558] = mf_CreateObject(19377, 450.2434, -106.0063, 994.7451, 90.0, 90.0, 180.0, 18.0);
1111
		mf_SetObjectMaterial(MapFixObjects[558], 0, 0, "none", "none", 0);
1112-
		MapFixObjects[557] = mf_CreateObject(3037, 603.617, -10.7536, 1001.9877, 0.0, 0.0, 0.0, 16.0);
1112+
1113
	#if !defined DISABLE_MAPFIX_PLACE_145 //by _leon_lacartez_
1114
		MapFixObjects[559] = mf_CreateObject(3037, 603.617, -10.7536, 1001.9877, 0.0, 0.0, 0.0, 16.0);
1115
		mf_SetObjectMaterial(MapFixObjects[559], 0, 0, "none", "none", 0);
1116-
		MapFixObjects[558] = mf_CreateObject(9339, 2317.03, 1416.4, 22.96, 0.05, 0.0, 0.0, 28.0);
1116+
1117
	#if !defined DISABLE_MAPFIX_PLACE_146
1118-
		MapFixObjects[559] = mf_CreateObject(9339, 2317.03, 1442.5, 22.98, 0.05, 0.0, 0.0, 28.0);
1118+
		MapFixObjects[560] = mf_CreateObject(9339, 2317.03, 1416.4, 22.96, 0.05, 0.0, 0.0, 28.0);
1119
		mf_SetObjectMaterial(MapFixObjects[560], 0, 0, "none", "none", 0);
1120-
		MapFixObjects[560] = mf_CreateObject(9339, 2317.03, 1468.6, 22.99, 0.05, 0.0, 0.0, 28.0);
1120+
		MapFixObjects[561] = mf_CreateObject(9339, 2317.03, 1442.5, 22.98, 0.05, 0.0, 0.0, 28.0);
1121
		mf_SetObjectMaterial(MapFixObjects[561], 0, 0, "none", "none", 0);
1122-
		MapFixObjects[561] = mf_CreateObject(9339, 2317.03, 1490.7, 23.01, 0.05, 0.0, 0.0, 28.0);
1122+
		MapFixObjects[562] = mf_CreateObject(9339, 2317.03, 1468.6, 22.99, 0.05, 0.0, 0.0, 28.0);
1123
		mf_SetObjectMaterial(MapFixObjects[562], 0, 0, "none", "none", 0);
1124-
		MapFixObjects[562] = mf_CreateObject(9339, 2317.03, 1416.4, 35.76, 0.05, 0.0, 0.0, 28.0);
1124+
		MapFixObjects[563] = mf_CreateObject(9339, 2317.03, 1490.7, 23.01, 0.05, 0.0, 0.0, 28.0);
1125
		mf_SetObjectMaterial(MapFixObjects[563], 0, 0, "none", "none", 0);
1126-
		MapFixObjects[563] = mf_CreateObject(9339, 2317.03, 1442.5, 35.78, 0.05, 0.0, 0.0, 28.0);
1126+
		MapFixObjects[564] = mf_CreateObject(9339, 2317.03, 1416.4, 35.76, 0.05, 0.0, 0.0, 28.0);
1127
		mf_SetObjectMaterial(MapFixObjects[564], 0, 0, "none", "none", 0);
1128-
		MapFixObjects[564] = mf_CreateObject(9339, 2317.03, 1468.6, 35.79, 0.05, 0.0, 0.0, 28.0);
1128+
		MapFixObjects[565] = mf_CreateObject(9339, 2317.03, 1442.5, 35.78, 0.05, 0.0, 0.0, 28.0);
1129
		mf_SetObjectMaterial(MapFixObjects[565], 0, 0, "none", "none", 0);
1130-
		MapFixObjects[565] = mf_CreateObject(9339, 2317.03, 1490.7, 35.81, 0.05, 0.0, 0.0, 28.0);
1130+
		MapFixObjects[566] = mf_CreateObject(9339, 2317.03, 1468.6, 35.79, 0.05, 0.0, 0.0, 28.0);
1131
		mf_SetObjectMaterial(MapFixObjects[566], 0, 0, "none", "none", 0);
1132
		MapFixObjects[567] = mf_CreateObject(9339, 2317.03, 1490.7, 35.81, 0.05, 0.0, 0.0, 28.0);
1133
		mf_SetObjectMaterial(MapFixObjects[567], 0, 0, "none", "none", 0);
1134-
		MapFixObjects[566] = mf_CreateObject(983, 2287.5, -1722.35, 15.2, 0.0, 90.0, 90.0, 8.0);
1134+
1135-
		MapFixObjects[567] = mf_CreateObject(983, 2290.0, -1722.35, 15.2, 0.0, 90.0, 90.0, 8.0);
1135+
1136
		MapFixObjects[568] = mf_CreateObject(983, 2287.5, -1722.35, 15.2, 0.0, 90.0, 90.0, 8.0);
1137
		MapFixObjects[569] = mf_CreateObject(983, 2290.0, -1722.35, 15.2, 0.0, 90.0, 90.0, 8.0);
1138-
		MapFixObjects[568] = mf_CreateObject(3037, -1971.5, 748.9, 83.1, 0.0, 0.0, 0.0, 16.0);
1138+
1139-
		mf_SetObjectMaterial(MapFixObjects[568], 0, 0, "none", "none", 0);
1139+
1140-
		MapFixObjects[569] = mf_CreateObject(3037, -1971.5, 759.1, 83.1, 0.0, 0.0, 0.0, 16.0);
1140+
		MapFixObjects[570] = mf_CreateObject(3037, -1971.5, 748.9, 83.1, 0.0, 0.0, 0.0, 16.0);
1141-
		mf_SetObjectMaterial(MapFixObjects[569], 0, 0, "none", "none", 0);
1141+
		mf_SetObjectMaterial(MapFixObjects[570], 0, 0, "none", "none", 0);
1142-
		MapFixObjects[570] = mf_CreateObject(2960, -1971.75, 745.8, 85.2, 0.0, 0.0, 270.0, 6.0);
1142+
		MapFixObjects[571] = mf_CreateObject(3037, -1971.5, 759.1, 83.1, 0.0, 0.0, 0.0, 16.0);
1143-
		MapFixObjects[571] = mf_CreateObject(2960, -1971.75, 750.4, 85.2, 0.0, 0.0, 270.0, 6.0);
1143+
		mf_SetObjectMaterial(MapFixObjects[571], 0, 0, "none", "none", 0);
1144-
		MapFixObjects[572] = mf_CreateObject(2960, -1971.75, 755.0, 85.2, 0.0, 0.0, 270.0, 6.0);
1144+
		MapFixObjects[572] = mf_CreateObject(2960, -1971.75, 745.8, 85.2, 0.0, 0.0, 270.0, 6.0);
1145-
		MapFixObjects[573] = mf_CreateObject(2960, -1971.75, 759.6, 85.2, 0.0, 0.0, 270.0, 6.0);
1145+
		MapFixObjects[573] = mf_CreateObject(2960, -1971.75, 750.4, 85.2, 0.0, 0.0, 270.0, 6.0);
1146-
		MapFixObjects[574] = mf_CreateObject(2960, -1971.75, 763.1, 85.2, 0.0, 0.0, 270.0, 6.0);
1146+
		MapFixObjects[574] = mf_CreateObject(2960, -1971.75, 755.0, 85.2, 0.0, 0.0, 270.0, 6.0);
1147-
		MapFixObjects[575] = mf_CreateObject(3084, -1973.9, 742.6, 77.7, 0.0, 90.0, 0.0, 17.0);
1147+
		MapFixObjects[575] = mf_CreateObject(2960, -1971.75, 759.6, 85.2, 0.0, 0.0, 270.0, 6.0);
1148-
		mf_SetObjectMaterial(MapFixObjects[575], 0, 0, "none", "none", 0);
1148+
		MapFixObjects[576] = mf_CreateObject(2960, -1971.75, 763.1, 85.2, 0.0, 0.0, 270.0, 6.0);
1149-
		MapFixObjects[576] = mf_CreateObject(3084, -1973.9, 742.6, 65.2, 0.0, 90.0, 0.0, 17.0);
1149+
		MapFixObjects[577] = mf_CreateObject(3084, -1973.9, 742.6, 77.7, 0.0, 90.0, 0.0, 17.0);
1150-
		mf_SetObjectMaterial(MapFixObjects[576], 0, 0, "none", "none", 0);
1150+
1151-
		MapFixObjects[577] = mf_CreateObject(3084, -1980.4, 742.6, 77.7, 0.0, 90.0, 0.0, 17.0);
1151+
		MapFixObjects[578] = mf_CreateObject(3084, -1973.9, 742.6, 65.2, 0.0, 90.0, 0.0, 17.0);
1152
		mf_SetObjectMaterial(MapFixObjects[578], 0, 0, "none", "none", 0);
1153-
		MapFixObjects[578] = mf_CreateObject(3084, -1980.4, 742.6, 65.2, 0.0, 90.0, 0.0, 17.0);
1153+
		MapFixObjects[579] = mf_CreateObject(3084, -1980.4, 742.6, 77.7, 0.0, 90.0, 0.0, 17.0);
1154
		mf_SetObjectMaterial(MapFixObjects[579], 0, 0, "none", "none", 0);
1155-
		MapFixObjects[579] = mf_CreateObject(3084, -1986.5, 742.6, 77.7, 0.0, 90.0, 0.0, 17.0);
1155+
		MapFixObjects[580] = mf_CreateObject(3084, -1980.4, 742.6, 65.2, 0.0, 90.0, 0.0, 17.0);
1156
		mf_SetObjectMaterial(MapFixObjects[580], 0, 0, "none", "none", 0);
1157-
		MapFixObjects[580] = mf_CreateObject(3084, -1986.5, 742.6, 65.2, 0.0, 90.0, 0.0, 17.0);
1157+
		MapFixObjects[581] = mf_CreateObject(3084, -1986.5, 742.6, 77.7, 0.0, 90.0, 0.0, 17.0);
1158
		mf_SetObjectMaterial(MapFixObjects[581], 0, 0, "none", "none", 0);
1159-
		MapFixObjects[581] = mf_CreateObject(3084, -1992.9, 749.0, 77.7, 0.0, 90.0, 270.0, 17.0);
1159+
		MapFixObjects[582] = mf_CreateObject(3084, -1986.5, 742.6, 65.2, 0.0, 90.0, 0.0, 17.0);
1160
		mf_SetObjectMaterial(MapFixObjects[582], 0, 0, "none", "none", 0);
1161-
		MapFixObjects[582] = mf_CreateObject(3084, -1992.9, 749.0, 65.2, 0.0, 90.0, 270.0, 17.0);
1161+
		MapFixObjects[583] = mf_CreateObject(3084, -1992.9, 749.0, 77.7, 0.0, 90.0, 270.0, 17.0);
1162
		mf_SetObjectMaterial(MapFixObjects[583], 0, 0, "none", "none", 0);
1163-
		MapFixObjects[583] = mf_CreateObject(3084, -1992.9, 755.5, 77.7, 0.0, 90.0, 270.0, 17.0);
1163+
		MapFixObjects[584] = mf_CreateObject(3084, -1992.9, 749.0, 65.2, 0.0, 90.0, 270.0, 17.0);
1164
		mf_SetObjectMaterial(MapFixObjects[584], 0, 0, "none", "none", 0);
1165-
		MapFixObjects[584] = mf_CreateObject(3084, -1992.9, 755.5, 65.2, 0.0, 90.0, 270.0, 17.0);
1165+
		MapFixObjects[585] = mf_CreateObject(3084, -1992.9, 755.5, 77.7, 0.0, 90.0, 270.0, 17.0);
1166
		mf_SetObjectMaterial(MapFixObjects[585], 0, 0, "none", "none", 0);
1167-
		MapFixObjects[585] = mf_CreateObject(3084, -1992.9, 761.6, 77.7, 0.0, 90.0, 270.0, 17.0);
1167+
		MapFixObjects[586] = mf_CreateObject(3084, -1992.9, 755.5, 65.2, 0.0, 90.0, 270.0, 17.0);
1168
		mf_SetObjectMaterial(MapFixObjects[586], 0, 0, "none", "none", 0);
1169-
		MapFixObjects[586] = mf_CreateObject(3084, -1992.9, 761.6, 65.2, 0.0, 90.0, 270.0, 17.0);
1169+
		MapFixObjects[587] = mf_CreateObject(3084, -1992.9, 761.6, 77.7, 0.0, 90.0, 270.0, 17.0);
1170
		mf_SetObjectMaterial(MapFixObjects[587], 0, 0, "none", "none", 0);
1171-
		MapFixObjects[587] = mf_CreateObject(3093, -1973.9, 742.5, 59.0, 0.0, 90.0, 0.0, 4.0);
1171+
		MapFixObjects[588] = mf_CreateObject(3084, -1992.9, 761.6, 65.2, 0.0, 90.0, 270.0, 17.0);
1172-
		MapFixObjects[588] = mf_CreateObject(3093, -1980.4, 742.5, 59.0, 0.0, 90.0, 0.0, 4.0);
1172+
		mf_SetObjectMaterial(MapFixObjects[588], 0, 0, "none", "none", 0);
1173-
		MapFixObjects[589] = mf_CreateObject(3093, -1986.5, 742.5, 59.0, 0.0, 90.0, 0.0, 4.0);
1173+
		MapFixObjects[589] = mf_CreateObject(3093, -1973.9, 742.5, 59.0, 0.0, 90.0, 0.0, 4.0);
1174-
		MapFixObjects[590] = mf_CreateObject(3084, -1972.4, 744.1, 77.7, 0.0, 90.0, 270.0, 17.0);
1174+
		MapFixObjects[590] = mf_CreateObject(3093, -1980.4, 742.5, 59.0, 0.0, 90.0, 0.0, 4.0);
1175-
		MapFixObjects[591] = mf_CreateObject(3084, -1972.4, 744.1, 65.2, 0.0, 90.0, 270.0, 17.0);
1175+
		MapFixObjects[591] = mf_CreateObject(3093, -1986.5, 742.5, 59.0, 0.0, 90.0, 0.0, 4.0);
1176-
		MapFixObjects[592] = mf_CreateObject(3084, -1975.3, 744.1, 77.7, 0.0, 90.0, 270.0, 17.0);
1176+
		MapFixObjects[592] = mf_CreateObject(3084, -1972.4, 744.1, 77.7, 0.0, 90.0, 270.0, 17.0);
1177-
		MapFixObjects[593] = mf_CreateObject(3084, -1975.3, 744.1, 65.2, 0.0, 90.0, 270.0, 17.0);
1177+
		MapFixObjects[593] = mf_CreateObject(3084, -1972.4, 744.1, 65.2, 0.0, 90.0, 270.0, 17.0);
1178-
		MapFixObjects[594] = mf_CreateObject(3084, -1978.9, 744.1, 77.7, 0.0, 90.0, 270.0, 17.0);
1178+
		MapFixObjects[594] = mf_CreateObject(3084, -1975.3, 744.1, 77.7, 0.0, 90.0, 270.0, 17.0);
1179-
		MapFixObjects[595] = mf_CreateObject(3084, -1981.8, 744.1, 77.7, 0.0, 90.0, 270.0, 17.0);
1179+
		MapFixObjects[595] = mf_CreateObject(3084, -1975.3, 744.1, 65.2, 0.0, 90.0, 270.0, 17.0);
1180-
		MapFixObjects[596] = mf_CreateObject(3084, -1981.8, 744.1, 65.2, 0.0, 90.0, 270.0, 17.0);
1180+
		MapFixObjects[596] = mf_CreateObject(3084, -1978.9, 744.1, 77.7, 0.0, 90.0, 270.0, 17.0);
1181-
		MapFixObjects[597] = mf_CreateObject(3084, -1978.9, 744.1, 65.2, 0.0, 90.0, 270.0, 17.0);
1181+
		MapFixObjects[597] = mf_CreateObject(3084, -1981.8, 744.1, 77.7, 0.0, 90.0, 270.0, 17.0);
1182-
		MapFixObjects[598] = mf_CreateObject(3084, -1985.0, 744.1, 77.7, 0.0, 90.0, 270.0, 17.0);
1182+
		MapFixObjects[598] = mf_CreateObject(3084, -1981.8, 744.1, 65.2, 0.0, 90.0, 270.0, 17.0);
1183-
		MapFixObjects[599] = mf_CreateObject(3084, -1987.9, 744.1, 77.7, 0.0, 90.0, 270.0, 17.0);
1183+
		MapFixObjects[599] = mf_CreateObject(3084, -1978.9, 744.1, 65.2, 0.0, 90.0, 270.0, 17.0);
1184-
		MapFixObjects[600] = mf_CreateObject(3084, -1987.9, 744.1, 65.2, 0.0, 90.0, 270.0, 17.0);
1184+
		MapFixObjects[600] = mf_CreateObject(3084, -1985.0, 744.1, 77.7, 0.0, 90.0, 270.0, 17.0);
1185-
		MapFixObjects[601] = mf_CreateObject(3084, -1985.0, 744.1, 65.2, 0.0, 90.0, 270.0, 17.0);
1185+
		MapFixObjects[601] = mf_CreateObject(3084, -1987.9, 744.1, 77.7, 0.0, 90.0, 270.0, 17.0);
1186-
		MapFixObjects[602] = mf_CreateObject(3093, -1993.0, 749.0, 59.0, 0.0, 90.0, 270.0, 4.0);
1186+
		MapFixObjects[602] = mf_CreateObject(3084, -1987.9, 744.1, 65.2, 0.0, 90.0, 270.0, 17.0);
1187-
		MapFixObjects[603] = mf_CreateObject(3093, -1993.0, 755.5, 59.0, 0.0, 90.0, 270.0, 4.0);
1187+
		MapFixObjects[603] = mf_CreateObject(3084, -1985.0, 744.1, 65.2, 0.0, 90.0, 270.0, 17.0);
1188-
		MapFixObjects[604] = mf_CreateObject(3093, -1993.0, 761.6, 59.0, 0.0, 90.0, 270.0, 4.0);
1188+
		MapFixObjects[604] = mf_CreateObject(3093, -1993.0, 749.0, 59.0, 0.0, 90.0, 270.0, 4.0);
1189-
		MapFixObjects[605] = mf_CreateObject(3084, -1991.4, 747.6, 77.7, 0.0, 90.0, 0.0, 17.0);
1189+
		MapFixObjects[605] = mf_CreateObject(3093, -1993.0, 755.5, 59.0, 0.0, 90.0, 270.0, 4.0);
1190-
		MapFixObjects[606] = mf_CreateObject(3084, -1991.4, 747.6, 65.2, 0.0, 90.0, 0.0, 17.0);
1190+
		MapFixObjects[606] = mf_CreateObject(3093, -1993.0, 761.6, 59.0, 0.0, 90.0, 270.0, 4.0);
1191-
		MapFixObjects[607] = mf_CreateObject(3084, -1991.4, 750.5, 77.7, 0.0, 90.0, 0.0, 17.0);
1191+
		MapFixObjects[607] = mf_CreateObject(3084, -1991.4, 747.6, 77.7, 0.0, 90.0, 0.0, 17.0);
1192-
		MapFixObjects[608] = mf_CreateObject(3084, -1991.4, 750.5, 65.2, 0.0, 90.0, 0.0, 17.0);
1192+
		MapFixObjects[608] = mf_CreateObject(3084, -1991.4, 747.6, 65.2, 0.0, 90.0, 0.0, 17.0);
1193-
		MapFixObjects[609] = mf_CreateObject(3084, -1991.4, 754.1, 77.7, 0.0, 90.0, 0.0, 17.0);
1193+
		MapFixObjects[609] = mf_CreateObject(3084, -1991.4, 750.5, 77.7, 0.0, 90.0, 0.0, 17.0);
1194-
		MapFixObjects[610] = mf_CreateObject(3084, -1991.4, 754.1, 65.2, 0.0, 90.0, 0.0, 17.0);
1194+
		MapFixObjects[610] = mf_CreateObject(3084, -1991.4, 750.5, 65.2, 0.0, 90.0, 0.0, 17.0);
1195-
		MapFixObjects[611] = mf_CreateObject(3084, -1991.4, 756.98, 77.7, 0.0, 90.0, 0.0, 17.0);
1195+
		MapFixObjects[611] = mf_CreateObject(3084, -1991.4, 754.1, 77.7, 0.0, 90.0, 0.0, 17.0);
1196-
		MapFixObjects[612] = mf_CreateObject(3084, -1991.4, 756.98, 65.2, 0.0, 90.0, 0.0, 17.0);
1196+
		MapFixObjects[612] = mf_CreateObject(3084, -1991.4, 754.1, 65.2, 0.0, 90.0, 0.0, 17.0);
1197-
		MapFixObjects[613] = mf_CreateObject(3084, -1991.4, 760.2, 77.7, 0.0, 90.0, 0.0, 17.0);
1197+
		MapFixObjects[613] = mf_CreateObject(3084, -1991.4, 756.98, 77.7, 0.0, 90.0, 0.0, 17.0);
1198-
		MapFixObjects[614] = mf_CreateObject(3084, -1991.4, 760.2, 65.2, 0.0, 90.0, 0.0, 17.0);
1198+
		MapFixObjects[614] = mf_CreateObject(3084, -1991.4, 756.98, 65.2, 0.0, 90.0, 0.0, 17.0);
1199-
		MapFixObjects[615] = mf_CreateObject(3084, -1991.4, 763.1, 77.7, 0.0, 90.0, 0.0, 17.0);
1199+
		MapFixObjects[615] = mf_CreateObject(3084, -1991.4, 760.2, 77.7, 0.0, 90.0, 0.0, 17.0);
1200-
		MapFixObjects[616] = mf_CreateObject(3084, -1991.4, 763.1, 65.2, 0.0, 90.0, 0.0, 17.0);
1200+
		MapFixObjects[616] = mf_CreateObject(3084, -1991.4, 760.2, 65.2, 0.0, 90.0, 0.0, 17.0);
1201
		MapFixObjects[617] = mf_CreateObject(3084, -1991.4, 763.1, 77.7, 0.0, 90.0, 0.0, 17.0);
1202
		MapFixObjects[618] = mf_CreateObject(3084, -1991.4, 763.1, 65.2, 0.0, 90.0, 0.0, 17.0);
1203-
		MapFixObjects[617] = mf_CreateObject(19437, 2766.7778, 178.68, 19.58, 90.0, 7.3, 90.0, 4.0);
1203+
1204
	#if !defined DISABLE_MAPFIX_PLACE_149 //by MDarklight, 0.3e objects are used
1205
		MapFixObjects[619] = mf_CreateObject(19437, 2766.7778, 178.68, 19.58, 90.0, 7.3, 90.0, 4.0);
1206-
		MapFixObjects[618] = mf_CreateObject(19445, -2016.662, 56.7692, 27.58, -8.1, 0.0, -1.4, 22.0);
1206+
1207-
		mf_SetObjectMaterial(MapFixObjects[618], 0, 9514, "711_sfw", "ws_carpark2", 0);
1207+
1208-
		MapFixObjects[619] = mf_CreateObject(19445, -2016.8947, 47.2777, 28.93, -8.1, 0.0, -1.4, 22.0);
1208+
		MapFixObjects[620] = mf_CreateObject(19445, -2016.662, 56.7692, 27.58, -8.1, 0.0, -1.4, 22.0);
1209-
		mf_SetObjectMaterial(MapFixObjects[619], 0, 9514, "711_sfw", "ws_carpark2", 0);
1209+
		mf_SetObjectMaterial(MapFixObjects[620], 0, 9514, "711_sfw", "ws_carpark2", 0);
1210
		MapFixObjects[621] = mf_CreateObject(19445, -2016.8947, 47.2777, 28.93, -8.1, 0.0, -1.4, 22.0);
1211
		mf_SetObjectMaterial(MapFixObjects[621], 0, 9514, "711_sfw", "ws_carpark2", 0);
1212-
		MapFixObjects[620] = mf_CreateObject(17122, -212.0, -1543.3, 4.24, 0.0, 0.0, 0.0, 300.0);
1212+
1213
	#if !defined DISABLE_MAPFIX_PLACE_151 //by Apec
1214
		MapFixObjects[622] = mf_CreateObject(17122, -212.0, -1543.3, 4.24, 0.0, 0.0, 0.0, 300.0);
1215
	#endif
1216
	#if !defined DISABLE_MAPFIX_PLACE_152
1217
		MapFixObjects[623] = mf_CreateObject(2957, -2102.2, -2433.2, 38.1, 0.0, 0.0, 52.0, 13.0);
1218
		mf_SetObjectMaterial(MapFixObjects[623], 0, 0, "none", "none", 0);
1219
		MapFixObjects[624] = mf_CreateObject(2957, -2102.1, -2433.3, 38.1, 0.0, 0.0, 52.0, 13.0);
1220
		mf_SetObjectMaterial(MapFixObjects[624], 0, 0, "none", "none", 0);
1221
		MapFixObjects[625] = mf_CreateObject(1566, -2103.7, -2435.3, 36.4, 0.0, 0.0, 52.0, 12.0);
1222
		mf_SetObjectMaterial(MapFixObjects[625], 0, 0, "none", "none", 0);
1223
	#endif
1224
	#if !defined DISABLE_MAPFIX_PLACE_153
1225
		MapFixObjects[626] = mf_CreateObject(2957, 2064.13, 2725.9, 13.3, 90.0, 0.0, 270.0, 6.0);
1226-
			if(i == 97 || i == 277 || i == 371 || i == 495 || 528 <= i <= 531 || 541 <= i <= 542) mf_DestroyFloorObject(MapFixObjects[i]);
1226+
		MapFixObjects[627] = mf_CreateObject(2957, 2066.3, 2722.4, 13.3, 90.0, 0.0, 270.0, 6.0);
1227
	#endif
1228
	#if !defined DISABLE_MAPFIX_PLACE_154
1229
		MapFixObjects[628] = mf_CreateObject(3037, 1089.7, -1485.5, 19.3, 0.0, 0.0, 286.0, 12.0);
1230
	#endif
1231
	#undef mf_CreateObject
1232
	#undef mf_SetObjectMaterial
1233
	#undef mf_CreateFloorObject
1234
	return 1;
1235
}
1236
1237
DestroyMapFixObjects()
1238
{
1239
	for(new i = sizeof(MapFixObjects) - 1; i >= 0; --i)
1240
	{
1241
		if(MapFixObjects[i])
1242
		{
1243
			if(i == 97 || i == 277 || i == 373 || i == 497 || 530 <= i <= 533 || 543 <= i <= 544) mf_DestroyFloorObject(MapFixObjects[i]);
1244
			else mf_DestroyObject(MapFixObjects[i]);
1245
			MapFixObjects[i] = 0;
1246
		}
1247
	}
1248
	#undef mf_DestroyObject
1249
	#undef mf_DestroyFloorObject
1250
	return 1;
1251
}