Streamer not showing all objects?.. -
GBLTeam - 10.04.2011
Im using Incognito Streamer Plugin v2.5.2.. Idk how many objects i have but i think is more than 2000 and all objects loading there no problem with that but when im far of the object i can see it i came to object and now i see it ? And some objects like (door/windows) showing slow not loading it fast you can fall if you in that place..
So whats the problem is there some limit what i need to change for streamer? Or i need to 2 streamers (if i need to use two streamers can you tell me which other streamer to use)
pawn Код:
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
Re: Streamer not showing all objects?.. -
Stigg - 10.04.2011
You can set the distance to a higher value:
pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);
Re: Streamer not showing all objects?.. -
GBLTeam - 10.04.2011
Quote:
Originally Posted by Stigg
You can set the distance to a higher value:
pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);
|
So only to convert objects with distance 200 ?
Re: Streamer not showing all objects?.. -
Mike Garber - 10.04.2011
No, what it says in that code is just examples. If It is 200, and you want to see objects further away, increase that value.
Re: Streamer not showing all objects?.. -
GBLTeam - 11.04.2011
Quote:
Originally Posted by Mike Garber
No, what it says in that code is just examples. If It is 200, and you want to see objects further away, increase that value.
|
Yea but is there any converter for that? because i tryed in convert ffs i make the dw distance 300 and
pawn Код:
CreateDynamicObject(18008,2149.24291992,1496.21325684,1081.87219238,0.00000000,0.00000000,0.00000000); //object(int_clothinga01) (1)
Re: Streamer not showing all objects?.. -
Mean - 11.04.2011
Quote:
Originally Posted by GBLTeam
Yea but is there any converter for that? because i tryed in convert ffs i make the dw distance 300 and
pawn Код:
CreateDynamicObject(18008,2149.24291992,1496.21325684,1081.87219238,0.00000000,0.00000000,0.00000000); //object(int_clothinga01) (1)
|
You used "YSI CreateDynamicObject" or "Incongito's streamer" ?
Re: Streamer not showing all objects?.. -
GBLTeam - 11.04.2011
Quote:
Originally Posted by Mean
You used "YSI CreateDynamicObject" or "Incongito's streamer" ?
|
Incongito's streamer
I create this and it loading slow thats why i ask.
Re: Streamer not showing all objects?.. -
GBLTeam - 11.04.2011
Soory for bump but look:
Quote:
Originally Posted by ******
That's not a streamer problem, all the objects do this because they take time to spawn. The only possible way to get around it is through adjusting the draw distance, as people have said.
|
Look the pictures i dont think so (slow) loading objects thats the problem :S
Sorry for night but its same in day..
Its problem because i used 0.3c converter and objects then from "CreateObject" to "CreateDynamibObject" Incongito streamer?
Re: Streamer not showing all objects?.. -
GBLTeam - 15.04.2011
Quote:
Originally Posted by ******
The problem COULD be what are called "normals". Some obects are not designed to be gone inside of, so only have textures on the outside. Does this work with normal CreateObject?
|
Yea with createobject work good but and other objects not working with streamer its like this.. ?
Re: Streamer not showing all objects?.. -
GBLTeam - 15.04.2011
Quote:
Originally Posted by ******
How many objects do you have in that area?
|
3000 Objects. And all is on streamer (none is CreateObject)