Objects don't load (+ReP) - Please Read,
#1

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
Reply
#2

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?
Reply
#3

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
Reply
#4

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
Посмотреть сообщение
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
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..
Reply
#5

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)
Reply
#6

https://sampwiki.blast.hk/wiki/Limits
You may also want to get familiar with the current limits of Objects, Pickups, Vehicles and so on.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)