issue with streamer
#1

Hello.
My CreateDynamicObjects only spawn when i'm really close.
How do i set the streamer distance, so i can see the objects from further away?
Reply
#2

PHP код:
CreateDynamicObject(modelidFloat:xFloat:yFloat:zFloat:rxFloat:ryFloat:rzworldid = -1interiorid = -1playerid = -1Float:streamdistance STREAMER_OBJECT_SDFloat:drawdistance STREAMER_OBJECT_DDSTREAMER_TAG_AREA areaid STREAMER_TAG_AREA -1priority 0); 
Reply
#3

Quote:
Originally Posted by AbyssMorgan
Посмотреть сообщение
PHP код:
CreateDynamicObject(modelidFloat:xFloat:yFloat:zFloat:rxFloat:ryFloat:rzworldid = -1interiorid = -1playerid = -1Float:streamdistance STREAMER_OBJECT_SDFloat:drawdistance STREAMER_OBJECT_DDSTREAMER_TAG_AREA areaid STREAMER_TAG_AREA -1priority 0); 
i converted it from convertffs.
Isn't there a way that i can automatically further?
Reply
#4

Quote:
Originally Posted by AbyssMorgan
Посмотреть сообщение
PHP код:
CreateDynamicObject(modelidFloat:xFloat:yFloat:zFloat:rxFloat:ryFloat:rzworldid = -1interiorid = -1playerid = -1Float:streamdistance STREAMER_OBJECT_SDFloat:drawdistance STREAMER_OBJECT_DDSTREAMER_TAG_AREA areaid STREAMER_TAG_AREA -1priority 0); 
Hmmm i have same issue, i didnґt understood your exemple.
Reply
#5

i need the objects to load from farther away.
How do i do that?
Reply
#6

what's the problem add parameters?
Reply
#7

Quote:
Originally Posted by AbyssMorgan
Посмотреть сообщение
what's the problem add parameters?
maybe because i have over 1000 dynamic objects and i have more important things to do?
Reply
#8

I have 30,000 and I have no problem with the addition of all of the additional parameter.
notepad / notepad ++ is used for this
Reply
#9

Open streamer.inc and search for #define STREAMER_OBJECT_SD.
Change from:
Код:
#define STREAMER_OBJECT_SD 300.0
to:
Код:
#define STREAMER_OBJECT_SD 1000.0
Also change this:
Код:
#define STREAMER_OBJECT_DD 0.0
to:
Код:
#define STREAMER_OBJECT_DD 1000.0
Save streamer.inc.
Open your script and compile (make sure you have included streamer.inc).
Use CreateDynamicObject to create objects.
Reply
#10

Quote:
Originally Posted by Darkwood17
Посмотреть сообщение
Open streamer.inc and search for #define STREAMER_OBJECT_SD.
Change from:
Код:
#define STREAMER_OBJECT_SD 300.0
to:
Код:
#define STREAMER_OBJECT_SD 1000.0
Also change this:
Код:
#define STREAMER_OBJECT_DD 0.0
to:
Код:
#define STREAMER_OBJECT_DD 1000.0
Save streamer.inc.
Open your script and compile (make sure you have included streamer.inc).
Use CreateDynamicObject to create objects.
I open with pawno or what?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)