Ein neues Thema erstellen  Auf das Thema antworten  [ 9 Beiträge ] 
Autor Nachricht
BeitragVerfasst: 28.07.2003, 13:01 

Registriert: 28.07.2003, 12:36
Beiträge: 6
Hallo! Ich bin noch neuling und das ist der este Server, den ich selbst konfiguriere. Vorher hab ich mich aber schon mit dem AdminMod und den Fertigen Server-Packs auseinandergesetz.
Hier aber mein Problem:
Ich hab jetzt den Admin mod und andere Metamod Plugins (s.u) installiert. Das erste mal lief alles perfekt, aber als ich den Server dann neu gestartet hat hängte er sich auf. Daraufhin hab ich den Adminmod in Metamod deaktiviert und alles leif wieder perfekt. Ich hab unten ein Screenshot angehängt und die zwei Fehlermeldungen markiert, von denen ich vermute, dass sie die Ursache für den Crash sind. Nun zur Konfiguration:
Code:
#------metamod: plugins.ini -------#
; Admin mod
win32 addons/adminmod/dlls/admin_MM.dll
; LogDämon
win32 addons/logd/dlls/logd_mm.dll
; Statsme
win32 addons/statsme/dlls/sm_cstrike_mm.dll
; AMX Mod
win32 addons\amx\dlls\amx_mm.dll
; Fun Scripts für den AMX Mod
win32 addons\amx\dlls\fun_ms.dll
; Stats for AMX
win32 addons\amx\dlls\csstats_ms.dll
; Chicken mod
win32 addons/chicken/dlls/chicken_mm.dll
; Web plugin
win32 addons/w/dlls/w_mm.dll

#----------------------------------#
Code:
#--Admin Mod: adminmod.cfg--#

///////////////////////////////////////////////////////////////
//         Admin Mod Server Configuration Variables          //
///////////////////////////////////////////////////////////////


////////////////////////////////////////////////////////////////////////////
// This file allows you to set Server Configuration Variables             //
// (CVARs for short) related to Admin Mod functionality.                  //
//                                                                        //
// (Note: For CVARS that are set to either "on" or "off," 0=off and 1=on) // 
////////////////////////////////////////////////////////////////////////////


// 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 1

// This is the message displayed to everyone after connecting.
admin_connect_msg "Willkommen auf Lan Server! Visit www.gedon.de.vu!"

// This controls the availability of weapon restriction in CS.
// (0=disabled, 1=enabled)
admin_cs_restrict 1

// 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 1

// 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

// If enabled, people who are gagged will not be able to use 
// the say_team command.
// (0=disabled, 1=enabled)
admin_gag_sayteam 1

// 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 1

// This file specifies which script plugins get loaded.  
// It should be relative from the <mod> directory
admin_plugin_file "addons/adminmod/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  "Befehl verweigert!"

// How often, in seconds, the repeat_message should be shown on
// the screen suring the game. Minimum value is 15 seconds.
// So, a value of 600 = 10 minutes between messages.
admin_repeat_freq 1500

// Message that is show to everyone on the server every 
// ten minutes by the message plugin.
admin_repeat_msg  "Willkommen auf Lan Server! Visit www.gedon.de.vu!"

// 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/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 1

// 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 1

// 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 30

// Controls how many times the current map can be 
// extended for thirty minutes
admin_vote_maxextend 1

// 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 1

// If set to 1, players who try to crash the server by using
// non-printable characters in mid-game will be banned from
// the server for 24 hours. Regardless of this variable's
//setting, offenders will be kicked if they do this.
// (0=disabled, 1=enabled)
amv_autoban 1

// Default access rights for players not in the users.ini file.
// (See documentation for access levels and information)
default_access 0

// encrypt_password, for LINUX ONLY, whether to use 
// encrypted passwords or not
// (0=disabled, 1=enabled)
encrypt_password 0

// If enabled, the scripting file functions have read
// access to files
// (0=disabled, 1=enabled)
file_access_read 1

// If enabled, the scripting file functions have write
// access to files
// (0=disabled, 1=enabled)
file_access_write 1

// This is only used with the old script system and is not
// needed with the new plugin system
help_file "admin_help.cfg"

// Declares priority IPs that are allowed to take a 
// reserved spot (if any are set up) without a password.
ips_file 0

// Ratio of players who must vote 'yes' to a kick for 
// it to be successful.
kick_ratio 60

// Ratio of players who must vote 'yes' to a map change 
// for it to be successful.
map_ratio 1

// List of maps people are allowed to vote for. 0 to disable.
// Disable to enable all maps and use list from mapcycle.txt.
maps_file 0

// The file (relative to the <mod> dir) that 
// reserved models are loaded from. 0 to disable.
models_file  0

