Author Topic: Idk how to properly set the password on my server...  (Read 1341 times)

murray101

  • PGP
  • Posts: 2
Idk how to properly set the password on my server...
« on: June 09, 2009, 12:22:59 PM »
I can't figure out how to set an Operator password on my Global server! It's this page right here... what do i do?

// OPERATOR SETTINGS
// ----------------------------------------------------------------------

// Use "" at the console to obtain op status of said level
// Commands are restricted by level in commands.cfg
set numpasses 5
set oppass1     ""
set oppass1level 1
set oppass2     ""
set 50
set oppass3     ""
set oppass3level 100
set oppass4     ""
set oppass4level 150
set oppass5     ""
set oppass5level 150

rcon_password ""
----------------------------------------------------------------------
Please help! :'(

FluKe

  • 68 Carbine
  • Posts: 477
Re: Idk how to properly set the password on my server...
« Reply #1 on: June 09, 2009, 12:53:16 PM »
If you want you can go in your server do cvar_set password <PASSWORD HERE>


Or





 // ----------------------------------------------------------------------
// GENERIC SERVER INFO
// ----------------------------------------------------------------------

set hostname "Paintball2 Server"
set website "http://www.____" s
set admin "admin-name" s
set e-mail "null@null.com" s
set location "City, ST" s

set public 1 // set to 0 if you don't want this on the public server list
set password "" // Password required to connect


At there Set password "" at the top put in the "" do "MY PASSWORD"

Kyuuchi

  • Autococker
  • Posts: 1183
Re: Idk how to properly set the password on my server...
« Reply #2 on: June 09, 2009, 01:32:58 PM »
he means the oppasses not the general server password
thats why he quoted the administrator login page

@ murray101

// OPERATOR SETTINGS
// ----------------------------------------------------------------------

// Use "" at the console to obtain op status of said level
// Commands are restricted by level in commands.cfg
set numpasses 5
set oppass1     "example0"
set oppass1level 1
set oppass2     "example1"
set oppass2level 50
set oppass3     "example2"
set oppass3level 100
set oppass4     "example3"
set oppass4level 150
set oppass5     "example4"
set oppass5level 150

rcon_password "keepTHISprivate"
----------------------------------------------------------------------

replace the example0, example1, example2 with the logins you want
then
go to your server, open console, and type login "yourNEWlogin"

then hey-presto ur done :D

FluKe

  • 68 Carbine
  • Posts: 477
Re: Idk how to properly set the password on my server...
« Reply #3 on: June 09, 2009, 02:50:01 PM »
woops =D

murray101

  • PGP
  • Posts: 2
Re: Idk how to properly set the password on my server...
« Reply #4 on: June 11, 2009, 02:57:05 PM »
It says bad password. I made sure everything is matching...