SA-MP Forums Archive
GetServerTickRate() - 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: Discussion (https://sampforum.blast.hk/forumdisplay.php?fid=84)
+---- Thread: GetServerTickRate() (/showthread.php?tid=599735)



GetServerTickRate() - RichieĀ© - 29.01.2016

What is a good, decent and bad value of GetServerTickRate() ?

Its on ~180 on the server which is running my script.


Re: GetServerTickRate() - sammp - 29.01.2016

Higher tickrate = better (Sometimes)

Tickrate is how many times the server updates per second

But if your monitors refresh rate isn't the same as (ie is lower than) the tickrate, you will not maximize full potential of ticks. As long as it's above 64 tick it's fine in my opinion


Re: GetServerTickRate() - RichieĀ© - 30.01.2016

64 seems very low. I have warnings printed if it goes below 120.


Re: GetServerTickRate() - Yashas - 31.01.2016

Quote:
Originally Posted by sammp
View Post
Higher tickrate = better (Sometimes)

Tickrate is how many times the server updates per second

But if your monitors refresh rate isn't the same as (ie is lower than) the tickrate, you will not maximize full potential of ticks. As long as it's above 64 tick it's fine in my opinion
Your second statement isn't true. This tick thingy is completely server-side and has nothing to do with the monitor.

The tick rate is basically how many times the server updates per second. Lower tick rate is an indication that your script is not optimized (or your script is bulky).


Re: GetServerTickRate() - Kyle - 01.02.2016

dugi has said before a good tickrate for a server is 200.