Author Topic: Ban from server console?  (Read 1626 times)

gwall

  • PGP
  • Posts: 15
Ban from server console?
« on: March 25, 2008, 09:00:58 PM »
Hi i would like to know how u ban someone from the server console and how u unban someone because today i got banned from my own server it said hardware failed and i was banned for 5 mins

Thank You

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Ban from server console?
« Reply #1 on: March 26, 2008, 09:13:12 AM »
If you're getting banned for the hardware check, it's because the cheat detection code didn't load properly.  Are you using the Linux version?

gwall

  • PGP
  • Posts: 15
Re: Ban from server console?
« Reply #2 on: March 26, 2008, 04:38:13 PM »
no im using windows

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Ban from server console?
« Reply #3 on: March 26, 2008, 04:45:26 PM »
What build are you running?  That shouldn't be happening.  Perhaps you need to reinstall the game.

WARNER

  • PGP
  • Posts: 13
Re: Ban from server console?
« Reply #4 on: March 28, 2008, 04:17:51 PM »
Is there a certain build you need to make a server? sry if wrong topic im new at forums =]

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Ban from server console?
« Reply #5 on: March 30, 2008, 12:03:29 AM »
Is there a certain build you need to make a server? sry if wrong topic im new at forums =]
No, but you should be running the latest version (build 21).

gwall

  • PGP
  • Posts: 15
Re: Ban from server console?
« Reply #6 on: April 02, 2008, 02:52:02 PM »
thank you. the problem has been solved but i have another question is it possible to have 2 lvl 50 op passes?? i currently have 2 op lvl 150 passes and would like to do the same thing with the lvl 50 what should i type in the server cfg file. Below is an example of what i have so how would i make 2 op lvl 50 passes?? do i change the numpasses.

Also when I upgraded to build 21 my server wouldnt work so I switched back to 20. It kept crashing (closing) right away

take this as an example

set numpasses 5
set oppass1      ""
set oppass1level 1

set oppass2      "yay"
set oppass2level 50

set oppass3      ""
set oppass3level 100

set oppass4      "LOL"
set oppass4level 150

set oppass5      "HAHAHA"
set oppass5level 150

XtremeBain

  • Developer
  • Autococker
  • Posts: 1470
Re: Ban from server console?
« Reply #7 on: April 03, 2008, 11:31:42 AM »
Your example should really look like this, then:

set numpasses 3
set oppass1      "yay"
set oppass1level 50

set oppass2      "LOL"
set oppass2level 150

set oppass3      "HAHAHA"
set oppass3level 150


The numpasses cvar needs to be set to the number of logins you've created.  You also have to make sure that your logins are sequential (don't skip oppass1 and oppass3 like you did).