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



Half Loading Dynamic Objects - grymtn - 18.05.2018

Hello everybody im trying to implement a custom interior which has 1059 objects just by itself. But whenever i get in a long hallway the upfront of where i am looking at is always empty. I dont use CreateObject for any kind of stuff i always use CreateDynamicObject. Anyone got any idea why?

PS: I saw some other interiors which has way many more objects and they work perfectly...


Re: Half Loading Dynamic Objects - Lokii - 18.05.2018

Increase stream distance to max 200.0


Re: Half Loading Dynamic Objects - grymtn - 18.05.2018

i tried increasing it to even 1000 no luck... even loads worse.. and what if there are many players which are at houses too? furnitures will be streamed to them too which will also depricate my other interiors capabilities too right? i mean most streamable item count is 1000 right? is there any other way around this?


Re: Half Loading Dynamic Objects - grymtn - 19.05.2018

bump