SA-MP Forums Archive
Objects problem - 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: Objects problem (/showthread.php?tid=663612)



Objects problem - Dusan01 - 06.02.2019

Hello, does anyone know why this is happening?
Objects are loaded in one place, I move 5-6 meters, objects disappear.

Pictures: https://imgur.com/a/2XtYKg2

All objects are in format: CreateDynamicObjectEx( objectid, x, y ,z ,rx, ry, rz, 600.0, 600.0 );


Re: Objects problem - Florin48 - 07.02.2019

check if the plugin streamer is the same as your include, or you may have too many created objects.


Re: Objects problem - Dusan01 - 07.02.2019

Yea, streamer plugin and inc is same, last version, created objects: 650 in radius 600.0


Re: Objects problem - Bingo - 07.02.2019

Its just the draw distance, Try to increase it to your required value but i recommend it to use the default one to reduce PC lag for low graphics players.

In case if you don't want it to disappear then use CreateObject but that'd cause server lag if you use it for every object because it's limited, Use it only when it's required (Example:- For interiors in sky).