updates for entwatch to work

This commit is contained in:
jenz
2023-08-30 17:56:15 +02:00
parent e00352d8a0
commit 58b91973c1
5 changed files with 163 additions and 157 deletions
+2 -1
View File
@@ -9,6 +9,7 @@
#pragma newdecls required
#include <sdktools>
#include <sourcemod>
#include <clientprefs>
#include <entWatch_core>
@@ -512,4 +513,4 @@ stock int GetClientCookieInt(int client, Handle hCookie)
GetClientCookie(client, hCookie, sValue, sizeof(sValue));
return StringToInt(sValue);
}
}