// The message shown to someone who gets kicked for
// trying to use a reserved model.
models_kick_msg "[ADMIN] That model is reserved on this server."

// The message shown to someone who gets kicked for
// trying to use a reserved nickname.
nicks_kick_msg "[ADMIN] That name is reserved on this server.

// Password_field...first password of the setinfo line
// If password_field is "pw-AdminMod", the setinfo will be
// setinfo "pw-AdminMod" "password-in-users.ini"
password_field "_pw"

// If pretty_say is enabled, centersay() fades in
// and out and does some other tricks.
// (0=disabled, 1=enabled)
pretty_say 1

// Controls how many (number) of the server's slots are reserved.  
// This is useful only if reserve_type, below, is either 0 or 2.
reserve_slots 0

// Custom message given to clients trying to connect who do not have
// a reserved slots, when no public slots are free
reserve_slots_msg "There are no reserved slots available on the server."

// This controls how reserve slots work on the server. See documentation.
reserve_type 0

// NOTE: If you have "admin_plugin_file" set above, this CVAR is ignored.
// Define the path to the script file here, if you don't want
// to use the plugin system.
script_file 0

// If enabled, names are compared to those who have privileges
// with regular expressions.
// (0=disabled, 1=enabled)
use_regex 0

// The file in which you define your admins, their passwords
// and the access levels that they are assigned to.
users_file "addons/adminmod/users.ini"

// The minimum number of seconds allowed between votes
// called with the vote() (admin_vote functions) scripting function.
// If 0 or disabled, the vote() scripting function is disabled.
vote_freq 1

// Location of word filter file. 0 to disable, or something 
// like "addons/adminmod/wordlist.txt" if enabled
words_file "addons/adminmod/wordlist.txt"

