Closed MAGNAT2645 closed 3 years ago
EDIT: This false positive was caused by Mind Control.
This plugin causes issues with eye angles as it doesn't properly clamp them:
L385
GetVectorAngles(angles, angles);
if(angles[0] > 90.0) // correct upwards angle sign
// ^ should be 89.0
// and should check negative angles (-89.0) as well
{
angles[0] -= 360.0;
}
TeleportEntity(client, NULL_VECTOR, angles, NULL_VECTOR);
StAC is doing it's job here, open an issue with the other plugin (and set stac_max_fakeang_detections
to -1
if you're running it)
As for the ban duration cvar, I can add that in the next minor update.
Closed in #72
Would be good to have a ConVar (or ConVars, for every cheat) for ban duration because there are false positives like
So i had to disable banning for fakeangle. And permaban isn't a good thing in these cases.