Incognito's streamer problem - 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)
+--- Thread: Incognito's streamer problem (
/showthread.php?tid=399748)
Incognito's streamer problem -
[BG]Gamer - 15.12.2012
Hello guys!
I think i have a problem with incognito's streamer. So i have FS wich includes all my objects (~ 20 000 objects). The problem is that at a time some of the objects disappear and i don't know why ...
Here is a picture of one of my maps. In the left side you can see the Map Editor and on the right side the same map in the server:
This map has around 700 objects and should work fine since 0.3e supports 1000 objects at a place
Also i have the lates incognito's streamer.
Here are my streamer settings(these lines stand in both FS and GM):
pawn Код:
//Stremer
Streamer_VisibleItems(STREAMER_TYPE_OBJECT, 1000);
Streamer_CellSize(300.0);
Streamer_CellDistance(600.0);
Streamer_TickRate(75);
I will appreciate any help!
Thank you!
Re: Incognito's streamer problem -
park4bmx - 15.12.2012
is your draw distance on MAX in the GTA SA settings ?
Re: Incognito's streamer problem -
[BG]Gamer - 15.12.2012
Yes it is
Re: Incognito's streamer problem -
park4bmx - 15.12.2012
if you go closer do they appear ?
Re: Incognito's streamer problem -
[BG]Gamer - 15.12.2012
No they don't and i forgot to mention that some of the objects dissapear at time
Re: Incognito's streamer problem -
Red_Dragon. - 15.12.2012
Do you use CreateObject or CreateDynamicObject ? and which version of the streamer plugin do you use ?
Re: Incognito's streamer problem -
[BG]Gamer - 15.12.2012
I use CreateDynamicObject and my streamer version is v.2.6.1
Re: Incognito's streamer problem -
Red_Dragon. - 15.12.2012
Any errors or warnings while compiling ?
Re: Incognito's streamer problem -
[BG]Gamer - 15.12.2012
No everything is fine
Re: Incognito's streamer problem -
Red_Dragon. - 15.12.2012
Show me your server.cfg file (especially the stream rate etc.)