01.09.2017, 14:47
how to make all object draw distance to 300.0 ?
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. |
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. |
#if !defined STREAMER_OBJECT_SD #define STREAMER_OBJECT_SD 300.0 #endif
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 |
#define STREAMER_OBJECT_SD 300.0