summaryrefslogtreecommitdiff
path: root/source/sourcemod/scripting/gokz-anticheat.sp
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-04-25 22:46:52 +0200
committeraura <nw@moneybot.cc>2026-04-25 22:46:52 +0200
commit216c729c8762f4d0388d8750905a91fe1de64ccf (patch)
tree72f0f2f201f7156f220a46a1837c2768abdbb278 /source/sourcemod/scripting/gokz-anticheat.sp
parent6018b8161bdc2bc7eee15500fbd9658d8ad0fc3f (diff)
wip on removing gokz gamemode features
Diffstat (limited to 'source/sourcemod/scripting/gokz-anticheat.sp')
-rw-r--r--source/sourcemod/scripting/gokz-anticheat.sp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/sourcemod/scripting/gokz-anticheat.sp b/source/sourcemod/scripting/gokz-anticheat.sp
index 9925eca..e35f025 100644
--- a/source/sourcemod/scripting/gokz-anticheat.sp
+++ b/source/sourcemod/scripting/gokz-anticheat.sp
@@ -167,7 +167,7 @@ public MRESReturn DHooks_OnTeleport(int client, Handle params)
public void GOKZ_OnFirstSpawn(int client)
{
- GOKZ_PrintToChat(client, false, "%t", "Anti-Cheat Warning");
+ // GOKZ_PrintToChat(client, false, "%t", "Anti-Cheat Warning");
}
public void GOKZ_AC_OnPlayerSuspected(int client, ACReason reason, const char[] notes, const char[] stats)
@@ -315,4 +315,4 @@ static void AutoBanClient(int client, int minutes, const char[] reason, const ch
{
BanClient(client, minutes, BANFLAG_AUTO, reason, kickMessage, "gokz-anticheat", 0);
}
-} \ No newline at end of file
+}