Can't see objects from far.
#7

There are two ways to this actually, and indeed the parameter you need is drawdistance and not stream distance.

1.) Use CreateDyanmicObjectEx() it has a a drawdistance parameter
2.) Use Streamer_SetFloatData() example.


pawn Код:
new ObjectID = CreateDynamicObject(19378,1724.5200000,-1765.3600000,17.6300000,0.0000000,0.0000000,88.2000000);
Streamer_SetFloatData(STREAMER_TYPE_OBJECT, ObjectID, E_STREAMER_DRAW_DISTANCE, 300.0);
Reply


Messages In This Thread
Can't see objects from far. - by dorperez - 01.09.2013, 18:03
Re: Can't see objects from far. - by bensmart469 - 01.09.2013, 18:13
Re: Can't see objects from far. - by dorperez - 01.09.2013, 18:16
Re: Can't see objects from far. - by bensmart469 - 01.09.2013, 18:18
Re: Can't see objects from far. - by davve95 - 01.09.2013, 18:24
Re: Can't see objects from far. - by dorperez - 01.09.2013, 18:48
Re: Can't see objects from far. - by Pottus - 01.09.2013, 18:55
Re: Can't see objects from far. - by dorperez - 01.09.2013, 19:33
Re: Can't see objects from far. - by bensmart469 - 01.09.2013, 19:43
Re: Can't see objects from far. - by Pottus - 01.09.2013, 21:09

Forum Jump:


Users browsing this thread: 1 Guest(s)