Posts: 48
Threads: 20
Joined: Dec 2012
Reputation:
0
Hello,
i have mapped some of custom interiors for my server and now i want to place actors inside, but actors fall through objects. How can i fix that?
Posts: 3,324
Threads: 96
Joined: Sep 2013
It's caused by the stream rate. Since [I'm guessing] you are using streamer and dynamic objects, the actors are streaming to the players before the objects are. So as far as the actors know, there isn't an object there for them to stand on. The same principle applies to vehicles. On thing you could do to bypass this is use a regular CreateObject for the floor or use a negative stream distance for the streamer object (which makes it static).