diff --git a/oryx-mini-edit/scripting/oryx-scroll.sp b/oryx-mini-edit/scripting/oryx-scroll.sp index b1fabd70..d943e816 100644 --- a/oryx-mini-edit/scripting/oryx-scroll.sp +++ b/oryx-mini-edit/scripting/oryx-scroll.sp @@ -644,7 +644,7 @@ void AnalyzeStats(int client) { LogToFileEx(gS_LogPath, "%L - (" ... DESC7 ... ") (%d): %s", client, iLowBefores, sScrollStats); Format(stats_desc, sizeof(stats_desc), "%s (%d):\n%s", DESC7, iLowBefores, sScrollStats); - Oryx_Trigger(client, TRIGGER_MEDIUM, stats_desc); + //Oryx_Trigger(client, TRIGGER_MEDIUM, stats_desc); } else if(iPerfs >= 55 && iSameBeforeAfter >= 25) @@ -658,7 +658,7 @@ void AnalyzeStats(int client) { LogToFileEx(gS_LogPath, "%L - (" ... DESC9 ... ") (%d): %s", client, iLowAfters, sScrollStats); Format(stats_desc, sizeof(stats_desc), "%s:\n(%d): %s", DESC9, iLowAfters, sScrollStats); - Oryx_Trigger(client, TRIGGER_LOW, stats_desc); + //Oryx_Trigger(client, TRIGGER_LOW, stats_desc); } else if(iVeryHighNumber >= 15 && (iCloseToNext >= 13 || iPerfs >= 80))