stream_rate Question - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: stream_rate Question (
/showthread.php?tid=174785)
stream_rate Question -
Brian_Furious - 06.09.2010
What change:
Код:
stream_distance 300.0
stream_rate 1000
or
Код:
stream_distance 250.0
stream_rate 5000
And what is better?
Re: stream_rate Question -
Chaprnks - 06.09.2010
Depends on what you need. stream_rate updates the stream every 5 seconds, which is less resource hungry than every 1 second. The stream_distance is how far to stream a player/vehicle.
Re: stream_rate Question -
Brian_Furious - 06.09.2010
Quote:
Originally Posted by Chaprnks
Depends on what you need. stream_rate updates the stream every 5 seconds, which is less resource hungry than every 1 second. The stream_distance is how far to stream a player/vehicle.
|
Thanks, but is better the first list or second?
Re: stream_rate Question -
Cameltoe - 07.09.2010
Lower amount gives better result, but also need a lot more resources.
Re: stream_rate Question -
dugi - 07.09.2010
https://sampforum.blast.hk/showthread.php?tid=100527
Re: stream_rate Question -
Brian_Furious - 07.09.2010
Quote:
Originally Posted by dugi
|
Thanks for helping me