Objects don't load (HELP) - 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 don't load (HELP) (
/showthread.php?tid=79961)
Objects don't load (HELP) -
JoshTheBoss - 01.06.2009
in my script i have a lot of objects but some dont load.
what should i do?
Re: Objects don't load (HELP) -
Think - 01.06.2009
do you use a streamer? do you have more than 150 objects (if you dont use a streamer)
Re: Objects don't load (HELP) -
rafay - 01.06.2009
And don't use CreateObjects and the object streamer at the same time.
Re: Objects don't load (HELP) -
JoshTheBoss - 01.06.2009
i do not have any streamer. should i use one, is that better??
I have more than 150 objects. I have a lot
Re: Objects don't load (HELP) -
rafay - 01.06.2009
Quote:
Originally Posted by JoshTheBoss
i do not have any streamer. should i use one, is that better??
I have more than 150 objects. I have a lot
|
Well, CreateObjects above 150 would crash. I Suggest you to use
xStreamer, as I use it on my server. Works great!
Re: Objects don't load (HELP) -
JoshTheBoss - 01.06.2009
ok thank you, i am gonna do that immidiately