View Single Post
pedrotski
Member
Join Date: Nov 2020
Old 07-21-2021 , 22:09   Re: [CS:GO] Nades are laggy
Reply With Quote #12

Quote:
Originally Posted by Arad119 View Post
UPDATE: The same problem still happens even with sv_minupdaterate and sv_maxupdaterate removed from the server configs.
Why did you remove these? Setting them to 128 should force clients to be 128 tick.

Furthermore cl_ are client side only. If other people have the problem, that's not the issue.

Delete your entire server CFG and just add this

Quote:
sv_maxrate 0
sv_minrate 75000
sv_maxupdaterate 128
sv_minupdaterate 128
sv_maxcmdrate 128
sv_mincmdrate 128
sv_parallel_sendsnapshot 1
Setting min rates will force things not to go below that threshold.

Values like that shouldn't change for no reason.
__________________

Last edited by pedrotski; 07-21-2021 at 22:13.
pedrotski is offline