object draw distance +REP +REP
#1

how to make all object draw distance to 300.0 ?
Reply
#2

I think Streamer Plugin already does it (only with objects created by CreateDynamicObject() function). Try it out.
Reply
#3

Quote:
Originally Posted by Manuel550
View Post
Incorrect.
_______________
Download streamer plugin.
Type #define STREAMER_OBJECT_SD 300.0 on the top of the script. (300.0 is draw distance)
And than change every CreateObject in the script to CreateDynamicObject.
Correct.
_______________
Nothing additional since its correct.
Reply
#4

Quote:
Originally Posted by Manuel550
View Post
Incorrect.
_______________
Download streamer plugin.
Type #define STREAMER_OBJECT_SD 300.0 on the top of the script. (300.0 is draw distance)
And than change every CreateObject in the script to CreateDynamicObject.
The last version of Streamer Plugin by Incognito already has this macro, as you can see if you open "streamer.inc":
Code:
#if !defined STREAMER_OBJECT_SD
	#define STREAMER_OBJECT_SD 300.0
#endif
Reply
#5

ok what if i want to add this my script ? where to put it ?? after what ?

#if !defined STREAMER_OBJECT_SD
#define STREAMER_OBJECT_SD 300.0
#endif
Reply
#6

Quote:
Originally Posted by BadJih
View Post
ok what if i want to add this my script ? where to put it ?? after what ?

#if !defined STREAMER_OBJECT_SD
#define STREAMER_OBJECT_SD 300.0
#endif
Don't... That code is already in the include, so you're wasting your time.


All you need to put in if you want it different to the 300 is...

Code:
#define STREAMER_OBJECT_SD 300.0
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)