Posts: 28
Threads: 16
Joined: Jan 2014
Reputation:
0
Im mapping in scm and that gives me createobject codes but if i put that in my script my createdynamicobject disapears so when i convert createobject to createdynamicobject my view distance is very close so the whole map doest load at onece than in parts can i change that so i could have createdynamicobject instead createobject and that my map loads at onece.
Please help, thanks.
Posts: 867
Threads: 104
Joined: Jul 2010
Reputation:
0
or you can use include with x,y,z dimensions of object, get dimension calculate radius, for example you won't load trash can in radius of 20.0, you will do it on 10.0, but also you need building to be loaded at 150-200 as it should be seen from distance
Posts: 3,002
Threads: 86
Joined: Jul 2010
Reputation:
0
I think there is an include which calculates the streaming/drawing distances depending on the object size.
Posts: 28
Threads: 16
Joined: Jan 2014
Reputation:
0
09.01.2015, 13:45
(
Последний раз редактировалось puki7; 09.01.2015 в 15:06.
)
When I do it like you CreateDynamicObject(19443, 1485.72498, -700.24408, 94.29070, 0.00000, 0.00000, 84.16000, -1, -1, -1,350.0,350.0);
like that I get a warning and objects doesnt load at all.
Posts: 3,002
Threads: 86
Joined: Jul 2010
Reputation:
0
you are using an older streamer version. Update to the latest version (plugin and include) and it should work.
Also, make sure your streamer actually works. Pay attention to the server console and see if all plugins load correctly.
Posts: 28
Threads: 16
Joined: Jan 2014
Reputation:
0
Ok, thanks, you helped me very much.