SA-MP Forums Archive
Simple question about many objects in gamemode - 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: Simple question about many objects in gamemode (/showthread.php?tid=595344)



Simple question about many objects in gamemode - CoachCarter - 01.12.2015

I've played on LS RP for a long time and unfortunately I've been in many player's houses, almost everyone has different interiors that are mapped for them only, this maps contain many objects so how is it possible to add so many maps on one gamemode. Do they use different virtual world or interiors for the objects ? Can someone explain how do they do it?

Thank you very much for the support.



Re: Simple question about many objects in gamemode - DRIFT_HUNTER - 01.12.2015

Streamer plugin + virtual worlds. Streamer plugin can handle over 100k objects with 500+ players without problems.


Re: Simple question about many objects in gamemode - CoachCarter - 01.12.2015

Thank you, I rep+ you, can you tell me how can I transfor Createdynamicobject s into streamer plugin objects.


Re: Simple question about many objects in gamemode - yvoms - 01.12.2015

Just use CreateObject, or get a filterscript that stores the objects in a database for quick loading.


Re: Simple question about many objects in gamemode - Jay_Dixon - 01.12.2015

Quote:
Originally Posted by yvoms
View Post
Just use CreateObject, or get a filterscript that stores the objects in a database for quick loading.
CreateObject only allows x amount of objects trust me on that one.

You want to use Incognito's streamer if anything. I've got 15,000 objects streaming so far and room for a lot more!


Re: Simple question about many objects in gamemode - DRIFT_HUNTER - 01.12.2015

Quote:
Originally Posted by CoachCarter
View Post
Thank you, I rep+ you, can you tell me how can I transfor Createdynamicobject s into streamer plugin objects.
CreateDynamicObject is a streamer function, if you have that than you are using streamer already. Now you only need to start using Virtual Worlds...