Digital Paint Discussion Board

Paintball 2: The Game => Server Discussion => Topic started by: gwall on March 25, 2008, 11:00:58 PM

Title: Ban from server console?
Post by: gwall on March 25, 2008, 11: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
Title: Re: Ban from server console?
Post by: jitspoe on March 26, 2008, 11: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?
Title: Re: Ban from server console?
Post by: gwall on March 26, 2008, 06:38:13 PM
no im using windows
Title: Re: Ban from server console?
Post by: jitspoe on March 26, 2008, 06:45:26 PM
What build are you running?  That shouldn't be happening.  Perhaps you need to reinstall the game.
Title: Re: Ban from server console?
Post by: WARNER on March 28, 2008, 06:17:51 PM
Is there a certain build you need to make a server? sry if wrong topic im new at forums =]
Title: Re: Ban from server console?
Post by: jitspoe on March 30, 2008, 02: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).
Title: Re: Ban from server console?
Post by: gwall on April 02, 2008, 04: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
Title: Re: Ban from server console?
Post by: XtremeBain on April 03, 2008, 01:31:42 PM
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).