13.02.2019, 16:11
You can call Streamer_UpdateEx with the position of the player, interior and virtual world when you attached the object.
Or you can enable idle updating by using Streamer_ToggleIdleUpdate when the player enters the tuning garage/shop, and turn it off when they leave. That will always update the items even if the player isn't moving. This isn't really neccessary outside of the shop since players that are AFK/idle don't need to be updated normally (this is a way to save some resources).
Or you can enable idle updating by using Streamer_ToggleIdleUpdate when the player enters the tuning garage/shop, and turn it off when they leave. That will always update the items even if the player isn't moving. This isn't really neccessary outside of the shop since players that are AFK/idle don't need to be updated normally (this is a way to save some resources).