Guys help me - 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: Guys help me (
/showthread.php?tid=539939)
Guys help me -
haridz - 01.10.2014
Guys i need your help.i have one question.why when there are many objects in one place the object blinks. i use createdynamicobject
Re: Guys help me -
haridz - 01.10.2014
i mean the objects keep appearing and disappearing
Re: Guys help me -
Sascha - 01.10.2014
Number 1: it might be because there are too many objects (see
SA-MP Limitations)
This problem can be fixed by using an object streamer (just search for "streamer" in the plugin section in this forum)
Number 2: If you have many objects at the same position, the surfaces are overlaying each other, therefor it looks like they are blinking and reflecting. To fix that you should adjust the positions a little bit (e.g. for grounds change the z coordinate by 0.1 or so).