Digital Paint Discussion Board
Paintball 2: The Game => Server Discussion => Topic started 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
-
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?
-
no im using windows
-
What build are you running? That shouldn't be happening. Perhaps you need to reinstall the game.
-
Is there a certain build you need to make a server? sry if wrong topic im new at forums =]
-
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).
-
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
-
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).