how to fix the invisible object 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: how to fix the invisible object bug? (
/showthread.php?tid=273177)
how to fix the invisible object bug? -
[EDT]AmanSingh123 - 31.07.2011
hey,
this bug is really annoying.. i have maps on my server and when i go on them they load fine and then i drive on them a bit and then they go invisible and then i have to get out and then back inside my vehicle to make them load..
is their a way to fix this bug?, i use incognitos streamer and also made a copy of my server that uses fallout's streamer so if you know how to fix any of those streamers please tell me and if you know a streamer that doesn't have this bug, please let me know..
Re: how to fix the invisible object bug? -
Famalamalam - 31.07.2011
Update_Streamer()
Re: how to fix the invisible object bug? -
[EDT]AmanSingh123 - 31.07.2011
Im a begginner scripter, so could you clearly tell me?
Re: how to fix the invisible object bug? -
[EDT]AmanSingh123 - 31.07.2011
Any help?
Respuesta: how to fix the invisible object bug? -
matimutter - 16.11.2011
Update_Streamer()
not work, i put them on player connect,playerspawn,playerupdate, and not work.
I still getting out of the vehicle to load objects
AW: how to fix the invisible object bug? -
Babul - 16.11.2011
the texture-loading bug seems to sit deep in the GTA engine, try to place your map in the world boundary: -3000.0,-3000.0,200.0 - at a not too high altitude.
one trick iam using to preload textures: place the object below ground before a player enters the custom map, like a piece of stairs below ground before you teleport away, these stairs remain in memory, so it will display correctly.