Objects Problem
#1

Hi there,

I dont know if this is a good section for this, but I hope it is.
I have a xStreamer and it works very well, but I made an island with 204 objects and unfortunately any of them don't work. I added the lines into my script. Other objects work, but the island objects don't. Here is my first ten lines:

Code:
CreateStreamedObject(10766, 4684.181641, -1878.389771, 8.348122, 0.0000, 0.0000, 90.8594);
CreateStreamedObject(10767, 4810.802734, -1875.066772, -4.343479, 0.0000, 0.0000, 316.7189);
CreateStreamedObject(10816, 5084.471191, -1850.873901, 9.121246, 0.0000, 0.0000, 180.8595);
CreateStreamedObject(11556, 4557.996094, -1886.682495, 4.378836, 0.0000, 0.0000, 270.0000);
CreateStreamedObject(1243, 4482.541504, -1883.858887, -2.221521, 0.0000, 0.0000, 0.0000);
CreateStreamedObject(1243, 4390.389648, -1883.900024, -2.394986, 0.0000, 0.0000, 0.0000);
CreateStreamedObject(1243, 4295.567383, -1883.591553, -1.882748, 0.0000, 0.0000, 0.0000);
CreateStreamedObject(10764, 4600.496582, -1880.703857, 14.219002, 0.0000, 0.0000, 135.0000);
CreateStreamedObject(10819, 5116.695313, -1603.362671, -3.477746, 0.0000, 0.0000, 3.4377);
CreateStreamedObject(10810, 5109.890137, -1823.507690, 15.596612, 0.0000, 0.0000, 292.5000);
CreateStreamedObject(1682, 5108.742188, -1819.744873, 27.050838, 0.0000, 0.0000, 123.7499);
Can you help me please? I dont know what is wrong, other objects work very well, for e.g my Toll Motorway. Please help, I need the island for Saturday. I even made a teleport to there, and when i teleport, there are no objects and I am placed in water...
Code:
		if(strcmp(cmdtext,"/island", true) == 0)
    {
 		SetPlayerInterior(playerid,0);
    SetPlayerPos(playerid,4684.181641,-1878.389771,8.348122);
    return 1;
		}
Please, please help. I will appreciate any help =)
Thanks and Regards
Puzi
Reply
#2

Please help

Sorry for DB.

//edit: I am completely useless, since everything seems to me right. I use CreateStreamedObject, objects dont seem to have wrong coords, they all work in MTA Map Editor, and it doesnt even work when i restart the server.
Reply
#3

If needed, i can upload the whole island script :P
Reply
#4

Argh I doubt anyone will help
Reply
#5

Then upload the whole script.
Reply
#6

http://pastebin.com/m747664cd

There you go, hope it helps Thanks for willing to help

//edit: Btw, if u need the other objects apart from the island, tell me, I'll upload them too.
Reply
#7

