// AMX configuration file
// File location: $moddir/addons/amx
// To use with admin.amx and admincmd.amx plugins
// amx_admin < name|ip|wonid > < password > < access > < flags >
// Flags:
// a - disconnect player on invalid password
// b - clan tag
// c - this is authid/wonid
// d - this is ip
// e - password is not checked (only name/ip/wonid needed)
// Access:
// a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
// b - reservation (can join on reserved slots)
// c - amx_kick command
// d - amx_ban and amx_unban commands
// e - amx_slay and amx_slap commands
// f - amx_map command
// g - amx_cvar command (not all cvars will be available)
// h - amx_cfg command
// i - amx_chat and other chat commands
// j - amx_vote and other vote commands
// k - access to sv_password cvar (by amx_cvar command)
// l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
// m - custom level A (for additional plugins)
// n - custom level B
// o - custom level C
// p - custom level D
// q - custom level E
// r - custom level F
// s - custom level G
// t - custom level H
// u - menu access
// z - user
// Example of admin account configuration
// amx_admin "Player" "my_password" "abcdefghijklmnopqrstu" "a"
// Default access
amx_default_access ""
// Name of setinfo which should store the password on client
// f.e. with current settings admin should have line in his config: setinfo _pw hello
amx_password_field "_pw"
// Mode of logging to the server
// 2 - kick all players not on list
// 1 - normal mode
// 0 - disable logging, players won't be checked (and access won't be set)
amx_mode 1
// Show admins activity
// 0 - disabled
// 1 - show without admin nick
// 2 - show with nick
amx_show_activity 2
// Some info displaying and frequency of scrolling message in sec.
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX -- Visit
http://amxmod.net" 300
// Frequency of information messages in sec.
amx_freq_imessage 180
// Plain information messages
amx_imessage "Welcome to %hostname%" "255100000"
amx_imessage "This server is using AMX\nVisit
http://amxmod.net" "000100255"
// Set chat-flood protection
amx_flood_time 0.75
// Kicking rules to keep reservered slots free
// 0 - don't kick anyone and keep reserved slots only for players with reservation
// 1 - kick by shortest playing time
// 2 - kick by worst ping
// 3 - don't kick anyone and put on remaining reserved slots only players with reservation
amx_reservation 3
// Amount for reserved slots
amx_reserved_slots 2
// Time remaining displaying
// a - display text
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
// Minimum delay in seconds between two voting sessions
amx_vote_delay 30
// How long voting session go on
amx_vote_time 10
// Display who votes for what
amx_vote_answers 1
// Some ratios for voting success
amx_votekick_ratio 0.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02
// Stats settings
// For stats settings use amx_statscfg admin command
// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1
// List of maps for nextmap chooser plugin (all maps are merged)
amx_nextmapch de_dust de_dust2 de_vegas de_storm de_nuke de_aztec
amx_nextmapch cs_militia de_prodigy cs_office de_piranesi
amx_nextmapch cs_italy de_cbble de_torn de_survivor cs_747 cs_assault
amx_nextmapch de_chateau cs_backalley cs_havana de_vertigo
// Max. time to which map can be extended
amx_extendmap_max 90
// Step for each extending
amx_extendmap_step 15
// +----------------------------------------------------+
// | AMX Plugins und ins Deutsche uebersetzt |
// | unter
www.ksk-amx.de.vu |
// | German AMX Plugins by KSK|Osiris and KSK|EPROK |
// | Clan URL:
http://www.real-ksk.de |
// | Im Qnet IRC Channel: #headquarter-bremen |
// | Das Offizielle AMX zuhause: |
// |
http://amxmod.net/amx.php |
// +----------------------------------------------------+
//_____AMX Admin Konfiguration_____
echo Executing AMX Configuration File
// Datei Pfad: $moddir/addons/amx
// Sollen alle Spieler irgendwelche Rechte bekommen trage die jeweiligen access-flags hier ein.
// Sollen sie keine Rechte haben lasse es so wie es ist!!!
amx_default_access ""
// "setinfo"-Feld für die Config. Jeder Admin muss, um von AMX erkannt zu werden, "setinfo" "_pw" "<passwort>" in
// seiner config.cfg oder autoexec.cfg stehen haben.
amx_password_field "_pw"
// Logging Mode des Servers
// 2 - Es können nur Admins "connecten" oder die Spieler die in der user.ini definiert wurden
// 1 - Normaler Modus
// 0 - Schaltet den "Logging Mode" aus. Keiner wird als Admin erkannt.
amx_mode 1
// Zeige Admins aktivität
// 0 - Ausgeschaltet
// 1 - Zeigt Admin aktivität ohne Nick des Admins (z.b. [AMX] Admin: kickt n4p)
// 2 - Zeigt Admin aktivität mit Nick des Admins (z.b. [AMX] Admin: Angeleyes kickt n4p)
amx_show_activity 1
//___Anzeigen Einstellungen___\\
//---Scrollmessage---
// Ihr könnt eine ablaufende Nachricht mittig im unteren "Hud" Anzeigen lassen. Gebt dazu hinter
// "amx_scrollmsg" "einen Text ein den ihr auf eurem Server Anzeigen lassen wollt" "Frequenz in Sekunden"
amx_scrollmsg "Willkommen auf der %hostname% --- Dieser Server nutzt AMX 0.9.6j German --- Deutsche uebersetzung der AMX Version und Plugins auf
http://www.KSK-AMX.de.vu --- Besucht die Offizielle AMX HP
http://amxmod.net --- HF&GL" 180
// Ausser der "Scrollmessage" könnt ihr noch eine "Hud" Nachricht ausgeben lassen dazu einfach nach
// "amx_imessage" "<einen den Text eingeben>" "2551400 = Farbe der Nachricht in RGB Werten"
amx_imessage "Willkommen auf der/dem %hostname%" "2551400"
amx_imessage "Deutsche uebersetzung der AMX Version 0.9.6j auf
http://www-ksk-amx.de.vu" "255255255"
amx_imessage "Dieser Server nutzt AMX Besucht die Offiziele AMX HP
http://amxmod.net" "25500"
//---Hud Message---
// Frequenz in Sekunden wann die Anzeige ausgegeben wird
amx_freq_imessage 120
// ---Chat-Flood-Protection---
// Hier könnt ihr die Zeit angeben, die ein Client zwischen den "Chat say"-Ausgaben warten muss
amx_flood_time 0.75
// ---Reservierte Slots---
// Kickt einen Spieler ohne reservierten Slot wenn
// er versucht auf einen reservierten Slot zuzugreifen.
// Anzahl der reservierten Slots wird von der cvar
// amx_reservation festgelegt.
// Cvar:
// amx_reservation <Wert> - setzt Anzahl an reservierten Slots
amx_reservation 2
//_____Anzeige der Verbleibenden Spielzeit_____\\
// a - Zeigt Zeit als Text an.
// b - Sprachausgabe.
// c - Fügt nicht "verbleibend (remaining)" hinzu (nur in voice)
// d - Fügt nicht "Stunden/Minuten/Seconden" hinzu (nur in der Sprachausgabe)
// e - "zeigt/sagt" wenn die derzeitige Zeit weniger ist als die die gesetzt wurde
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
// Sprachausgabe bei "say thetime" und "say timeleft" (1= aktiviert Sprachausgabe 0=deaktiviert Sprachausgabe)
amx_time_voice 1
// Minimale Zeit die vergehen muss um einen neuen Vote zu Starten
amx_vote_delay 10
// Zeit wie lange ein Vote bestehen bleibt
amx_vote_time 10
// Zeigt im "say" an wer für was Votet
// amx_vote_answers 0 //ausgeschaltet
// amx_vote_answers 1 //angeschaltet
amx_vote_answers 1
// Einstellungen der Vote Verhältnisse
// Ab wieviel Prozent der Spieler gekickt wird (41 %) (0.10 = 10 Prozent)
amx_votekick_ratio 0.40
// Ab wieviel Prozent der Spieler gebannt wird (41 %) (0.10 = 10 Prozent)
amx_voteban_ratio 0.40
// Ab wieviel Prozent der Mapchange durchgeführt wird (41 %) (0.10 = 10 Prozent)
amx_votemap_ratio 0.40
// Ab wieviel Prozent der Custom Vote durchkommt
amx_vote_ratio 0.02
// Maximale Zeit einer Mapverlängerung
amx_extendmap_max 90
// Zeit der jeweiligen Verlängerung
amx_extendmap_step 15
// AMX Menu configuration file
// File location: $moddir/addons/amx
// To use with adminmenu plugin
// NOTE: By default in all settings the access level is set to "u".
// However you can change that, to limit the access to some settings.
// amx_amenu < mapname >
amx_amenu "de_dust"
amx_amenu "de_dust2"
amx_amenu "cs_italy"
amx_amenu "de_prodigy"
amx_amenu "de_cbble"
amx_amenu "de_inferno"
amx_amenu "cs_militia"
amx_amenu "cs_office"
amx_amenu "cs_747"
amx_amenu "de_train"
// amx_vmenu < cvar > < values > ... < access level >
amx_vmenu "mp_timelimit" "0" "30" "45" "u"
amx_vmenu "mp_friendlyfire" "0" "1" "u"
amx_vmenu "mp_autoteambalance" "0" "1" "2" "u"
amx_vmenu "sv_password" "" "roxor" "clanwar" "u"
amx_vmenu "mp_limitteams" "0" "1" "2" "u"
amx_vmenu "mp_freezetime" "0" "6" "u"
amx_vmenu "mp_buytime" "1" "0.5" "u"
amx_vmenu "mp_startmoney" "800" "1800" "3600" "u"
amx_vmenu "mp_c4timer" "35" "45" "15" "u"
amx_vmenu "mp_forcechasecam" "0" "1" "2" "u"
amx_vmenu "pausable" "0" "1" "u"
amx_vmenu "sv_minrate" "2000" "3000" "u"
amx_vmenu "sv_maxrate" "7000" "6500" "u"
amx_vmenu "allow_spectators" "0" "1" "u"
amx_vmenu "sv_voiceenable" "0" "1" "u"
amx_vmenu "mp_logmessages" "0" "1" "u"
// amx_cmenu < description > < command > < flags > < access level >
// "a" - execute from server console
// "b" - execute from admin console
// "c" - execute on all clients
// "d" - back to main menu when executed
// "e" - exit from menu when executed
amx_cmenu "Hello!" "spk \'vox/hello\'" "c" "u"
amx_cmenu "Don't think so" "spk \'barney/dontguess\'" "c" "u"
amx_cmenu "Don't ask me" "spk \'barney/dontaskme\'" "c" "u"
amx_cmenu "Hey! Stop that!" "spk \'barney/donthurtem\'" "c" "u"
amx_cmenu "Yup" "spk \'barney/yup\'" "c" "u"
amx_cmenu "Nope" "spk \'barney/nope\'" "c" "u"
amx_cmenu "Maybe" "spk \'barney/maybe\'" "c" "u"
amx_cmenu "Seeya" "spk \'barney/seeya\'" "c" "u"
amx_cmenu "Man that sounded bad" "spk \'barney/soundsbad\'" "c" "u"
amx_cmenu "Hello and die" "spk \'vox/hello and die\'" "c" "u"
amx_cmenu "Move!" "spk \'hgrunt/move! _comma yessir!\'" "c" "u"
amx_cmenu "You will definitely pay!" "spk \'hgrunt/c2a2_hg_chat5a\'" "c" "u"
amx_cmenu "Laughter" "spk \'hgrunt/c2a3_hg_laugh\'" "c" "u"
amx_cmenu "Silence!" "spk \'hgrunt/silence!\'" "c" "u"
amx_cmenu "You talk too much" "spk \'barney/youtalkmuch\'" "c" "u"
amx_cmenu "You thinkin?" "spk \'barney/thinking\'" "c" "u"
amx_cmenu "Open fire Gordon!" "spk \'barney/openfire\'" "c" "u"
amx_cmenu "Couldnt make a bigger mess" "spk \'barney/bigmess\'" "c" "u"
amx_cmenu "I have a Bad feeling" "spk \'barney/badfeeling\'" "c" "u"
amx_cmenu "Yes sir!" "spk \'hgrunt/yessir!\'" "c" "u"
amx_cmenu "No sir" "spk \'barney/nosir\'" "c" "u"
// amx_pmenu < description > < command > < flags > < access level >
// "a" - execute from server console
// "b" - execute from admin console
// "c" - execute on selected player
// "d" - back to main menu when executed
// "e" - exit from menu when executed
amx_pmenu "kick" "amx_kick #%userid%" "bd" "u"
amx_pmenu "slay" "amx_slay #%userid%" "bd" "u"
amx_pmenu "slap with 1 dmg." "amx_slap #%userid% 1" "bd" "u"
amx_pmenu "ban on 5 min." "amx_ban 5 #%userid%" "bd" "u"
// MySQL access configuration file
// File location: $moddir/addons/amx
// *NOTE* Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1"
// We recommend using your server IP address instead of its name
amx_mysql_host "127.0.0.1"
amx_mysql_user "root"
amx_mysql_pass ""
amx_mysql_db "amx"
Das sind alle cfgs aus dem amx ordner!! Fehlen welche???