Posts: 22
Threads: 10
Joined: Jun 2012
Reputation:
0
Hello, I have some bugs with my mapping, I have a custom interiors and some custom exteriors, but the problem is, When you go far in a short distance the objects disapear, well in the interiors the floor disapear and you can fall down, well I've increase the stream_distance and the stream_rate, but nothing happen. Well I got CreateDynamicObject, do you think if I change them to CreateObject it can fix that problem ?? I need help please !
Posts: 943
Threads: 218
Joined: Jul 2012
Reputation:
0
interiors with createobject exteriors with createdynamicobjects..
Posts: 22
Threads: 10
Joined: Jun 2012
Reputation:
0
Well IT doesn't Work, When I add Change some Objects from CreateDynamicObject to CreateObject, It remove some objects, is there a option to pass the max of Objects ?
Posts: 22
Threads: 10
Joined: Jun 2012
Reputation:
0
I got the Object Streamer. I've tried to make 2 of them but it didn't work, anyway to Increase the Max Object ? I did it in a_samp and in server.cfg but it Didn't work, Still adding Object and Deleting other ? Please ?
Posts: 801
Threads: 29
Joined: May 2012
Reputation:
0
That's not the problem.
Make sure that you have placed the objects properly!
Posts: 22
Threads: 10
Joined: Jun 2012
Reputation:
0
Yep They are placed correctly the problem is they disapear in a short distance.
Posts: 1,781
Threads: 13
Joined: Sep 2009
Reputation:
0
can you show a video of what means "disappearing in short" ? the streamer is supposed to SHOW objects once theyre in a short distance.
if you got hundrets of objects around a player, and them forcing the ground object to disappear, then try to
a) lower the stream distance of all objects EXCEPT the floor object(s), or
b) increase the streamdistance of floor object(s) only. this works only if there are not many objects around (<visible objects allowed), else the streamer cuts off the far out objects in order to be able to stream other objects.