27.12.2017, 14:45
Not quite sure if this will fix the problem but place this OnFilterScriptInit/OnGamemodeInit (in your script)
Change amount to the maximum amount of objects that can be streamed in (visible) on player's sight.
PHP код:
Streamer_SetVisibleItems(STREAMER_TYPE_OBJECT, amount);