amv_enable_beta "menu1"
#----------------------------------#
Code:
#----Admin Mod: plugin.ini-----#
addons/adminmod/plugins/admin.amx
addons/adminmod/plugins/plugin_am_karaoke.amx
addons/adminmod/plugins/plugin_antiflood.amx
addons/adminmod/plugins/plugin_base.amx
addons/adminmod/plugins/plugin_bk_cron.amx
addons/adminmod/plugins/plugin_brazil_access.amx
addons/adminmod/plugins/plugin_budfroggy_rainbow.amx
addons/adminmod/plugins/plugin_budfroggy_spdcheat.amx
addons/adminmod/plugins/plugin_camperkill.amx
addons/adminmod/plugins/plugin_chat.amx
addons/adminmod/plugins/plugin_cheat.amx
addons/adminmod/plugins/plugin_consgreet.amx
addons/adminmod/plugins/plugin_console.amx
addons/adminmod/plugins/plugin_CS.amx
addons/adminmod/plugins/plugin_democracy.amx
addons/adminmod/plugins/plugin_dio_cs.amx
addons/adminmod/plugins/plugin_dio_lazy.amx
addons/adminmod/plugins/plugin_dio_motm.amx
addons/adminmod/plugins/plugin_ejl_easyspeech_win.amx
addons/adminmod/plugins/plugin_fun.amx
addons/adminmod/plugins/plugin_glow_cs.amx
addons/adminmod/plugins/plugin_gv.amx
addons/adminmod/plugins/plugin_hass.amx
addons/adminmod/plugins/plugin_hldsld_mapvote.amx
addons/adminmod/plugins/plugin_infosay.amx
addons/adminmod/plugins/plugin_krezerj_listen.amx
addons/adminmod/plugins/plugin_logd_killstreak.amx
addons/adminmod/plugins/plugin_logd_lastscout.amx
addons/adminmod/plugins/plugin_logd_multikill.amx
addons/adminmod/plugins/plugin_logd_playeraward.amx
addons/adminmod/plugins/plugin_logd_roundcounter.amx
addons/adminmod/plugins/plugin_logd_tkrevenge.amx
addons/adminmod/plugins/plugin_matrix.amx
addons/adminmod/plugins/plugin_menu.amx
addons/adminmod/plugins/plugin_menu_cvar.amx
addons/adminmod/plugins/plugin_menu_main.amx
addons/adminmod/plugins/plugin_menu_map.amx
addons/adminmod/plugins/plugin_menu_player.amx
addons/adminmod/plugins/plugin_menu_weapon.amx
addons/adminmod/plugins/plugin_message.amx
addons/adminmod/plugins/plugin_milkman_camper.amx
addons/adminmod/plugins/plugin_multimapvote.amx
addons/adminmod/plugins/plugin_podbot.amx
addons/adminmod/plugins/plugin_rainbow.amx 
addons/adminmod/plugins/plugin_remove_podbots.amx
addons/adminmod/plugins/plugin_retribution.amx
addons/adminmod/plugins/plugin_sank_AI.amx
addons/adminmod/plugins/plugin_sank_antiflood.amx
addons/adminmod/plugins/plugin_sank_chatmode.amx
addons/adminmod/plugins/plugin_sank_dice.amx
addons/adminmod/plugins/plugin_sank_listen.amx
addons/adminmod/plugins/plugin_sank_nameban.amx
addons/adminmod/plugins/plugin_sank_sounds.amx
addons/adminmod/plugins/plugin_sharp_connect.amx
addons/adminmod/plugins/plugin_spawn.amx
addons/adminmod/plugins/plugin_speech.amx
addons/adminmod/plugins/plugin_speechedit.amx
addons/adminmod/plugins/plugin_ss.amx
addons/adminmod/plugins/plugin_stetze.amx
addons/adminmod/plugins/plugin_stetze_nextmap.amx
addons/adminmod/plugins/plugin_telefun.amx
addons/adminmod/plugins/plugin_teleport.amx
addons/adminmod/plugins/plugin_textcheats.amx
addons/adminmod/plugins/plugin_TFC.amx
addons/adminmod/plugins/plugin_thetime.amx
addons/adminmod/plugins/plugin_timebomb.amx
addons/adminmod/plugins/plugin_timeleft.amx
addons/adminmod/plugins/plugin_timerem2.amx
addons/adminmod/plugins/plugin_vote_for_it.amx
addons/adminmod/plugins/plugin_vote_map.amx
addons/adminmod/plugins/plugin_vote_restrict.amx
addons/adminmod/plugins/plugin_war.amx
addons/adminmod/plugins/plugin_weasel_look.amx
addons/adminmod/plugins/plugin_who.amx
addons/adminmod/plugins/plugin_wipeout_autoresponse.amx
addons/logd/plugins/plugin_logd_bombsay.amx
addons/logd/plugins/plugin_logd_bombcountdown.amx
addons/logd/plugins/plugin_logd_hpBETA.amx
addons/logd/plugins/plugin_logd_timerem2.amx
addons/chicken/dlls/plugin_chicken.amx
#----------------------------------#
Code:
#-----Admin Mod: users.ini-----#
blindmole:milk:80895
#----------------------------------#
Code:
#-----CS: autoexec.cfg---------#
log on
mp_logfile 1
setinfo _pw "milk"
setinfo pw "milk"
#----------------------------------#
Code:
#------CS: listenserver.cfg-----#
log on
rcon_password "x"
mp_timelimit 25
mp_logdetail 3
logd_block 58
mp_friendlyfire 1 
mp_mapround 4 
mp_buytime 1 
mp_autoteambalance 0
mp_freezetime 3 
mp_c4timer 35 
mp_forcechasecam 1 
mp_friendly_grenade_damage 1 
mp_fadetoblack 0 
mp_flashlight 1 
mp_hostagepenalty 1 
mp_footsteps 1 
mp_maxrounds 0 
mp_winlimit 0 
mp_logmessages 1 
mp_limitteams 2 
mp_tkpunish 0 
mp_mapvoteratio 0.5 
mp_playerid 0 
mp_falldamage 1 
mp_ghostfrequency 0.1
sv_maxspeed 320
sv_autoaim 0 
sv_unlag 1 
sv_cheats 0 
sv_aim 0 
sv_timeout 120 
pausable "1" 
decalfrequency 60 
sv_airmove 0 
sv_airaccelerate 3 
mp_chattime 5
sv_maxrate 9999
sv_minrate 300

exec addons/adminmod/adminmod.cfg
// exec addons/clanmod/clanmod.cfg


exec addons/statsme/statsme.cfg
#--------------------------------#
Wenn noch was fehlt bitte melden!


Dateianhänge:
Dateikommentar: Hier der fehler
adminerror.JPG [181.11 KiB]
923-mal heruntergeladen
Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 28.07.2003, 14:25 
AM.de Team

Registriert: 08.07.2002, 21:11
Beiträge: 2192
Die Dateistruktur scheint auf eine AM Betaversion hinzuweisen. Welche AM Version nutzt Du?

Offensichtlich wirst Du jedoch von AM nicht als Admin authorisiert. Der betreffende Nick in der Fehlermeldung weicht ja auch von dem in der users.ini ab.
Zu der Felhlermeldung kann ich Dir nichts sagen, aber anscheinend wird der Server kontrolliert beendet, also crasht nicht.

Mach mal in der adminmod.cfg
Code:
admin_debug 2
an und poste das Ergebnis dann nocheinmal hier.

_________________
it's better to burn out, than to fade away


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 28.07.2003, 15:01 

Registriert: 28.07.2003, 12:36
Beiträge: 6
Also. erst mal danke!
Ich hab den Namen geändert und werde jetzt korrekt erkannt.
Das Debug hab ich auch eingefügt, was aber nichts ändert: (siehe anhang)

