09.08.2011, 01:28
The problem is that you're probably spawning and falling before the objects are streamed to that client, which means that you're going to fall through them since there is no collision to keep you from falling. Freezing the player for a little to make sure that the objects are loaded before the player falls would work.