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


Messages In This Thread
Objects Problem - by Puzi - 02.07.2009, 18:37
Re: Objects Problem - by Puzi - 02.07.2009, 18:41
Re: Objects Problem - by Puzi - 02.07.2009, 18:53
Re: Objects Problem - by Puzi - 02.07.2009, 19:02
Re: Objects Problem - by refshal - 02.07.2009, 19:02
Re: Objects Problem - by Puzi - 02.07.2009, 19:05
Re: Objects Problem - by refshal - 02.07.2009, 19:08
Re: Objects Problem - by Puzi - 02.07.2009, 19:10
Re: Objects Problem - by refshal - 02.07.2009, 19:11
Re: Objects Problem - by Puzi - 02.07.2009, 19:15
Re: Objects Problem - by refshal - 02.07.2009, 19:16
Re: Objects Problem - by Puzi - 02.07.2009, 19:17
Re: Objects Problem - by refshal - 02.07.2009, 19:22
Re: Objects Problem - by Puzi - 02.07.2009, 19:23
Re: Objects Problem - by refshal - 02.07.2009, 19:24
Re: Objects Problem - by Puzi - 02.07.2009, 19:30
Re: Objects Problem - by Puzi - 02.07.2009, 19:36
Re: Objects Problem - by refshal - 02.07.2009, 19:41
Re: Objects Problem - by ACERS - 02.07.2009, 19:41
Re: Objects Problem - by Puzi - 02.07.2009, 19:43
Re: Objects Problem - by ACERS - 02.07.2009, 19:45
Re: Objects Problem - by refshal - 02.07.2009, 19:47
Re: Objects Problem - by Puzi - 02.07.2009, 19:47
Re: Objects Problem - by refshal - 02.07.2009, 19:49
Re: Objects Problem - by Snickers - 02.07.2009, 19:49
Re: Objects Problem - by Puzi - 02.07.2009, 19:52
Re: Objects Problem - by refshal - 02.07.2009, 19:54
Re: Objects Problem - by Puzi - 02.07.2009, 20:00
Re: Objects Problem - by refshal - 02.07.2009, 20:03
Re: Objects Problem - by Puzi - 02.07.2009, 20:15
Re: Objects Problem - by Puzi - 02.07.2009, 20:21
Re: Objects Problem - by refshal - 02.07.2009, 20:23
Re: Objects Problem - by Puzi - 02.07.2009, 20:25
Re: Objects Problem - by refshal - 02.07.2009, 20:26
Re: Objects Problem - by Puzi - 03.07.2009, 05:36
Re: Objects Problem - by Puzi - 03.07.2009, 05:54
Re: Objects Problem - by Puzi - 03.07.2009, 06:13
Re: Objects Problem - by refshal - 03.07.2009, 06:54
Re: Objects Problem - by NeRoSiS - 03.07.2009, 07:09
Re: Objects Problem - by Puzi - 03.07.2009, 14:57
Re: Objects Problem - by Puzi - 03.07.2009, 15:43
Re: Objects Problem - by refshal - 03.07.2009, 18:13
Re: Objects Problem - by Puzi - 03.07.2009, 18:15
Re: Objects Problem - by Puzi - 04.07.2009, 12:21
Re: Objects Problem - by illay - 04.07.2009, 12:25
Re: Objects Problem - by Puzi - 04.07.2009, 12:30
Re: Objects Problem - by Puzi - 04.07.2009, 12:31
Re: Objects Problem - by illay - 04.07.2009, 12:31
Re: Objects Problem - by Puzi - 04.07.2009, 12:38
Re: Objects Problem - by Puzi - 04.07.2009, 12:59
Re: Objects Problem - by Puzi - 04.07.2009, 13:03
Re: Objects Problem - by Puzi - 04.07.2009, 13:31
Re: Objects Problem - by Puzi - 04.07.2009, 13:57
Re: Objects Problem - by paultje162 - 04.07.2009, 15:00
Re: Objects Problem - by Grim_ - 04.07.2009, 15:05
Re: Objects Problem - by Puzi - 04.07.2009, 15:12
Re: Objects Problem - by Grim_ - 04.07.2009, 15:13
Re: Objects Problem - by Puzi - 04.07.2009, 15:38
Re: Objects Problem - by illay - 04.07.2009, 15:59
Re: Objects Problem - by helldude - 09.08.2009, 08:59

Forum Jump:


Users browsing this thread: 2 Guest(s)