pawn Code:
//Cayman Island (ISL1)
CreateObject(10766, 4684.181641, -1878.389771, 8.348122, 0.0000, 0.0000, 90.8594);
CreateObject(10767, 4810.802734, -1875.066772, -4.343479, 0.0000, 0.0000, 316.7189);
CreateObject(10816, 5084.471191, -1850.873901, 9.121246, 0.0000, 0.0000, 180.8595);
CreateObject(11556, 4557.996094, -1886.682495, 4.378836, 0.0000, 0.0000, 270.0000);
CreateObject(1243, 4482.541504, -1883.858887, -2.221521, 0.0000, 0.0000, 0.0000);
CreateObject(1243, 4390.389648, -1883.900024, -2.394986, 0.0000, 0.0000, 0.0000);
CreateObject(1243, 4295.567383, -1883.591553, -1.882748, 0.0000, 0.0000, 0.0000);
CreateObject(10764, 4600.496582, -1880.703857, 14.219002, 0.0000, 0.0000, 135.0000);
CreateObject(10819, 5116.695313, -1603.362671, -3.477746, 0.0000, 0.0000, 3.4377);
CreateObject(10810, 5109.890137, -1823.507690, 15.596612, 0.0000, 0.0000, 292.5000);
CreateObject(1682, 5108.742188, -1819.744873, 27.050838, 0.0000, 0.0000, 123.7499);
CreateObject(3491, 5015.533691, -1622.418701, 18.153559, 0.0000, 0.0000, 136.1004);
CreateObject(18312, 5391.533691, -1894.293335, 24.181749, 6.0161, 354.8434, 264.1476);
CreateObject(18319, 5302.136230, -1759.148682, -5.855808, 3.4377, 359.1406, 173.9067);
CreateObject(17030, 5381.839844, -1789.708862, 74.200172, 0.0000, 0.0000, 258.7500);
CreateObject(17030, 5263.225586, -1788.270508, -0.651383, 0.0000, 0.8594, 108.4524);
CreateObject(906, 5274.122559, -1862.223145, 12.833258, 0.0000, 0.0000, 326.2500);
CreateObject(906, 5273.073242, -1859.756836, 12.833258, 0.0000, 0.0000, 0.0000);
CreateObject(906, 5271.816406, -1857.110962, 12.833258, 0.0000, 0.0000, 0.0000);
CreateObject(906, 5271.547852, -1853.031006, 12.833258, 0.0000, 0.0000, 0.0000);
CreateObject(906, 5271.871582, -1849.090942, 12.833258, 0.0000, 0.0000, 0.0000);
CreateObject(906, 5272.339844, -1845.962769, 13.095480, 0.0000, 0.0000, 0.0000);
CreateObject(17030, 5351.486328, -1838.989014, 93.427055, 0.0000, 0.0000, 258.7500);
CreateObject(654, 5434.286621, -1896.887695, 69.770935, 0.0000, 0.0000, 0.0000);
CreateObject(654, 5490.687500, -1916.225464, 36.946087, 0.0000, 0.0000, 0.0000);
CreateObject(654, 5464.910156, -1913.460693, 33.570980, 0.0000, 0.0000, 0.0000);
CreateObject(654, 5500.483887, -1807.823608, 86.890976, 0.0000, 0.0000, 0.0000);
CreateObject(654, 5448.735840, -1788.170044, 104.871140, 0.0000, 0.0000, 0.0000);
CreateObject(654, 5413.136719, -1799.023926, 83.632858, 0.0000, 0.0000, 0.0000);
CreateObject(654, 5448.981445, -1878.475952, 63.808071, 0.0000, 0.0000, 0.0000);
CreateObject(654, 5351.719238, -1858.988770, 72.534134, 0.0000, 0.0000, 0.0000);
CreateObject(654, 5405.746582, -1818.636841, 67.291748, 0.0000, 0.0000, 0.0000);
CreateObject(8038, 5178.664551, -1480.772827, 30.325033, 0.0000, 0.0000, 45.0000);
CreateObject(2792, 5154.758789, -1476.674194, 14.415770, 0.0000, 0.0000, 315.0000);
CreateObject(2793, 5160.386230, -1482.302002, 14.458096, 0.0000, 0.0000, 315.0000);
CreateObject(2794, 5165.633789, -1487.549316, 14.447678, 0.0000, 0.0000, 315.0000);
CreateObject(2795, 5171.923340, -1493.838745, 14.351536, 0.0000, 0.0000, 315.0000);
CreateObject(906, 5274.063965, -1849.174683, 15.400963, 0.0000, 0.0000, 0.0000);
CreateObject(9241, 5252.858398, -1584.426758, 11.893656, 0.0000, 0.0000, 296.1789);
CreateObject(3257, 5027.379395, -1756.893677, 10.285234, 0.0000, 0.0000, 281.2500);
CreateObject(3256, 5010.548828, -1762.173828, 10.472464, 0.0000, 0.0000, 11.2500);
CreateObject(3259, 4986.759766, -1777.787842, 10.285234, 0.0000, 0.0000, 0.0000);
CreateObject(3637, 5238.693848, -1538.517212, 18.295870, 0.0000, 0.0000, 213.7500);
CreateObject(10767, 5315.458984, -1644.607910, -4.647249, 0.0000, 0.0000, 330.4699);
CreateObject(1360, 5175.111816, -1498.432373, 10.981775, 0.0000, 0.0000, 45.0000);
CreateObject(1360, 5149.637207, -1472.724243, 10.977304, 0.0000, 0.0000, 45.0000);
CreateObject(1364, 5163.515625, -1483.812988, 10.989404, 0.0000, 0.0000, 315.0000);
CreateObject(1364, 5169.421387, -1490.029053, 10.993875, 0.0000, 0.0000, 315.0000);
CreateObject(3802, 5145.795410, -1469.664551, 13.928689, 0.0000, 0.0000, 225.0000);
CreateObject(1364, 5157.885254, -1478.272583, 10.989403, 0.0000, 0.0000, 315.0000);
CreateObject(10767, 5456.626465, -1606.734009, -4.598443, 0.0000, 0.0000, 329.6877);
CreateObject(10766, 5579.985840, -1574.547241, 8.064610, 0.0000, 0.0000, 284.6877);
CreateObject(18319, 5450.430176, -1755.890015, 59.935463, 3.4377, 359.1406, 83.9066);
CreateObject(1216, 5176.973145, -1500.349121, 10.901756, 0.0000, 0.0000, 315.0000);
CreateObject(1216, 5177.526367, -1500.895508, 10.901756, 0.0000, 0.0000, 315.0000);
CreateObject(1216, 5178.110352, -1501.514160, 10.901756, 0.0000, 0.0000, 315.0000);
CreateObject(1243, 5764.057617, -1523.053223, -2.446337, 0.0000, 0.0000, 0.0000);
CreateObject(1243, 5865.069336, -1498.115479, -2.075051, 0.0000, 0.0000, 0.0000);
CreateObject(1243, 5982.072754, -1471.264893, -2.399477, 0.0000, 0.0000, 0.0000);
CreateObject(10764, 5660.379883, -1556.316162, 13.742735, 0.0000, 0.0000, 329.6877);
CreateObject(18270, 5360.537109, -1898.345093, 89.829437, 0.0000, 0.0000, 348.7500);
CreateObject(661, 5450.687988, -1769.379395, 110.356247, 0.0000, 0.0000, 0.0000);
CreateObject(661, 5483.612793, -1785.240967, 98.795380, 0.0000, 0.0000, 0.0000);
CreateObject(661, 5401.869629, -1718.118042, 57.296288, 0.0000, 0.0000, 0.0000);
CreateObject(661, 5395.011719, -1703.994873, 56.699829, 0.0000, 0.0000, 0.0000);
CreateObject(661, 5470.153809, -1747.393677, 60.066948, 0.0000, 0.0000, 0.0000);
CreateObject(661, 5430.669922, -1709.358276, 34.429993, 0.0000, 0.0000, 0.0000);
CreateObject(661, 5521.485352, -1802.436279, 61.429672, 0.0000, 0.0000, 0.0000);
CreateObject(661, 5354.254883, -1706.314209, 59.266235, 0.0000, 0.0000, 0.0000);
CreateObject(671, 5023.108887, -1831.798828, 10.842671, 0.0000, 0.0000, 0.0000);
CreateObject(671, 5007.195801, -1831.547852, 10.842671, 0.0000, 0.0000, 0.0000);
CreateObject(671, 4990.562500, -1829.776978, 10.842671, 0.0000, 0.0000, 0.0000);
CreateObject(2775, 5168.785156, -1490.700562, 14.380419, 0.0000, 0.0000, 315.0000);
CreateObject(8251, 5211.141113, -1605.601563, 14.137569, 0.0000, 0.0000, 112.5000);
CreateObject(10757, 5181.789551, -1499.458984, 19.326748, 0.0000, 0.0000, 348.7500);
CreateObject(10815, 4990.166992, -1402.265503, 9.007239, 0.0000, 0.0000, 0.0000);
CreateObject(5185, 4898.368652, -1285.256470, 10.226293, 0.0000, 0.0000, 166.1717);
CreateObject(16673, 4891.559570, -1290.438354, 13.216932, 0.0000, 0.0000, 33.7500);
CreateObject(16066, 4928.484863, -1282.008911, 10.347188, 0.0000, 0.0000, 308.1245);
CreateObject(643, 4920.163574, -1279.252686, 9.392076, 0.0000, 0.0000, 0.0000);
CreateObject(643, 4916.498047, -1282.706665, 9.392076, 0.0000, 0.0000, 0.0000);
CreateObject(643, 4922.008789, -1286.902832, 9.392076, 0.0000, 0.0000, 0.0000);
CreateObject(643, 4925.842285, -1290.981689, 9.392076, 0.0000, 0.0000, 0.0000);
CreateObject(643, 4916.253418, -1287.774170, 9.392076, 0.0000, 0.0000, 0.0000);
CreateObject(643, 4920.514648, -1292.032715, 9.392076, 0.0000, 0.0000, 0.0000);
CreateObject(654, 4910.807129, -1251.249390, 9.132963, 0.0000, 0.0000, 0.0000);
CreateObject(654, 4871.661621, -1271.801880, 9.125466, 0.0000, 0.0000, 0.0000);
CreateObject(654, 4925.712402, -1298.086914, 9.125467, 0.0000, 0.0000, 0.0000);
CreateObject(982, 4924.159668, -1302.094849, 9.605160, 0.0000, 0.0000, 315.0000);
CreateObject(982, 4873.008789, -1299.416626, 9.605161, 0.0000, 0.0000, 38.9839);
CreateObject(982, 5083.750977, -1462.715576, 10.893309, 0.0000, 0.0000, 320.1566);
CreateObject(982, 5100.384277, -1443.681519, 10.893309, 0.0000, 0.0000, 317.5783);
CreateObject(982, 5118.907227, -1442.711182, 10.893309, 0.0000, 0.0000, 229.2973);
CreateObject(982, 5052.259766, -1498.089844, 10.893310, 0.0000, 0.0000, 315.0000);
CreateObject(982, 5040.530762, -1519.602539, 10.893309, 0.0000, 0.0000, 348.7500);
CreateObject(982, 5028.737793, -1541.489136, 10.893309, 0.0000, 0.0000, 315.0000);
CreateObject(982, 5014.652832, -1562.404419, 10.893309, 0.0000, 0.0000, 337.5000);
CreateObject(3526, 4647.120117, -1899.609131, 10.753046, 0.0000, 0.0000, 180.0000);
CreateObject(3526, 4647.436523, -1880.445923, 10.753047, 0.0000, 0.0000, 180.0000);
CreateObject(3526, 4647.541016, -1863.872437, 10.753046, 0.0000, 0.0000, 180.0000);
CreateObject(3526, 4586.613770, -1901.322388, 10.760289, 0.0000, 0.0000, 180.0000);
CreateObject(3526, 4586.351074, -1880.734985, 12.306628, 0.0000, 0.0000, 180.0000);
CreateObject(3526, 4584.212891, -1863.072510, 10.760289, 0.0000, 0.0000, 180.0000);
CreateObject(3526, 4619.594727, -1900.287109, 10.760288, 0.0000, 0.0000, 180.0000);
CreateObject(3526, 4619.832520, -1880.605103, 10.753048, 0.0000, 0.0000, 180.0000);
CreateObject(3526, 4620.051758, -1863.358887, 10.753047, 0.0000, 0.0000, 180.0000);
CreateObject(17864, 5002.508301, -1706.634766, 10.014828, 0.0000, 0.0000, 292.5000);
CreateObject(17864, 5017.009277, -1741.544922, 10.314823, 0.0000, 0.0000, 292.5000);
CreateObject(17864, 4994.028809, -1747.772217, 9.914829, 0.0000, 0.0000, 292.5000);
CreateObject(17864, 4874.830566, -1320.453613, 8.371614, 0.0000, 359.1406, 309.6887);
CreateObject(17864, 4856.555176, -1335.347168, 8.126724, 0.0000, 359.1406, 309.6887);
CreateObject(17864, 4839.829102, -1349.315552, 7.915498, 0.0000, 359.1406, 309.6887);
CreateObject(3601, 5404.052734, -1915.231812, 80.402977, 0.0000, 0.0000, 112.5000);
CreateObject(3617, 4865.824219, -1309.239258, 10.931726, 0.0000, 0.0000, 42.4217);
CreateObject(3684, 4815.425293, -1319.787842, 10.194909, 0.0000, 0.8594, 129.6019);
CreateObject(17864, 4816.756836, -1321.831909, 7.311829, 0.0000, 359.1406, 309.6887);
CreateObject(3617, 4834.435059, -1357.788330, 10.352991, 0.0000, 0.8594, 130.7028);
CreateObject(3168, 4846.334961, -1328.229004, 8.251087, 0.0000, 0.0000, 218.9067);
CreateObject(3168, 4855.252441, -1321.879395, 8.482082, 0.0000, 0.0000, 221.4850);
CreateObject(3170, 4860.884277, -1353.006226, 8.154734, 0.0000, 0.0000, 131.4849);
CreateObject(3170, 4871.395996, -1343.517456, 8.394795, 0.0000, 0.0000, 131.4849);
CreateObject(3171, 4881.177734, -1335.315674, 8.859440, 0.0000, 0.0000, 309.7660);
CreateObject(3171, 4888.611816, -1329.046143, 9.098713, 0.0000, 0.0000, 309.7660);
CreateObject(982, 4800.869141, -1327.140015, 7.653341, 0.0000, 0.0000, 41.5622);
CreateObject(982, 4817.195313, -1345.329590, 7.667180, 0.0000, 0.0000, 41.5622);
CreateObject(982, 4887.184570, -1334.909912, 9.345360, 0.0000, 0.0000, 310.7028);
CreateObject(982, 4870.010254, -1349.836548, 8.998919, 0.0000, 0.0000, 311.5623);
CreateObject(982, 4851.319336, -1365.602661, 8.771052, 0.0000, 0.0000, 309.8434);
CreateObject(982, 4832.840332, -1364.460815, 8.142109, 0.0000, 0.0000, 40.7028);
CreateObject(982, 4801.958984, -1308.819824, 7.461912, 0.0000, 0.0000, 308.9066);
CreateObject(982, 4831.184570, -1314.482178, 8.300413, 0.0000, 0.0000, 38.9066);
CreateObject(982, 4824.465820, -1306.861450, 7.876003, 0.0000, 0.0000, 40.7028);
CreateObject(983, 4814.126953, -1298.928101, 7.561589, 0.0000, 0.0000, 315.0000);
CreateObject(982, 4848.793945, -1317.280151, 8.292010, 0.0000, 0.0000, 305.5462);
CreateObject(9314, 4827.593750, -1316.387695, 17.314522, 0.0000, 0.0000, 337.5000);
CreateObject(9314, 4833.645020, -1356.556396, 14.836901, 0.0000, 0.0000, 219.7661);
CreateObject(8530, 4876.680664, -1308.707153, 13.357288, 0.0000, 0.0000, 33.7500);
CreateObject(3264, 5028.193359, -1727.932739, 10.209754, 0.0000, 0.0000, 112.5000);
CreateObject(2789, 5142.319824, -1464.235352, 11.947936, 0.0000, 0.0000, 315.0000);
CreateObject(2790, 5146.513184, -1468.428711, 11.929797, 0.0000, 0.0000, 315.0000);
CreateObject(3265, 5012.443848, -1689.211670, 10.263408, 0.0000, 0.0000, 101.2500);
CreateObject(3262, 5018.839844, -1706.700806, 10.258041, 0.0000, 0.0000, 112.5000);
CreateObject(3264, 5010.743652, -1781.325806, 10.209754, 0.0000, 0.0000, 0.0000);
CreateObject(3262, 5032.054199, -1781.844727, 10.209754, 0.0000, 0.0000, 0.0000);
CreateObject(982, 4999.518066, -1781.155640, 10.890738, 0.0000, 0.0000, 270.0000);
CreateObject(982, 5025.099609, -1781.170166, 10.890738, 0.0000, 0.0000, 270.0000);
CreateObject(982, 5037.777344, -1768.592773, 10.893309, 0.0000, 0.0000, 0.0000);
CreateObject(982, 5034.176758, -1743.354004, 10.898534, 0.0000, 0.0000, 16.4066);
CreateObject(982, 5025.917969, -1720.008179, 10.893309, 0.0000, 0.0000, 22.5000);
CreateObject(982, 5016.220215, -1696.459839, 10.893309, 0.0000, 0.0000, 22.5000);
CreateObject(982, 4998.873047, -1688.214966, 10.767860, 0.0000, 0.0000, 286.4066);
CreateObject(671, 5222.650391, -1835.760620, 10.842671, 0.0000, 0.0000, 0.0000);
CreateObject(671, 5248.321777, -1827.827026, 10.842671, 0.0000, 0.0000, 0.0000);
CreateObject(671, 5261.125977, -1839.549683, 10.842671, 0.0000, 0.0000, 0.0000);
CreateObject(671, 5156.521973, -1835.391968, 10.842671, 0.0000, 0.0000, 0.0000);
CreateObject(671, 5129.230957, -1842.577759, 10.842669, 0.0000, 0.0000, 0.0000);
CreateObject(16532, 5003.562988, -1743.229492, 14.690756, 0.0000, 0.0000, 247.5000);
CreateObject(16446, 5001.902832, -1718.184326, 15.151689, 0.0000, 0.0000, 337.5000);
CreateObject(7950, 4980.052734, -1709.375244, 4.702587, 0.8594, 359.1406, 108.1254);
CreateObject(7291, 4977.460449, -1698.393066, 4.056252, 0.0000, 0.0000, 22.5000);
CreateObject(12986, 4989.582031, -1696.627075, 11.357622, 0.0000, 0.0000, 22.5000);
CreateObject(3805, 4984.455566, -1712.122559, 13.511938, 0.0000, 0.0000, 22.5000);
CreateObject(3643, 5013.514160, -1710.668335, 15.288935, 0.0000, 0.0000, 22.5000);
CreateObject(3631, 4988.350098, -1705.958130, 10.360140, 0.0000, 0.0000, 292.5000);
CreateObject(3631, 4988.314941, -1705.953247, 11.517933, 0.0000, 0.0000, 292.5000);
CreateObject(3631, 4991.121094, -1705.050049, 10.380278, 0.0000, 0.0000, 292.5000);
CreateObject(3631, 4991.113281, -1704.940186, 11.538071, 0.0000, 0.0000, 292.5000);
CreateObject(3631, 4993.859863, -1703.656982, 10.511292, 0.0000, 0.0000, 292.5000);
CreateObject(3631, 4993.817383, -1703.585449, 11.669085, 0.0000, 0.0000, 292.5000);
CreateObject(1690, 4984.475098, -1715.642822, 16.168188, 0.0000, 0.0000, 22.5000);
CreateObject(1690, 4981.213379, -1705.415161, 16.328011, 0.0000, 0.0000, 11.2500);
CreateObject(958, 4982.687500, -1704.260132, 12.661150, 0.0000, 0.0000, 292.5000);
CreateObject(959, 4982.677246, -1704.237305, 12.707889, 0.0000, 0.0000, 292.5000);
CreateObject(16012, 5141.672363, -1424.841797, 10.128503, 0.0000, 0.0000, 135.0000);
CreateObject(1978, 5141.850586, -1404.575195, 11.929128, 0.0000, 0.0000, 213.7500);
CreateObject(2188, 5136.404297, -1404.932007, 11.864019, 0.0000, 0.0000, 56.2500);
CreateObject(16151, 5148.468262, -1424.019165, 11.270256, 0.0000, 0.0000, 225.0000);
CreateObject(1541, 5150.231445, -1424.704346, 12.202156, 0.0000, 0.0000, 135.0000);
CreateObject(1542, 5147.416016, -1421.969727, 11.996077, 0.0000, 0.0000, 135.0000);
CreateObject(1543, 5149.636230, -1426.066406, 12.796228, 0.0000, 0.0000, 0.0000);
CreateObject(1546, 5147.060059, -1421.573364, 11.964803, 0.0000, 0.0000, 0.0000);
CreateObject(2700, 5148.722168, -1426.234619, 13.888254, 0.0000, 0.0000, 45.0000);
CreateObject(2231, 5145.883789, -1423.396240, 13.174404, 0.0000, 0.0000, 146.2501);
CreateObject(2231, 5138.275879, -1415.788452, 13.302997, 0.0000, 0.0000, 135.0000);
CreateObject(2099, 5140.604004, -1417.563599, 10.876912, 0.0000, 0.0000, 135.0000);
CreateObject(1808, 5154.068359, -1430.764893, 10.873346, 0.0000, 0.0000, 135.0000);
CreateObject(1790, 5148.670898, -1426.183350, 13.567596, 0.0000, 0.0000, 315.0000);
CreateObject(1778, 5153.456055, -1430.573975, 10.876685, 0.0000, 0.0000, 191.2500);
CreateObject(1481, 5163.406738, -1432.713867, 11.581629, 0.0000, 0.0000, 225.0000);
CreateObject(1514, 5150.933594, -1425.199463, 12.141041, 0.0000, 0.0000, 135.0000);
CreateObject(1723, 5139.374023, -1416.012451, 10.876550, 0.0000, 0.0000, 135.0000);
CreateObject(2027, 5160.375488, -1427.503296, 11.421930, 0.0000, 0.0000, 123.7499);
CreateObject(2027, 5158.996582, -1425.467651, 11.421930, 0.0000, 0.0000, 303.7500);
CreateObject(2027, 5157.643066, -1423.439819, 11.421930, 0.0000, 0.0000, 303.7500);
CreateObject(2027, 5156.268066, -1421.426392, 11.421930, 0.0000, 0.0000, 303.7500);
CreateObject(1223, 5138.115234, -1398.410645, 10.873802, 0.0000, 0.0000, 303.7500);
CreateObject(1223, 5132.402344, -1407.688110, 10.866287, 0.0000, 0.0000, 292.5000);
CreateObject(1223, 5149.809570, -1410.428955, 10.691290, 0.0000, 0.0000, 202.5000);
CreateObject(1223, 5155.769531, -1418.868530, 10.866287, 0.0000, 0.0000, 225.0000);
CreateObject(1223, 5164.723145, -1431.408691, 10.866287, 0.0000, 0.0000, 168.7500);
CreateObject(1340, 4918.589844, -1273.274414, 10.056686, 0.0000, 0.0000, 213.7501);
CreateObject(1342, 4916.517578, -1270.194458, 9.962793, 0.0000, 0.0000, 213.7500);
CreateObject(1363, 4920.234863, -1297.417725, 9.757968, 0.0000, 0.0000, 0.0000);
CreateObject(1363, 5149.879395, -1415.935425, 11.714866, 0.0000, 0.0000, 315.0000);
Add that to your filterscript or gamemode.
Reply
#8

