SA-MP Forums Archive
Problem with Objects - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem with Objects (/showthread.php?tid=139609)



Problem with Objects - Nakash - 05.04.2010

Hi, the problem is that when I use something like this:
PlayerInfo[playerid][pRoadblock] = CreateObject(981, X, Y, Z, 0.0, 0.0, A+180);//981

I don't see the object at all, I think this happend because the objects in my gamemode, there are about 300 objects and I think it's too much. I tried using a streamer and still when I do CreateStreamObject I can't see the objects, can you give me a good objects streamer? thanks.


Re: Problem with Objects - [MWR]Blood - 05.04.2010

Quote:
Originally Posted by Kartowka
Hi, the problem is that when I use something like this:
PlayerInfo[playerid][pRoadblock] = CreateObject(981, X, Y, Z, 0.0, 0.0, A+180);//981

I don't see the object at all, I think this happend because the objects in my gamemode, there are about 300 objects and I think it's too much. I tried using a streamer and still when I do CreateStreamObject I can't see the objects, can you give me a good objects streamer? thanks.
I am using xStreamer and it's fine for me.You don't see them because maybe you didn't load the plugin.Remember that you also can't see the objects if you didn't load the xStreamer FS.in .cfg in filterscripts you should have: xStreamer xStream


Re: Problem with Objects - Nakash - 05.04.2010

Quote:
Originally Posted by ikarus[PSYCHO
]
Quote:
Originally Posted by Kartowka
Hi, the problem is that when I use something like this:
PlayerInfo[playerid][pRoadblock] = CreateObject(981, X, Y, Z, 0.0, 0.0, A+180);//981

I don't see the object at all, I think this happend because the objects in my gamemode, there are about 300 objects and I think it's too much. I tried using a streamer and still when I do CreateStreamObject I can't see the objects, can you give me a good objects streamer? thanks.
I am using xStreamer and it's fine for me.You don't see them because maybe you didn't load the plugin.Remember that you also can't see the objects if you didn't load the xStreamer FS.in .cfg in filterscripts you should have: xStreamer xStream
Thanks! I'm going to try it now, I think that was the problem.. I only downloaded an include!