[HELP] Object Rendering Problem
#1

Hello. I'm working on a Roleplay server which has its custom map ( in the middle of the sea, around 10k objects ). The problem I'm facing right now are the objects rendering-.., as you can see in the images below, for some reason, they will not show if I stand too far from them..although if I approach, they will start to appear.

I'm using Icognito's Streamer Plugin.

https://imgur.com/a/ksS8QD3

If you guys could help me with this, I'd be really thankful as I have no idea how object rendering works! Thank you for your time.
Reply
#2

maybe try this.

Код:
//On top of gamemode
#define VISIBLE_ITEMS 1000
// In on gamemode init
Streamer_VisibleItems(STREAMER_TYPE_OBJECT, VISIBLE_ITEMS);
Reply
#3

Quote:
Originally Posted by UFF
Посмотреть сообщение
maybe try this.

Код:
//On top of gamemode
#define VISIBLE_ITEMS 1000
// In on gamemode init
Streamer_VisibleItems(STREAMER_TYPE_OBJECT, VISIBLE_ITEMS);
Thank you very much. Worked perfectly!


EDIT:

Apparently, it only works for interiors, but for the whole map, the problem is still here as you see below:

https://imgur.com/a/ZVOGEX9
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)