09.03.2015, 21:58
(
Последний раз редактировалось KingPersona; 10.03.2015 в 16:28.
)
remove
|
If it's a "server full" attack - https://sampforum.blast.hk/showthread.php?tid=551128
If not try adjusting your firewall. |
Now copy the AntiServerFullFix.so file to your server plugins folder, add it to the server.cfg on the plugins line (order doesn't matter) and your server will be protected.
|
Hello,
You can put a rate-limit on your server port with network firewall. and you can add this rule on your server cfg : ![]() |
format(szMessage, sizeof(szMessage), "ackslimit 50000000000"); SendRconCommand(szMessage); format(szMessage, sizeof(szMessage), "messageholelimit 5000000000"); SendRconCommand(szMessage);