From 216c729c8762f4d0388d8750905a91fe1de64ccf Mon Sep 17 00:00:00 2001 From: aura Date: Sat, 25 Apr 2026 22:46:52 +0200 Subject: wip on removing gokz gamemode features --- source/sourcemod/scripting/gokz-anticheat.sp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/sourcemod/scripting/gokz-anticheat.sp') 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 +} -- cgit v1.2.3