17.02.2017, 23:34
What seems to be the issue? Objects from far distance aren't showing up?
You may use this which sets the maximum object that can be viewed per player.
change the amount to how many objects do you want to be visible in the area (don't reach 1000 though)
You may use this which sets the maximum object that can be viewed per player.
PHP код:
Streamer_SetVisibleItems(STREAMER_TYPE_OBJECT, amount);

