Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

Thread: Server is for low ping only

  1. #21
    Über Prodigy & Developer Razo[R]apiD's Avatar
    Join Date
    May 2010
    Location
    Poland, Lublin
    Posts
    3,257

    Default

    seta sv_maxping ""

    is the same as:

    seta sv_maxping 0

    Because when game checks that CVar, it checks for integer value, therefore it evaluates empty string to integer 0.

  2. #22

    Default

    yea, it all works now. I thank all you guys for helping me. I also loaded the SwS Reborn Admin Tool, a good thing to use too !

  3. #23

    Default

    If u need more help with any mod or whatever feel free to ask... , cool that it worked out for ya

  4. #24

    Default

    Sorry. Bumping an old post.

    I have a clan member who is trying to connect multiple users to my server, but after one connects, they other get a "Server is for low pings only" message.

    These are my settings in the cfg. Anything I am missing?


    Code:
    seta sv_minping "0"
    seta sv_maxping "0"
    seta sv_maxconnperip -1

  5. #25

    Default

    You have set the maxconperip wrong.

    The value has to be positive and at least 1.

  6. #26

    Default

    Ah. I was basing it off of this: http://www.x-null.net/wiki/index.php...v_maxconnperip

    I changed my settings. I'll let you know if my members still have some issues. Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •