Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Need help installing
#21

Code:
// Admin file sample
// for SourceOP

// For a list of valid admin and player commands
// visit: [url]http://www.sourceop.com/wiki/Commands[/url]

// To add a user, follow this format
// On a new line (with the quotes) put:
//   "SteamID:PLAYER_STEAM_ID"
//  or
//   "Name:PlayerName"
//  or
//   "IP:PlayerIP"
// Replace the information after the colon with the appropriate user data.
// Then on the line below add a '{' character.
// Then use the available commands on seperate lines below the '{' character:
//  baseLevel
//  password
//  denyCmd
//  denyAdminCmd
//  addAdminCmd

// To deny a normal player command add:
//   denyCmd = command_to_deny
// To deny a admin command add:
//   denyAdminCmd = command_to_deny
// To add access to a admin command add:
//   addAdminCmd = command_to_add

// Each command must be followed by a '=' character and then the information for the command.
// Then after all commands for the user have been set, add a '}' character on a seperate line.

// Examples for admins have been given below. Examples may and should be removed when editing this file.

// The default user is used for all players not authenticated as an admin.
// It's recommended that the default user has no access to admin commands.

// If no password is set, it is assumed that the user requires no password
// and the user matching the information will be authed without a password.

// All lines that have // before them are ignored by SourceOP when processing this file.


// This is an example user
// it is ignored since every line has // before it
//
// this user would have all commands that have level less
// than 128 and would not be allowed to use admin_pass.
// in addition, he or she would also have access to the
// admin_noclip and admin_rcon command.
// the user must login with password "exampleuser"
//"SteamID:STEAM_0:1:1234"
//{
//    baseLevel = 127
//    denyAdminCmd = pass
//    addAdminCmd = noclip
//    addAdminCmd = rcon
//    password = exampleuser
//}


// Another example user
// it is ignored since every line has // before it
//
// this entry causes all people named "Llama" to not
// be able to speak.
//"Name:Llama"
//{
//    baseLevel = 0
//    denyCmd = say
//    denyCmd = say_team
//}


// Last example user
// it is ignored since every line has // before it
//
// this entry causes the user with IP 10.32.4.18 to have access
// to all admin commands except slay (no password required)
//"IP:10.32.4.18"
//{
//    baseLevel = 131071
//    denyAdminCmd = slay
//}


// This is the default user.
// This should always remain in this file, but can be modified to your liking.
"Default:Default"
{
    baseLevel = 0
}

"SteamID:STEAM_0:1:13784109"
{
Reply


Messages In This Thread
Need help installing - by The_Ghost - Mar 30, 2008, 07:22 PM
Need help installing - by Drunken F00l - Mar 31, 2008, 06:25 PM
Need help installing - by The_Ghost - Mar 31, 2008, 07:01 PM
Need help installing - by Drunken F00l - Apr 01, 2008, 01:05 PM
Need help installing - by The_Ghost - Apr 01, 2008, 03:07 PM
Need help installing - by larz - Apr 01, 2008, 03:11 PM
Need help installing - by The_Ghost - Apr 01, 2008, 03:23 PM
Need help installing - by The_Ghost - Apr 01, 2008, 03:52 PM
Need help installing - by Drunken F00l - Apr 01, 2008, 05:10 PM
Need help installing - by The_Ghost - Apr 01, 2008, 07:06 PM
Need help installing - by The_Ghost - Apr 01, 2008, 09:02 PM
Need help installing - by Drunken F00l - Apr 01, 2008, 10:11 PM
Need help installing - by larz - Apr 02, 2008, 06:13 AM
Need help installing - by The_Ghost - Apr 02, 2008, 03:51 PM
Need help installing - by The_Ghost - Apr 03, 2008, 09:39 PM
Need help installing - by Drunken F00l - Apr 04, 2008, 02:09 PM
Need help installing - by The_Ghost - Apr 05, 2008, 02:32 AM
Need help installing - by Drunken F00l - Apr 05, 2008, 02:33 AM
Need help installing - by The_Ghost - Apr 05, 2008, 02:35 AM
Need help installing - by Drunken F00l - Apr 05, 2008, 02:36 AM
Need help installing - by The_Ghost - Apr 05, 2008, 02:41 AM
Need help installing - by Drunken F00l - Apr 05, 2008, 02:42 AM
Need help installing - by The_Ghost - Apr 05, 2008, 02:44 AM
Need help installing - by Drunken F00l - Apr 05, 2008, 02:45 AM
Need help installing - by The_Ghost - Apr 05, 2008, 02:48 AM
Need help installing - by Drunken F00l - Apr 05, 2008, 02:48 AM
Need help installing - by The_Ghost - Apr 05, 2008, 02:50 AM
Need help installing - by Drunken F00l - Apr 05, 2008, 02:51 AM
Need help installing - by The_Ghost - Apr 05, 2008, 02:53 AM
Need help installing - by Drunken F00l - Apr 05, 2008, 02:55 AM
Need help installing - by The_Ghost - Apr 05, 2008, 02:56 AM
Need help installing - by The_Ghost - Apr 19, 2008, 01:12 PM
Need help installing - by avy - Apr 19, 2008, 02:33 PM
Need help installing - by Drunken F00l - Apr 19, 2008, 04:50 PM
Need help installing - by The_Ghost - Apr 19, 2008, 11:12 PM
Need help installing - by Drunken F00l - Apr 19, 2008, 11:26 PM
Need help installing - by The_Ghost - May 08, 2008, 09:51 PM
Need help installing - by Drunken F00l - May 09, 2008, 11:46 AM
Need help installing - by The_Ghost - May 09, 2008, 03:15 PM
Need help installing - by Davethegreat - May 09, 2008, 04:05 PM
Need help installing - by Drunken F00l - May 10, 2008, 12:35 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)