18.12.2012, 07:12
I take it your using a streamer for your objects? Since you cant fall through the object with CreateObject. So if your using the plugin use this function right before setting the players position:
Use the position, world and interior that you spawn the player at as function parameters. No need to freeze the player.
pawn Code:
Streamer_UpdateEx(playerid, Float:x, Float:y, Float:z, worldid = -1, interiorid = -1)