Posts: 94
Threads: 8
Joined: Nov 2010
Reputation:
0
So I reached the object limit of 400 objects in my gamemode, but i was wondering, if i were to make a second gamemode for the same server, could i place more objects without having any problems?
Ever heard of 'Object Streamers'?? Incognito's Streamer Plugin is by far the best.
Posts: 2,431
Threads: 86
Joined: Nov 2009
Reputation:
0
No the limit is not 400 for an object streamer. Obviously you have no idea what your talking about.
Posts: 295
Threads: 4
Joined: Jan 2010
Reputation:
0
Sweet Mafia, object streamers remove and add objects as they're required. Depending on how the streamer is designed, it may go by closest objects or random ones in the area.
As for now, 400 is the limit without a streamer.
Posts: 752
Threads: 87
Joined: Jul 2010
Reputation:
0
You need to convert your objects from "CreateObject" to "CreateDynamicObject" or whatever your streamer uses. if you use CreateObject it will just appear like normal and wont stream more objects.