Posts: 658
Threads: 32
Joined: Mar 2013
Reputation:
0
What do you mean disappear? Maybe you're getting desynced which causes you to "not" see the mapped objects?
Can you explain more please?
Is there any DestroyObject(test) by mistake somewhere in the script?
And how much time does it take to delete them?
Posts: 658
Threads: 32
Joined: Mar 2013
Reputation:
0
I have not seen this problem before, objects disappearing..
How much time in-game does it take so the objects disappear?
I will suggest you two things:
1-Update the streamer plugin and try again.
2-Put them OnPlayerConnect if they are OnGameModeInIt, but I'm not sure that it's the solution.
Just try the first way, but I doubt it's the plugin's fault.
Does it say anything on the server log? Like streamer has stopped working?
Posts: 1,801
Threads: 21
Joined: Mar 2008
Reputation:
0
Are you moving when it disappears? Check how much draw distance is set. If you get out of range it gets streamed out.
Posts: 1,801
Threads: 21
Joined: Mar 2008
Reputation:
0
150? No. The streamer is (by default) set to a limit of 300 (or more?) objects (per player at the same time). And even without streamer, 400 to 500 are no problem. The only thing that could happen would be a crashing client, but not just disappearing objects!
Btw he already uses the Streamer. He does not have to convert anything.
First of all, do you even have that much objects created in that area?