Weird client crash - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Weird client crash (
/showthread.php?tid=664595)
Weird client crash -
Levu - 04.03.2019
I have server of ~ 100 active players...
Server working 2,3,4,5,6,7,8h without problems and then suddenly 50-70 players crash, but it log like just a disconnect not crash.
Server log is very weird like a bot attack, but the IPs are of players and even admins.
I dont think that is gamemode because it is not acks limit message for every client
Message is modified packet...
https://pastebin.com/a6DjYG6Z
Re: Weird client crash -
JasonRiggs - 04.03.2019
Either ... or
Either people with super bad internet connection causing overload on the server and crashing it..
Or a flood attack (I faced one like that myself before) and this can be prevented by using a filterscript that limits the maximum players to join from the same IP.
Re: Weird client crash -
Levu - 04.03.2019
I will try the solution of maximum players from the same IP, thanks!
Re: Weird client crash -
Levu - 05.03.2019
Same again