Objects don't load (+ReP) - Please Read, -
Aira - 04.03.2012
Hello,
I've combined all of the RP Mappings i've done / downloaded into one Filterscript (The FS has nothing but MAPS).
The Filterscript has 1860 Lines. 31 Lines are not CreateObject or stuff those are OnPlayerConnect and RemoveBuildingForPlayer blablabla.
Now My Problem is, it only loads like HALF of everything that i've made -_-.
I mean, HOW CAN I FIX THIS?
Please, Help
Re: Objects don't load (+ReP) - Please Read, -
shitbird - 04.03.2012
Is it possible that you could have , by an accident, deleted some of the objects with RemoveBuildingForPlayer?
Are you using a streamer, or the native CreateObject function?
Re: Objects don't load (+ReP) - Please Read, -
R0FLC0PTER - 04.03.2012
You have reached the object limit, because the maximum number of global objects is 400.
And from what I understand, you have over 1800 objects.
I would suggest using an object streamer.
https://sampforum.blast.hk/showthread.php?tid=102865
Re: Objects don't load (+ReP) - Please Read, -
Aira - 04.03.2012
Quote:
Originally Posted by shitbird
Is it possible that you could have , by an accident, deleted some of the objects with RemoveBuildingForPlayer?
Are you using a streamer, or the native CreateObject function?
|
CreateObject,
Quote:
Originally Posted by R0FLC0PTER
|
Yes i do have more than 1000, because its an Imrpoved Los Santos for the RP server. :/
I'll use the Object Streamer.
+ Rep For you, thanks..
Re: Objects don't load (+ReP) - Please Read, -
ricardo178 - 04.03.2012
1 option: You are not using a streamer.
2 option: You are not converting the objects to the streamer you use.
3 option: You placed it in the wrong callback. (It should be place under OnFilterScriptInit() as you are usig a filterscript)
Re: Objects don't load (+ReP) - Please Read, -
shitbird - 04.03.2012
https://sampwiki.blast.hk/wiki/Limits
You may also want to get familiar with the current limits of Objects, Pickups, Vehicles and so on.