SA-MP Forums Archive
Object And Interiors - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Object And Interiors (/showthread.php?tid=346581)



Object And Interiors - Robert_Crawford - 29.05.2012

Hey guys. I know when ever you teleport to an interior and the interior is setup as a streamed object you fall through because your not within the streaming distance. What ways are there around this?


Re: Object And Interiors - CaHbKo - 29.05.2012

pawn Код:
native Streamer_UpdateEx(playerid, Float:x, Float:y, Float:z, worldid = -1, interiorid = -1);
Use before or after SetPlayerPos. I don't remember. Try both.


Re: Object And Interiors - Robert_Crawford - 29.05.2012

Quote:
Originally Posted by CaHbKo
Посмотреть сообщение
pawn Код:
native Streamer_UpdateEx(playerid, Float:x, Float:y, Float:z, worldid = -1, interiorid = -1);
Use before or after SetPlayerPos. I don't remember. Try both.
And what effect does this have exactly?