Posts: 53
Threads: 30
Joined: Dec 2017
Reputation:
0
Why do the mappings disappear?
Posts: 1,071
Threads: 24
Joined: Aug 2014
Reputation:
0
Refer to Streamer's Wiki on Github. Along with CreateDynamicObject, there is a parameter called .streamdistance. Set it to more than currently it is.
And if you're not using streamer,
Well, go and use streamer.
Posts: 42
Threads: 12
Joined: Jun 2016
Reputation:
0
Let me assist you, place this in ongamemodeinit/onfilterscriptinit.
Streamer_MaxItems(STREAMER_TYPE_OBJECT , 800);
Streamer_VisibleItems(STREAMER_TYPE_OBJECT , 800);