CreateDynamicObject Limits - 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: CreateDynamicObject Limits (
/showthread.php?tid=658323)
CreateDynamicObject Limits -
SonnyGamer - 01.09.2018
Basically my problem started 1 month ago.
I have just 12k CreateDynamicObjects so I don't get why my objects disappear. If anyone knows solution please tell me
Re: CreateDynamicObject Limits -
GospodinX - 01.09.2018
Hi!
With function Streamer_CountVisibleItems you can see how much streamed object you have(500 is limit(default))
https://github.com/samp-incognito/sa...-serverwide--1
Re: CreateDynamicObject Limits -
SonnyGamer - 01.09.2018
But everything is okay in samp map construction. I have totally 12k objects.
They disappear in game. Just like CreateObjects disappear after 5k+
My CreateDynamicObjects disappear after 12k? I use latest streamer plugin and includes. Never happened before.
p.s I know some servers use 50k objects so what is the problem?
Re: CreateDynamicObject Limits -
Undef1ned - 01.09.2018
The problem is that they do not load the maps, or they do not show long distances?
Re: CreateDynamicObject Limits -
SonnyGamer - 01.09.2018
Quote:
Originally Posted by Undef1ned
The problem is that they do not load the maps, or they do not show long distances?
|
Maps do not load.
For example my last map under OnGameModeInIt is Chilliad stunt map, but when I join in game alot of objects are missing in that map.
Re: CreateDynamicObject Limits -
Undef1ned - 01.09.2018
Do you use the maps in a specific virtual world?
If not, then, show us a part of your code to be able to help you more easily.
Re: CreateDynamicObject Limits -
SonnyGamer - 01.09.2018
Unfortunatelly I can't show my maps because they are copyrighted. I don't use any virtual world objects.
Also I use GarHouse system based on Streamer plugin. Most of my filterscripts are based on streamer plugin. For example races.
But they don't include objects