Erm, but are you sure? SA-MP's limit is only 150 objects i think, and that has 204. Will it still work? /me doubts it.
Reply
#9

Try it. Otherwise we'll never find out.
Reply
#10

Yeap tried it. No objects at all
Reply
#11

Where did you add it? Did you add it under OnGameModeInit or OnFilterScriptInit?
Reply
#12

OnGameModeInit, just below OnFilterScriptExit.
Reply
#13

Hmm... That's wierd. Try to search around, then you'll maybe find out how to edit the limit of objects.
Reply
#14

Erm, but it doesnt also work with xStreamer which has no limits at all, any suggestions?
Reply
#15

I think that your server has a limit of objects. That limit is maybe editable. Try to search around, then you'll maybe find out how to edit it.
Reply
#16

I counted 1081 lines with CreateStreamedObject. Would 1000 be the limit? Weird because they all work, the objects i just made for the island don't work at all.
Reply
#17

I actually looked around a bit and searched, but there is nothing about the server object limit, only about the general sa-mp limit of 150 objects which can be made more using a streamer...
Reply
#18

You can maybe enlarge the limit, but I don't know anything about that. Are you sure that your objects are placed correctly?
Reply
#19

Umm try converting all CreateObject to CreateStreamedObject so you'll have CreateStreamedObject.

I'm not sure thought but i had the same prob before.. Can't remember how i fixed it
Reply
#20

Yeap they are placed correctly, I just checked them 20 mins ago in MTA Map Editor. Nothing fails there

@ACERS: Please think back, maybe you'll get your mind back to remember it I would appreciate your help very much
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)