Streamer bug ? - 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: Streamer bug ? (
/showthread.php?tid=500917)
Streamer bug ? -
kevin_1991 - 15.03.2014
Hello, I have my server online finaly now i got another problem mapping is disapear every time i tryed the newset streamer include but its not working can anyone help me out
Regards.
Re: Streamer bug ? -
kevin_1991 - 16.03.2014
Help ?
Re: Streamer bug ? -
kevin_1991 - 16.03.2014
Well ?
Re: Streamer bug ? -
GalaxyHostFree - 16.03.2014
Can you please explain it a little bit more?
What you mean Mapping is disappear every time I tried the newest streamer include?
Re: Streamer bug ? -
benjaminjones - 16.03.2014
What are you using for your maps? Createobject or CreateDynamicObject? Because if you want the maps to do not dissappear use CreateDynamicObject.
Re: Streamer bug ? -
Tidzii - 16.03.2014
He means that when he enter a custom Interior it keep disappear and appear what cause Falling in the sky
Re: Streamer bug ? -
kevin_1991 - 16.03.2014
Indeed Tidzii
Re: Streamer bug ? -
GalaxyHostFree - 16.03.2014
I do not prefer creating streamed objects in the sky specially platforms where you stand/spawn. Why? when you are lagging let say 200-300 ping. When you spawn to that streamed object and the object still didn't load because you are lagging, so you will start falling from the sky. Unless you use CreateObject for your platform, when you spawn you will see you are like floating but later on after 3-5 seconds the object you created using CreateObject will now starting appearing but you will not fall.
In case you really want a CreateDynamicObject (streaming). You should try using a Timer. When you teleport to that Location make a timer that will load first all the object around you before you drop off the platform you are standing.
Or.
Use only CreateObject to the platform where you are going to standing/spawn. Then the rest CreateDynamicObject.
Re: Streamer bug ? -
kevin_1991 - 16.03.2014
i changed it to CreateObject and CreateDynamicObject
But still got the problem
Please anyone now how to fix it ?
Re: Streamer bug ? -
Calabresi - 16.03.2014
Quote:
Originally Posted by kevin_1991
i changed it to CreateObject and CreateDynamicObject
But still got the problem
Please anyone now how to fix it ?
|
Just freeze the player when you teleport them to the interior and create a timer (3 seconds - maybe less) that unfreezes them. This will allow people who has lag or a slow computer to load objects up.