Help, Please? (Rep+)
#1

Hello, How can I make it so that if a player enters an interior with CreateDynamicObject without falling before objects stream, Example: Player1 enters All Saints and falls through the objects because they never loaded in time, How can I make it so that I can avoid this?

Sorry if I did not explain too well.
Reply
#2

Freeze them using TogglePlayerControllable and with a timer, then when the timer runs out, they will unfreeze and the object would have had plenty of time to load,

example,

player enters

TogglePlayerControllable(playerid, 0);
SetTimer (customfunction, 60000, 1);
Reply
#3

Thanks, Rep+'ed!
Reply
#4

Np! further help pm me!
Reply
#5

Use Streamer_UpdateEx before the SetPlayerPos line.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)