From e3a85e1b65a44c380dce4e26be9bcd2de1b0619d Mon Sep 17 00:00:00 2001 From: jenz Date: Tue, 2 Jun 2026 00:07:59 +0200 Subject: [PATCH] just spamming the stub to make sure it gets through --- CELT_VOICE/scripting/nosteam_celt_audio.sp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CELT_VOICE/scripting/nosteam_celt_audio.sp b/CELT_VOICE/scripting/nosteam_celt_audio.sp index 7bc1760..640aca7 100644 --- a/CELT_VOICE/scripting/nosteam_celt_audio.sp +++ b/CELT_VOICE/scripting/nosteam_celt_audio.sp @@ -92,6 +92,11 @@ public void OnClientAuthorized(int client, const char[] auth) SetClientNoSteam(client, true); //setting it too early does not work, so some delay needed. CreateTimer(10.0, Timer_SendVoiceInit, GetClientSerial(client)); + CreateTimer(20.0, Timer_SendVoiceInit, GetClientSerial(client)); + CreateTimer(30.0, Timer_SendVoiceInit, GetClientSerial(client)); + CreateTimer(40.0, Timer_SendVoiceInit, GetClientSerial(client)); + CreateTimer(50.0, Timer_SendVoiceInit, GetClientSerial(client)); + CreateTimer(60.0, Timer_SendVoiceInit, GetClientSerial(client)); } }