LagCompensation, best version so far.

This commit is contained in:
BotoX
2019-10-05 15:17:31 +02:00
parent aa41f72414
commit cd834004f3
3 changed files with 111 additions and 35 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ public void OnClientDisconnect(int client)
public void OnPrePlayerThinkFunctions()
{
int minimum = GetGameTickCount() - 33;
int minimum = GetGameTickCount() - 32;
for(int client = 1; client <= MaxClients; client++)
{
if(IsClientInGame(client) && (IsFakeClient(client) || g_LastProcessed[client] < minimum))