how many objects is allowed - 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: how many objects is allowed (
/showthread.php?tid=353257)
how many objects is allowed -
CrazyChoco - 22.06.2012
Hello, how many objects(lines) is allowed in a script/gm, and how can i connect a filerscript with a lot of objects to my GM?
Re: how many objects is allowed -
sanrock - 22.06.2012
as many as you want.
Re: how many objects is allowed -
Kindred - 22.06.2012
1000 objects, unless using a streamer.
More are allowed, yet the new objects past 1000 (if not incorrect) are not seen.
Might help:
Wiki/Limits Streamer Link
Re: how many objects is allowed -
Ranama - 22.06.2012
1000 then they won't show, if you want more you can use a streamer becuse then they will stream in the objects when you get near them
here is the most used one i think (
https://sampforum.blast.hk/showthread.php?tid=102865)
Re: how many objects is allowed -
CrazyChoco - 23.06.2012
but whats the code, to attach an object to an streamer object?
Re: how many objects is allowed -
Lordzy - 23.06.2012
convert to createdynamicobject
Use
www.convertffs.com
Re: how many objects is allowed -
FearLe$$ - 23.06.2012
if u maked them createdynamicobject then as many as u want but for that u need to have STREAMER plugin
Use
www.convertffs.com To Convert the objects
Streamer Plugin :
https://sampforum.blast.hk/showthread.php?tid=102865
Re: how many objects is allowed -
Lordzy - 23.06.2012
Quote:
Originally Posted by FearLe$$
|
Yea your right.
Also while adding in createdynamicobject you need to include <streamer>.
And streamer plugin required.
Re: how many objects is allowed -
CrazyChoco - 24.06.2012
Allright, Thanks :P