Object drawdistance ?
#1

I'm running Incognito's object streamer.

Are there anyway I could change the drawdistance? (for all objects)
and not all one by one. It would take a really damn long time.
Reply
#2

Open your streamer include, you will see something like that:
PHP код:
CreateDynamicObject(modelidFloat:xFloat:yFloat:zFloat:rxFloat:ryFloat:rzworldid = -1interiorid = -1playerid = -1Float:streamdistance STREAMER_OBJECT_SDFloat:drawdistance STREAMER_OBJECT_DD); 
and something like that:
PHP код:
#if !defined STREAMER_OBJECT_DD
    #define STREAMER_OBJECT_DD 0.0
#endif 
change 0.0 value and here you done sir!
Reply
#3

You have this in streamer.inc.
PHP код:
#if !defined STREAMER_OBJECT_DD
    #define STREAMER_OBJECT_DD 0.0 
I guess that's for object_drawdistance. Define default to what you want and remove DD from any CreateDynamicObject.
Reply
#4

extreme pawn has a feature to replace all specified text in the code
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)