[SOLVED] Object streamer problem - 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: [SOLVED] Object streamer problem (
/showthread.php?tid=86180)
[SOLVED] Object streamer problem -
Pilot Jack - 12.07.2009
Hi,
I am using the Mido Streamer and it has loaded all of my objects

but i have just made some more objects and they dont load. Can anyone explain this please?
Thanks
Re: Object streamer problem -
saiberfun - 12.07.2009
u need to change your
#define MAX_OBJECTS
to the number of objects u got now
Re: Object streamer problem -
Ignas1337 - 12.07.2009
and i beleave it's added file-side (i think) or is it .pwn-side streamer? Does it read o bjects from a file or do you do CreateStreamObject(example) for each object yourself?
Re: Object streamer problem -
saiberfun - 12.07.2009
Quote:
Originally Posted by Izanagi
and i beleave it's added file-side (i think) or is it .pwn-side streamer? Does it read o bjects from a file or do you do CreateStreamObject(example) for each object yourself?
|
it's pwnside
Object streamer problem -
Pilot Jack - 12.07.2009
Thanks, it all works now