我的users.ini是空的
cm_admins.cfg的内容如下:
// ---------------------------------------------------------------------------
// Flags for Permissions & Levels of Admins
// ---------------------------------------------------------------------------
//
// A Access to the Slap Menu
// B Access to the Ban Menu - Temporary Time Bans
// C Ability to send colored Admin Chat messages (set by cvar cm_chatflag)
// D Access to the Cancel Vote Menu
// E Access to the Client-Commands Menu
// J Access to clanmodmenu2
// K Access to the Kick Menu
// M Access to the Changelevel Menu
// O Operator level
// P Access to the Ban Menu - Permanent Ban
// Q Access to the "Exit", "More" and "Back..." positions in ClanMod Menu
// R Access to the Record Demo Menu and the Snapshot Menu
// S Access to the Settings Menu
// T Access to the Teleport Menu
// U Access to the Unban Menu
// V Access to the Votemap and Votekick Menus. Ability to close vote session
// W Access to Play Sounds with Say and Menu
// X Custom level (for Custom and Client Commands)
// Y Custom level (for Custom and Client Commands)
// Z Custom level (for Custom and Client Commands)
// b Kicks player no matter what password is given (used for unwanted names)
// f Give level and flags to the player, but don't mark him as an admin
// k Admin can not be kicked
// l Do not logout if name or password has changed
// o Operator, can kick everyone
// r Has a reservation in the server's freeslots
// s Kick the player if a bad password was given
// ---------------------------------------------------------------------------
// Admins
// Format cm_admin "nick, IP, or WONID" "password" "level+flags" "description"
// ---------------------------------------------------------------------------
// 3 Examples Below (By Name, IP, WONID (recomended), and by STEAM ID):
// cm_admin "Barney" "password" "ABCDEKMOPQRSTUVWklors" "Barney"
// cm_admin "192.168.0.1" "password" "ABCDEKMOPQRSTUVWklors" "Barney"
// cm_admin "293107" "password" "ABCDEKMOPQRSTUVWklors" "IPwn"
// cm_admin "STEAM_01234:567890" "password" "ABCDEKMOPQRSTUVWklors" "AdminName"
//服务器管理员的"ID" "密码" "权限" "备注"
cm_admin "Nick" "nick4uadmin" "ABCDEKMOPQRSTUVWklors" "Administer"
cm_admin "Lao Dou" "nick4uadmin" "ABCDEKMOPQRSTUVWklors" "Administer"
// ---------------------------------------------------------------------------
// Public "Admin" - Allows Basic Information Menu
// When a player uses "clanmodmenu" or "say menu"
// ---------------------------------------------------------------------------
cm_admin "*" "*" "Jf"
// ---------------------------------------------------------------------------
// Names & Tags Not Wanted on Server
// Un-comment these lines if you would like these names blocked on your server
// Also use them as examples to block more unwanted names
// ---------------------------------------------------------------------------
// cm_admin "*g0t*" "fakepassword" "bf" //will stop most myg0t players
// cm_admin "Player" "fakepassword" "bf"
// cm_admin "Player*" "fakepassword" "bf"
// cm_admin "Disabled" "fakepassword" "bf"
// cm_admin "Disabled*" "fakepassword" "bf"
// cm_admin "unnamed" "fakepassword" "bf"
// cm_admin "unnamed*" "fakepassword" "bf" |