SA-MP Forums Archive
What is the solution of this - 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: What is the solution of this (/showthread.php?tid=628978)



What is the solution of this - Krauser123 - 17.02.2017

Okay so As you can see guys streamer problem I'm using CreateDynamicbject I tried editing Draw Distance and streaming distance but the same problem.. Is there any way to fix this ?




Re: What is the solution of this - JaKe Elite - 17.02.2017

What seems to be the issue? Objects from far distance aren't showing up?
You may use this which sets the maximum object that can be viewed per player.

PHP код:
Streamer_SetVisibleItems(STREAMER_TYPE_OBJECTamount); 
change the amount to how many objects do you want to be visible in the area (don't reach 1000 though)


Re: What is the solution of this - Krauser123 - 18.02.2017

I can't find this function nowhere just in streamer and it's like this..

Код:
native Streamer_SetVisibleItems(type, items, playerid = -1);



Re: What is the solution of this - Krauser123 - 18.02.2017

bump


Re: What is the solution of this - JaKe Elite - 18.02.2017

Yes you have to use it OnGameModeInit/OnFilterscriptInit


Re: What is the solution of this - Krauser123 - 18.02.2017

I did and still the same..


Re: What is the solution of this - Sew_Sumi - 18.02.2017

Can you at least describe the issue that you are wanting to "fix"?