SA-MP Forums Archive
Streamer object range problem! HELP - 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: Streamer object range problem! HELP (/showthread.php?tid=544066)



Streamer object range problem! HELP - Metharon - 30.10.2014

Well , my gamemode is new scripted all files are updated.

Tell me how to fix it ?

On old gamemodes they don't have this bug , but on my gamemode which one are new , i have this gamemode

How i fix it ?

- I tried old files (plugin , include) and still not working!

WHY?

http://imgur.com/Bpu4yKi,brCZSOI


Re: Streamer object range problem! HELP - M0HAMMAD - 30.10.2014

i don't get what is your problem !


Re: Streamer object range problem! HELP - Metharon - 30.10.2014

.. the objects from far can't be seen..


Re: Streamer object range problem! HELP - Quickie - 31.10.2014

lol its because ur using streamer
its just create an object if you are near in it
but u cant change its draw distance
https://sampwiki.blast.hk/wiki/Streamer_Plugin
pawn Код:
public OnGameModeEnit()
{
Streamer_CellDistance(1000.0); // default is 600.0
Streamer_VisibleItems(object,1000); // default is 500
}
// i recommend you to not to use this......it will affect the performance of the server and the players client
// and will cause some bugs too



Re: Streamer object range problem! HELP - Metharon - 01.11.2014

thanks.