From 6005f0e43063500fa997639893185e9cb20a947f Mon Sep 17 00:00:00 2001 From: christian Date: Sun, 17 Oct 2021 23:46:17 +0200 Subject: [PATCH] reduced timer --- AutismBotIngame/scripting/autism_bot_info.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutismBotIngame/scripting/autism_bot_info.sp b/AutismBotIngame/scripting/autism_bot_info.sp index ff1f048f..8d8af742 100644 --- a/AutismBotIngame/scripting/autism_bot_info.sp +++ b/AutismBotIngame/scripting/autism_bot_info.sp @@ -288,7 +288,7 @@ public void OnMapStart() //0.2 too spammmy, 1.5 too slow chat_cooldown = false; CreateTimer(0.30, recursive_pressing, INVALID_HANDLE, TIMER_REPEAT|TIMER_FLAG_NO_MAPCHANGE); - CreateTimer(35.0, bot_check_connect, INVALID_HANDLE, TIMER_REPEAT|TIMER_FLAG_NO_MAPCHANGE); + CreateTimer(15.0, bot_check_connect, INVALID_HANDLE, TIMER_REPEAT|TIMER_FLAG_NO_MAPCHANGE); } public void send_socket_msg(char[] query_msg, int len, int port)