Objects not streaming!
#5

Quote:
Originally Posted by NLDBrian
Посмотреть сообщение
For some reason my objects only load when you are like standing ontop of it (It despawns when distance is more than about 3m).. I've tried to define the DD and SD BEFORE the streamer include.. This didn't work!

An example of my object string:
pawn Код:
CreateDynamicObject(8652,1232.19995117,-1432.09997559,13.39999962,0.00000000,0.00000000,89.00000000);
I already tried the following:
pawn Код:
CreateDynamicObject(8652,1232.19995117,-1432.09997559,13.39999962,0.00000000,0.00000000,89.00000000, 0, 0, 400); //0, 0, 400 = VW, Int, Distance
Please help me out here!

It has around 18000 objects..
I'm not sure, but try:

Код:
new objectid = CreateDynamicObject(8652,1232.19995117,-1432.09997559,13.39999962,0.00000000,0.00000000,89.00000000);
Streamer_SetFloatData(STREAMER_TYPE_OBJECT, objectid, E_STREAMER_DRAW_DISTANCE, 400.0);
Reply


Messages In This Thread
Objects not streaming! - by NLDBrian - 23.10.2017, 12:21
Re: Objects not streaming! - by NLDBrian - 24.10.2017, 10:05
Re: Objects not streaming! - by IvanElistratov - 24.10.2017, 10:09
Re: Objects not streaming! - by NLDBrian - 24.10.2017, 10:14
Re: Objects not streaming! - by kingmk - 24.10.2017, 11:01
Re: Objects not streaming! - by NLDBrian - 24.10.2017, 11:16
Re: Objects not streaming! - by Danisoni - 24.10.2017, 12:10
Re: Objects not streaming! - by NLDBrian - 24.10.2017, 12:33
Re: Objects not streaming! - by kingmk - 24.10.2017, 12:37
Re: Objects not streaming! - by NLDBrian - 24.10.2017, 13:09

Forum Jump:


Users browsing this thread: 4 Guest(s)