CreateDynamicObject distance -
Skinnz - 10.08.2016
Hello, i have a problem.
The mapping interior hospital does not appear I must moving foward to see him.
I use plugin streamer.
Can you help me ?
Re: CreateDynamicObject distance - WhiteGhost - 10.08.2016
Код:
Float:streamdistance = 200.0
What ? Could You explain a little better?
Re: CreateDynamicObject distance -
Skinnz - 10.08.2016
streamer.inc :
PHP код:
native STREAMER_TAG_OBJECT CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_OBJECT_SD, Float:drawdistance = STREAMER_OBJECT_DD, STREAMER_TAG_AREA areaid = STREAMER_TAG_AREA -1, priority = 0);
Re: CreateDynamicObject distance -
Skinnz - 10.08.2016
please
Re: CreateDynamicObject distance -
Skinnz - 10.08.2016
?
Re: CreateDynamicObject distance - WhiteGhost - 10.08.2016
What do u want,you didnt explain what you want up to now
Re: CreateDynamicObject distance -
Skinnz - 10.08.2016
I wish we could see the mapping.
How to increase the maximum number of object in the streamer?
Re: CreateDynamicObject distance -
Skinnz - 11.08.2016
Re: CreateDynamicObject distance -
JaKe Elite - 11.08.2016
Try using this Streamer_SetVisibleItems above of all the CreateDynamicObject. I had the same issue 1 year ago (or 4 months ago ?) and when I used this I am no longer having a streaming issue.
Re: CreateDynamicObject distance -
Skinnz - 11.08.2016
CreateDynamicObject(19445, 1176.355957, -1354.271972, 12.597499, 0.000000, 0.000000, -90.000000, -1, -1, -1, Streamer_SetVisibleItems, Streamer_SetVisibleItems); ?