Posts: 302
Threads: 72
Joined: Dec 2009
i can set a distance on this ? for example like this i get an error
CreateDynamicObject(19463, 2905.73950, 1051.81165, 16.46160, 0.00000, -90.00000, 359.71826, MenuVW, -1, -1, -1, 1000.0);?
Posts: 302
Threads: 72
Joined: Dec 2009
Ooo i see, but i wanted to Set a world on it :/
Posts: 130
Threads: 12
Joined: Jan 2014
Reputation:
0
CreateDynamicObject(modelid, x, y, z, rx, ry, rz, WORLDID = -1, .streamdistance = 100.0);
so for you code it is:
CreateDynamicObject(19463, 2905.73950, 1051.81165, 16.46160, 0.00000, -90.00000, 359.71826, YOUR_WORLD, .streamdistance=1000.0);
Posts: 302
Threads: 72
Joined: Dec 2009
Quote:
Originally Posted by TheFlyer
CreateDynamicObject(modelid, x, y, z, rx, ry, rz, WORLDID = -1, .streamdistance = 100.0);
so for you code it is:
CreateDynamicObject(19463, 2905.73950, 1051.81165, 16.46160, 0.00000, -90.00000, 359.71826, YOUR_WORLD, .streamdistance=1000.0);
|
soo like this?
Код:
CreateDynamicObject(19463, 2905.73950, 1051.81165, 16.46160, 0.00000, -90.00000, 359.71826, MenuVW, 1000.0);
Posts: 302
Threads: 72
Joined: Dec 2009
Quote:
Originally Posted by TheFlyer
put .streamdistance=1000.0
like this:
Код:
CreateDynamicObject(19463, 2905.73950, 1051.81165, 16.46160, 0.00000, -90.00000, 359.71826, MenuVW, .streamdistance=1000.0);
|
nope doesn't work :/ the object still shows from very close
Posts: 302
Threads: 72
Joined: Dec 2009
Quote:
Originally Posted by TheFlyer
increase the drawdistance then :P
try this then:
Код:
CreateDynamicObject(19463, 2905.73950, 1051.81165, 16.46160, 0.00000, -90.00000, 359.71826, MenuVW, .streamdistance=10000.0);
|
nope
Posts: 130
Threads: 12
Joined: Jan 2014
Reputation:
0
Do you have #include <streamer> and streamer plugin?