SA-MP Forums Archive
Streamer Plugin Can't See The Object Faraway - 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 Plugin Can't See The Object Faraway (/showthread.php?tid=237272)



Streamer Plugin Can't See The Object Faraway - peterory - 09.03.2011

i have been
Streamer_TickRate(250);
but still can't saw it in far way

can somebody help me ?


Re: Streamer Plugin Can't See The Object Faraway - Stigg - 09.03.2011

What have you set object stream rate to ?
The default is 200 if i renember correctly.
If you want more adjust the last value in your CreateDynamicObject lines.

Код:
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 Plugin Can't See The Object Faraway - Mean - 09.03.2011

You can't set too high distance, I think the max is 200 ( ).


Re: Streamer Plugin Can't See The Object Faraway - peterory - 09.03.2011

thx
that's nice