SA-MP Forums Archive
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: Objects (/showthread.php?tid=601424)



Objects - LaLy17 - 21.02.2016

How many objects i can create with Streamer.inc ? Becauze i upload a map with 1000+objects and i get Crash.
How i can edit the max objects ? ( In GameMode, MAX_OBJECTS 6000)


Re: Objects - iKarim - 21.02.2016

SA-MP has a limit of 1000 objects, you can user streamer to break this limit, though if you mention what crash and use crashdetect and nativechecker and give us logs we might help you.


Re: Objects - HazardouS - 21.02.2016

If you're talking about Incognito's streamer, use this: https://github.com/samp-incognito/sa...etVisibleItems to increase the number of objects in a stream. However, keep in mind that SA:MP itself can not stream(display) more than 1000 objects at the same time, even if the streamer can create them. Fiddle with the streaming distance parameter of the CreateDynamicObject function, so there won't be more than 1000 objects streamed at the same time.

Though you should limit the number of objects in your custom map, 6k is a pretty big number, especially if those objects are close to eachother.


Re: Objects - LaLy17 - 21.02.2016

Okay, okay. Which the StreamDistance is good for all 3 citys ? I wanna said:
The player from LS can't see the Objects from LV.

If you understand me. I don't speak really good english.