forked from UNLOZE/sm-plugins
Improve LagCompensation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include <sourcemod>
|
||||
#include <sdktools>
|
||||
#include <CSSFixes>
|
||||
#include <dhooks>
|
||||
|
||||
#pragma semicolon 1
|
||||
@@ -69,7 +70,7 @@ public void OnClientDisconnect(int client)
|
||||
g_LastProcessed[client] = 0;
|
||||
}
|
||||
|
||||
public void OnPostPlayerThinkFunctions()
|
||||
public void OnPrePlayerThinkFunctions()
|
||||
{
|
||||
int minimum = GetGameTickCount() - 33;
|
||||
for(int client = 1; client <= MaxClients; client++)
|
||||
|
||||
Reference in New Issue
Block a user