SA-MP Forums Archive
Streamer max 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: Streamer max objects (/showthread.php?tid=463412)



Streamer max objects - LilBob - 11.09.2013

Hey guys!

I explain my problem: I have the latest include and plugin of Streamer but i have an error in-game:

I have a lot of mapping, and if I add some mapping, other obejcts disappear

I have
pawn Код:
#define MAX_OBJECT 30000
, i think that i haven't more than 30000 object.

So what should I do to see the other mappings in game ?

Thanks !


Re: Streamer max objects - Redirect Left - 11.09.2013

SA:MP will only show 1000 simultaneously, a streamer doesn't get around that, just streams them in as required.

See the limits page: https://sampwiki.blast.hk/wiki/Limits


Re: Streamer max objects - Basssiiie - 11.09.2013

What is the error you get?


Re : Streamer max objects - LilBob - 11.09.2013

No-one, I just don't see the other objects created :/


Re: Streamer max objects - iZN - 11.09.2013

If you're using any streamer plugin, please check that you're using correct natives. CreateObject is SA-MP default, Incognito's streamer plugin have CreateDynamicObject, etc.


Re : Streamer max objects - LilBob - 11.09.2013

Yeah i have CreateDynamicObject


Re : Streamer max objects - LilBob - 12.09.2013

anyone can help please ? :/


Re: Streamer max objects - Basssiiie - 13.09.2013

Your answer is right here:

Quote:
Originally Posted by Redirect Left
Посмотреть сообщение
SA:MP will only show 1000 simultaneously, a streamer doesn't get around that, just streams them in as required.

See the limits page: https://sampwiki.blast.hk/wiki/Limits
The only options I see is to either move/remove some objects or lower the stream/draw distance of these objects. You can't get around the limit, not even with a streamer.

Also, by pressing F5 you can see how many objects are currently loaded for your client, after "ObjectSlotsUsed" (if I remember correctly).


Re: Streamer max objects - Dr.Einstein - 13.09.2013

This is weird. The reason I say this because I currently have loaded more than 100,000 objects through Incognito's streamer. Even with 100 players there is no bugs or anything described here. The max objects that are loaded is 504, all the time. It never goes any higher than that.