09.09.2011, 12:42
hi guys.... i made a map i converted it and i got the code... anyone know how to use that code as a map? -.-
// .:--------------------------------------------------------------:. // .:==============================================================:. // { Blank Y_INI Gamemode created for SA:MP by Kingunit } // { Please do not remove the credits and re-release it } // { This gamemode is created by Kingunit on 24/08/2011 } // { This Blank Y_INI Gamemode is using ZCMD and SSCANF } // { Other credits are going to SSCANF and ZCMD and Y_INI } // { Special credits to Kush, For things out his Tutorial } // // .:==============================================================:. // .:--------------------------------------------------------------:. //-----[Main includes]----- #include <a_samp> #include <YSI\y_ini> #include <zcmd> #include <streamer> #include <Dini> #include <foreach> #include <E-Anim> #include <sscanf2> //-----[INI includes]----- #define DIALOG_REGISTER 1 #define DIALOG_LOGIN 2 #define PATH "/Users/%s.ini" //-----[Color defines]----- #define COLOR_WHITE 0xFFFFFFFF #define COLOR_GREEN 0x33AA33AA #define COLOR_RED 0xA10000AA #define COLOR_YELLOW 0xFFFF00AA #define COLOR_GREY 0xAFAFAFAA #define LIME 0x88AA62FF #define WHITE 0xFFFFFFAA #define RULE 0xFBDF89AA #define ORANGE 0xDB881AAA #define GREY 0xAFAFAFAA #define GREEN 0x9FFF00FF #define RED 0xA10000AA #define YELLOW 0xFFFF00AA #define WHITE 0xFFFFFFAA //-----[0.3c Color defines]----- #define COL_EASY "{FFF1AF}" #define COL_DGREEN "{0E8C00}" #define COL_LOGIN "{98E090}" #define COL_WHITE "{FFFFFF}" #define COL_BLACK "{0E0101}" #define COL_GREY "{C3C3C3}" #define COL_GREEN "{6EF83C}" #define COL_RED "{F81414}" #define COL_YELLOW "{F3FF02}" #define COL_ORANGE "{F9B857}" #define COL_LIME "{B7FF00}" #define COL_CYAN "{00FFEE}" #define COL_LBLUE "{298ACF}" #define COL_BLUE "{0049FF}" #define COL_MAGENTA "{F300FF}" #define COL_VIOLET "{B700FF}" #define COL_PINK "{FF00EA}" #define COL_MARONE "{A90202}" #define COL_CMD "{B8FF02}" #define COL_PARAM "{3FCD02}" #define COL_SERVER "{AFE7FF}" #define COL_VALUE "{A3E4FF}" #define COL_RULE "{F9E8B7}" #define COL_RULE2 "{FBDF89}" #define COL_RWHITE "{FFFFFF}" #define COL_LGREEN "{9FE4AA}" #define COL_LRED "{DA7272}" #define COL_LRED2 "{C77D87}" #define COL_DYELLOW "{FAFA52}" #define COL_BROWN "{8C703F}" #define COL_SBLACK "{474747}" #define COL_SGREY "{ADADAD}" #define COL_DGREY "{616161}" #define COL_SBLUE "{3660D1}" new Text3D:Admin[ MAX_PLAYERS ], AdminDuty[ MAX_PLAYERS ], checkinv = 0; //-----[Enum Playerinfo]----- enum pInfo { Password, Cash, Kills, Deaths, Adminlevel } new PlayerInfo[MAX_PLAYERS][pInfo]; main() { } public OnGameModeInit() { SetGameModeText("Stunt-World"); AddPlayerClass(217,403.447265,2466.154296,16.506214,115.0000,0,0,0,1,0,0); AddPlayerClass(250,403.447265,2466.154296,16.506214,115.0000,0,0,0,1,0,0); AddPlayerClass(7,403.447265,2466.154296,16.506214,115.0000,0,0,0,1,0,0); AddPlayerClass(101,403.447265,2466.154296,16.506214,115.0000,0,0,0,1,0,0); AddPlayerClass(170,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(73,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(180,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(184,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(185,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(188,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(29,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(30,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(66,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(100,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(247,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(248,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(254,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(12,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(172,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(150,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(91,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(93,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(102,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(105,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(108,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(115,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(117,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(112,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(125,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(127,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(64,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(63,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(85,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(152,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(178,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); AddPlayerClass(264,403.447265,2466.154296,16.506214,115.0000,24,331,0,1,0,0); return 1; } CreateObject(1633, 1636.311523, -2625.230468, 13.847166, 0.000000, 0.000000, 92.000000, 300); CreateObject(1633, 1627.129272, -2625.796142, 16.497179, 6.000000, 0.000000, 91.999511, 300); CreateObject(1633, 1617.725952, -2626.179687, 19.547170, 0.000000, 0.000000, 91.999511, 300); CreateObject(1633, 1608.017822, -2626.418212, 21.972171, 6.000000, 0.000000, 89.999511, 300); CreateObject(1633, 1598.590454, -2626.552490, 25.222171, 5.998535, 0.000000, 89.994506, 300); CreateObject(1633, 1588.279296, -2626.605957, 28.672161, 5.998535, 0.000000, 89.994506, 300); CreateObject(1633, 1578.530395, -2626.603271, 31.447156, 5.998535, 0.000000, 89.994506, 300); CreateObject(1633, 1568.905273, -2626.614746, 34.672153, 5.998535, 0.000000, 89.994506, 300); CreateObject(1633, 1561.288208, -2626.598144, 38.322193, 12.248535, 0.000000, 89.994506, 300); CreateObject(1633, 1554.214111, -2626.583984, 42.672214, 18.244262, 0.000000, 89.994506, 300); CreateObject(1633, 1547.688964, -2626.578369, 47.722217, 24.242797, 0.000000, 89.994506, 300); CreateObject(1633, 1541.671875, -2626.598632, 53.697231, 32.241333, 0.000000, 89.994506, 300); CreateObject(8838, 1492.426757, -2619.590820, 56.963256, 0.000000, 0.000000, 270.000000, 300); CreateObject(8838, 1474.133789, -2605.025390, 62.638313, 0.000000, 19.995117, 357.994995, 300); CreateObject(1634, 1457.947753, -2604.398925, 70.730590, 13.750000, 0.000000, 90.000000, 300); CreateObject(1634, 1451.550170, -2604.419433, 76.880767, 24.000000, 0.000000, 90.000000, 300); CreateObject(1634, 1447.150390, -2604.413818, 84.530792, 44.997192, 0.000000, 90.000000, 300); CreateObject(1634, 1446.601196, -2604.433105, 93.305809, 75.744506, 0.000000, 90.500000, 300); CreateObject(1634, 1451.352172, -2604.374755, 100.455863, 60.760314, 180.000000, 270.499877, 300); CreateObject(8838, 1473.978393, -2604.349609, 96.388313, 0.000000, 347.745117, 1.244995, 300); CreateObject(3437, 1463.041259, -2602.090332, 96.763137, 359.639190, 258.755767, 359.964447, 300); CreateObject(8838, 1492.501342, -2617.959716, 100.638267, 11.998931, 359.227844, 269.401916, 300); CreateObject(8838, 1492.286132, -2638.410644, 100.913269, 11.997070, 359.225463, 269.401245, 300); CreateObject(8838, 1477.954589, -2655.257324, 103.388328, 5.935699, 351.697570, 182.604782, 300); CreateObject(8838, 1464.335937, -2655.701904, 105.388359, 5.932617, 351.694335, 182.603759, 300); CreateObject(8838, 1448.162597, -2642.146484, 109.038307, 5.932617, 351.694335, 90.603759, 300); CreateObject(8838, 1448.258789, -2629.384033, 117.313812, 9.254913, 327.000610, 95.696075, 300); CreateObject(8838, 1461.809082, -2613.825195, 124.813659, 1.737579, 3.231262, 0.132476, 300); CreateObject(1696, 1450.172607, -2612.998779, 128.921112, 18.000000, 0.000000, 270.000000, 300); CreateObject(1633, 1335.066406, -2627.995361, 133.287429, 347.750000, 0.000000, 90.000000, 300); CreateObject(1633, 1335.104003, -2632.135253, 133.287429, 347.744750, 0.000000, 90.000000, 300); CreateObject(1633, 1335.088500, -2636.296142, 133.287429, 347.744750, 0.000000, 90.000000, 300); CreateObject(1633, 1335.136108, -2640.304443, 133.287429, 347.744750, 0.000000, 90.000000, 300); CreateObject(1633, 1335.090576, -2644.295410, 133.287429, 347.744750, 0.000000, 90.000000, 300); CreateObject(1633, 1327.430053, -2643.283203, 133.762313, 347.746582, 1.023315, 77.717193, 300); CreateObject(1633, 1328.313232, -2639.581787, 133.687332, 347.744750, 1.021728, 77.711791, 300); CreateObject(1633, 1329.205322, -2635.599121, 133.637344, 347.743896, 0.765899, 77.657501, 300); CreateObject(1633, 1330.121704, -2631.624267, 133.587356, 347.739257, 0.763549, 77.656860, 300); CreateObject(1633, 1330.910034, -2627.556396, 133.537368, 347.739257, 0.763549, 77.656860, 300); CreateObject(1633, 1320.540405, -2640.169433, 134.237319, 347.766052, 3.579833, 58.254425, 300); CreateObject(1633, 1322.789062, -2636.767089, 133.987380, 347.761230, 3.576049, 58.249511, 300); CreateObject(1633, 1325.020385, -2633.264648, 133.837417, 347.761230, 3.576049, 58.249511, 300); CreateObject(1633, 1327.130615, -2629.887939, 133.712448, 347.761230, 3.576049, 58.249511, 300); CreateObject(1633, 1328.592895, -2626.316894, 133.512496, 349.997680, 2.533203, 60.680786, 300); CreateObject(1633, 1315.671630, -2634.683593, 134.637222, 347.761230, 3.576049, 32.249511, 300); CreateObject(1633, 1319.145019, -2632.434326, 134.412277, 347.755737, 3.570556, 32.244873, 300); CreateObject(1633, 1322.610961, -2630.215576, 134.187332, 347.755737, 3.570556, 32.244873, 300); CreateObject(1633, 1326.099853, -2627.903076, 133.912399, 347.755737, 3.570556, 32.244873, 300); CreateObject(1633, 1312.438598, -2627.852783, 134.837173, 344.761596, 3.616546, 22.438415, 300); CreateObject(1633, 1316.181030, -2626.264404, 134.587234, 344.756469, 3.614501, 22.434082, 300); CreateObject(1633, 1319.995727, -2624.655761, 134.337295, 344.756469, 3.614501, 22.434082, 300); CreateObject(1633, 1323.724731, -2623.026123, 134.112350, 344.756469, 3.614501, 22.434082, 300); CreateObject(1632, 1314.531005, -2356.489257, 132.266464, 0.000000, 0.000000, 0.000000, 300); CreateObject(1632, 1315.160400, -2349.485107, 137.816390, 26.750000, 0.000000, 0.000000, 300); CreateObject(1632, 1315.770019, -2344.669921, 145.041213, 40.746215, 0.000000, 0.000000, 300); CreateObject(1632, 1316.707519, -2342.591308, 153.541091, 64.742858, 0.000000, 0.000000, 300); CreateObject(1632, 1317.425048, -2345.337158, 161.616134, 75.257751, 180.000000, 180.000000, 300); CreateObject(1632, 1318.079223, -2351.142822, 167.341323, 59.256347, 179.997253, 179.991516, 300); CreateObject(1632, 1318.436279, -2358.947753, 170.491043, 31.254760, 179.996704, 179.986022, 300); CreateObject(1632, 1319.256225, -2367.648925, 170.690994, 17.250610, 179.995117, 179.982177, 300); CreateObject(3440, 1317.207397, -2457.199462, 197.106445, 0.000000, 0.000000, 0.000000, 300); CreateObject(3440, 1317.207031, -2457.199218, 201.606445, 0.000000, 0.000000, 0.000000, 300); CreateObject(3440, 1317.004882, -2455.208984, 203.856445, 270.000000, 180.000000, 180.000000, 300); CreateObject(3440, 1317.004882, -2455.208984, 199.356445, 270.000000, 179.998535, 179.998535, 300); CreateObject(3440, 1317.004882, -2455.208984, 194.856445, 270.000000, 179.998535, 179.998535, 300); CreateObject(3440, 1316.068359, -2449.417968, 201.606445, 0.000000, 0.000000, 0.000000, 300); CreateObject(3440, 1316.068359, -2449.417968, 197.106445, 0.000000, 0.000000, 0.000000, 300); CreateObject(3440, 1316.069458, -2447.167968, 195.106445, 270.000000, 180.695190, 180.695190, 300); CreateObject(3440, 1315.808471, -2441.802978, 201.606445, 0.000000, 0.000000, 0.000000, 300); CreateObject(3440, 1315.807617, -2441.802734, 197.106445, 0.000000, 0.000000, 0.000000, 300); CreateObject(3440, 1315.837280, -2439.552734, 203.856445, 271.999969, 0.000000, 0.000000, 300); CreateObject(3440, 1315.836914, -2439.552734, 199.106445, 271.999481, 0.000000, 0.000000, 300); CreateObject(3440, 1315.836914, -2439.552734, 194.856445, 271.999481, 0.000000, 0.000000, 300); CreateObject(3440, 1315.826416, -2430.296142, 203.856445, 271.999481, 0.000000, 0.000000, 300); CreateObject(3440, 1315.853637, -2432.545898, 201.356445, 359.999969, 0.000000, 0.000000, 300); CreateObject(3440, 1315.853515, -2432.545898, 196.606445, 359.994506, 0.000000, 0.000000, 300); CreateObject(3440, 1315.832885, -2430.021972, 194.956604, 271.999481, 0.000000, 0.000000, 300); CreateObject(3440, 1315.431640, -2422.289062, 203.856445, 271.999481, 0.000000, 0.000000, 300); CreateObject(3440, 1315.431640, -2422.289062, 201.606445, 0.000000, 180.000000, 180.000000, 300); CreateObject(3440, 1315.431640, -2422.289062, 197.106445, 359.994537, 179.994506, 179.994506, 300); CreateObject(3440, 1314.934814, -2416.273925, 201.606445, 0.000000, 179.994506, 179.994506, 300); CreateObject(3440, 1314.934570, -2416.273437, 196.856445, 0.000000, 179.994506, 179.994506, 300); CreateObject(3440, 1314.913818, -2414.156738, 203.805908, 90.000000, 179.306823, 180.687713, 300); CreateObject(3440, 1314.914062, -2412.056640, 201.731231, 0.000000, 0.000000, 359.989013, 300); CreateObject(3440, 1314.912963, -2414.157226, 199.581268, 90.000000, 180.403518, 179.579956, 300); CreateObject(3440, 1314.897949, -2413.273437, 197.606445, 340.000000, 179.994079, 179.992553, 300); CreateObject(3440, 1313.688964, -2407.272216, 196.856445, 0.000000, 179.994506, 179.994506, 300); CreateObject(3440, 1313.688476, -2407.271484, 201.356445, 0.000000, 179.994506, 179.994506, 300); CreateObject(3440, 1313.689575, -2405.021484, 203.606445, 90.000000, 186.675613, 173.318908, 300); CreateObject(3440, 1313.804199, -2402.773437, 201.356445, 0.000000, 179.994506, 179.994506, 300); CreateObject(3440, 1313.803710, -2402.773437, 196.606445, 0.000000, 179.994506, 179.994506, 300); CreateObject(3440, 1313.748168, -2405.039550, 194.981475, 90.000000, 179.303588, 180.690933, 300); CreateObject(3440, 1313.440429, -2395.021484, 203.606445, 90.000000, 175.393432, 184.595611, 300); CreateObject(3440, 1313.534423, -2397.519042, 201.531341, 0.000000, 180.000000, 179.983459, 300); CreateObject(3440, 1313.438476, -2394.997558, 199.281280, 270.000000, 180.316177, 180.294204, 300); CreateObject(3440, 1313.394897, -2392.848632, 197.131805, 0.000000, 180.000000, 173.978027, 300); CreateObject(3440, 1313.365478, -2395.347167, 194.907348, 90.000000, 180.403518, 179.568969, 300); CreateObject(3666, 1312.560791, -2400.013916, 195.243637, 0.000000, 0.000000, 0.000000, 300); CreateObject(3440, 1313.087524, -2389.076416, 197.131805, 0.000000, 179.994506, 173.973999, 300); CreateObject(3440, 1313.086914, -2389.076171, 201.381805, 0.000000, 179.994506, 173.973999, 300); CreateObject(3440, 1313.204956, -2386.778564, 199.506835, 87.999938, 179.842712, 174.131164, 300); CreateObject(3440, 1313.330444, -2384.330810, 197.131805, 0.000000, 179.994506, 173.973999, 300); CreateObject(3440, 1313.330078, -2384.330078, 201.631805, 0.000000, 179.994506, 173.973999, 300); CreateObject(3440, 1311.753417, -2378.778808, 201.631805, 18.000000, 179.994262, 163.975769, 300); CreateObject(3440, 1311.439453, -2380.101806, 197.306762, 17.995605, 179.989013, 163.970947, 300); CreateObject(3440, 1312.286254, -2376.868408, 201.631805, 331.995605, 179.988159, 163.961975, 300); CreateObject(3440, 1312.809326, -2374.888183, 197.781829, 331.990356, 179.983520, 163.959960, 300); CreateObject(3440, 1311.896484, -2377.467773, 198.707092, 87.995056, 179.840698, 176.127807, 300); CreateObject(3666, 1312.560546, -2400.013671, 196.268630, 0.000000, 0.000000, 0.000000, 300); CreateObject(3666, 1312.560546, -2400.013671, 197.218399, 0.000000, 0.000000, 0.000000, 300); CreateObject(3666, 1312.560546, -2400.013671, 198.168167, 0.000000, 0.000000, 0.000000, 300); CreateObject(3666, 1312.560546, -2400.013671, 198.992965, 0.000000, 0.000000, 0.000000, 300); CreateObject(3666, 1312.560546, -2400.013671, 199.992721, 0.000000, 0.000000, 0.000000, 300); CreateObject(3666, 1312.560546, -2400.013671, 200.967483, 0.000000, 0.000000, 0.000000, 300); CreateObject(3666, 1312.560546, -2400.013671, 201.967239, 0.000000, 0.000000, 0.000000, 300); CreateObject(3666, 1312.560546, -2400.013671, 202.942001, 0.000000, 0.000000, 0.000000, 300); CreateObject(3440, 1311.970581, -2370.554931, 197.381805, 356.000000, 183.995117, 176.246887, 300); CreateObject(3440, 1311.650390, -2370.840087, 201.631805, 355.995452, 183.993515, 176.242675, 300); CreateObject(3440, 1311.619873, -2368.910156, 203.981597, 82.790069, 213.610961, 142.561706, 300); CreateObject(3440, 1312.000854, -2366.439941, 202.031707, 7.997253, 355.976013, 356.517089, 300); CreateObject(3440, 1311.680664, -2368.564941, 199.657653, 82.787475, 213.607147, 142.558654, 300); CreateObject(3440, 1312.383544, -2368.088867, 197.531768, 328.072265, 184.695388, 178.450561, 300); CreateObject(3440, 1311.064208, -2362.574218, 197.131805, 0.000000, 179.994506, 173.973999, 300); CreateObject(3440, 1311.063476, -2362.574218, 201.631805, 0.000000, 179.994506, 173.973999, 300); CreateObject(3440, 1311.168945, -2361.328125, 203.356872, 31.997680, 179.989013, 173.973999, 300); CreateObject(3440, 1311.231445, -2360.905273, 199.331878, 41.995239, 0.000000, 353.963012, 300); CreateObject(3437, 1310.914794, -2291.951171, 207.464019, 300.000000, 0.000000, 182.000000, 300); CreateObject(3437, 1307.637451, -2291.667968, 207.464019, 299.998168, 0.000000, 155.999511, 300); CreateObject(3437, 1311.184204, -2299.222900, 211.639038, 299.998168, 0.000000, 181.999526, 300); CreateObject(3437, 1313.579101, -2291.350585, 207.464019, 300.242645, 0.000000, 208.494888, 300); CreateObject(3440, 1311.063476, -2362.574218, 204.881805, 0.000000, 179.994506, 173.973999, 300); CreateObject(3440, 1311.428344, -2359.148437, 206.856872, 31.997680, 179.989013, 173.973999, 300); CreateObject(3440, 1311.590332, -2358.112548, 196.281890, 41.995239, 0.000000, 353.963012, 300); CreateObject(8838, 1294.699584, -2187.795166, 136.471832, 27.404174, 32.218475, 80.324981, 300); CreateObject(8838, 1290.397949, -2187.000976, 138.696960, 27.399902, 32.217407, 80.321044, 300); CreateObject(8838, 1286.197875, -2186.270507, 140.896972, 27.399902, 32.217407, 80.321044, 300); CreateObject(8838, 1282.173950, -2185.529052, 142.996948, 27.399902, 32.217407, 80.321044, 300); CreateObject(8838, 1267.690185, -2194.770263, 158.371429, 331.325683, 32.648651, 5.582427, 300); CreateObject(8838, 1266.771240, -2190.387451, 156.296508, 331.325683, 32.645874, 5.581054, 300); CreateObject(8838, 1266.459716, -2186.031494, 153.846496, 331.325683, 32.645874, 5.581054, 300); CreateObject(8838, 1265.987426, -2181.771240, 151.521514, 331.325683, 32.645874, 5.581054, 300); CreateObject(8838, 1265.596313, -2177.394775, 149.071563, 331.325683, 32.645874, 5.581054, 300); CreateObject(8838, 1265.181640, -2172.959472, 146.621673, 331.325683, 32.645874, 5.581054, 300); CreateObject(8838, 1264.630493, -2168.730468, 144.371734, 331.325683, 32.645874, 5.581054, 300); CreateObject(8838, 1275.142456, -2157.376953, 140.722198, 0.389160, 67.001098, 353.576660, 300); CreateObject(8838, 1276.537597, -2152.681152, 138.722198, 0.384521, 67.000122, 353.572998, 300); CreateObject(8838, 1278.106689, -2148.122802, 136.797302, 3.208221, 67.209899, 346.891540, 300); CreateObject(8838, 1280.166503, -2143.431640, 135.297302, 6.271728, 67.822753, 339.471435, 300); CreateObject(8838, 1282.686645, -2138.928222, 134.622467, 8.499664, 68.541046, 333.850219, 300); CreateObject(8838, 1286.030761, -2134.690917, 133.622467, 11.772064, 70.088500, 325.057250, 300); CreateObject(8838, 1289.871093, -2130.862060, 133.297546, 14.771057, 72.156280, 316.060424, 300); CreateObject(8838, 1294.357788, -2127.665771, 132.597717, 17.007812, 74.267730, 308.345947, 300); CreateObject(8838, 1299.326049, -2125.085937, 132.597717, 20.029144, 78.435668, 295.274414, 300); CreateObject(8838, 1304.510498, -2123.541748, 132.397766, 21.611633, 81.905242, 285.521972, 300); CreateObject(8838, 1309.866455, -2122.826416, 132.922637, 22.768096, 86.586914, 273.157836, 300); CreateObject(8838, 1314.723876, -2123.030029, 132.922637, 23.002075, 90.389038, 263.385925, 300); CreateObject(8838, 1319.414794, -2123.975585, 132.922637, 22.502227, 94.902252, 251.733245, 300); CreateObject(8838, 1324.321533, -2125.877929, 132.922637, 21.255889, 98.997344, 240.763244, 300); CreateObject(8838, 1329.132446, -2128.826660, 132.922637, 18.864166, 103.397949, 227.964767, 300); CreateObject(8838, 1332.991333, -2132.543701, 132.922637, 15.334411, 107.346343, 214.593490, 300); CreateObject(8838, 1291.476806, -2158.777832, 120.746681, 27.399902, 32.217407, 80.321044, 300); CreateObject(8838, 1287.288818, -2158.046875, 122.946647, 27.399902, 32.217407, 80.321044, 300); CreateObject(8838, 1282.903808, -2157.076416, 125.096626, 27.399902, 32.217407, 80.321044, 300); CreateObject(8838, 1279.024902, -2156.106689, 127.746864, 27.723571, 29.977020, 80.722351, 300); CreateObject(8838, 1274.979248, -2154.421386, 129.522216, 29.435241, 29.626220, 80.125640, 300); CreateObject(8838, 1271.109741, -2153.553222, 131.347625, 32.888671, 30.841888, 77.767883, 300); CreateObject(8838, 1267.521606, -2153.059326, 133.572814, 32.887573, 30.838623, 77.766723, 300); CreateObject(8838, 1263.450683, -2152.251464, 135.922668, 30.515686, 29.978668, 79.402648, 300); CreateObject(8838, 1259.505859, -2151.506103, 138.297821, 30.514526, 29.976196, 79.398193, 300); CreateObject(8838, 1336.026000, -2136.618652, 131.947387, 11.125518, 110.247680, 201.949707, 300); CreateObject(8838, 1337.965209, -2140.860839, 131.147583, 7.157928, 111.899047, 191.550415, 300); CreateObject(8838, 1339.266235, -2145.975097, 129.972625, 3.029266, 112.539031, 181.579147, 300); CreateObject(8838, 1339.527832, -2151.076416, 128.922637, 359.364196, 112.721862, 172.807495, 300); CreateObject(8838, 1339.319824, -2155.867675, 126.972625, 355.620483, 112.324218, 163.790527, 300); CreateObject(8838, 1337.904174, -2160.826904, 124.947639, 350.545593, 110.764709, 150.910430, 300); CreateObject(8838, 1335.375610, -2164.816406, 122.922515, 345.338989, 107.565002, 135.698669, 300); CreateObject(8838, 1332.667724, -2167.797363, 119.672515, 341.863220, 103.934631, 122.905700, 300); CreateObject(8838, 1328.016479, -2168.974853, 116.247306, 337.329711, 88.352355, 80.089416, 300); CreateObject(8838, 1323.992065, -2167.878173, 112.747306, 337.769775, 85.149597, 71.711700, 300); CreateObject(8838, 1320.393798, -2165.988769, 108.822235, 339.117431, 80.822174, 59.966552, 300); CreateObject(8838, 1317.326416, -2163.364257, 105.822235, 341.417358, 76.671569, 47.718444, 300); CreateObject(8838, 1314.516601, -2159.929687, 102.947212, 343.223876, 74.426879, 40.341796, 300); CreateObject(8838, 1311.972045, -2155.941162, 100.972167, 346.292968, 71.682159, 29.931732, 300); CreateObject(8838, 1310.460449, -2151.944824, 98.722167, 348.662231, 70.156188, 22.908477, 300); CreateObject(8838, 1309.130615, -2147.869628, 96.722167, 348.662109, 70.153198, 22.906494, 300); CreateObject(8838, 1307.512573, -2143.482910, 94.747047, 348.662109, 70.153198, 22.906494, 300); CreateObject(8838, 1306.432373, -2139.471435, 92.247047, 348.662109, 70.153198, 22.906494, 300); CreateObject(8838, 1305.312744, -2134.560791, 90.247032, 353.299865, 68.216003, 10.605651, 300); CreateObject(8838, 1305.332275, -2129.858398, 88.896949, 358.428344, 67.306182, 358.077514, 300); CreateObject(8838, 1306.464477, -2125.109863, 87.396949, 1.804290, 67.318298, 350.005737, 300); CreateObject(8838, 1308.092773, -2120.243164, 86.846916, 5.614013, 67.911987, 341.235351, 300); CreateObject(8838, 1310.324707, -2115.712402, 86.621902, 8.476135, 68.803649, 333.977600, 300); CreateObject(8838, 1313.070678, -2111.718017, 86.621902, 12.128326, 70.597045, 323.965545, 300); CreateObject(8838, 1316.800048, -2108.363281, 86.621902, 17.272064, 74.948364, 306.933166, 300); CreateObject(8838, 1321.291137, -2106.130371, 86.621902, 20.092529, 79.078948, 294.071411, 300); CreateObject(8838, 1326.661865, -2104.916015, 86.621902, 22.365142, 85.670776, 275.986267, 300); CreateObject(8838, 1331.967285, -2105.218750, 87.371902, 22.573913, 92.964477, 257.033142, 300); CreateObject(8838, 1337.248901, -2106.979980, 87.521911, 21.117614, 98.675720, 241.751586, 300); CreateObject(8838, 1341.773315, -2109.681884, 87.521911, 18.796081, 103.059692, 228.947586, 300); CreateObject(8838, 1345.552490, -2113.334472, 87.521911, 14.746002, 107.517364, 213.579513, 300); CreateObject(8838, 1348.025390, -2117.506347, 87.521911, 9.286193, 110.852478, 197.645004, 300); CreateObject(8838, 1349.362548, -2122.221435, 87.521911, 5.804016, 112.025756, 188.725357, 300); CreateObject(8838, 1350.133056, -2127.185058, 88.021942, 5.800781, 112.022125, 188.723129, 300); CreateObject(8838, 1350.905761, -2132.136474, 88.496971, 5.800781, 112.022125, 188.723129, 300); CreateObject(8838, 1351.649169, -2136.838623, 88.896995, 5.800781, 112.022125, 188.723129, 300); CreateObject(8838, 1352.435546, -2141.684570, 89.372024, 5.800781, 112.022125, 188.723129, 300); CreateObject(8838, 1353.170166, -2146.356201, 89.797019, 5.800781, 112.022125, 188.723129, 300); CreateObject(8838, 1353.966674, -2151.278320, 90.247047, 5.800781, 112.022125, 188.723129, 300); CreateObject(8838, 1354.710815, -2155.987304, 90.722076, 5.800781, 112.022125, 188.723129, 300); CreateObject(8838, 1355.411987, -2160.776611, 91.122100, 5.800781, 112.022125, 188.723144, 300); CreateObject(8838, 1356.340576, -2165.665527, 91.797142, 5.800781, 112.022094, 188.723144, 300); CreateObject(8040, 1351.631713, -2214.284912, 73.197868, 0.000000, 0.000000, 92.000000, 300); CreateObject(971, 1366.448974, -2253.226562, 81.972244, 0.000000, 0.000000, 0.000000, 300); CreateObject(971, 1366.448242, -2253.226562, 88.972244, 0.000000, 0.000000, 0.000000, 300); CreateObject(971, 1366.448242, -2253.226562, 95.972244, 0.000000, 0.000000, 0.000000, 300); CreateObject(971, 1357.745117, -2253.406250, 81.972244, 0.000000, 0.000000, 1.750000, 300); CreateObject(971, 1357.745117, -2253.406250, 89.222244, 0.000000, 0.000000, 1.746826, 300); CreateObject(971, 1357.745117, -2253.406250, 96.347282, 0.000000, 0.000000, 1.746826, 300); CreateObject(971, 1348.995971, -2253.671875, 81.972244, 0.000000, 0.000000, 1.746826, 300); CreateObject(971, 1348.995117, -2253.671875, 89.122238, 0.000000, 0.000000, 1.746826, 300); CreateObject(971, 1348.995117, -2253.671875, 96.247245, 0.000000, 0.000000, 1.746826, 300); CreateObject(971, 1340.236816, -2253.915771, 81.972244, 0.000000, 0.000000, 1.746826, 300); CreateObject(971, 1340.236328, -2253.915039, 89.047279, 0.000000, 0.000000, 1.746826, 300); CreateObject(971, 1340.236328, -2253.915039, 96.222290, 0.000000, 0.000000, 1.746826, 300); CreateObject(1634, 1412.305541, -2464.930175, 13.852005, 0.000000, 0.000000, 86.000000, 300); CreateObject(1634, 1404.995117, -2464.135253, 19.201999, 20.750000, 0.000000, 85.995483, 300); CreateObject(1634, 1399.824829, -2463.327636, 26.202011, 35.247711, 0.000000, 85.995483, 300); CreateObject(1634, 1397.813598, -2462.806640, 34.727012, 65.244079, 0.000000, 85.995483, 300); CreateObject(1634, 1399.542724, -2462.518066, 43.602050, 85.242309, 0.000000, 85.995483, 300); CreateObject(1634, 1404.325439, -2462.414062, 51.227088, 72.499847, 180.000000, 265.995483, 300); CreateObject(1634, 1411.218627, -2462.127197, 56.477088, 53.498809, 179.997192, 265.992553, 300); CreateObject(1634, 1419.894409, -2462.264892, 59.127098, 31.747955, 179.995849, 265.987670, 300); CreateObject(1634, 1428.669555, -2462.247558, 58.602096, 12.244995, 179.994567, 265.982666, 300); CreateObject(1634, 1435.355346, -2462.238281, 55.677101, 350.244262, 179.994567, 265.976928, 300); CreateObject(1634, 1441.634643, -2462.139648, 49.027076, 327.494140, 179.994079, 265.971252, 300); CreateObject(1634, 1444.833129, -2461.731933, 40.802062, 306.241577, 179.984436, 265.961364, 300); CreateObject(1634, 1444.640136, -2460.796386, 31.976999, 281.988464, 179.953063, 265.924316, 300); CreateObject(1634, 1439.816284, -2460.099609, 24.552043, 295.765625, 0.027374, 85.997070, 300); CreateObject(1634, 1431.991577, -2458.908691, 20.302043, 317.262939, 0.013000, 85.984558, 300); CreateObject(1634, 1423.258300, -2458.352783, 19.927049, 346.507720, 0.008300, 85.978973, 300); CreateObject(1634, 1347.870971, -2535.959472, 13.322315, 7.750000, 0.000000, 268.000000, 300); CreateObject(1634, 1966.168212, -2380.505615, 13.844192, 0.000000, 0.000000, 270.000000, 300); CreateObject(18746, 2003.963378, -2555.092041, 14.254892, 0.000000, 0.000000, 0.000000, 300); CreateObject(18746, 1779.293334, -2550.487792, 14.254892, 0.000000, 0.000000, 0.000000, 300); CreateObject(18746, 1504.691772, -2554.082763, 14.254892, 0.000000, 0.000000, 0.000000, 300); CreateObject(7017, 2132.258789, -2542.015625, 37.046875, 0.000000, 0.000000, 267.994995, 300); CreateObject(7017, 2132.258789, -2542.015625, 32.546875, 0.000000, 0.000000, 267.994995, 300); CreateObject(7017, 2132.258789, -2542.015625, 28.546875, 0.000000, 0.000000, 267.994995, 300); CreateObject(7017, 2132.258789, -2542.015625, 24.296875, 0.000000, 0.000000, 267.994995, 300); CreateObject(7017, 2132.258789, -2542.015625, 20.046875, 0.000000, 0.000000, 267.994995, 300); CreateObject(7017, 2132.258789, -2542.015625, 15.046875, 0.000000, 0.000000, 267.994995, 300); CreateObject(7017, 2132.258789, -2542.015625, 10.296875, 0.000000, 0.000000, 267.994995, 300); CreateObject(16442, 1474.330810, -2398.271484, 14.458590, 0.000000, 0.000000, 0.000000, 300); CreateObject(16442, 1472.835937, -2398.138183, 15.958591, 1.285430, 309.982788, 1.532348, 300); CreateObject(8483, 1487.943603, -2628.553710, 19.306102, 0.000000, 0.000000, 0.000000, 300); CreateObject(3524, 1494.231201, -2636.162841, 61.379196, 0.000000, 0.000000, 90.000000, 300); CreateObject(3524, 1494.225830, -2635.137695, 61.379196, 0.000000, 0.000000, 90.000000, 300); CreateObject(3524, 1494.169433, -2634.187011, 61.379196, 0.000000, 0.000000, 90.000000, 300); CreateObject(3524, 1494.114013, -2633.184082, 61.379196, 0.000000, 0.000000, 90.000000, 300); CreateObject(3524, 1494.285644, -2632.084960, 61.379196, 0.000000, 0.000000, 90.000000, 300); CreateObject(3524, 1494.305175, -2631.063964, 61.379196, 0.000000, 0.000000, 90.000000, 300); CreateObject(3524, 1494.328002, -2629.890136, 61.379196, 0.000000, 0.000000, 90.000000, 300); CreateObject(3524, 1494.349609, -2628.744140, 61.379196, 0.000000, 0.000000, 90.000000, 300); CreateObject(3524, 1494.374145, -2627.498046, 61.379196, 0.000000, 0.000000, 90.000000, 300); CreateObject(3524, 1493.258666, -2635.741943, 61.379196, 0.000000, 0.000000, 90.000000, 300); CreateObject(3524, 1491.831420, -2635.741210, 61.379196, 0.000000, 0.000000, 90.000000, 300); CreateObject(1337, 1317.323974, -2453.582031, 203.782745, 0.000000, 0.000000, 0.000000, 300); CreateObject(1632, 2128.978759, -2571.963134, 13.846986, 12.000000, 0.000000, 264.000000, 300); CreateObject(1632, 2129.405761, -2567.928710, 13.846986, 11.997070, 0.000000, 263.995971, 300); CreateObject(1632, 2129.792480, -2564.527099, 13.846986, 11.997070, 0.000000, 263.995971, 300); CreateObject(1632, 2130.145507, -2561.018310, 13.846986, 11.997070, 0.000000, 263.995971, 300); CreateObject(1632, 2130.586181, -2557.061767, 13.846986, 11.997070, 0.000000, 263.995971, 300); CreateObject(1632, 2131.051757, -2553.110107, 13.846986, 11.997070, 0.000000, 263.995971, 300); CreateObject(1632, 2131.217773, -2572.188720, 16.096986, 25.997070, 0.000000, 263.995971, 300); CreateObject(1632, 2131.616210, -2572.148437, 19.346986, 55.247070, 0.000000, 264.995971, 300); CreateObject(1632, 2130.600585, -2568.069335, 15.021976, 28.247070, 0.000000, 263.995971, 300); CreateObject(1632, 2130.990234, -2568.190917, 15.771976, 47.245269, 359.631744, 263.260864, 300); CreateObject(1632, 2131.337890, -2564.569335, 15.521991, 35.747070, 0.000000, 263.995941, 300); CreateObject(1632, 2131.686523, -2564.579589, 16.521991, 49.993408, 359.611114, 264.288330, 300); CreateObject(1632, 2132.388916, -2561.186767, 16.521987, 35.997070, 0.000000, 263.995941, 300); CreateObject(1632, 2132.835937, -2560.595214, 18.371994, 49.996704, 0.000000, 263.990478, 300); CreateObject(1632, 2132.081542, -2557.174316, 15.421993, 29.997070, 0.000000, 263.995941, 300); CreateObject(1632, 2132.435058, -2557.151855, 16.271999, 46.742706, 0.000000, 263.990478, 300); CreateObject(4585, 1388.577880, -2535.058105, 29.054246, 0.000000, 311.750000, 0.000000, 300); CreateObject(1632, 1330.276977, -2532.851806, 109.218513, 56.000000, 0.000000, 90.000000, 300); CreateObject(1632, 1330.305175, -2528.740478, 109.143508, 55.997314, 0.000000, 90.000000, 300); CreateObject(1632, 1330.350585, -2524.682861, 109.043502, 55.997314, 0.000000, 90.000000, 300); CreateObject(1632, 1330.317871, -2536.572753, 108.943496, 55.997314, 0.000000, 90.000000, 300); CreateObject(1632, 1330.322265, -2540.283691, 108.943496, 55.997314, 0.000000, 90.000000, 300); CreateObject(1632, 1330.322753, -2544.322265, 108.943496, 55.997314, 0.000000, 90.000000, 300); CreateObject(1632, 1330.699707, -2524.717041, 117.468589, 81.997314, 0.000000, 90.000000, 300); CreateObject(1632, 1330.705078, -2528.844726, 117.468589, 81.996459, 0.000000, 90.000000, 300); CreateObject(1632, 1330.691162, -2532.744140, 117.568595, 81.996459, 0.000000, 90.000000, 300); CreateObject(1632, 1330.673950, -2536.721191, 117.568595, 81.996459, 0.000000, 90.000000, 300); CreateObject(1632, 1330.690063, -2540.271972, 117.568595, 81.996459, 0.000000, 90.000000, 300); CreateObject(1632, 1330.701904, -2544.047851, 117.568595, 81.996459, 0.000000, 90.000000, 300); CreateObject(7017, 2132.258789, -2542.015625, 40.046875, 24.246826, 0.000000, 267.994995, 300); CreateObject(7017, 2130.767578, -2541.854492, 43.296875, 58.246826, 0.000000, 267.994995, 300); CreateObject(9241, -10.227284, 2539.778320, 17.118280, 0.000000, 0.000000, 0.000000, 300); CreateObject(6189, 474.840393, 2493.656005, 22.103466, 334.000000, 0.000000, 90.000000, 300); CreateObject(6189, 591.778320, 2493.655273, 79.273437, 333.989868, 0.000000, 90.000000, 300); CreateObject(6189, 708.091308, 2493.666259, 136.138580, 333.995361, 0.000000, 90.000000, 300); CreateObject(8040, 799.522521, 2492.854248, 178.454696, 0.000000, 0.250000, 180.000000, 300); CreateObject(1634, 440.117614, 2493.579101, 22.200561, 348.000000, 0.000000, 88.000000, 300); CreateObject(1634, 432.126739, 2493.865478, 26.175561, 13.000000, 0.000000, 87.994995, 300); CreateObject(1634, 426.204772, 2493.980468, 32.475502, 29.748901, 0.000000, 87.989501, 300); CreateObject(1634, 421.891052, 2494.100097, 40.250549, 41.995239, 0.000000, 88.234008, 300); CreateObject(18102, 2132.203613, -2518.521240, 41.461364, 314.036132, 2.877868, 272.069702, 300); CreateObject(8838, 2132.586914, -2524.104492, 31.675479, 0.000000, 0.000000, 267.994995, 300); CreateObject(8838, 2128.340820, -2523.958984, 31.675479, 0.000000, 0.000000, 267.994995, 300); CreateObject(8838, 2123.670166, -2523.799560, 31.650480, 0.000000, 0.000000, 267.994995, 300); CreateObject(8838, 2119.125976, -2523.640625, 31.625480, 0.000000, 0.000000, 267.994995, 300); CreateObject(18102, 2131.523437, -2533.005859, 40.961364, 308.040161, 3.235473, 272.548858, 300); CreateObject(8838, 2115.346923, -2523.699951, 35.450500, 270.000000, 180.695602, 88.690612, 300); CreateObject(8838, 2115.346679, -2523.699218, 39.600570, 270.000000, 179.811157, 87.806213, 300); CreateObject(8838, 2115.346679, -2523.699218, 43.800628, 270.000000, 180.052429, 88.047454, 300); CreateObject(8838, 2118.846679, -2523.671875, 47.025657, 1.999969, 180.000000, 87.994995, 300); CreateObject(8838, 2123.248046, -2523.836425, 46.900650, 1.999511, 179.994506, 87.989501, 300); CreateObject(8838, 2127.748046, -2523.800781, 46.775642, 1.999511, 179.994506, 87.989501, 300); CreateObject(8838, 2133.391357, -2507.731445, 42.125663, 274.698364, 238.390411, 51.259582, 300); CreateObject(8838, 2133.390625, -2507.731445, 37.625663, 274.696655, 238.386840, 51.256713, 300); CreateObject(8838, 2133.403320, -2507.407714, 33.625663, 274.696655, 238.386840, 51.256713, 300); CreateObject(8838, 2118.050781, -2541.355468, 49.125480, 0.000000, 273.999023, 267.994995, 300); CreateObject(8838, 2122.316406, -2541.613281, 49.125480, 0.000000, 273.998992, 267.994995, 300); CreateObject(8838, 2125.652832, -2541.940917, 49.125480, 359.912841, 273.998046, 266.748016, 300); CreateObject(8838, 2130.962402, -2539.170410, 42.125663, 274.696655, 238.386840, 51.256713, 300); CreateObject(18102, 2115.481445, -2533.919921, 37.461364, 43.962219, 2.769195, 268.076507, 300); CreateObject(18102, 2116.968261, -2518.477050, 37.461364, 43.961791, 2.768554, 268.071899, 300); CreateObject(8838, 2132.712158, -2533.727783, 31.675479, 0.000000, 0.000000, 267.994995, 300); CreateObject(8838, 2116.098632, -2544.447998, 23.525474, 0.000000, 330.000000, 357.494995, 300); CreateObject(8838, 2090.617919, -2543.347412, 8.775474, 0.000000, 329.996337, 357.489624, 300); CreateObject(4563, -88.469421, 2494.097167, 24.448785, 1.056304, 301.983764, 1.694519, 300); CreateObject(8040, 75.980827, 3032.893310, 222.277282, 0.000000, 0.000000, 270.000000, 300); CreateObject(1634, 74.782653, 2540.759277, 21.461736, 340.000000, 0.000000, 182.000000, 300); CreateObject(1634, 75.092330, 2532.282714, 23.311735, 353.999389, 0.000000, 181.999526, 300); CreateObject(1634, 75.407684, 2524.467041, 27.561731, 11.995971, 0.000000, 181.999526, 300); CreateObject(1634, 75.617187, 2517.963867, 33.861778, 25.740966, 0.000000, 181.999511, 300); CreateObject(1634, 264.138885, 2485.687255, 16.781692, 0.000000, 0.000000, 86.000000, 300); CreateObject(1634, 257.220336, 2486.919189, 22.656690, 28.250000, 0.000000, 85.995483, 300); CreateObject(1634, 252.845046, 2487.772705, 30.181678, 40.495849, 0.000000, 85.995483, 300); CreateObject(1634, 250.997665, 2488.870605, 38.756683, 62.495574, 0.000000, 85.995483, 300); CreateObject(1634, 251.963256, 2489.563476, 47.681709, 78.240173, 0.000000, 85.995483, 300); CreateObject(1634, 255.139251, 2489.852783, 56.006790, 87.499847, 180.000000, 265.995483, 300); CreateObject(1634, 260.238800, 2489.990966, 63.431739, 74.245117, 179.999084, 265.990875, 300); CreateObject(1634, 267.350494, 2490.043212, 68.781761, 51.490112, 179.997619, 265.986602, 300); CreateObject(1634, 275.853698, 2490.007812, 71.906768, 39.487426, 179.995544, 265.983032, 300); CreateObject(1634, 284.668640, 2490.074707, 72.931770, 24.484863, 179.994995, 265.977416, 300); CreateObject(1634, 293.571533, 2489.975097, 71.856750, 11.983001, 179.994628, 265.972290, 300); CreateObject(1634, 301.437286, 2490.061035, 68.581733, 353.730590, 179.994567, 268.966278, 300); CreateObject(1634, 308.215362, 2490.451904, 62.981529, 337.976806, 179.994506, 268.960327, 300); CreateObject(1634, 312.885498, 2490.695312, 55.281486, 315.722412, 179.993408, 268.953613, 300); CreateObject(1634, 314.325927, 2492.006835, 46.531501, 294.219604, 179.980834, 268.941040, 300); CreateObject(1634, 313.025634, 2492.466308, 37.631477, 279.469329, 179.945312, 268.905883, 300); CreateObject(1634, 309.654937, 2493.394042, 29.331478, 273.533081, 0.137695, 89.093017, 300); CreateObject(1634, 303.504058, 2494.202392, 22.956480, 302.282165, 0.015838, 88.964447, 300); CreateObject(1634, 294.874053, 2495.080322, 20.156496, 330.277832, 0.006744, 88.955841, 300); CreateObject(1634, 285.847076, 2495.222900, 21.631504, 356.276489, 0.004791, 88.948425, 300); CreateObject(7073, 192.029922, 2529.145019, 34.001125, 0.000000, 0.000000, 88.000000, 300); CreateObject(1634, 191.010452, 2516.903320, 16.815128, 6.000000, 0.000000, 0.000000, 300); CreateObject(1634, 191.040176, 2523.806640, 22.665122, 23.748535, 0.000000, 0.000000, 300); CreateObject(1634, 191.070327, 2527.543701, 28.915122, 43.246948, 0.000000, 0.000000, 300); CreateObject(1634, 231.833953, 2498.509521, 77.907562, 0.000000, 0.000000, 88.000000, 300); CreateObject(1634, 39.479209, 2505.295166, 85.931076, 0.000000, 0.000000, 88.000000, 300); CreateObject(1634, 31.934219, 2505.607666, 90.656089, 13.500000, 0.000000, 87.994995, 300); CreateObject(1634, 25.898683, 2505.812744, 97.031082, 28.996734, 0.000000, 87.989501, 300); CreateObject(7072, 192.670120, 2528.697998, 31.505348, 0.000000, 0.000000, 88.250000, 300); CreateObject(19256, 1079.547851, 2520.559814, 173.167526, 0.000000, 0.000000, 0.000000, 300); CreateObject(7230, 1081.689941, 2519.970703, 194.427810, 0.000000, 0.000000, 272.000000, 300); CreateObject(7313, 1078.684570, 2517.858398, 179.293731, 0.000000, 0.000000, 271.250000, 300); CreateObject(7313, 1078.547241, 2524.577636, 179.293731, 0.000000, 0.000000, 271.246948, 300); CreateObject(7313, 1078.684570, 2517.858398, 178.843841, 0.000000, 0.000000, 271.246948, 300); CreateObject(7313, 1078.546875, 2524.577148, 178.843536, 0.000000, 0.000000, 271.246948, 300); CreateObject(3437, 1078.471435, 2527.156005, 179.200363, 0.000000, 0.000000, 268.000000, 300); CreateObject(3437, 1078.482543, 2513.594482, 179.200363, 0.000000, 0.000000, 267.994995, 300); CreateObject(1632, 1238.322998, 2527.307861, 111.456283, 0.000000, 0.000000, 268.000000, 300); CreateObject(1632, 1238.195800, 2523.616210, 111.456283, 0.000000, 0.000000, 267.994995, 300); CreateObject(1632, 1238.055175, 2519.518310, 111.456283, 0.000000, 0.000000, 267.994995, 300); CreateObject(1632, 1237.928222, 2515.821044, 111.456283, 0.000000, 0.000000, 267.994995, 300); CreateObject(1632, 1245.424072, 2515.563964, 115.906280, 16.000000, 0.000000, 267.994995, 300); CreateObject(1632, 1245.562377, 2519.340332, 115.906280, 15.996093, 0.000000, 267.994995, 300); CreateObject(1632, 1245.720581, 2523.392089, 115.931282, 15.996093, 0.000000, 267.994995, 300); CreateObject(1632, 1245.838500, 2527.026611, 115.931282, 15.996093, 0.000000, 267.994995, 300); CreateObject(9126, 1090.259155, 2520.452392, 176.003585, 340.000000, 0.000000, 268.000000, 300); CreateObject(9126, 1103.893432, 2520.457031, 170.428482, 339.999389, 0.000000, 267.994995, 300); CreateObject(8838, 1561.267211, 1623.927246, 8.314718, 0.000000, 0.000000, 0.000000, 300); CreateObject(8838, 1561.385864, 1628.501098, 8.714712, 9.250000, 0.000000, 0.000000, 300); CreateObject(8838, 1561.481567, 1633.482299, 10.039710, 20.494995, 0.000000, 0.000000, 300); CreateObject(8838, 1561.473266, 1638.186523, 12.439697, 32.989501, 0.000000, 0.000000, 300); CreateObject(8838, 1561.479614, 1642.143554, 15.514669, 43.486450, 0.000000, 0.000000, 300); CreateObject(8838, 1561.487915, 1645.243896, 19.139614, 56.483856, 0.000000, 0.000000, 300); CreateObject(8838, 1561.446533, 1647.320678, 22.889614, 66.480682, 0.000000, 0.000000, 300); CreateObject(8838, 1561.433593, 1648.545043, 26.639614, 81.728210, 0.000000, 0.000000, 300); CreateObject(8838, 1561.434204, 1649.159301, 30.914606, 81.727294, 0.000000, 0.000000, 300); CreateObject(8838, 1575.635375, 1649.659179, 47.961090, 359.991271, 89.499633, 269.999969, 300); CreateObject(8838, 1570.647949, 1649.660400, 47.961090, 359.989013, 89.494598, 270.000000, 300); CreateObject(8838, 1566.175415, 1649.663085, 47.961090, 359.989013, 89.494598, 270.000000, 300); CreateObject(8838, 1561.775024, 1649.665649, 47.961090, 359.989044, 89.494598, 269.999938, 300); CreateObject(8838, 1556.941162, 1649.669433, 47.961090, 359.989013, 89.494598, 269.999969, 300); CreateObject(8838, 1552.081054, 1649.674316, 47.961090, 359.989044, 89.494598, 269.999969, 300); CreateObject(8838, 1547.295532, 1649.685791, 47.961090, 359.989013, 89.494598, 270.000000, 300); CreateObject(8838, 1580.390625, 1649.208984, 48.011093, 359.989013, 89.494598, 258.750122, 300); CreateObject(8838, 1585.306640, 1647.742675, 48.011093, 0.116333, 89.502105, 243.750564, 300); CreateObject(8838, 1589.662475, 1645.006225, 48.011093, 0.210723, 89.532043, 232.498565, 300); CreateObject(8838, 1593.134887, 1641.254760, 48.011093, 0.357818, 89.627380, 212.498657, 300); CreateObject(8838, 1595.374145, 1636.709594, 48.011093, 0.431823, 89.716400, 199.497497, 300); CreateObject(8838, 1596.703125, 1631.797485, 48.011093, 0.469879, 89.788940, 189.994842, 300); CreateObject(8838, 1597.013671, 1626.805664, 48.011093, 0.504302, 89.902893, 176.241577, 300); CreateObject(8838, 1596.269775, 1621.847900, 48.011093, 0.509155, 89.984985, 166.736816, 300); CreateObject(8838, 1594.828125, 1616.944335, 48.011093, 0.504211, 90.036437, 160.733886, 300); CreateObject(8838, 1592.913085, 1612.639160, 48.011093, 0.486450, 90.119232, 150.729614, 300); CreateObject(8838, 1590.268188, 1608.775024, 48.011093, 0.452453, 90.205444, 140.226684, 300); CreateObject(8838, 1586.780395, 1605.302978, 48.011093, 0.399597, 90.290710, 128.473754, 300); CreateObject(8838, 1582.952880, 1602.747680, 48.011093, 0.344390, 90.345458, 119.218811, 300); CreateObject(8838, 1578.953247, 1600.867187, 48.011093, 0.284851, 90.388488, 110.468200, 300); CreateObject(8838, 1574.499877, 1599.587280, 48.011093, 0.218292, 90.422546, 101.717773, 300); CreateObject(8838, 1569.536132, 1598.968872, 48.011093, 0.134613, 90.449676, 91.217285, 300); CreateObject(8838, 1565.122314, 1599.245727, 48.011093, 0.050537, 90.461181, 80.964294, 300); CreateObject(8838, 1560.551757, 1600.343383, 48.011093, 359.975524, 90.457763, 71.713958, 300); CreateObject(8838, 1556.675292, 1602.001464, 48.011093, 359.897644, 90.445098, 62.213684, 300); CreateObject(8838, 1552.659667, 1604.616455, 48.011093, 359.812622, 90.416961, 51.210296, 300); CreateObject(8838, 1549.197021, 1608.305541, 48.011093, 359.703125, 90.344238, 35.457580, 300); CreateObject(8838, 1546.690551, 1612.163574, 48.011093, 359.637115, 90.275177, 30.202789, 300); CreateObject(8838, 1544.775390, 1616.168945, 48.011093, 359.590698, 90.208374, 20.451263, 300); CreateObject(8838, 1543.718627, 1619.959472, 48.011093, 359.559661, 90.130493, 10.700805, 300); CreateObject(8838, 1543.306640, 1624.640625, 48.011093, 359.538665, 90.035064, 359.200317, 300); CreateObject(8838, 1543.572509, 1629.331787, 48.011093, 359.538574, 89.966308, 353.697753, 300); CreateObject(8838, 1544.541015, 1634.310058, 48.011093, 359.548950, 89.873168, 342.693572, 300); CreateObject(8838, 1546.379394, 1638.989257, 48.011093, 359.568420, 89.802154, 334.190826, 300); CreateObject(8838, 1548.691162, 1643.002075, 48.011093, 359.601928, 89.733032, 325.437438, 300); CreateObject(8838, 1550.802490, 1645.733520, 48.011093, 359.485046, 89.478332, 315.935668, 300); CreateObject(8838, 1553.344482, 1648.140869, 48.011093, 359.569061, 89.405700, 307.184020, 300); CreateObject(8838, 1555.445678, 1649.303588, 48.011093, 359.738800, 89.308258, 291.933929, 300); CreateObject(8838, 1554.749511, 1648.906250, 48.011093, 359.679534, 89.333648, 296.933624, 300); CreateObject(1225, 1583.903808, 1269.929077, 10.218255, 0.000000, 0.000000, 358.000000, 300); CreateObject(1225, 1583.627929, 1268.967285, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1583.283691, 1267.765014, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1584.484985, 1267.420410, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1584.071289, 1265.977783, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1583.348510, 1264.363891, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1585.647094, 1262.403808, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1586.197265, 1264.326171, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1586.885742, 1266.729736, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1585.443603, 1267.142578, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1584.616699, 1264.258178, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1585.854858, 1268.583496, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1584.893066, 1268.858398, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1586.507446, 1269.955566, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1588.017333, 1269.781738, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1587.743164, 1272.459594, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1587.501586, 1270.707641, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1585.337768, 1271.326660, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1585.887695, 1273.249023, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1585.612304, 1272.287597, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1586.986816, 1273.453857, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1588.358398, 1270.979492, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1588.528686, 1268.850097, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1588.528320, 1268.849609, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1588.823730, 1267.635009, 10.218255, 0.000000, 0.000000, 357.994995, 300); CreateObject(1225, 1589.177734, 1266.177246, 10.218255, 0.000000, 358.000000, 3.994995, 300); CreateObject(1225, 1588.435791, 1263.937988, 10.218255, 0.000000, 357.994995, 3.993530, 300); CreateObject(1225, 1588.140136, 1265.152099, 10.218255, 0.000000, 357.994995, 3.993530, 300); CreateObject(1225, 1586.307861, 1263.162109, 10.218255, 0.000000, 9.994995, 3.993530, 300); CreateObject(1225, 1587.147949, 1261.822753, 10.218255, 0.000000, 9.992065, 3.988037, 300); CreateObject(1225, 1586.655029, 1260.673339, 10.218255, 0.000000, 9.992065, 3.988037, 300); CreateObject(1225, 1588.591064, 1260.114746, 10.218255, 0.000000, 9.992065, 3.988037, 300); CreateObject(1225, 1586.474731, 1274.376220, 10.218255, 0.000000, 357.994995, 3.993530, 300); CreateObject(1225, 1588.220336, 1274.258056, 10.218255, 0.000000, 357.994995, 3.993530, 300); CreateObject(1225, 1589.116210, 1272.694091, 10.218255, 0.000000, 357.994995, 3.993530, 300); CreateObject(1225, 1589.449829, 1273.923461, 10.218255, 0.000000, 357.994995, 3.993530, 300); CreateObject(1225, 1587.787719, 1275.287719, 10.218255, 0.000000, 357.994995, 3.993530, 300); CreateObject(1225, 1590.031616, 1275.135498, 10.218255, 0.000000, 357.994995, 3.993530, 300); CreateObject(1225, 1591.153930, 1273.305297, 10.218255, 0.000000, 357.994995, 3.993530, 300); CreateObject(1225, 1590.892578, 1270.065673, 10.218255, 0.000000, 357.994995, 17.993530, 300); CreateObject(1225, 1592.885742, 1269.905273, 10.218255, 0.000000, 357.989501, 17.990112, 300); CreateObject(1225, 1592.745605, 1268.161254, 10.218255, 0.000000, 357.989501, 17.990112, 300); CreateObject(1225, 1593.341308, 1263.097412, 10.218255, 0.000000, 357.989501, 19.989624, 300); CreateObject(1225, 1591.536743, 1262.489379, 10.218255, 0.000000, 357.989501, 19.989624, 300); CreateObject(1225, 1589.293823, 1262.669433, 10.218255, 0.000000, 357.989501, 19.989624, 300); CreateObject(1225, 1589.920288, 1261.114013, 10.218255, 0.000000, 357.989501, 19.989624, 300); CreateObject(1225, 1590.776367, 1259.289184, 10.218255, 0.000000, 357.989501, 19.989624, 300); CreateObject(1225, 1592.331298, 1259.916381, 10.218255, 0.000000, 357.989501, 19.989624, 300); CreateObject(1225, 1594.404296, 1260.752441, 10.218255, 0.000000, 357.989501, 19.989624, 300); CreateObject(1225, 1596.517578, 1262.086669, 10.218255, 0.000000, 357.989501, 19.989624, 300); CreateObject(1225, 1596.468627, 1264.597412, 10.218255, 0.000000, 357.989501, 19.989624, 300); CreateObject(1225, 1595.153076, 1266.959106, 10.218255, 0.000000, 357.989501, 19.989624, 300); CreateObject(1225, 1595.392578, 1269.948730, 10.218255, 0.000000, 357.989501, 19.989624, 300); CreateObject(1225, 1593.539550, 1271.852416, 10.218255, 0.000000, 357.989501, 19.989624, 300); CreateObject(1225, 1593.739257, 1274.343017, 10.218255, 0.000000, 357.989501, 19.989624, 300); CreateObject(1225, 1591.496948, 1274.522949, 10.218255, 0.000000, 359.989501, 19.989624, 300); CreateObject(1225, 1592.841918, 1275.668090, 10.218255, 0.000000, 359.989013, 19.984130, 300); CreateObject(1225, 1594.336669, 1275.547851, 10.218255, 0.000000, 359.989013, 19.984130, 300); CreateObject(1225, 1589.622192, 1276.177368, 10.218255, 0.000000, 359.989013, 19.984130, 300); CreateObject(1225, 1589.619873, 1269.908081, 10.218255, 0.000000, 359.989013, 19.984130, 300); CreateObject(1225, 1590.704711, 1267.813964, 10.218255, 0.000000, 359.989013, 21.984130, 300); CreateObject(1225, 1590.423828, 1264.325439, 10.218255, 0.000000, 359.983520, 21.983642, 300); CreateObject(1225, 1592.915283, 1264.125000, 10.218255, 0.000000, 359.983520, 21.983642, 300); CreateObject(1225, 1594.659057, 1263.984863, 10.218255, 0.000000, 359.983520, 21.983642, 300); CreateObject(1225, 1594.787231, 1262.469482, 10.218255, 0.000000, 359.983520, 21.983642, 300); CreateObject(1225, 1592.175537, 1261.174072, 10.218255, 0.000000, 359.983520, 21.983642, 300); CreateObject(1225, 1593.500610, 1262.070312, 10.218255, 0.000000, 359.983520, 21.983642, 300); CreateObject(1225, 1591.497924, 1265.240234, 10.218255, 0.000000, 359.983520, 21.983642, 300); CreateObject(1225, 1591.637207, 1266.984252, 10.218255, 0.000000, 359.983520, 21.983642, 300); CreateObject(1225, 1588.037109, 1262.758789, 10.218255, 0.000000, 5.982055, 21.983642, 300); CreateObject(1225, 1588.913574, 1261.183837, 10.218255, 0.000000, 5.982055, 21.983642, 300); CreateObject(1225, 1594.754638, 1265.227783, 10.218255, 0.000000, 5.982055, 21.983642, 300); CreateObject(1225, 1595.752685, 1271.416137, 10.218255, 0.000000, 5.982055, 21.983642, 300); CreateObject(1225, 1595.912109, 1273.409179, 10.218255, 0.000000, 5.982055, 19.983642, 300); CreateObject(1225, 1592.613159, 1272.921997, 10.218255, 0.000000, 5.976562, 19.978637, 300); CreateObject(1225, 1595.989135, 1268.136962, 10.218255, 0.000000, 5.976562, 19.978637, 300); CreateObject(1225, 1597.832397, 1269.242309, 10.218255, 0.000000, 5.976562, 19.978637, 300); CreateObject(1225, 1597.671875, 1267.249023, 10.218255, 0.000000, 5.976562, 19.978637, 300); CreateObject(1225, 1597.531738, 1265.505004, 10.218255, 0.000000, 5.976562, 19.978637, 300); CreateObject(1225, 1598.447753, 1264.428222, 10.218255, 0.000000, 5.976562, 21.978637, 300); CreateObject(1225, 1597.101440, 1263.282104, 10.218255, 0.000000, 5.971069, 21.978149, 300); CreateObject(1225, 1596.880371, 1260.540649, 10.218255, 0.000000, 5.971069, 21.978149, 300); CreateObject(1225, 1600.659301, 1267.006713, 10.218255, 0.000000, 5.971069, 21.978149, 300); CreateObject(1225, 1600.859375, 1269.497314, 10.218255, 0.000000, 5.971069, 21.978149, 300); CreateObject(1225, 1601.019531, 1271.490234, 10.218255, 0.000000, 5.971069, 7.978149, 300); CreateObject(1225, 1599.026367, 1271.650390, 10.218255, 0.000000, 5.965576, 7.976074, 300); CreateObject(1225, 1598.688232, 1273.683593, 10.218255, 0.000000, 5.965576, 7.976074, 300); CreateObject(1225, 1597.352783, 1275.796875, 10.218255, 0.000000, 5.965576, 7.976074, 300); CreateObject(1225, 1591.622192, 1276.257324, 10.218255, 0.000000, 5.965576, 7.976074, 300); CreateObject(1225, 1596.026611, 1274.899902, 10.218255, 0.000000, 5.965576, 7.976074, 300); CreateObject(1225, 1597.750366, 1274.510131, 10.218255, 0.000000, 5.965576, 7.976074, 300); CreateObject(1225, 1597.569824, 1272.267456, 10.218255, 0.000000, 5.965576, 7.976074, 300); CreateObject(1225, 1597.907470, 1270.233398, 10.218255, 0.000000, 5.965576, 7.976074, 300); CreateObject(1225, 1599.511108, 1268.349243, 10.218255, 0.000000, 5.965576, 7.976074, 300); CreateObject(1225, 1600.516235, 1265.258789, 10.218255, 0.000000, 5.965576, 7.976074, 300); CreateObject(1225, 1600.335449, 1263.016479, 10.218255, 0.000000, 5.965576, 7.976074, 300); CreateObject(1225, 1599.218261, 1261.600830, 10.218255, 0.000000, 5.965576, 7.976074, 300); CreateObject(1225, 1605.127075, 1264.285278, 10.218255, 0.000000, 357.965576, 7.976074, 300); CreateObject(1225, 1604.403564, 1265.691162, 10.218255, 0.000000, 357.962036, 7.976074, 300); CreateObject(1225, 1604.097656, 1267.666992, 10.218255, 0.000000, 357.962036, 7.976074, 300); CreateObject(1225, 1603.753784, 1269.890625, 10.218255, 0.000000, 357.962036, 7.976074, 300); CreateObject(1225, 1604.759033, 1271.564086, 10.218255, 0.000000, 357.962036, 7.976074, 300); CreateObject(1225, 1606.261596, 1270.025024, 10.218255, 0.000000, 357.962036, 7.976074, 300); CreateObject(1225, 1607.743164, 1270.253662, 10.218255, 0.000000, 357.962036, 359.976074, 300); CreateObject(1225, 1611.449218, 1270.826049, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1611.793090, 1268.601562, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1609.816406, 1268.295898, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1607.839843, 1267.990234, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1605.863281, 1267.684570, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1608.392578, 1266.051879, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1608.660034, 1264.322265, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1599.267944, 1266.158691, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1596.226318, 1266.193847, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1594.322875, 1268.681884, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1595.022705, 1272.331665, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1605.875732, 1272.491577, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1608.098632, 1272.835083, 10.218255, 0.000000, 357.956542, 335.972534, 300); CreateObject(1225, 1606.811523, 1264.793090, 10.218255, 0.000000, 357.951049, 335.967407, 300); CreateObject(1225, 1608.143676, 1262.722167, 10.218255, 0.000000, 357.951049, 335.967407, 300); CreateObject(1225, 1610.728881, 1262.362548, 10.218255, 0.000000, 357.951049, 335.967407, 300); CreateObject(1225, 1613.958251, 1264.379638, 10.218255, 0.000000, 357.951049, 335.967407, 300); CreateObject(1225, 1609.359008, 1266.958618, 10.218255, 0.000000, 357.951049, 341.967407, 300); CreateObject(1225, 1605.155639, 1269.596801, 10.218255, 0.000000, 357.945556, 341.965942, 300); CreateObject(1225, 1605.442382, 1266.098754, 10.218255, 0.000000, 357.945556, 341.965942, 300); CreateObject(1225, 1604.543212, 1273.548950, 10.218255, 0.000000, 357.945556, 341.965942, 300); CreateObject(1225, 1603.213378, 1272.331298, 10.218255, 0.000000, 357.945556, 341.965942, 300); CreateObject(1225, 1606.406982, 1271.307128, 10.218255, 0.000000, 357.945556, 341.965942, 300); CreateObject(1225, 1608.135742, 1271.574096, 10.218255, 0.000000, 357.945556, 341.965942, 300); CreateObject(1225, 1608.701660, 1269.570068, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1610.449462, 1266.910400, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1609.741699, 1263.481933, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1612.248291, 1264.495849, 10.218255, 0.000000, 357.956542, 359.972534, 300); CreateObject(1225, 1611.855224, 1272.489990, 10.218255, 0.000000, 355.955566, 359.967041, 300); CreateObject(1225, 1609.895507, 1272.893554, 10.218255, 0.000000, 355.951538, 359.967041, 300); CreateObject(1225, 1609.024902, 1274.860351, 10.218255, 0.000000, 355.951538, 359.967041, 300); CreateObject(1225, 1607.266845, 1276.243896, 10.218255, 0.000000, 355.951538, 359.967041, 300); CreateObject(1225, 1606.963378, 1274.773925, 10.218255, 0.000000, 355.951538, 359.967041, 300); CreateObject(1225, 1609.131835, 1276.623535, 10.218255, 0.000000, 355.951538, 5.967041, 300); CreateObject(1225, 1610.348388, 1275.095458, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1612.061767, 1274.740966, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1610.973144, 1273.177734, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1611.629638, 1276.361083, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1610.210205, 1276.908447, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1607.026611, 1277.565185, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1605.304443, 1276.643310, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1603.869384, 1274.640869, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1602.555175, 1268.273925, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1612.594482, 1266.201416, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1613.285644, 1267.079589, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1613.942138, 1270.262451, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1613.265136, 1271.933105, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1613.128662, 1273.747802, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1613.532226, 1275.706054, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1612.661621, 1277.672851, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1611.191894, 1277.976074, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1608.742675, 1278.480957, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1608.135742, 1275.541992, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1607.731445, 1273.583007, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1614.587890, 1272.167968, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1614.257568, 1274.278564, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1613.207519, 1279.090332, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1613.832763, 1277.173583, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1615.192382, 1275.104980, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1615.860839, 1272.158203, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1615.506591, 1270.444091, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1615.152099, 1268.729248, 10.218255, 0.000000, 355.951538, 5.965576, 300); CreateObject(1225, 1617.994873, 1268.905029, 10.218255, 0.000000, 349.947509, 5.960083, 300); CreateObject(1225, 1618.499511, 1271.353027, 10.218255, 0.000000, 349.947509, 5.960083, 300); CreateObject(1225, 1617.274658, 1271.605224, 10.218255, 0.000000, 349.947509, 5.960083, 300); CreateObject(1225, 1617.678710, 1273.563476, 10.218255, 0.000000, 349.947509, 5.960083, 300); CreateObject(1225, 1616.209472, 1273.866699, 10.218255, 0.000000, 349.947509, 5.960083, 300); CreateObject(1225, 1616.562744, 1275.580322, 10.218255, 0.000000, 349.947509, 5.960083, 300); CreateObject(1225, 1616.916259, 1277.294189, 10.218255, 0.000000, 349.947509, 5.960083, 300); CreateObject(1225, 1615.201904, 1277.647705, 10.218255, 0.000000, 349.947509, 5.960083, 300); CreateObject(1225, 1614.322753, 1278.339355, 10.218255, 0.000000, 349.947509, 5.960083, 300); CreateObject(1225, 1614.703125, 1276.473144, 10.218255, 0.000000, 349.947509, 5.960083, 300); CreateObject(1225, 1615.682617, 1276.270507, 10.218255, 0.000000, 349.947509, 3.960083, 300); CreateObject(1225, 1617.641601, 1275.866210, 10.218255, 0.000000, 349.942016, 3.955078, 300); CreateObject(1225, 1618.663818, 1274.634033, 10.218255, 0.000000, 349.942016, 3.955078, 300); CreateObject(1225, 1619.525146, 1271.391845, 10.218255, 0.000000, 349.942016, 3.955078, 300); CreateObject(1225, 1619.220703, 1269.921875, 10.218255, 0.000000, 349.942016, 3.955078, 300); CreateObject(1225, 1619.407226, 1268.351562, 10.218255, 0.000000, 349.942016, 3.955078, 300); CreateObject(1225, 1619.104003, 1266.882324, 10.218255, 0.000000, 349.942016, 3.955078, 300); CreateObject(1225, 1620.774902, 1267.558105, 10.218255, 0.000000, 349.942016, 3.955078, 300); CreateObject(1225, 1620.739501, 1269.862548, 10.218255, 0.000000, 349.942016, 3.955078, 300); CreateObject(1225, 1620.358398, 1271.728027, 10.218255, 0.000000, 349.942016, 3.955078, 300); CreateObject(1225, 1619.732666, 1273.643798, 10.218255, 0.000000, 349.942016, 3.955078, 300); CreateObject(1225, 1619.056152, 1275.314941, 10.218255, 0.000000, 349.942016, 3.955078, 300); CreateObject(18734, 2038.208618, -2633.523437, 22.392507, 0.000000, 0.000000, 0.000000, 300); CreateObject(18734, 2032.112670, -2640.660644, 22.267509, 0.000000, 13.500000, 0.000000, 300); CreateObject(8838, 1507.216064, 1278.863891, 8.311262, 0.000000, 0.000000, 0.000000, 300); CreateObject(8838, 1506.200561, 1283.395751, 8.986251, 16.250000, 0.000000, 0.000000, 300); CreateObject(8838, 1504.415527, 1287.654907, 10.861249, 31.998809, 0.000000, 0.000000, 300); CreateObject(8838, 1503.154785, 1291.638183, 13.836242, 41.747711, 0.000000, 0.000000, 300); CreateObject(8838, 1501.688232, 1295.000488, 17.336242, 50.992523, 0.000000, 0.000000, 300); CreateObject(8838, 1500.754638, 1297.566406, 21.086242, 59.987548, 0.000000, 0.000000, 300); CreateObject(8838, 1499.699218, 1299.313476, 24.886238, 71.235321, 0.000000, 0.000000, 300); CreateObject(8838, 1498.035156, 1300.659423, 29.311235, 75.479858, 0.000000, 0.000000, 300); CreateObject(8838, 1496.543457, 1301.510253, 34.036262, 84.476135, 0.000000, 0.000000, 300); CreateObject(8838, 1494.794433, 1301.601928, 38.536262, 86.778076, 180.000000, 180.000000, 300); CreateObject(8838, 1492.297729, 1301.193481, 42.786262, 82.525543, 179.997619, 179.991394, 300); CreateObject(8838, 1489.830200, 1300.382934, 47.536247, 78.023803, 179.996582, 179.986938, 300); CreateObject(8838, 1487.512695, 1299.064086, 52.261184, 70.269409, 179.996582, 179.981323, 300); CreateObject(8838, 1484.692504, 1297.166381, 56.586158, 61.768615, 179.996093, 179.976318, 300); CreateObject(8838, 1481.945678, 1294.687744, 60.486122, 52.515197, 179.995727, 179.971069, 300); CreateObject(8838, 1479.040771, 1291.568847, 63.861053, 41.264739, 179.995483, 179.965576, 300); CreateObject(8838, 1476.026977, 1287.705932, 66.811004, 33.014587, 179.995056, 179.960632, 300); CreateObject(8838, 1473.560424, 1283.531860, 69.060974, 23.513885, 179.994750, 179.955078, 300); CreateObject(8838, 1471.859375, 1279.118896, 70.435981, 9.760711, 179.994628, 179.949279, 300); CreateObject(8838, 1470.540771, 1274.631347, 70.835945, 359.505859, 179.994506, 179.944091, 300); CreateObject(8838, 1469.661499, 1270.656982, 70.610931, 353.505615, 179.994506, 179.939025, 300); CreateObject(8838, 1468.286987, 1266.812133, 69.960891, 344.751556, 179.994506, 179.933227, 300); CreateObject(8838, 1466.556884, 1262.395019, 68.410842, 336.501037, 179.994506, 179.927856, 300); CreateObject(8838, 1464.862304, 1258.646484, 66.510848, 328.996612, 179.994506, 179.917602, 300); CreateObject(8838, 1464.862304, 1258.646484, 66.510848, 328.996612, 179.994506, 179.917602, 300); CreateObject(8838, 1463.084228, 1254.780639, 63.760848, 319.996582, 179.993896, 179.916503, 300); CreateObject(8838, 1461.694458, 1251.513427, 60.460815, 309.743316, 179.986816, 179.909057, 300); CreateObject(8838, 1460.270874, 1249.048828, 56.785804, 297.743103, 179.977355, 179.899291, 300); CreateObject(8838, 1459.537963, 1247.290527, 52.510803, 286.490600, 179.954956, 179.876647, 300); CreateObject(8838, 1458.468017, 1246.755249, 47.810806, 274.510253, 0.212097, 0.132537, 300); CreateObject(8838, 1457.059326, 1247.471191, 43.360763, 283.759887, 0.069000, 359.990783, 300); CreateObject(8838, 1455.645996, 1248.962402, 39.235755, 297.254760, 0.034210, 359.955413, 300); CreateObject(8838, 1454.445556, 1251.626464, 35.160766, 309.501556, 0.023712, 359.939575, 300); CreateObject(8838, 1453.002197, 1254.788818, 32.060729, 321.751342, 0.017791, 359.928161, 300); CreateObject(8838, 1450.942260, 1258.169677, 30.060729, 338.751098, 0.013885, 359.917938, 300); CreateObject(8838, 1449.062744, 1262.621826, 28.535730, 343.496978, 0.010681, 359.916625, 300); CreateObject(8838, 1446.967041, 1266.596679, 27.660724, 353.493041, 0.005310, 359.911132, 300); CreateObject(8838, 1444.849487, 1270.374389, 27.535726, 5.490600, 0.000000, 359.906616, 300); CreateObject(8838, 1443.047485, 1275.004516, 28.335733, 14.487670, 0.000000, 359.901123, 300); CreateObject(8838, 1441.598754, 1277.829467, 29.185735, 25.735473, 0.000000, 359.895629, 300); CreateObject(8838, 1439.645751, 1281.980468, 31.485731, 33.229980, 0.000000, 359.895629, 300); CreateObject(8838, 1436.978515, 1285.998657, 34.735733, 45.478179, 0.000000, 359.895629, 300); CreateObject(1632, 1387.661254, 1605.886718, 11.112611, 0.000000, 0.000000, 0.000000, 300); CreateObject(1632, 1387.662841, 1613.086914, 16.137607, 23.500000, 0.000000, 0.000000, 300); CreateObject(1632, 1387.643920, 1617.960815, 23.137603, 41.249786, 0.000000, 0.000000, 300); CreateObject(1632, 1387.664306, 1620.412475, 31.337581, 59.498138, 0.000000, 0.000000, 300); CreateObject(1632, 1387.685791, 1620.813476, 39.912631, 70.496459, 0.000000, 0.000000, 300); CreateObject(1632, 1391.764038, 1605.883789, 11.112611, 0.000000, 0.000000, 0.000000, 300); CreateObject(1632, 1391.744140, 1613.078125, 16.137607, 23.499755, 0.000000, 0.000000, 300); CreateObject(1632, 1391.770874, 1617.956054, 23.137603, 41.248168, 0.000000, 0.000000, 300); CreateObject(1632, 1391.789062, 1620.410766, 31.337581, 59.496459, 0.000000, 0.000000, 300); CreateObject(1632, 1391.761596, 1620.811157, 39.912631, 70.493774, 0.000000, 0.000000, 300); CreateObject(1632, 1383.584594, 1605.889282, 11.112611, 0.000000, 0.000000, 0.000000, 300); CreateObject(1632, 1383.636108, 1613.165527, 16.137607, 23.499755, 0.000000, 358.000000, 300); CreateObject(1632, 1383.642578, 1617.986816, 23.137603, 41.248168, 0.000000, 0.000000, 300); CreateObject(1632, 1383.512695, 1620.416015, 31.337581, 59.496459, 0.000000, 0.000000, 300); CreateObject(1632, 1383.584472, 1620.819458, 39.912631, 70.493774, 0.000000, 0.000000, 300); CreateObject(18735, 1438.434082, 1425.328125, 10.563171, 0.000000, 0.000000, 0.000000, 300); CreateObject(18735, 1436.183105, 1425.292602, 10.563171, 0.000000, 0.000000, 0.000000, 300); CreateObject(18735, 1433.982421, 1425.256835, 10.563171, 0.000000, 0.000000, 0.000000, 300); CreateObject(18735, 1431.732055, 1425.245605, 10.563171, 0.000000, 0.000000, 0.000000, 300); CreateObject(18735, 1429.656372, 1425.211791, 10.563171, 0.000000, 0.000000, 0.000000, 300); CreateObject(18735, 1427.555786, 1425.202270, 10.563171, 0.000000, 0.000000, 0.000000, 300); CreateObject(4563, 1421.310913, 1839.197998, 13.108974, 0.000000, 296.000000, 268.000000, 300); CreateObject(8838, 1456.023315, 1943.488525, 96.235420, 0.000000, 26.000000, 268.000000, 300); CreateObject(8838, 1460.780883, 1943.420288, 96.285423, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1465.426757, 1943.175781, 96.235420, 0.000000, 25.993652, 267.994995, 300); CreateObject(8838, 1469.909301, 1942.787597, 96.110412, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1474.472167, 1942.482177, 96.060409, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1478.860717, 1942.188964, 95.985404, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1483.823242, 1941.858154, 95.885398, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1488.303466, 1941.444335, 95.760391, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1492.766113, 1941.140380, 95.685386, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1497.682617, 1940.875122, 95.635383, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1502.077148, 1940.638671, 95.585380, 0.000000, 25.993652, 267.994995, 300); CreateObject(8838, 1506.894042, 1940.379516, 95.535377, 0.000000, 25.993652, 267.994995, 300); CreateObject(8838, 1511.629638, 1940.003173, 95.410369, 0.000000, 25.993652, 267.994995, 300); CreateObject(8838, 1515.968872, 1941.053222, 95.410369, 0.000000, 59.993652, 267.994995, 300); CreateObject(8838, 1520.872924, 1940.287719, 95.760345, 7.923828, 60.961425, 254.050155, 300); CreateObject(8838, 1525.081176, 1938.792602, 96.510391, 12.200317, 62.366058, 246.004333, 300); CreateObject(8838, 1529.200561, 1937.777099, 99.610397, 16.022949, 64.276885, 238.170074, 300); CreateObject(8838, 1532.625732, 1935.794921, 101.610473, 19.348724, 66.599243, 230.530746, 300); CreateObject(8838, 1535.730224, 1933.759033, 104.585441, 22.259002, 69.332916, 222.841156, 300); CreateObject(8838, 1538.445678, 1930.894653, 107.360488, 25.018463, 72.855834, 214.057235, 300); CreateObject(8838, 1540.547729, 1927.889770, 110.410476, 27.296539, 77.008789, 204.637680, 300); CreateObject(8838, 1541.919555, 1924.348876, 113.660476, 29.317749, 83.268676, 191.482330, 300); CreateObject(8838, 1542.399902, 1921.520507, 117.660476, 29.997253, 88.963104, 179.995117, 300); CreateObject(8838, 1542.096557, 1918.458007, 121.535560, 29.729827, 94.283813, 169.328857, 300); CreateObject(8838, 1541.244018, 1916.115234, 124.635566, 28.662994, 99.284942, 159.086059, 300); CreateObject(8838, 1539.634399, 1913.380615, 127.885566, 27.020080, 103.562408, 149.935119, 300); CreateObject(8838, 1537.193115, 1910.819946, 131.435546, 24.035644, 108.506927, 138.478576, 300); CreateObject(8838, 1533.750122, 1908.443603, 134.285705, 18.461303, 114.066406, 123.231292, 300); CreateObject(8838, 1529.642578, 1907.379882, 137.635681, 13.253173, 117.150512, 111.981475, 300); CreateObject(8838, 1525.491577, 1906.746582, 139.760528, 8.786132, 118.784729, 103.431884, 300); CreateObject(8838, 1401.962524, 1945.284912, 96.185417, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1397.211914, 1945.251708, 96.110412, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1392.436645, 1945.571899, 96.160430, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1387.638427, 1945.720703, 96.185432, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1382.865356, 1945.870361, 96.185432, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1378.266601, 1946.012695, 96.160430, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1373.443115, 1946.162353, 96.160430, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1368.919189, 1946.302978, 96.135429, 0.000000, 25.999145, 267.994995, 300); CreateObject(8838, 1364.196289, 1946.450195, 96.110351, 0.000000, 25.993652, 267.994995, 300); CreateObject(8838, 1520.937622, 1905.843261, 140.285400, 5.861511, 119.458282, 98.146697, 300); CreateObject(8838, 1516.579101, 1905.075073, 140.435363, 5.861206, 119.454345, 98.146362, 300); CreateObject(8838, 1511.836059, 1904.377441, 140.935241, 5.861206, 119.454345, 98.146362, 300); CreateObject(8838, 1507.021484, 1903.659301, 141.435424, 5.861206, 119.454345, 98.146362, 300); CreateObject(8838, 1502.420654, 1902.925048, 141.810333, 5.861206, 119.454345, 98.146362, 300); CreateObject(8838, 1497.955810, 1902.178100, 142.285217, 5.861206, 119.454345, 98.146362, 300); CreateObject(8040, 1472.448364, 1903.294189, 124.585266, 0.000000, 0.000000, 0.000000, 300); CreateObject(1632, 1450.745605, 1891.347778, 125.127380, 0.000000, 0.000000, 180.000000, 300); CreateObject(1632, 1450.787719, 1884.395507, 130.302337, 26.750000, 0.000000, 179.994506, 300); CreateObject(18809, 2065.527832, -2629.137207, 30.546875, 0.000000, 310.000000, 0.000000, 300); CreateObject(18809, 2027.432739, -2629.072998, 62.126823, 0.000000, 309.995727, 0.000000, 300); CreateObject(19129, 325.796875, 2543.827148, 15.870239, 0.000000, 0.000000, 0.000000, 300); CreateObject(19129, 290.621032, 2544.891845, 15.870239, 0.000000, 0.000000, 0.000000, 300); CreateObject(18809, 59.634059, 2453.070556, 29.758190, 0.000000, 300.000000, 90.000000, 300); CreateObject(18809, 59.630664, 2410.087890, 54.568195, 0.000000, 299.998168, 90.000000, 300); CreateObject(18780, 2053.011474, -2461.477050, 23.771883, 0.000000, 0.000000, 0.000000, 300); CreateObject(18780, 2053.043945, -2471.321289, 23.771883, 0.000000, 0.000000, 0.000000, 300); CreateObject(18780, 2053.053222, -2481.145019, 23.771883, 0.000000, 0.000000, 0.000000, 300); CreateObject(18801, 1960.361328, -2265.322753, 33.913486, 0.000000, 0.000000, 271.999511, 300); CreateObject(1225, 1618.327514, 1268.977050, 10.505797, 0.000000, 349.942016, 3.955078, 300); CreateObject(1632, 1567.412841, 1266.232910, 11.112611, 0.000000, 0.000000, 278.000000, 300); CreateObject(18847, 1644.036132, -2595.291992, 150.982513, 0.000000, 16.250000, 0.000000, 300); CreateObject(2910, 1920.771362, -2599.387207, 39.885185, 340.000000, 0.000000, 270.000000, 300); CreateObject(2910, 1761.103149, -2599.395751, 97.990150, 339.999389, 0.000000, 270.000000, 300); CreateObject(18829, 1387.547729, 1309.782958, 24.795312, 298.065551, 355.745971, 356.244628, 300); CreateObject(18801, 1441.608398, 1466.755859, 30.851890, 0.000000, 0.000000, 0.000000, 300); CreateObject(18772, 1377.966796, 1797.796875, 66.692192, 25.999145, 0.000000, 357.994995, 300); CreateObject(18753, 1378.863037, 1973.509643, 118.584877, 0.000000, 0.000000, 0.000000, 300); CreateObject(18772, 1363.960937, 1797.783691, 66.692192, 25.999145, 0.000000, 357.994995, 300); CreateObject(18780, 1359.203002, 1652.816406, 20.320312, 0.000000, 2.500000, 268.000000, 300); CreateObject(8390, 1413.306640, 697.754577, 205.672637, 0.000000, 0.000000, 0.000000, 300); CreateObject(18779, 1407.539672, 1263.870361, 19.812500, 0.000000, 0.000000, 270.000000, 300); CreateObject(18809, 1334.240478, 1377.468505, 29.370304, 310.266113, 1.934173, 1.476104, 300); CreateObject(18809, 1334.906860, 1414.162719, 60.430286, 310.264892, 1.933593, 1.472167, 300); CreateObject(18843, 1337.351074, 1459.253540, 115.835784, 332.777496, 339.665008, 316.377960, 300); CreateObject(18858, 1556.311035, 1355.278076, 19.015625, 0.000000, 0.000000, 358.000000, 300); CreateObject(1632, 1556.549194, 1334.605590, 11.175111, 0.000000, 0.000000, 0.000000, 300); CreateObject(1633, 1550.926757, 1448.770019, 11.127379, 0.000000, 0.000000, 0.000000, 300); CreateObject(1633, 1550.933227, 1457.700805, 13.377379, 0.000000, 0.000000, 0.000000, 300); CreateObject(1633, 1550.925048, 1466.900024, 15.627379, 0.000000, 0.000000, 0.000000, 300); CreateObject(1633, 1550.764770, 1476.705078, 17.877380, 0.000000, 0.000000, 0.000000, 300); CreateObject(1633, 1550.859863, 1485.959838, 20.127380, 0.000000, 0.000000, 0.000000, 300); CreateObject(1633, 1550.876586, 1495.311889, 22.377380, 0.000000, 0.000000, 0.000000, 300); CreateObject(1633, 1550.885009, 1505.636840, 24.377380, 0.000000, 0.000000, 0.000000, 300); CreateObject(1633, 1550.856323, 1516.880249, 26.627380, 0.000000, 0.000000, 0.000000, 300); CreateObject(1633, 1550.934570, 1526.491210, 29.102384, 0.000000, 0.000000, 0.000000, 300); CreateObject(1632, 1550.894409, 1535.795776, 31.220685, 0.000000, 0.000000, 0.000000, 300); CreateObject(1632, 1550.896240, 1542.877685, 35.595710, 18.000000, 0.000000, 0.000000, 300); CreateObject(1632, 1550.846679, 1548.832885, 42.020706, 31.245635, 0.000000, 0.000000, 300); CreateObject(18786, 1534.644409, 1743.963378, 12.320312, 0.000000, 0.000000, 178.000000, 300); CreateObject(18786, 1551.898071, 1743.496582, 19.570281, 0.240020, 16.250152, 177.924987, 300); CreateObject(18786, 1564.436279, 1743.039794, 30.670299, 0.196502, 36.998901, 177.844421, 300); CreateObject(18786, 1572.135620, 1742.512084, 46.820354, 0.108337, 63.246520, 177.771057, 300); CreateObject(18786, 1573.162963, 1742.487548, 66.070358, 0.035308, 81.242553, 177.747680, 300); CreateObject(18777, 1453.678833, 2030.615722, 121.502410, 0.000000, 0.000000, 178.000000, 300); CreateObject(18783, 1431.406494, 2022.749511, 142.464340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1412.153320, 2022.849609, 142.464340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1392.675415, 2022.953735, 142.464340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1373.664428, 2023.016479, 142.464340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1355.000366, 2023.039428, 142.464340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1337.990234, 2023.068969, 142.464340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1412.153320, 2022.849609, 139.589614, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1412.153320, 2022.849609, 135.339614, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1412.153320, 2022.849609, 131.589614, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1412.153320, 2022.849609, 127.839614, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1412.153320, 2022.849609, 124.089614, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1392.674804, 2022.953125, 137.964340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1392.674804, 2022.953125, 133.464340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1392.674804, 2022.953125, 128.214340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1392.674804, 2022.953125, 123.714340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1373.664062, 2023.015625, 139.714340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1373.664062, 2023.015625, 136.714340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1373.664062, 2023.015625, 133.964340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1373.664062, 2023.015625, 129.964340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1373.664062, 2023.015625, 125.964340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1373.664062, 2023.015625, 122.214340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1355.000000, 2023.039062, 138.464340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1355.000000, 2023.039062, 134.464340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1355.000000, 2023.039062, 130.464340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1355.000000, 2023.039062, 126.964340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1355.000000, 2023.039062, 122.964340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1355.000000, 2023.039062, 120.464340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1337.990234, 2023.068359, 138.714340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1337.990234, 2023.068359, 135.214340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1337.990234, 2023.068359, 132.214340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1337.990234, 2023.068359, 128.964340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1337.990234, 2023.068359, 125.464340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1337.990234, 2023.068359, 123.214340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1431.406250, 2022.749023, 137.464340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1431.406250, 2022.749023, 133.714340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1412.153320, 2022.849609, 121.839614, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1392.674804, 2022.953125, 121.214340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1373.664062, 2023.015625, 120.464340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18783, 1337.990234, 2023.068359, 120.714340, 0.000000, 0.000000, 0.000000, 300); CreateObject(1337, 1387.762695, 2044.765625, 94.436996, 0.000000, 0.000000, 0.000000, 300); CreateObject(18656, 1218.780029, 1869.166748, 11.353296, 0.000000, 0.000000, 0.000000, 300); CreateObject(18102, 1373.611206, 2027.843994, 152.379318, 14.000000, 0.000000, 176.000000, 300); CreateObject(19256, 1377.932495, 2026.114990, 144.964340, 0.000000, 0.000000, 268.000000, 300); CreateObject(18653, 1385.017822, 2023.689941, 144.964340, 0.000000, 0.000000, 0.000000, 300); CreateObject(18653, 1371.084472, 2024.424316, 144.964340, 0.000000, 0.000000, 200.000000, 300); CreateObject(18651, 1372.738281, 2025.958862, 152.337875, 0.000000, 0.000000, 270.000000, 300); CreateObject(18651, 1374.711914, 2025.889404, 152.337875, 0.000000, 0.000000, 270.000000, 300); CreateObject(18651, 1376.587890, 2025.873779, 152.337875, 0.000000, 0.000000, 270.000000, 300); CreateObject(18651, 1378.611572, 2025.802734, 152.337875, 0.000000, 0.000000, 270.000000, 300); CreateObject(18651, 1380.460571, 2025.738647, 152.337875, 0.000000, 0.000000, 270.000000, 300); CreateObject(18651, 1382.458984, 2025.668945, 152.337875, 0.000000, 0.000000, 270.000000, 300); CreateObject(18728, 1370.763549, 2024.405029, 146.489715, 0.000000, 0.000000, 0.000000, 300); CreateObject(18728, 1385.073364, 2023.593627, 146.489715, 0.000000, 0.000000, 0.000000, 300); CreateObject(2311, 1376.738403, 2014.239501, 144.964340, 0.000000, 0.000000, 0.000000, 300); CreateObject(2311, 1378.990966, 2014.247802, 144.964340, 0.000000, 0.000000, 0.000000, 300); CreateObject(2311, 1374.582275, 2014.268066, 144.964340, 0.000000, 0.000000, 0.000000, 300); CreateObject(2311, 1374.582031, 2014.267578, 145.414230, 0.000000, 0.000000, 0.000000, 300); CreateObject(2311, 1376.811767, 2014.279663, 145.414230, 0.000000, 0.000000, 0.000000, 300); CreateObject(2311, 1379.041259, 2014.291381, 145.414230, 0.000000, 0.000000, 0.000000, 300); CreateObject(18883, 1377.663696, 2014.423217, 146.029449, 0.000000, 0.000000, 0.000000, 300); CreateObject(18654, 1331.315795, 2007.178710, 119.025444, 0.000000, 0.000000, 102.000000, 300); CreateObject(18654, 1334.102172, 2007.226562, 119.000350, 0.000000, 0.000000, 95.997100, 300); CreateObject(18655, 1336.447021, 2007.204833, 119.042846, 0.000000, 0.000000, 116.000000, 300); CreateObject(18655, 1338.468872, 2007.431518, 118.917839, 0.000000, 0.000000, 115.999145, 300); CreateObject(18653, 1340.605834, 2007.517822, 118.964576, 0.000000, 0.000000, 88.000000, 300); CreateObject(18653, 1342.706054, 2007.546142, 118.964576, 0.000000, 0.000000, 87.994995, 300); CreateObject(18654, 1344.854248, 2007.746948, 119.037216, 0.000000, 0.000000, 112.000000, 300); CreateObject(18654, 1346.973144, 2007.611938, 119.037216, 0.000000, 0.000000, 111.994628, 300); CreateObject(18655, 1348.977050, 2007.719726, 118.992843, 0.000000, 0.000000, 59.999145, 300); CreateObject(18655, 1350.706787, 2007.852539, 118.992843, 0.000000, 0.000000, 59.996337, 300); CreateObject(18653, 1353.375244, 2007.708007, 118.964576, 0.000000, 0.000000, 87.994995, 300); CreateObject(18653, 1355.278076, 2007.737426, 118.964576, 0.000000, 0.000000, 87.994995, 300); CreateObject(18654, 1357.230102, 2007.807006, 119.037216, 0.000000, 0.000000, 61.994628, 300); CreateObject(18654, 1358.930664, 2007.935302, 119.037216, 0.000000, 0.000000, 79.990356, 300); CreateObject(18655, 1361.078002, 2008.074707, 118.992843, 0.000000, 0.000000, 87.996337, 300); CreateObject(18655, 1363.074218, 2008.171997, 118.992843, 0.000000, 0.000000, 87.994995, 300); CreateObject(18653, 1365.233520, 2008.181518, 118.964576, 0.000000, 0.000000, 115.994995, 300); CreateObject(18653, 1367.469970, 2008.366943, 118.964576, 0.000000, 0.000000, 115.993621, 300); CreateObject(18654, 1370.224609, 2008.394897, 119.037216, 0.000000, 0.000000, 79.985961, 300); CreateObject(18654, 1372.536499, 2008.475952, 119.037216, 0.000000, 0.000000, 79.985961, 300); CreateObject(18655, 1374.807006, 2008.338378, 118.992843, 0.000000, 0.000000, 51.494995, 300); CreateObject(18655, 1377.624511, 2008.589599, 118.992843, 0.000000, 0.000000, 137.492919, 300); CreateObject(18653, 1380.181884, 2008.486694, 118.964576, 0.000000, 0.000000, 115.993652, 300); CreateObject(18653, 1382.682617, 2008.555908, 118.964576, 0.000000, 0.000000, 61.993652, 300); CreateObject(18654, 1385.274902, 2008.545776, 119.037216, 0.000000, 0.000000, 79.985961, 300); CreateObject(18654, 1387.700805, 2008.589599, 119.037216, 0.000000, 0.000000, 63.985961, 300); CreateObject(18655, 1390.308349, 2008.551147, 118.992843, 0.000000, 0.000000, 95.488403, 300); CreateObject(18655, 1393.060302, 2008.513671, 118.992843, 0.000000, 0.000000, 95.487670, 300); CreateObject(18653, 1395.685058, 2008.622802, 118.964576, 0.000000, 0.000000, 61.990356, 300); CreateObject(18653, 1398.333374, 2008.564086, 118.964576, 0.000000, 0.000000, 113.990356, 300); CreateObject(18654, 1401.413574, 2008.551513, 119.037216, 0.000000, 0.000000, 83.984375, 300); CreateObject(18654, 1403.614624, 2008.515869, 119.037216, 0.000000, 0.000000, 133.979492, 300); CreateObject(18655, 1405.798217, 2008.524658, 118.992843, 0.000000, 0.000000, 95.487670, 300); CreateObject(18655, 1408.494384, 2008.388916, 118.992843, 0.000000, 0.000000, 65.487670, 300); CreateObject(18653, 1411.609252, 2008.477783, 118.964576, 0.000000, 0.000000, 113.988647, 300); CreateObject(18653, 1414.483276, 2008.442138, 118.964576, 0.000000, 0.000000, 63.988647, 300); CreateObject(18654, 1417.192749, 2008.517089, 119.037216, 0.000000, 0.000000, 133.978271, 300); CreateObject(18654, 1420.470458, 2008.578247, 119.037216, 0.000000, 0.000000, 95.978271, 300); CreateObject(18656, 1330.336669, 2014.862915, 125.210678, 23.244445, 15.265594, 205.852371, 300); CreateObject(18656, 1419.181640, 2014.387573, 126.885704, 23.241577, 15.265502, 145.850738, 300); CreateObject(18657, 1350.930541, 2017.033569, 132.916107, 342.000000, 0.000000, 168.000000, 300); CreateObject(18657, 1382.727050, 2017.456909, 132.916107, 347.998901, 0.000000, 205.995605, 300); CreateObject(18718, 1372.414550, 2013.228515, 143.358581, 0.000000, 0.000000, 0.000000, 300); CreateObject(18718, 1381.742431, 2014.200439, 143.358581, 0.000000, 0.000000, 0.000000, 300); CreateObject(18750, 1376.688476, 2033.631347, 163.370590, 86.000000, 180.000000, 180.000000, 300); CreateObject(8390, -7.800019, 2303.070068, 92.528434, 0.000000, 0.000000, 0.000000, 300); CreateObject(4647, -7.366919, 2428.649169, 46.240463, 334.000000, 0.000000, 0.000000, 300); CreateObject(4647, -7.466540, 2526.856689, -1.634537, 333.995361, 0.000000, 0.000000, 300); CreateObject(18653, 2.001026, 2492.387695, 15.484375, 0.000000, 0.000000, 0.000000, 300); CreateObject(18653, -16.222061, 2492.660400, 15.484375, 0.000000, 0.000000, 188.000000, 300); CreateObject(18728, 1.992829, 2492.349853, 16.809412, 0.000000, 0.000000, 0.000000, 300); CreateObject(18728, -16.022979, 2492.578857, 16.809412, 0.000000, 0.000000, 0.000000, 300); CreateObject(18779, 8.407261, 2371.280517, 115.215934, 0.000000, 0.000000, 266.000000, 300); CreateObject(18789, 43.160869, 2462.297119, 105.631393, 0.000000, 0.000000, 0.000000, 300); CreateObject(18769, 118.104469, 2462.108886, 115.894363, 0.000000, 271.999938, 2.000000, 300); CreateObject(18791, -69.696197, 2458.787109, 105.612632, 359.250000, 0.250030, 196.253265, 300); CreateObject(18789, -161.539688, 2399.237548, 129.976165, 3.776031, 19.293548, 34.679351, 300); CreateObject(18789, -278.883911, 2314.000244, 164.120727, 3.965606, 7.265991, 35.492919, 300); CreateObject(18789, -396.954223, 2232.331298, 145.195770, 3.925933, 337.689331, 34.854949, 300); CreateObject(18801, -457.373626, 2204.184326, 141.750183, 0.000000, 0.000000, 224.000000, 300); CreateObject(18801, -472.552978, 2216.975097, 141.750183, 0.000000, 0.000000, 223.994750, 300); CreateObject(18801, -484.646667, 2232.020507, 141.775177, 0.000000, 0.000000, 223.994750, 300); CreateObject(18801, -497.246826, 2246.700927, 141.775177, 0.000000, 0.000000, 223.994750, 300); CreateObject(18789, -561.796813, 2211.722412, 118.822166, 0.000000, 0.000000, 36.000000, 300); CreateObject(18802, -629.581420, 2162.912597, 116.740898, 0.000000, 0.000000, 34.000000, 300); CreateObject(18824, -656.438903, 2157.220703, 125.486854, 285.999969, 0.000000, 84.000000, 300); CreateObject(18809, -693.369506, 2183.182373, 135.807296, 359.866607, 280.249145, 310.012023, 300); CreateObject(18822, -722.471069, 2219.156250, 150.748474, 4.509613, 239.044433, 130.499237, 300); CreateObject(18780, 419.687591, 2507.558593, 32.692794, 0.000000, 0.000000, 176.000000, 300); public OnGameModeExit() { return 1; } public OnPlayerRequestClass(playerid, classid) { SetPlayerPos(playerid, 1544.7887,-1675.4630,13.5591); SetPlayerFacingAngle(playerid,90.0); SetPlayerCameraPos(playerid, 1541.5293,-1675.4012,13.5527); SetPlayerCameraLookAt(playerid, 1544.7887,-1675.4630,13.5591); return 1; } public OnPlayerConnect(playerid) { new pname[MAX_PLAYER_NAME], string[22 + MAX_PLAYER_NAME]; GetPlayerName(playerid, pname, sizeof(pname)); format(string, sizeof(string), "[JOIN] %s has joined the server", pname); SendClientMessageToAll(COLOR_GREY, string); for(new chat = 0; chat <= 100; chat++) { SendClientMessage(playerid,COLOR_WHITE," "); } SendClientMessage(playerid,COLOR_WHITE,""#COL_LOGIN"=========================================================================================================="); SendClientMessage(playerid,COLOR_WHITE,""#COL_LOGIN" Stunt-World"#COL_DGREEN" (V2)"); SendClientMessage(playerid,COLOR_WHITE,""#COL_LOGIN" "); SendClientMessage(playerid,COLOR_WHITE,""#COL_LOGIN"» Welcome to Stunt-World created by: "#COL_DGREEN"Electro_Shark. "); SendClientMessage(playerid,COLOR_WHITE,""#COL_LOGIN"» you can join our forums and have fun "#COL_DGREEN"www.stunt-world.co.cc. "); SendClientMessage(playerid,COLOR_WHITE,""#COL_LOGIN"» Credits are going to: Electro_Shark for creating this. "); SendClientMessage(playerid,COLOR_WHITE,""#COL_LOGIN"» Do you have any questions? Found a bug? Contact "#COL_DGREEN"Electro_Shark! "); SendClientMessage(playerid,COLOR_WHITE,""#COL_LOGIN"» Version: 1 Last updated: "#COL_DGREEN"25/8/11 "); SendClientMessage(playerid,COLOR_WHITE,""#COL_LOGIN" "); SendClientMessage(playerid,COLOR_WHITE,""#COL_LOGIN"=========================================================================================================="); if(fexist(UserPath(playerid))) { INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid); ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""#COL_ORANGE":: "#COL_WHITE"Login", "\t\t"#COL_EASY"Blank Gamemode "#COL_DGREEN"Y_INI "#COL_EASY"(V2)\n\n"#COL_WHITE"Welcome back, \nPlease enter your password below to start the game!", "Login", "Exit"); } else { ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""#COL_ORANGE":: "#COL_WHITE"Register" , "\t\t"#COL_EASY"Blank Gamemode "#COL_DGREEN"Y_INI "#COL_EASY"(V2)\n\n"#COL_WHITE"You are not registered, \nPlease enter a password below to register your account!", "Register", "Exit"); } return 1; } public OnPlayerDisconnect(playerid, reason) { new pname[MAX_PLAYER_NAME], string[39 + MAX_PLAYER_NAME]; GetPlayerName(playerid, pname, sizeof(pname)); switch(reason) { case 0: format(string, sizeof(string), "[LEFT] %s has left the server. (Timeout)", pname); case 1: format(string, sizeof(string), "[LEFT] %s has left the server. (Leaving)", pname); case 2: format(string, sizeof(string), "[LEFT] %s has left the server. (Kicked/Banned)", pname); } SendClientMessageToAll(COLOR_GREY, string); new INI:File = INI_Open(UserPath(playerid)); INI_SetTag(File,"data"); INI_WriteInt(File,"Cash",GetPlayerMoney(playerid)); INI_WriteInt(File,"Kills",PlayerInfo[playerid][Kills]); INI_WriteInt(File,"Deaths",PlayerInfo[playerid][Deaths]); INI_WriteInt(File,"Adminlevel",PlayerInfo[playerid][Adminlevel]); INI_Close(File); return 1; } public OnPlayerSpawn(playerid) { return 1; } public OnPlayerDeath(playerid, killerid, reason) { PlayerInfo[killerid][Kills]++; PlayerInfo[playerid][Deaths]++; return 1; } public OnVehicleSpawn(vehicleid) { return 1; } public OnVehicleDeath(vehicleid, killerid) { return 1; } public OnPlayerText(playerid, text[]) { return 1; } public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/mycommand", cmdtext, true, 10) == 0) { // Do something here return 1; } return 0; } public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { return 1; } public OnPlayerExitVehicle(playerid, vehicleid) { return 1; } public OnPlayerStateChange(playerid, newstate, oldstate) { return 1; } public OnPlayerEnterCheckpoint(playerid) { return 1; } public OnPlayerLeaveCheckpoint(playerid) { return 1; } public OnPlayerEnterRaceCheckpoint(playerid) { return 1; } public OnPlayerLeaveRaceCheckpoint(playerid) { return 1; } public OnRconCommand(cmd[]) { return 1; } public OnPlayerRequestSpawn(playerid) { return 1; } public OnObjectMoved(objectid) { return 1; } public OnPlayerObjectMoved(playerid, objectid) { return 1; } public OnPlayerPickUpPickup(playerid, pickupid) { return 1; } public OnVehicleMod(playerid, vehicleid, componentid) { return 1; } public OnVehiclePaintjob(playerid, vehicleid, paintjobid) { return 1; } public OnVehicleRespray(playerid, vehicleid, color1, color2) { return 1; } public OnPlayerSelectedMenuRow(playerid, row) { return 1; } public OnPlayerExitedMenu(playerid) { return 1; } public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid) { return 1; } public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { return 1; } public OnRconLoginAttempt(ip[], password[], success) { return 1; } public OnPlayerUpdate(playerid) { return 1; } public OnPlayerStreamIn(playerid, forplayerid) { return 1; } public OnPlayerStreamOut(playerid, forplayerid) { return 1; } public OnVehicleStreamIn(vehicleid, forplayerid) { return 1; } public OnVehicleStreamOut(vehicleid, forplayerid) { return 1; } public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { switch( dialogid ) { case DIALOG_REGISTER: { if (!response) return Kick(playerid); if(response) { if(!strlen(inputtext)) return ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT, ""#COL_ORANGE":: "#COL_WHITE"Register" , "\t\t"#COL_EASY"Stunt-World "#COL_DGREEN"Y_INI "#COL_EASY"(V2)\n\n"#COL_RED"You have entered a invalid password\n"#COL_WHITE"You are not registered, \nPlease enter a password below to register your account!", "Register", "Exit"); new INI:File = INI_Open(UserPath(playerid)); INI_SetTag(File,"data"); INI_WriteInt(File,"Password",udb_hash(inputtext)); INI_WriteInt(File,"Cash",0); INI_WriteInt(File,"Kills",0); INI_WriteInt(File,"Deaths",0); INI_WriteInt(File,"Adminlevel",0); INI_Close(File); SetSpawnInfo(playerid, 0, 0, 1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0); SpawnPlayer(playerid); } } case DIALOG_LOGIN: { if ( !response ) return Kick ( playerid ); if( response ) { if(udb_hash(inputtext) == PlayerInfo[playerid][Password]) { INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid); GivePlayerMoney(playerid, PlayerInfo[playerid][Cash]); } else { ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""#COL_ORANGE":: "#COL_WHITE"Login", "\t\t"#COL_EASY"Blank Gamemode "#COL_DGREEN"Y_INI "#COL_EASY"(V2)\n\n"#COL_RED"You have entered a invalid password\n"#COL_WHITE"Welcome back, \nPlease enter your password below to start the game!", "Login", "Exit"); } return 1; } } } return 1; } public OnPlayerClickPlayer(playerid, clickedplayerid, source) { return 1; } //-----[LoadUser Data]----- forward LoadUser_data(playerid,name[],value[]); public LoadUser_data(playerid,name[],value[]) { INI_Int("Password",PlayerInfo[playerid][Password]); INI_Int("Cash",PlayerInfo[playerid][Cash]); INI_Int("Kills",PlayerInfo[playerid][Kills]); INI_Int("Deaths",PlayerInfo[playerid][Deaths]); INI_Int("Admin",PlayerInfo[playerid][Adminlevel]); return 1; } //-----[Userpatch]----- stock UserPath(playerid) { new string[128],playername[MAX_PLAYER_NAME]; GetPlayerName(playerid,playername,sizeof(playername)); format(string,sizeof(string),PATH,playername); return string; } //-----[Hash function. Thanxx to Dracoblue]----- stock udb_hash(buf[]) { new length=strlen(buf); new s1 = 1; new s2 = 0; new n; for (n=0; n<length; n++) { s1 = (s1 + buf[n]) % 65521; s2 = (s2 + s1) % 65521; } return (s2 << 16) + s1; } //-----[INV Explosion]----- forward Explosion(playerid, adminid); public Explosion(playerid, adminid) { if(checkinv == 1) { new Float:health; GetPlayerHealth(playerid,health); if(health == 100) { SendClientMessage(adminid,COLOR_YELLOW,"Invulnerability check result : [POSITIVE]"); checkinv = 0; } else if(health != 100) { SendClientMessage(adminid,COLOR_YELLOW,"Invulnerability check result : [NEGATIVE]"); checkinv = 0; } } return 1; } //-----[Removing underscore]----- stock GetPlayerRame( giveplayer, name[ ], len ) { GetPlayerRame( giveplayer, name, len ); for(new i = 0; i < len; i++ ) { if ( name[ i ] == '_' ) name[ i ] = ' '; } } // .:-----------------------------------------------------------------------:. // .:=======================================================================:. // { This is the start of ZCMD commands. } // { Date: 24/08/11 using ZCMD and SSCANF } // { Last Updated: 25/08/11 By: Kingunit } // // .:-----------------------------------------------------------------------:. // .:=======================================================================:. //-----[Commands]----- CMD:commands(playerid, params[]) { SendClientMessage(playerid,COLOR_WHITE, ".:: Commands ::."); SendClientMessage(playerid,COLOR_WHITE, "/pm - /rules - /kill"); SendClientMessage(playerid,COLOR_WHITE, "Fire works : /fw"); SendClientMessage(playerid,COLOR_WHITE, "Drug : /smugglelv /smugglesf /mydrugs /use /purchase /plant weed /pick weed "); SendClientMessage(playerid,COLOR_WHITE, "animations : /animations"); return 1; } //-----[Rules]----- CMD:rules(playerid, params[]) { SendClientMessage(playerid,COLOR_WHITE, ".:: Server Rules::."); SendClientMessage(playerid,COLOR_WHITE, "Do not hack on the server.hacking may have kick/ban results."); SendClientMessage(playerid,COLOR_WHITE, "Do not ask for a Administrator rank.Apply on our Forums"); SendClientMessage(playerid,COLOR_WHITE, "Do not Insult other players and be nice!"); return 1; } //-----[Kill]----- CMD:kill(playerid, params[]) { SetPlayerHealth(playerid, 0.0); SendClientMessage(playerid, COLOR_RED, ""#COL_LGREEN"[INFO]"#COL_SBLUE" You committed a suicide!"); return 1; } //-----[PM]----- COMMAND:pm(playerid, params[]) { new str[128],id,pname[MAX_PLAYER_NAME], Message[128]; if(sscanf(params, "us[128]", id, Message))SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[PlayerID/PartOfName] [Message]"); else if(id == INVALID_PLAYER_ID) SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ERROR]"#COL_LRED" Player not connected!"); else { GetPlayerName(id, str, 24); format(str, sizeof(str), "PM To %s(%d): %s", str, id, Message); GetPlayerName(id, str, 24); format(str, sizeof(str), "PM To %s(%d): %s", str, id, Message); SendClientMessage(playerid, COLOR_RED, str); GetPlayerName(playerid, pname, sizeof(pname)); format(str, sizeof(str), "PM From %s(%d): %s", pname, playerid, Message); SendClientMessage(id, COLOR_RED, str); } return 1; } //-----[Adminhelp]----- CMD:ah(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); SendClientMessage(playerid,COLOR_WHITE, ""#COL_DGREEN"===============[ "#COL_WHITE"Administrator Commands"#COL_DGREEN" ]==============="); SendClientMessage(playerid,COLOR_WHITE, ""#COL_ORANGE"> "#COL_DGREEN"General note:"#COL_WHITE" These are the Administrator commands."); SendClientMessage(playerid,COLOR_WHITE, ""#COL_ORANGE"> "#COL_DGREEN"Administrator (1):"#COL_WHITE" /kick - /ban - /slap - /explode - /apm - /inv - /gmx - /freeze - /freezeall"); SendClientMessage(playerid,COLOR_WHITE, ""#COL_ORANGE"> "#COL_DGREEN"Administrator (1):"#COL_WHITE" /adminduty - /jetpack - /goto - /gethere - /respawn"); return 1; } //-----[Slap]----- CMD:slap(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); new targetid; if(sscanf(params, "uz", targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[PlayerID/PartOfName]"); if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ERROR]"#COL_LRED" Player not connected!"); else { new Float:SLX, Float:SLY, Float:SLZ; GetPlayerPos(targetid, SLX, SLY, SLZ); SetPlayerPos(targetid, SLX, SLY, SLZ+5); PlayerPlaySound(targetid, 1130, SLX, SLY, SLZ+5); new string[128]; new pName[24], pTame[24]; GetPlayerName(playerid,pName,24); GetPlayerName(targetid,pTame,24); format(string,sizeof string,""#COL_ORANGE"[SERVER]"#COL_LRED" %s has been slapped by Administrator %s.",pTame,pName); SendClientMessageToAll(COLOR_RED, string); } return 1; } //-----[Adminhelp]----- CMD:kick(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); new targetid, reason[64], string[128]; if(sscanf(params, "uz", targetid, reason)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[PlayerID/PartOfName] [Reason]"); if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ERROR]"#COL_LRED" Player not connected!"); { new pTargetName[24], pName[24]; GetPlayerName(playerid,pName,24); GetPlayerName(targetid,pTargetName,24); format(string, sizeof(string), ""#COL_ORANGE"[SERVER]"#COL_LRED" Admin %s has kicked %s: %s", pName, pTargetName, reason); SendClientMessageToAll(COLOR_RED,string); Kick(targetid); } return 1; } //-----[Server GMX]----- CMD:gmx(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); { new string[256]; new pName[24]; GetPlayerName(playerid,pName,24); format(string,sizeof string,""#COL_ORANGE"[SERVER]"#COL_LRED" Administrator %s has created a server restart.",pName); new INI:File = INI_Open(UserPath(playerid)); INI_SetTag(File,"data"); INI_WriteInt(File,"Cash",GetPlayerMoney(playerid)); INI_WriteInt(File,"Kills",PlayerInfo[playerid][Kills]); INI_WriteInt(File,"Deaths",PlayerInfo[playerid][Deaths]); INI_WriteInt(File,"Adminlevel",PlayerInfo[playerid][Adminlevel]); INI_Close(File); SendClientMessageToAll(COLOR_RED, string); GameTextForAll("Server Restarting",3000,0); SetTimer("Gmx",3000,false); SendRconCommand("gmx"); } return 1; } //-----[Ban]----- CMD:ban(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); new targetid, reason[64], string[128]; if(sscanf(params, "uz", targetid, reason)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[PlayerID/PartOfName] [Reason]"); if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ERROR]"#COL_LRED" Player not connected!"); { new pTargetName[24], pName[24]; GetPlayerName(playerid,pName,24); GetPlayerName(targetid,pTargetName,24); format(string, sizeof(string), ""#COL_ORANGE"[SERVER]"#COL_LRED" Admin %s has IP banned %s: %s", pName, pTargetName, reason); SendClientMessageToAll(COLOR_RED,string); Ban(targetid); } return 1; } //----[Explode]----- CMD:explode(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); new targetid; if(sscanf(params, "uz", targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[PlayerID/PartOfName]"); if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ERROR]"#COL_LRED" Player not connected!"); else { new Float:SLX, Float:SLY, Float:SLZ; GetPlayerPos(targetid, SLX, SLY,SLZ); CreateExplosion(SLX, SLY, SLZ, 11, 0.25); new string[128]; new pName[24], pTame[24]; GetPlayerName(playerid,pName,24); GetPlayerName(targetid,pTame,24); format(string,sizeof string,""#COL_ORANGE"[SERVER]"#COL_LRED" %s has been exploded by Administrator %s.",pTame,pName); SendClientMessageToAll(COLOR_RED, string); } return 1; } //-----[INV]----- CMD:inv(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); new targetid; if(sscanf(params, "uz", targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[PlayerID/PartOfName]"); if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ERROR]"#COL_LRED" Player not connected!"); else { if(IsPlayerInAnyVehicle(targetid) == 1) { RemovePlayerFromVehicle(targetid); } TogglePlayerControllable(targetid, 1); SetPlayerArmour(targetid,0); SetPlayerHealth(targetid,100); checkinv = 1; new Float:x,Float:y,Float:z; GetPlayerPos(targetid,x,y,z); CreateExplosion(x, y, z, 12, 2.0); SetTimerEx("Explosion",500,0,"ii", targetid, playerid); SetPlayerArmour(targetid,99); SetPlayerHealth(targetid,99); } return 1; } //-----[Admin PM]----- COMMAND:apm(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); new str[128],id,pname[MAX_PLAYER_NAME], Message[128]; if(sscanf(params, "us[128]", id, Message))SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[PlayerID/PartOfName] [Message]"); else if(id == INVALID_PLAYER_ID) SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ERROR]"#COL_LRED" Player not connected!"); else { GetPlayerName(id, str, 24); format(str, sizeof(str), "[ADMIN] %s(%d): %s", str, id, Message); GetPlayerName(id, str, 24); format(str, sizeof(str), "[ADMIN] %s(%d): %s", str, id, Message); SendClientMessage(playerid, COLOR_YELLOW, str); GetPlayerName(playerid, pname, sizeof(pname)); format(str, sizeof(str), "[ADMIN] %s(%d): %s", pname, playerid, Message); SendClientMessage(id, COLOR_YELLOW, str); } return 1; } //-----[Make admin]----- COMMAND:makeadmin(playerid, params[]) { if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); new id, lvl; if(sscanf(params, "ui", id, lvl)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[PlayerID/PartOfName] [Level]"); else if(id == INVALID_PLAYER_ID) return SendClientMessage(playerid, COLOR_WHITE, "Invalid ID"); else if(lvl > 1) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ADMIN]"#COL_LRED" Administrator level cannot be higher then 1!"); else { PlayerInfo[id][Adminlevel] = lvl; } return 1; } //-----[Freeze]----- CMD:freeze(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); new targetid, string[128]; if(sscanf(params, "u", targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[PlayerID/PartOfName]"); if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ERROR]"#COL_LRED" Player not connected!"); new pTargetName[24], pName[24]; GetPlayerName(playerid,pName,24); GetPlayerName(targetid,pTargetName,24); format(string, sizeof(string), ""#COL_ORANGE"[SERVER]"#COL_LRED" %s has been frozen by Administrator %s.",pTargetName, pName); SendClientMessageToAll(COLOR_RED,string); TogglePlayerControllable(targetid, 0); return 1; } //-----[Unfreeze]----- CMD:unfreeze(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); new targetid, string[128]; if(sscanf(params, "u", targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[PlayerID/PartOfName]"); if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ERROR]"#COL_LRED" Player not connected!"); new pTargetName[24], pName[24]; GetPlayerName(playerid,pName,24); GetPlayerName(targetid,pTargetName,24); format(string, sizeof(string), ""#COL_ORANGE"[SERVER]"#COL_LRED" %s has been unfrozen by Administrator %s.",pTargetName, pName); SendClientMessageToAll(COLOR_RED,string); TogglePlayerControllable(targetid, 1); return 1; } //-----[Adminduty]----- CMD:adminduty(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); if( AdminDuty[ playerid ] == 0 ) { AdminDuty[ playerid ] = 1; Admin[ playerid ] = Create3DTextLabel("ADMIN DUTY",0x5CD6CAFF,30.0,40.0,50.0,10.0,0); Attach3DTextLabelToPlayer( Admin[ playerid ], playerid, 0.0, 0.0, 0.3); new string[128]; new pName[24], pTame[24]; GetPlayerName(playerid,pName,24); format(string,sizeof string,""#COL_ORANGE"[SERVER]"#COL_LRED" Administrator %s is on Admin Duty.",pName,pTame); SendClientMessageToAll(COLOR_WHITE, string); } else { AdminDuty[ playerid ] = 0; Delete3DTextLabel( Admin[ playerid ] ); new string[128]; new pName[24], pTame[24]; GetPlayerName(playerid,pName,24); format(string,sizeof string,""#COL_ORANGE"[SERVER]"#COL_LRED" Administrator %s is off Admin Duty.",pName,pTame); SendClientMessageToAll(COLOR_WHITE, string); } return 1; } //-----[Freeze All]----- CMD:freezeall(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); new string[128]; new pName[24], pTame[24]; GetPlayerName(playerid,pName,24); format(string,sizeof string,""#COL_ORANGE"[SERVER]"#COL_LRED" Administrator %s has frozen everyone.",pName,pTame); SendClientMessageToAll(COLOR_RED, string); for(new i=0; i<MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { TogglePlayerControllable(i,0); } } return 1; } //-----[Unfreeze All]----- CMD:unfreezeall(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); new string[128]; new pName[24], pTame[24]; GetPlayerName(playerid,pName,24); format(string,sizeof string,""#COL_ORANGE"[SERVER]"#COL_LRED" Administrator %s has unfrozen everyone.",pName,pTame); SendClientMessageToAll(COLOR_RED, string); for(new i=0; i<MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { TogglePlayerControllable(i,1); } } return 1; } //-----[Jetpack]----- CMD:jetpack(playerid, params[]) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][Adminlevel] < 1) { SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); return 1; } if(!IsPlayerInAnyVehicle(playerid)) { SetPlayerSpecialAction(playerid, 2); SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ADMIN]"#COL_LRED" Jetpack spawned. Dont forget to remove it with /removejet."); } } return 1; } //-----[Remove Jetpack]----- CMD:removejet(playerid, params[]) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][Adminlevel] < 1) { SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); return 1; } if(!IsPlayerInAnyVehicle(playerid)) { SetPlayerSpecialAction(playerid, 0); SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ADMIN]"#COL_LRED" Your jetpack has been removed."); } } return 1; } //-----[Goto]----- CMD:goto(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); new targetid, string[128]; if(sscanf(params, "uz", targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[PlayerID/PartOfName]"); if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ERROR]"#COL_LRED" Player not connected!"); else { new pName[24]; GetPlayerName(targetid,pName,128); format(string, sizeof(string), ""#COL_ORANGE"[ADMIN]"#COL_LRED" You succesfully teleported to [%d] %s.",targetid, pName); SendClientMessage(playerid,COLOR_RED,string); SetPlayerInterior(playerid,GetPlayerInterior(targetid)); new Float:TPX, Float:TPY, Float:TPZ; GetPlayerPos(targetid, TPX, TPY, TPZ); SetPlayerPos(playerid, TPX, TPY, TPZ+1); } return 1; } //-----[Respawn]----- CMD:respawn(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); new targetid; if(sscanf(params, "u", targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[PlayerID/PartOfName]"); if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ERROR]"#COL_LRED" Player not connected!"); else { new string[128]; new pName[24], pTame[24]; GetPlayerName(playerid,pName,24); GetPlayerName(targetid,pTame,24); format(string,sizeof string,""#COL_ORANGE"[SERVER]"#COL_LRED" %s has been respawned by Administrator %s.",pTame,pName); SendClientMessageToAll(COLOR_RED, string); SpawnPlayer(targetid); } return 1; } //-----[Gethere]----- CMD:gethere(playerid, params[]) { if(PlayerInfo[playerid][Adminlevel] < 1) return SendClientMessage(playerid,COLOR_RED,".:: You are not authorized to use this command ::."); new targetid, string[128]; if(sscanf(params, "uz", targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_DGREY"[CMD] / "#COL_SGREY"[PlayerID/PartOfName]"); if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR_WHITE, ""#COL_ORANGE"[ERROR]"#COL_LRED" Player not connected!"); else { new pName[24]; GetPlayerName(playerid,pName,128); format(string, sizeof(string), ""#COL_ORANGE"[ADMIN]"#COL_LRED" You have been teleported to Administrator %s.",pName); SendClientMessage(targetid,COLOR_RED,string); SetPlayerInterior(targetid,GetPlayerInterior(playerid)); new Float:TPX, Float:TPY, Float:TPZ; GetPlayerPos(playerid, TPX, TPY, TPZ); SetPlayerPos(targetid, TPX, TPY, TPZ+1); } return 1; }
C:\Users\sina\Desktop\stunt world\gamemodes\Gamemode.pwn(139) : error 021: symbol already defined: "CreateObject" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Paste all of your code here.
http://dracoblue.net/tidy/pawn/ |