Posts: 110
Threads: 26
Joined: Jan 2011
Reputation:
0
How can I make unlimited objects or as more as possible?
THX, rep+1
Posts: 110
Threads: 26
Joined: Jan 2011
Reputation:
0
I used Incognito streamer but, the objects are invisible.
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
I use Incognito's Streamer too and I have absolutely no problem with that. Did you post on his thread about your problem since it's related to his work. If not, post your problem there and Incognito will help you.
Posts: 110
Threads: 26
Joined: Jan 2011
Reputation:
0
I mean I've updated plugin everything but when there is lot of objects like prison or something like that, some objects are invisible when you are far from that object.
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
It depends on the Draw Distance
Posts: 88
Threads: 0
Joined: Dec 2012
Reputation:
0
The invisibility depends on how far are you from the object
Posts: 162
Threads: 4
Joined: Aug 2011
Reputation:
0
Only 500 objects can be streamed at a time (By default). To change this, put this under OnGameModeInit();
Streamer_VisibleItems(STREAMER_TYPE_OBJECT, 900); // You can change value to anything BELOW 1000.
Posts: 110
Threads: 26
Joined: Jan 2011
Reputation:
0
Thank you supremeCommander )))