Code Monkey home page Code Monkey logo

Comments (20)

coolmans avatar coolmans commented on May 29, 2024

I was the same, disable plugins that check client on Alias

from rehlds.

maxpain avatar maxpain commented on May 29, 2024

meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.8.3-d ini Start ANY
[ 2] WHBlocker RUN - whblocker_mm_i38 v1.5.620 ini Chlvl ANY
[ 3] CStrike RUN - cstrike_amxx_i38 v1.8.3-d pl1 ANY ANY
[ 4] FakeMeta RUN - fakemeta_amxx_i3 v1.8.3-d pl1 ANY ANY
[ 5] Ham Sandwich RUN - hamsandwich_amxx v1.8.3-d pl1 ANY ANY
5 plugins, 5 running

amxx plugins
Currently loaded plugins:
name version author file status
[ 1] Anti DD Scroll 1.0 Empower anti_dd_scroll. running
[ 2] Block Spawn For Reconn 0.3 Bos93, Subb98 antireconnect.a running
[ 3] Teammate money 1.1.0 Maxpain teammate_money. running
[ 4] Voices Management 1.0.0 Maxpain voices_manageme running
[ 5] Bomb has been defused 1.1 xPaw bomb_def_sound. running
[ 6] Accuracy Fix 3.0 Numb accuracy_fix.am running
[ 7] Spray fix 1.0.0 Maxpain spray_fix.amxx running
[ 8] FASTCUP.NET [TV] 0.0.1 Maxpain fastcup_tv.amxx running
[ 9] Fix AutoBuy&Smoke Bug 1.3 dr.aft & others autobuy_block.a running
9 plugins, 9 running

from rehlds.

coolmans avatar coolmans commented on May 29, 2024

I think that these:
Anti DD Scroll

from rehlds.

hajimura avatar hajimura commented on May 29, 2024

Disable anti dd scroll and observe the server again

from rehlds.

maxpain avatar maxpain commented on May 29, 2024

thx :)

from rehlds.

ivanmaxlogiudice avatar ivanmaxlogiudice commented on May 29, 2024

Check the cvars in https://github.com/dreamstalker/rehlds/blob/14890276de0488472226efbea64f094118162da6/rehlds/rehlds/rehlds_security.cpp

from rehlds.

bjallamo avatar bjallamo commented on May 29, 2024

All cvar x2 solved the problem for me.

(No it's not a simple buyscript and get banned.)

from rehlds.

IgnacioFDM avatar IgnacioFDM commented on May 29, 2024

Can confirm that with default values normal players get this a lot.

from rehlds.

TheDoctor0 avatar TheDoctor0 commented on May 29, 2024

Yep, on my server many players get this ban quite often.
I have no plugins that check/change player aliases.
I think that there have to be some improvements.

from rehlds.

theAsmodai avatar theAsmodai commented on May 29, 2024

Please post exact logs with bans.

from rehlds.

TheDoctor0 avatar TheDoctor0 commented on May 29, 2024

It's "addip" ban, so I didn't found any logs.
Today two of my admins where banned in nearly exact moment.
They were playing for more than an hour and then they have been banned.
All I can say that players get ban only for "Banned for move commands flooding (burst)",
three other functions seems to work normal, there are anomalies only in CheckBurstRate.

Oh, and I forgot to post my server's settings:
sv_maxrate "25000"
sv_minrate "10000"
sv_maxupdaterate "111"
sv_minupdaterate "33"
sys_tickrate "300"
ReHLDS Build: 624

from rehlds.

TheDoctor0 avatar TheDoctor0 commented on May 29, 2024

Well, something is really wrong - several bans in the same moment (logs from server console):
http://pastebin.com/AVFmxgsD

Less than 5 minutes later:
http://pastebin.com/xV4nvRJ0

And next, on my second server just few moments ago (on 32 players online):
http://pastebin.com/kGwyyn6N
Again, all bans at the same time.

from rehlds.

bjallamo avatar bjallamo commented on May 29, 2024

sv_rehlds_movecmdrate_max_avg 1500
sv_rehlds_movecmdrate_max_burst 3000

It's perfect for me but when somebody lose the connection, got banned and invisible spawned and alive...

from rehlds.

 avatar commented on May 29, 2024

I set those two commands and the issue still happens.
Any fix?

from rehlds.

IgnacioFDM avatar IgnacioFDM commented on May 29, 2024

Here you go

sv_rehlds_movecmdrate_max_burst -1
sv_rehlds_stringcmdrate_max_burst -1

from rehlds.

maxpain avatar maxpain commented on May 29, 2024

Fixed

from rehlds.

lucasdearaujo avatar lucasdearaujo commented on May 29, 2024

The issue still there. I've got the same problem yesterday when a user had a delay on this connection.

from rehlds.

Nemesis31 avatar Nemesis31 commented on May 29, 2024

Hi, same here: https://cs.team-shk.fr/index.php?file=Forum&page=viewtopic&forum_id=2&thread_id=3403#20372

from rehlds.

ServersBR avatar ServersBR commented on May 29, 2024

sv_rehlds_movecmdrate_max_avg -1
sv_rehlds_movecmdrate_max_burst -1

from rehlds.

Nur9912 avatar Nur9912 commented on May 29, 2024

Here you go

sv_rehlds_movecmdrate_max_burst -1
sv_rehlds_stringcmdrate_max_burst -1
how to do this, tell me more

from rehlds.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.