SA-MP Forums Archive
[HELP] My Object Streamer is deleting other objects to add New ones!!---CLOSED-- - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] My Object Streamer is deleting other objects to add New ones!!---CLOSED-- (/showthread.php?tid=133973)



[HELP] My Object Streamer is deleting other objects to add New ones!!---CLOSED-- - Epic Shower - 14.03.2010

Everytime i add new objects in my server it deletes other objects :/
And i have defined it to:
Code:
#define MaxObjects 5050
And no.
I don't have that many objects.

Does it really have a limit or i shouldn't have defined it 5050?


Re: Does LegendObjectStream has a limit? - playbox12 - 14.03.2010

#define MaxObjects [exact object NUMBER you have]

example: #define MaxObjects 1000 (if i have 1000 objects)

If it doesent work i dont know otherwise send me the script


Re: Does LegendObjectStream has a limit? - Epic Shower - 14.03.2010

I guess im gonna have to count them after all.


Re: Does LegendObjectStream has a limit? - Amit_B - 14.03.2010

Quote:
Originally Posted by Epic Shower
I guess im gonna have to count them after all.
No you don't
The streamer is maybe bugged. Or you using this wrong.


Re: Does LegendObjectStream has a limit? - Epic Shower - 17.03.2010

I have counted them, changed the limit, changed to MidoStream and still it freaking deletes other objects !!!
Any more hints?


Re: Does LegendObjectStream has a limit? - Rzzr - 17.03.2010

How many objects do you have?

And next time you want to count, just put them in an empty pwn file and look how many lines it is.


Re: Does LegendObjectStream has a limit? - Epic Shower - 17.03.2010

Quote:
Originally Posted by LowCo.
How many objects do you have?

And next time you want to count, just put them in an empty pwn file and look how many lines it is.
I have 403 Streamed objects and the ObjectStreamer (MidoStream) is defined to
Code:
#define MaxObjects 1000



Re: Does LegendObjectStream has a limit? - Rzzr - 17.03.2010

Change it to this then:
#define MaxObjects 403


Re: Does LegendObjectStream has a limit? - Epic Shower - 18.03.2010

Quote:
Originally Posted by LowCo.
Change it to this then:
#define MaxObjects 403
I've done that doesn't work.
Some objects still won't show.

Wait a minute...
When i have a object streamer, do i to make all the objects i have streamed?
I have 188 CreateObjects.
And 412 StreamedObjects.
Do i have to convert the 188 create objects to streamed?


Re: [HELP] My Object Streamer is deleting other objects to add New ones!! - Epic Shower - 19.03.2010

bump.