SA-MP Forums Archive
sa-mp object limit - 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: sa-mp object limit (/showthread.php?tid=296465)



sa-mp object limit - aminj - 11.11.2011

hey guys... ive got a new problem :/
i have a server with lots of objects.... wanted to add more maps... i tryed CreateObject but it couldnt run more maps .... i also used CreateDynamicObject too and i had same problem.
(i deleted draw distance and it still doesnt work)
is there any other way to add more maps?


Re: sa-mp object limit - Ash. - 11.11.2011

With a.. streamer?
Alternatively, the object limit has been increased in 0.3d; wait for that?


Re: sa-mp object limit - aminj - 11.11.2011

ye i use streamer too... there isnt any other way instead of waiting? :S


Re: sa-mp object limit - Calgon - 11.11.2011

You need to decrease the draw distance, you're not supposed to delete it.

pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);
The draw distance parameter in the plugin, set that to something less than it is by default (200.0), I'm presuming 100.0 could be suitable for you.


Re: sa-mp object limit - aminj - 12.11.2011

you mean if i set draw distance it works?