Posts: 1,266
Threads: 6
Joined: Oct 2014
You may need to take rid of some CreateObject codes if you got. [ change CreateObjects to CreateDynamicObjects ].
and then you may also need to use Streamer_SetVisibleItems. by default 500 objects being streamed at once you can increase it up to 1000 as maximum.
so after changing CreateObject to CreateDynamicObject you may wanna add this under ongamemodeinit
PHP код:
Streamer_SetVisibleItems(STREAMER_TYPE_OBJECT, 800);
Posts: 63
Threads: 12
Joined: Jul 2017
Reputation:
0
It happens on all servers,plugins aren't problem because it happens on already hosted servers ...
If only I can see this problem and it only happens to me I don't care but when I upload gamemode to host then other players will got this issue on my server.
I installed os windows 7 x64 and after installing windows I installed gta san andreas,samp and downloaded gamemode and got run time 19 error.I fixed it by downloading visual c++ and then i got this issue with objects...
I really have no idea how to fix it. Maybe about 6 months of searching for a solution but nothing....
Posts: 63
Threads: 12
Joined: Jul 2017
Reputation:
0
I just played GTA San Andreas singleplayer and objects are streaming very slow and distance is also problem as I said must be close to any object to see it.Objects like breakable trees and some rocks disapear when I'm not close enough.
I don't have any mod or cheat.
Posts: 1,506
Threads: 13
Joined: Jun 2015
Use a CLEO mod that fixes models not loading on time and stuff like that.