Posts: 85
Threads: 19
Joined: Jan 2012
Reputation:
0
Using SetPlayerPos + Streamer_UpdateEx with Incognito streamer, objects do not load properly until the person has left the vehicle/died once. And even then, not all objects load - only the ones near you + the ones that originally loaded.
This same issue happens without a streamer, and is the main reason I chose to use a streamer.
Any ideas?
Posts: 1,781
Threads: 13
Joined: Sep 2009
Reputation:
0
you could force a client to load those objects by setting the players position to a map which contains some vital objects, like a floor, stairs, ramps etc.. (timer based, 10 maps in each 100 ms. waste of time if you ask me)
better idea: sum up all objects below ground at the skin selection, this forces the client to preload all objects at the same time. look out for crashing players. dont use too many objects at the same location, maybe just the smaller ones, then at some spawn places, you could place the local (stunt) objects anyways, but:
your problem is well known. objects doesnt load especially if you are up the sky and/or in a car. the "teleport on_foot through all maps and place him back in his car" works well in some stunt servers, there its required to use that method, cause it doesnt need like 300 different objects loaded already.
Posts: 85
Threads: 19
Joined: Jan 2012
Reputation:
0
The teleport on foot would fix it, you think?