Kann das sein, dass das abstürzen an der playerzahl liegt?
z.B. Dass sich die reserved slots von AMX & Admin MOd in die quere kommen? ich hoffe, jemand kann helfen. Gruß, BlindMole.

Edit: Meine AM version ist die: halflife-admin-2.50.56
hab die von der offiziellen Seite runtergeladen. das heiß halflife-admin-2.50.56.zip

Hier der link: http://unc.dl.sourceforge.net/sourcefor ... .50.56.zip


Dateianhänge:
Dateikommentar: Hier das ergebnis vom vorherigen post
adminerror2.JPG [180.09 KiB]
906-mal heruntergeladen
Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 28.07.2003, 15:18 
AM.de Team

Registriert: 04.10.2002, 16:14
Beiträge: 1212
zuviele consgreet-plugins / nachrichten. der client wird beim connecten von nachrichten so mit nachrichten eingedeckt, dass er einen overflow bekommt
lösung: consgreet-messages kürzen, wenn ausgaben von mehreren plugins kommen evtl. einige deaktivieren
gerade amxmod ist bekannt dafür diesen fehler zu verursachen


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 28.07.2003, 15:21 
AM.de Team
Benutzeravatar

Registriert: 23.11.2001, 00:00
Beiträge: 3842
Wohnort: Vor König Arthus
Kannst Du mal testen, ob der Fehler auch bei einem Dedicated Server auftritt?
BTW, ein bisschen viel Plugins auf dem Server, oder?
Vielleicht Heapspace oder Zone beim Starten des Listenservers erhöhen?

_________________
Der schwarze Ritter triumphiert immer...
WING-Clan


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 28.07.2003, 15:28 

Registriert: 28.07.2003, 12:36
Beiträge: 6
Zitat:
zuviele consgreet-plugins / nachrichten. der client wird beim connecten von nachrichten so mit nachrichten eingedeckt, dass er einen overflow bekommt
lösung: consgreet-messages kürzen, wenn ausgaben von mehreren plugins kommen evtl. einige deaktivieren
gerade amxmod ist bekannt dafür diesen fehler zu verursachen
was sind consgreet-messages? wie kürzen?
Es lag an den plugins. ich hab sie temp mal alle rausgehaun und es läuft alles perfekt. Gibt es eine möglichkeit die plugins zu behalten und trotzdem zu spielen? Vielen Dank!
Zitat:
BTW, ein bisschen viel Plugins auf dem Server, oder?
Vielleicht Heapspace oder Zone beim Starten des Listenservers erhöhen?
ja, vieele plugins. Vie kann man die heapspace / zone erhöhen?

Vielen dank! jetzt hab ich das genaue problem und eine lösungsmöglichkeit. Es wär schön, wenn ioch die plugins aber behalten könnte...wieveile plugins gehen noch?

der amxmod macht aber keine probleme, obwohl ich da 65 Plugins hab...


Edit: Jetzt gehen aber die Admin commands nicht mehr! Und zwar alle. von admin_kick bis admin_slay - das ergebniss ist "unknown command: admin_slay"


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 28.07.2003, 15:50 
AM.de Team

Registriert: 04.10.2002, 16:14
Beiträge: 1212
Zitat:
was sind consgreet-messages? wie kürzen?
consgreet-messages sind die gelöte, die beim connecten in der console angezeigt werden. kürzen heisst, entweder die entsprechenden plugins ganz rauszunehmen, oder die nachrichten, die meist aus textdateien gelsen werden kürzer zu fassen


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 28.07.2003, 16:47 
AM.de Team
Benutzeravatar

Registriert: 23.11.2001, 00:00
Beiträge: 3842
Wohnort: Vor König Arthus
forum/viewtopic.php?t=4782

Post von Sir Drink a lot

_________________
Der schwarze Ritter triumphiert immer...
WING-Clan


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 28.07.2003, 20:59 

Registriert: 28.07.2003, 12:36
Beiträge: 6
dank an alle!


Nach oben
   
Beiträge der letzten Zeit anzeigen:  Sortiere nach  
Ein neues Thema erstellen  Auf das Thema antworten  [ 9 Beiträge ] 


Du darfst keine neuen Themen in diesem Forum erstellen.
Du darfst keine Antworten zu Themen in diesem Forum erstellen.
Du darfst deine Beiträge in diesem Forum nicht ändern.
Du darfst deine Beiträge in diesem Forum nicht löschen.
Du darfst keine Dateianhänge in diesem Forum erstellen.

Suche nach:
Powered by phpBB® Forum Software © phpBB Limited
Deutsche Übersetzung durch phpBB.de
Original Design von "[ Half-Life Admin Mod © Alfred Reynolds 2000-2003 ] - [ site design by Jägermeister ]"