ThymonA/TigoAntiCheat

Network event overflow

Closed this issue · 7 comments

Hello,
After joining to server, you will dropped and an error appear "You are disconnected by server: Reliable network event overflow" and Script error @mustache/mustache.lua:495: Unclosed tag at 48.

11

Also I have an another question about changing esx_ folders names, Is needed to change them?

Thanks.

I have now installed this version on multiple servers and experienced zero problems by my own.
What it looks like at the moment is an error in the translations, what language do you use in TigoAntiCheat?
I might also be another problem, I need your name what your using when joining the server. Could you sent me the name behind Connecting... when your connecting to the server?
On your last question, that's not necessary, as long as all events are renamed.

Hello again and thank you for your answer. about translation... I actually used both nl and en on TigoAntiCheat. I also started the tigo and mustache at the top of everything else [even essentialmode and es_extended]. My steam joining name is h03ein72 and in-game name is Hossein_Vsh.
Thanks again.

I gonna check where this problem might be, thanks for the information.

Another thing that could be useful is the mustache parsing nl language translation in TigoAntiCheat perfectly fine but after you dropped with en language you will have that error [picture] on your server console.

It is possible that the problem has now been solved by the latest commit (42a5c27). Number of tags were incorrectly closed in english translation

I just fix the problem. It wasn't the anticheat problem. I double check the events and found some esx events like this that caused dropping players from the server:

TriggerEvent(
"esx:

Thank you for your answers.

That's because all standard esx events are blacklisted. It is necessary to rename all esx events. If you think of disabling ban on default esx events (not recommended), you should do the following:

Remove 'server/fake_events.lua', in fxmanifest.lua
https://github.com/TigoDevelopment/TigoAntiCheat/blob/master/fxmanifest.lua#L21

Disable fake_events in AntiCheat.Generators inconfig.lua
https://github.com/TigoDevelopment/TigoAntiCheat/blob/master/config.lua#L25
Change enabled = true to enabled = false

Best advice is just to rename all esx events to make it easier to detect cheaters.