21.07.2013, 10:12
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.
Call that before setting the players pos. It will then load the objects before moving the player.
pawn Код:
native Streamer_UpdateEx(playerid, Float:x, Float:y, Float:z, worldid = -1, interiorid = -1);