02.07.2009, 18:37
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:
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...
Please, please help. I will appreciate any help =)
Thanks and Regards
Puzi
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);
Code:
if(strcmp(cmdtext,"/island", true) == 0) { SetPlayerInterior(playerid,0); SetPlayerPos(playerid,4684.181641,-1878.389771,8.348122); return 1; }
Thanks and Regards
Puzi