SA-MP Forums Archive
How to add more objects. - 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: How to add more objects. (/showthread.php?tid=188429)



How to add more objects. - Rokzlive - 07.11.2010

I have tons of objects i want to add to my server, but im over the object limit, and since my map is custom, i need them all to work. Can someone tell me how to stream in more objects even if its over the limit. Like a link to a plugin i use?


Re: How to add more objects. - meegan1 - 07.11.2010

Do you allready use as streamer?


Re: How to add more objects. - The_Moddler - 07.11.2010

http://forum.sa-mp.com/showthread.ph...light=streamer

Next time search buddy.


Re: How to add more objects. - Rokzlive - 07.11.2010

I dont use a streamer, but how do i set up the one you sent me? I tried to but it would not work it had compile errors. Does someone have a blank fs i can use that already is setup for this streamer?


Re: How to add more objects. - The_Moddler - 07.11.2010

pawn Код:
#include <a_samp>
#include <streamer>

public OnFilterScriptInit()
{
    //put your objects here
    return 1;
}
Add your objects, compile and add the fs to server.cfg.