31.08.2014, 17:13
If you're saying that the objects aren't completely streamed (only part by part) - You should then try increasing the number of visible items. For objects, if you're using Incognito's Streamer, it's set to 500 objects only to be streamed at once. You can increase that value for better streaming.
pawn Код:
native Streamer_SetVisibleItems(type, items);
//Usage example:
public OnGameModeInit() {
Streamer_SetVisibleItems(STREAMER_TYPE_OBJECT, 700); //Do not increase it more than 1000. SA-MP's limit is up to 1000 objects only to be streamed once at a time.