20.10.2018, 20:32
Hi. Why CreateObject removes my other game objects? Is there a limit of CreateObject items?
Limit: 1000
Streaming at once: 500 Use a streamer plugin (CreateDynamicObject, just look in the forum) to solve this. The Streamer will create objects only if a player is in the stream range. But remember that floors should still go for CreateObject to avoid cars falling down the map. |
What if I create 20 filterscripts with 500 each CreateObject ? (for 10k createobjects)
|