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



Objects Limit? - Qur - 28.07.2012

Hey.. from what I read the object limit at 0.3e is 1000 objects,

so 2 questions..
How can I check how many objects I'm using?
and I heared about streamer? that only if player is around the object the object will work then you can use much more?
so someone can explain to me about that more?

thanks


Re: Objects Limit? - .FuneraL. - 28.07.2012

Use streamer for Incognito... Unlimited Objects.


Re: Objects Limit? - Kindred - 28.07.2012

Good streamer HERE, read more about it here.

You can check how much objects you have by simply counting the lines of CreateObject codes.

If you want, simply copy all of the CreateObject's and paste it into a separate pawno document and open it via pawno.exe, and since it shows lines on pawno, just scroll all the way down to see how much objects there are.


Re: Objects Limit? - Devilxz97 - 28.07.2012

check this out

https://sampwiki.blast.hk/wiki/Limits


Re: Objects Limit? - Kalel - 28.07.2012

Hello,

1°) You need count or make a simple command to know how many functions CreateObject you are.

2°) The streamer include -> static object, if a player is around the object, this last will work. But, if the player isn't around the object, this last won't work.


Re: Objects Limit? - newbienoob - 28.07.2012

I use convertffs to count how many objects I have created.




Re: Objects Limit? - Devilxz97 - 28.07.2012

Quote:
Originally Posted by newbienoob
View Post
I use convertffs to count how many objects I have created.

saya setuju dengan kamu newbienoob.


Re: Objects Limit? - Qur - 28.07.2012

Right now I have something like 1160 objects.. I'm using streamer but not using his commands.. and the server isnt crashing when starting it up...

its means its okay? or?..

sorry but i really not sure about all that


Re: Objects Limit? - Devilxz97 - 28.07.2012

its okay . .


Re: Objects Limit? - Qur - 28.07.2012

So even if I have streamer I dont need to use it commands? I can just use the normal CreateObject and just include the streamer?