1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  3. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Windows Disable Server Kick

Discussion in 'Server Help' started by eric999, Aug 20, 2016.

  1. eric999

    eric999 Bison Rider

    Messages:
    82
    Hello
    I was wondering how you could stop the server from suspecting players of bhacking because of them building too fast. I'm trying to remake "Super Saiyan" on Classic.
    Thanks
     
  2. master4523

    master4523 Masterful KAG Guard Global Moderator Tester
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    378
    Vamist likes this.
  3. Vamist

    Vamist THD Team THD Team Tester

    Messages:
    544
    Go to Kag/base/scripts then open up autoconfig.gm

    you will get something like this

    Code:
    global sv_maxhack_warnings = 25; // Maximum amount of warnings where server thinks player is hacking.
    Just edit them.
     
  4. eric999

    eric999 Bison Rider

    Messages:
    82
    Ok, thanks guys :)