Posts: 666
Threads: 94
Joined: Aug 2009
Reputation:
0
Why is there no use for a car streamer since 0.3? Because i still get cars falling out of sky on my stunt server..
Posts: 26
Threads: 4
Joined: Sep 2010
Reputation:
0
Cars do fall out of the sky with streamers. Your best bet is to unstream the object it's resting on. This works for my roleplaying server. When people enter custom interiors, they fall from the sky. When I unstream the floor of the interior, they won't fall.
That might be your object streamer if you have cars there.
Posts: 666
Threads: 94
Joined: Aug 2009
Reputation:
0
using streamer plugin, all objects on 250-350 draw dist
Posts: 973
Threads: 11
Joined: Mar 2008
Reputation:
0
I've never even seen a vehicle streamer besides the native one. Its kind of a silly idea to try and stream something global on a scale that big lol.
If you place vehicles on a streamed object, your taking the risk of letting them fall through, thats just how it is (if the distance is big enough, they shouldnt fall when using incognito's streamer plugin). If its that big of a deal, you can always make the floor with CreateObject. If you do this though, you need to keep in mind that these objects are always loaded. If you have any maps that are pushing the object limit, you'll need to lower your drawdistance for said maps.
Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
Lol, there isn't much point in a vehicle streamer as such because it would only be streamed out if every player was away from it. So lets say that there is a person on the top of the map, the vehicle would still fall through for the other player because it is streamed because of the player already next to it. There is no CreateVehicleForPlayer so it really wouldn't work =/.
Posts: 2,628
Threads: 32
Joined: Apr 2007
Reputation:
0
Just set a timer to freeze the player at that position, then wait for the objects to spawn (takes approx 5 seconds) then spawn the vehicles.