02.03.2011, 14:03
just use (streamer functions - can be found in the streamer.inc)
which load the items directly (without waiting for the next tic)
If you use Streamer_Update than you need to put it after SetPlayerPos since it updates the objects at there current position
So I suggest to use Streamer_UpdateEx with the new coordinates
pawn Код:
native Streamer_Update(playerid);
native Streamer_UpdateEx(playerid, Float:x, Float:y, Float:z);
If you use Streamer_Update than you need to put it after SetPlayerPos since it updates the objects at there current position
So I suggest to use Streamer_UpdateEx with the new coordinates