Object Stream distance
#4

There is three things you can do.

1) If your using CreateDynamicObject() switch to CreateDynamicObjectEx() it has a drawdistance parameter that CreateDynamicObject() lacks in fact I NEVER would consider using CreateDynamicObject() for any reason it's the worst function in the the plugin.

2) You can increase the amount of object the streamer will draw.

Note: 800 should be good for most purposes (default is 500)
pawn Код:
Streamer_MaxItems(STREAMER_TYPE_OBJECT , 800);
Streamer_VisibleItems(STREAMER_TYPE_OBJECT , 800);
3) Make sure small objects have a lower stream/draw distance than the larger objects!

That is basically the triple crown solution (the first point should fix most problems)
Reply


Messages In This Thread
Object Stream distance - by TheCrescendo - 19.07.2013, 12:33
Re: Object Stream distance - by Twizted - 19.07.2013, 12:35
Re: Object Stream distance - by TheCrescendo - 19.07.2013, 12:57
Re: Object Stream distance - by Pottus - 19.07.2013, 13:37
Re: Object Stream distance - by TheCrescendo - 19.07.2013, 16:39
Re: Object Stream distance - by Babul - 19.07.2013, 17:31
Re: Object Stream distance - by TheCrescendo - 19.07.2013, 17:41
Re: Object Stream distance - by Babul - 21.07.2013, 14:13
Re: Object Stream distance - by Birdkid1999 - 21.07.2013, 14:16
Re: Object Stream distance - by Threshold - 21.07.2013, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)