zu 1. Die cvars sind die Definitionen fuer Adminmod, die Du in die listenserver.cfg streibst
Code:
// 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 [-=THH=-] Schonarbeit"
// 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 1
// 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 1
// 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 1
Nur ein Ausszug, aber um diese Werte geht es.
zu 2.
Code:
setinfo "pw-home" "DeinPasswort"
pw-home definierst Du in der obengenannten listenserver.cfg mit dem Eintrag
Code:
password_field "pw-home"
Diese Definition muss mit der in Deiner config und autoex genau uebereinstimmen.
zu 3. Zu der Vollversion gibt's noch ein Update und das solltest Du Dir ebenfalls besorgen und einbauen. Gerade der Metamod, der da drinn ist, ist sehr wichtig.
[/code]