08.11.2014, 22:13
Might be a coincidence because I just had the same problem a few minutes ago. Put this under OnGameModeInit:
Where it says "number", replace it with a number, default is 500 so you should increase it. Mine is set to 1000 as I have some places on the map that range from 100-200 objects to 800-900 very close to each other.
pawn Код:
Streamer_MaxItems(STREAMER_TYPE_OBJECT , number);
Streamer_VisibleItems(STREAMER_TYPE_OBJECT, number);