31.08.2014, 15:33
i having 12670 object in my server some maps r loading slowly one by one how to fix this problem my object are creaate in CreateDynamicObject.
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.