0.3x streaming objects distance tutorial needed!
#1

Hello,
I would like to test some airport maps but i couldn't find out how i can make a objects viewable at a large distance like http://www.sa-mp.com/stuff/03xShots/ddist2_s.png
I already downloaded STREAMER.
I just need a tutorial.

Friendly regards,
Se7evolution

-The person who helped me will get REP+ -
Reply
#2

I will make a tutorial tonight for you guys!

Pm me if you want any other tutorials doing.
Reply
#3

Still need someone! Please help!
Reply
#4

Here you a tutorial on it for you guys.

https://www.youtube.com/watch?v=LoiQI-uy2-g
Reply
#5

It isnt workin for me. Could it be the CreateDynamicObject? Since you need streamer for it.. I use convertffs to convert the createobjects to dynamics.
Reply
#6

The Streamer Plugin handles "streaming distance" and "draw distance" as two different values. Setting the "streaming distance" to for example 1500.0, doesn't make the "draw distance" 1500.0 too. You can use CreateDynamicObjectEx, where both values appear in the function. Or you can loop through all your object and change them via that way.

You can find an example script about the looping here here, including some discussion about the new draw distance. (Which might be interesting, if you want to get the optimal performance out of the plugin.)

Quote:
Originally Posted by Tom1412
Посмотреть сообщение
Here you a tutorial on it for you guys.

https://www.youtube.com/watch?v=LoiQI-uy2-g
GTA uses meters as measurements. The map is 6 by 6 km, as the borders are around coordinates 3000.0 and -3000.0. So that answers your question about measurements in your video. But still, have you tested that thing in server.cfg? I have tested it a bit just now, and it doesn't seem to work.
Reply
#7

Works nice! But just one thing, are there any converters that can convert
pawn Код:
CreateDynamicObject(3998, 285.64, -1881.27, -9.15,   0.00, 0.00, 0.00);
TO

pawn Код:
CreateDynamicObject(3666,-237.1700000,23.8900000,3.2200000,0.0000000,0.0000000,0.0000000,-1,-1,-1,2000.0000000); //
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)