@@ -8438,7 +8438,7 @@ public static void ProcessPluginMessage(string cmd)
8438
8438
"[AIM TYPE 1.6 " + CurrentWeapon + "] at (" + CurrentTime + "):" +
8439
8439
CurrentTimeString,
8440
8440
!IsCmdChangeWeapon() && !IsAngleEditByEngine() && !IsPlayerLossConnection() &&
8441
- !IsForceCenterView());
8441
+ !IsForceCenterView(),true,false,true );
8442
8442
TotalAimBotDetected++;
8443
8443
}
8444
8444
@@ -8568,7 +8568,7 @@ public static void ProcessPluginMessage(string cmd)
8568
8568
{
8569
8569
DemoScanner_AddWarn(
8570
8570
"[BETA] [AIM TYPE 12.1 " + CurrentWeapon + "] at (" + CurrentTime +
8571
- "):" + CurrentTimeString/*, !IsAngleEditByEngine()*/ );
8571
+ "):" + CurrentTimeString,true,true,false,true );
8572
8572
}
8573
8573
else if (abs(LastSCMD_Angles1[0] - tmp_ACMD_Angles3[0]) < EPSILON_2 &&
8574
8574
abs(LastSCMD_Angles1[1] - tmp_ACMD_Angles3[1]) < EPSILON_2 &&
@@ -8579,7 +8579,7 @@ public static void ProcessPluginMessage(string cmd)
8579
8579
{
8580
8580
DemoScanner_AddWarn(
8581
8581
"[BETA] [AIM TYPE 12.2 " + CurrentWeapon + "] at (" + CurrentTime +
8582
- "):" + CurrentTimeString/*, !IsAngleEditByEngine()*/ );
8582
+ "):" + CurrentTimeString, true, true, false, true );
8583
8583
}
8584
8584
}
8585
8585
}
@@ -8614,7 +8614,7 @@ public static void ProcessPluginMessage(string cmd)
8614
8614
{
8615
8615
DemoScanner_AddWarn(
8616
8616
"[BETA] [AIM TYPE 12.3 " + CurrentWeapon + "] at (" + CurrentTime +
8617
- "):" + CurrentTimeString/*, !IsAngleEditByEngine()*/ );
8617
+ "):" + CurrentTimeString, true, true, false, true );
8618
8618
}
8619
8619
}
8620
8620
}
0 commit comments