18.01.2016, 18:41
Quote:
Did you create 2000 objects using CreateObject, and after that, another 9000 dynamic objects using the streamer?
If that's the case, convert all your CreateObject lines to CreateDynamicObject. If you have 2000 fixed objects, you don't give the streamer any room to work with. The SAMP limit is 1000 objects in total. 1000 of your fixed objects won't be created and the streamer can't create any either because all object-slots have been filled already. |
[21:32:31] CreateObject: 1.379
[21:32:31] CreateDynamicObject: 9.954
And my server uploaded ~500 all of objects.