You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, with the TTT gamemode, the anti-cheat is not compatible. Upon joining, a movement violation will be given to every player. Further, the following error is spammed in every players' console (clientside):
[ERROR] GAC_4d8Iy1S35_973:35: attempt to call upvalue 'GM_StartCommand' (a nil value)
1. unknown - GAC_4d8Iy1S35_973:35
I'm not sure why the movement violations are even happening, given that gAC.config.ANTI_MOVEMANIP = false. The specific violation given is C-Movement Manipulation Detected #2 [Code 129], which according to the code is not actually movement manipulation, but rather an anti-aim check, which we also have disabled, gAC.config.ANTI_ANTIAIM = false.
The text was updated successfully, but these errors were encountered:
For some reason, with the TTT gamemode, the anti-cheat is not compatible. Upon joining, a movement violation will be given to every player. Further, the following error is spammed in every players' console (clientside):
I'm not sure why the movement violations are even happening, given that
gAC.config.ANTI_MOVEMANIP = false
. The specific violation given isC-Movement Manipulation Detected #2 [Code 129]
, which according to the code is not actually movement manipulation, but rather an anti-aim check, which we also have disabled,gAC.config.ANTI_ANTIAIM = false
.The text was updated successfully, but these errors were encountered: