SA-MP Forums Archive
Showing object without moving? - 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: Showing object without moving? (/showthread.php?tid=599723)



Showing object without moving? - xFuTuRe - 29.01.2016

I'm facing the problem that whenever I create an object (using a streamer), it won't actually show up unless I walk 1 tick. Is there a way to solve this? Because I'm showing a new object (and destroying the old one) every few seconds and you don't really require to walk around.


Re: Showing object without moving? - Jefff - 29.01.2016

Streamer_Update(playerid, type = -1);
Streamer_UpdateEx(playerid, Float, Float:y, Float:z, worldid = -1, interiorid = -1, type = -1);


Re: Showing object without moving? - xFuTuRe - 29.01.2016

Thanks a lot, works. Should of checked the documentation myself ;x