Streamer
#1

Any way to make objects load fast with streamer?
Reply
#2

What do you mean with 'load fast'?
Reply
#3

What does Sleep 1 do?
Reply
#4

The sleep option regulates the time period for which the server does nothing inbetween of synchronizing and its basic tasks.
Reply
#5

Also if you just need the objects to load faster at a certain position. For example, to stop the player from falling through unloaded objects.

pawn Код:
native Streamer_UpdateEx(playerid, Float:x, Float:y, Float:z, worldid = -1, interiorid = -1);
Call that before setting the players pos. It will then load the objects before moving the player.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)