Object loading.. (+rep)
#1

Hello!
in my server objects are not loading full.I have total 13707 objects in my server.
When i teleport to some stunts then it will load half of that.Anyone know how to fix this?
Reply
#2

Create a stock that loads them.. Maybe like this
Код:
stock LoadObjects()
{
     (all of you're objects here, all 13000 of them)
      return 1;
}
Код:
public OnGameModeInit()
{
     LoadObjects();
     return 1;
}
This should load ALL of the objects, try this and if it doesnt work then i may have another solution for you.
Reply
#3

You can do like rbcrp said. But you should use streamer.
Reply
#4

lol, samp supports just 400 object (0.3d = 1000), use streamer dude
Reply
#5

I already added streamer

include <streamer>
plugins streamer.so
Reply
#6

Quote:
Originally Posted by Alexander_123
Посмотреть сообщение
I already added streamer

include <streamer>
plugins streamer.so
Replace all CreateObject with CreateDynamicObject it will be ok
Reply
#7

All objects are like that and only a few objects are CreateObjects ( 250 approx)
Reply
#8

Quote:
Originally Posted by Alexander_123
Посмотреть сообщение
All objects are like that and only a few objects are CreateObjects ( 250 approx)
The best way of fixing this, is just changing the CreateObjects to the streamer one...
Reply
#9

It's an annoying Sa:Mp bug. It happen to me, when i played 0.3a. but now i'm playing 0.3d and there this bug is fixed
Reply
#10

Quote:
Originally Posted by naruto_hina
Посмотреть сообщение
It's an annoying Sa:Mp bug. It happen to me, when i played 0.3a. but now i'm playing 0.3d and there this bug is fixed
OMG. I bet everyone was thinking you used 0.3d . Update yourself then
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)