Posts: 937
Threads: 69
Joined: Dec 2009
Reputation:
0
When I spawn player inside interior, sometimes he falls from the sky. I have tried to freeze player for 3-5 seconds but it seem to doesn't help. Is there something that can fix this or I'm doing something wrong? Is there really anything I could do about this?
Posts: 121
Threads: 48
Joined: Apr 2011
Reputation:
0
If your interior is mapped by you and it uses streamer to stream objects, then you need to rename streamer function to original samp function CreateObject, because streamer loads objects slower than original CreateObject. If interior is original, I think, you need to increase Z cordinate of player by 1 or 2.
Posts: 937
Threads: 69
Joined: Dec 2009
Reputation:
0
I'm using default GTA interiors. Increasing Z wouldn't help. When I spawn I dont see the interior, just falling. I typed /interior it's id is correct.
Posts: 541
Threads: 60
Joined: Jul 2009
Reputation:
0
Spawn it on position z+2 if you know what I mean.
Posts: 113
Threads: 5
Joined: Jul 2010
Reputation:
0
Some interiors are not solid, they are only used for cut-scenes in gta sa singleplayer.
Posts: 121
Threads: 48
Joined: Apr 2011
Reputation:
0
I think you're writing bad cordinates for this interior. Or interior is invalid...