SA-MP Forums Archive
Streamer not showing all objects?.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Streamer not showing all objects?.. (/showthread.php?tid=247680)



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)