Hi Leute, ich hab follgendes Problem:
wenn ich beispielsweise admin_kick in die Console eingebesteht da:
You don't have access to this command
Aber wenn ich admin_password XXX eingebe heißt es:
[Admin] password received
Auch wenn ich exec ampass.cfg eingebe klappt es nicht.
Sorry wenn ich etwas übersehen hab, aber ich glaub ich hab alle Anweisungen befolgt und es klappt immer noch net.
users.ini:
[POD]Dr. No:XXX:65536
ampass.cfg:
setinfo "pw-home" "XXX"
adminmod.cfg:
// (Note: For CVARS that are set to either "on" or "off," 0=off and 1=on) //
echo Executing Admin Mod config file
// Used by the TFC plugin only. If enabled, an attempt to switch
// teams will be rejected if it would unbalance the teams
// (0=disabled, 1=enabled)
admin_balance_teams 0
// If you are using bots with admin mod you can set this to 1
// It will protect bots from receiving client commands which
// would crash your server.
// (0=disabled, 1=enabled)
admin_bot_protection 0
// This is the message displayed to everyone after connecting.
admin_connect_msg "Welcome to the Real World..."
// This controls the availability of weapon restriction in CS.
// (0=disabled, 1=enabled)
admin_cs_restrict 0
// This will produce debugging messages in your logs which can
// be used to troubleshoot problems. Not recommended for general use.
// (0=disabled, 1=enabled)
admin_debug 0
// Determines whether or not the fun commands are allowed by default.
// If not on by default, the admin can still turn it on when wanted.
// (0=disabled, 1=enabled)
admin_fun_mode 0
// Enable to get special effects with certain commands
// like teleport or slap.
// (0=disabled, 1=enabled)
admin_fx 0
// If enabled, people who are gagged (not allowed to "say") will be
// unable to change their name while gagged
// (0=disabled, 1=enabled)
admin_gag_name 0
// If enabled, people who are gagged will not be able to use
// the say_team command.
// (0=disabled, 1=enabled)
admin_gag_sayteam 0
// Makes the admin with the highest access level the only admin in power.
// Example: if multiple admins are present, only the one with the highest
// access level will have admin access.
// (0=disabled, 1=enabled)
admin_highlander 0
// If admin_ignore_immunity is enabled, ACCESS_IMMUNITY is
// ignored and does nothing.
// (0=disabled, 1=enabled)
admin_ignore_immunity 0
// This file specifies which script plugins get loaded.
// It should be relative from the <mod> directory
admin_plugin_file "addons/adminmod/config/plugin.ini"
// The time (in seconds) during which an admin can reconnect after
// disconnecting without resetting his password in the setinfo line.
admin_reconnect_timeout 300
// Message displayed to users who try to execute commands that
// they don't have the appropriate access rights for.
admin_reject_msg "You do not have access to this command."
// How often, in seconds, the repeat_message should be shown on
// the screen during the game. Minimum value is 15 seconds.
// So, a value of 600 = 10 minutes between messages.
admin_repeat_freq 600
// Message that is show to everyone on the server every
// ten minutes by the message plugin.
admin_repeat_msg "This server is using Admin Mod"
// The old verbosity. Defines how commands are announced to the players
// clients in the form: "[ADMIN] <user> used command <command>"
// 0=all commands announced in chat with the admin name
// 1=all commands announced in chat, but without the admin name
// 2=most commands not announced at all (except "cheat" commands)
admin_quiet 0
// This file is used to store configuration data across maps
// and even across server restarts.
admin_vault_file "addons/adminmod/config/vault.ini"
// If enabled, a hlds_ld-style map vote will automatically
// start five minutes before the end of a map.
// (0=disabled, 1=enabled)
admin_vote_autostart 0
// If set to on status (1), when a vote is in progress all
// players will see the votes of other players as they vote.
// (0=disable, 1=enabled)
admin_vote_echo 0
// Number of seconds that must elapse after start of the map,
// or the end of another vote, before another hlds_ld-style
// map vote can be called.
admin_vote_freq 600
// Controls how many times the current map can be
// extended for thirty minutes
admin_vote_maxextend 0
// Percent of players who have to vote for a map to get it
// to win a hlds_ld-style map vote.
admin_vote_ratio 60
// Ability to make clients execute commands
// (0=disabled, 1=enabled)
allow_client_exec 0
// When set to 0, and debug is enabled, Admin Mod passwords
// will not be logged in cleartext.
amv_log_passwords 0
// Private server option. If enabled, only users listed in
// users_file or ips_file are allowed to access the server.
amv_private_server
// The message displayed to users who do not get granted
// access to a private server
amv_prvt_kick_message
// The time during which an admin can recoonect to the server into
// a *different* slot than before without loosing his admin access rights.
// Maximum is 90 seconds.
amv_reconnect_time 0
// Defines the max time length in seconds of voting process.
amv_vote_duration 30
// Default access rights for players not in the users.ini file.
// (See documentation for access levels and information)
default_access 1
listenserver.cfg:
// Use this file to configure your LISTEN server.
// This config file is executed everytime the server changes levels.
// disable autoaim
sv_aim 0
// disable clients' ability to pause the server
pausable 0
// default server name. Change to "Bob's Server", etc.
hostname "[POD]Server"
// maximum client movement speed
sv_maxspeed 320
// 20 minute timelimit
mp_timelimit 45
sv_cheats 0
// Execute the Admin Mod configuration file
exec addons/adminmod/config/adminmod.cfg
password_field _pw-home
Bitte helft mir. thx
|