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



Objects not loading - R16RACA - 31.01.2011

so i start my game and over half my objects wont load.
help please?!?!
i have 490 static objects


Re: Objects not loading - TheYoungCapone - 31.01.2011

So are you using a streamer? and if your not and you are using CreateObject all the objects wont load because samp has an object limit.


Re: Objects not loading - R16RACA - 31.01.2011

No streamer, whats a good one and how do they work


Re: Objects not loading - TheYoungCapone - 31.01.2011

most well used is Incognitos Streamer http://forum.sa-mp.com/showthread.ph...ight=incognito

And its pretty simple you download that off the link i gave you put the includes where they belong ect.
Then go into your script and at the top add #include <streamer>
then instead of using CreateObject you will be using CreateDynamicObject you can use convertffs.com to convert it to that.


Re: Objects not loading - R16RACA - 31.01.2011

ok will try soon


Re: Objects not loading - TheYoungCapone - 31.01.2011

ok hope i helped :S


Re: Objects not loading - R16RACA - 31.01.2011

Used fallouts because that one couldn't read file. Thanks for the help!