[HELP]Unlimited 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)
+--- Thread: [HELP]Unlimited Objects (
/showthread.php?tid=405641)
[HELP]Unlimited Objects -
Smacky - 07.01.2013
How can I make unlimited objects or as more as possible?
THX, rep+1
Re: [HELP]Unlimited Objects -
Konstantinos - 07.01.2013
By using a streamer.
Re: [HELP]Unlimited Objects -
Smacky - 07.01.2013
I used Incognito streamer but, the objects are invisible.
Re: [HELP]Unlimited Objects -
Konstantinos - 07.01.2013
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.
Re: [HELP]Unlimited Objects -
changeME - 07.01.2013
Quote:
Originally Posted by Smacky
I used Incognito streamer but, the objects are invisible.
|
use updated plugins
Re: [HELP]Unlimited Objects -
Smacky - 07.01.2013
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.
Re: [HELP]Unlimited Objects -
Konstantinos - 07.01.2013
It depends on the Draw Distance
Re: [HELP]Unlimited Objects -
vMapper - 07.01.2013
The invisibility depends on how far are you from the object
Re: [HELP]Unlimited Objects -
SupremeCommander - 07.01.2013
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.
Re: [HELP]Unlimited Objects -
Smacky - 07.01.2013
Thank you supremeCommander )))