SA-MP Forums Archive
Transparent objects - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Transparent objects (/showthread.php?tid=201601)



Transparent objects - LeNy - 21.12.2010

Hello everyone. I would like to introduce you to a strange bug with objects. Well, this error happens only when the players drive cars, then the object is loaded but they are transparent, and their appearance and color can be seen only when a player leaves the vehicle. Here's an example:

Please repair this bug, because there is a very long time


Re: Transparent objects - Hal - 21.12.2010

Update your streamer. And next time, search. It helps.


Re: Transparent objects - LeNy - 21.12.2010

Quote:
Originally Posted by Hal
View Post
Update your streamer. And next time, search. It helps.
It's not the fault of streamers only Sa-Mp.


Re: Transparent objects - woot - 21.12.2010

Yup, known bug I guess - same problem here, but only with huge objects.


Re: Transparent objects - LeNy - 21.12.2010

Quote:
Originally Posted by exora
View Post
Yup, known bug I guess - same problem here, but only with huge objects.
Yes you are right, and this error occurs only while in a vehicle, so I think I need to fix it


Re: Transparent objects - Retardedwolf - 21.12.2010

Just get out and get back in then your objects will load.


Re: Transparent objects - IstuntmanI - 21.12.2010

Quote:
Originally Posted by Retardedwolf
View Post
Just get out and get back in then your objects will load.
That it's stressful, I tried that

I have same bug sometimes ...


Re: Transparent objects - LeNy - 21.12.2010

Quote:
Originally Posted by Retardedwolf
View Post
Just get out and get back in then your objects will load.
You know you may be the only way out, but those going out and entering is embarrassing. After all, the team can fine-tune it if they did that most objects can be seen that all they can do well loaded


Re: Transparent objects - dimonml - 21.12.2010

I can confirm this. This is old bug.

This happens when the object is high (Z > 150) and object was created for player when you are in the vehicle. Collision work prefect, but textures not loaded. You may out from vehicle and textures load.

To avoid this you can:
- place objects in interiors (!= 0)
- place objects low (Z < 100)
- only walk on foot


Re: Transparent objects - LeNy - 22.12.2010

Yeah, this is a very old bug, so maybe it's time to fix it?