Ein neues Thema erstellen  Auf das Thema antworten  [ 1 Beitrag ] 
Autor Nachricht
 Betreff des Beitrags: Probs mit AMX und Statsme
BeitragVerfasst: 23.02.2005, 14:24 

Registriert: 23.02.2005, 14:10
Beiträge: 3
Hallo,

ich habe bei mir auf dem Server (ist ein Linux Server) AMX und Statsme für CZ am laufen.

Habe damit ein paar probleme.

Wenn die Bombe runtergezählt wird, kommt die Stimme immer doppelt.

Es gibt auch probleme mit dem Rank und top15
Dieser funktioniert bei AMX nicht.
Von Statsme werden mir rank und top 10 angezeigt, ich möchte aber Top15 von AMX haben, was muß ich da einstellen, wenn ich im Say top15 eintippe erscheint immer die Meldung das es deaktiviert sei, aber es ging mal das weiß ich.

Was muß ich dafür in der config einstellen.
Ich poste mal meine AMX.cfg und meine Plugini.ini und die Statsme.cfg

Währe Nett wenn mir da jemand helfen Könnte.

Vielen Dank
MKMM

Statsme.cfg
[// ---------------------------------------------------------------------------
// StatsMe 2.8.0 Configuration File [5 December, 2003]
// ---------------------------------------------------------------------------
// This file is part of StatsMe (See README for more information).
// Copyright 2002 - 2003 UnitedAdmins (www.unitedadmins.com)
// Project originally created by OLO (http://olo.counter-strike.pl)
// ---------------------------------------------------------------------------
// Please read the manual and the forums carefully before altering this file!
// The Manual is located at http://docs.unitedadmins.com/statsme/
// The Forum can be found at http://forums.unitedadmins.com/
// ---------------------------------------------------------------------------

// Display the StatsMe MOTD. make your custom MOTD changes in that file.
// If you don't want an MOTD, comment this out
exec addons/statsme/motd.cfg

// Define Addon Standards Log Format (for compatibility with PsychoStats etc.)
// 1 - old method (without [STATSME] tag)
// 2 - new Method (with [STATSME] tag)
// 3 - both methods (two lines, one with, one without tag)
sm_addonlogformat 2

//////////////////////////////////////////////////////////////////////////////////
// //
// CHANGE THIS PART!! VERY IMPORTANT!!! //
// //
//////////////////////////////////////////////////////////////////////////////////
// Set password for StatsMe Menu (no password disables menu)
sm_menupassword "r3wt" // To display public menu type as player in the console: statsme_menu r3wt
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////

// Rank by AUTHID
// If you play with bots, or on a LAN Server you should *not* enabled Rank by AUTHID
sm_storebyauth 1

// Time when the Ranking will be updated
// 2 - On every new round
// 1 - On Player disconnect
// 0 - On Server shutdown
sm_rankupdate 2

// Set time in hours after which top10 will be reset
// 0 - Never Reset
sm_resetrank 144

// Allow for logging bots to top10
sm_rankbots 1

// Log format for end map weapon stats (make sure you have "log on" in your server.cfg)
// To disable this logging set sm_logformat to ""
sm_logformat "(weapon \'{p.a.name}\') (shots \'{p.a.shots}\') (hits \'{p.a.hits}\') (kills \'{p.a.kills}\') (headshots \'{p.a.hs}\') (tks \'{p.a.tks}\') (damage \'{p.a.damage}\') (deaths \'{p.a.deaths}\')"
//sm_logformat ""

// Detailed log format for weapon stats
// To disable this logging set sm_logformat2 to ""
sm_logformat2 "(weapon \'{p.a.name}\') (head \'{p.a.head}\') (chest \'{p.a.chest}\') (stomach \'{p.a.stomach}\') (leftarm \'{p.a.leftarm}\') (rightarm \'{p.a.rightarm}\') (leftleg \'{p.a.leftleg}\') (rightleg \'{p.a.rightleg}\')"
//sm_logformat2 ""

// Latency log
// To disable this logging set sm_latlogformat to ""
sm_latlogformat "(ping \'{p.ping}\')"
//sm_latlogformat ""
sm_latlogfreq 20 // sec.

// Playing time
// To disable this logging set sm_timelogformat to ""
sm_timelogformat "(time \'{p.time}\')"
//sm_timelogformat ""

// Player stats format (when called by /statsme)
sm_playerstats "Killed enemies: {p.gm.kills}\nDeaths: {p.gm.deaths}\nEfficiency: {p.gm.eff}%%\nAccuracy: {p.gm.acc}%%\n"

// Weapon stats format (when called by /statsme)
sm_weaponstats "{p.a.name} shots: {p.a.shots} hits: {p.a.hits} kills: {p.a.kills} hs: {p.a.hs} damage: {p.a.damage} eff.: {p.a.eff}%% acc.: {p.a.acc}%%"

// Format of top10
sm_ranktitle "Top 10"

sm_rankhead "<tr align=center><td>#<td width=350 align=left>Nick (Points)<td>Kills<td>Deaths<td>Hits<td>Headshots<td>Accuracy.</tr>"
sm_rankbody "<tr align=center><td>{rk.id}.<td align=left>{rk.name} ({rk.points})<td>{rk.kills}<td>{rk.deaths}<td>{rk.hits}<td>{rk.hs}<td>{rk.acc}</tr>"

sm_rankscore "{{rk.kills}-{rk.deaths}}" // by diff. between kills and deaths
//sm_rankscore "{rk.kills}" // by kills
//sm_rankscore "" // for default formula

// Design options for the HTML motd
// Background color
sm_htmlbgcolor "#000000"
// Text color
sm_htmlfgcolor "#FFB000"
// Link color
sm_htmlacolor "#FFFFFF"
// Font ( in html style syntax )
sm_htmlfont "Verdana,Tahoma"

// Setinfo for disabling StatsMe client side
// example : setinfo "_statsme" "0"
// would disable statsme announcements for that player
sm_switchinfo "_statsme"

// Set teams which score should be available
sm_score "TERRORIST" "CT"

// Usage: sm_mode[ mod id ] < set | remove > < bits > [ * | #uid | team ]
sm_mode set abc // enable itermission stats, statsme, stats and top10

// check if we have to remove statsme, stats and top10 commands
sm_do "sm_rankcmd {sm_mode&c?top10:\'\'};sm_statsmecmd {sm_mode&b?statsme:\'\'};sm_statscmd {sm_mode&b?stats:\'\'}"

// Positions for StatsMe Menu (most of them are in scriptfiles)
// Usage: sm_menu < description > < server command >
sm_menu "All Announcements\y\R{C.sm_enabled?ON:OFF}" "sm_enabled {C.sm_enabled?0:1}"
sm_menu "\y-----" " "
sm_menu "Intermission stats\y\R{sm_mode&a?ON:OFF}" "sm_mode {sm_mode&a?remove:set} a"
sm_menu "/statsme and /stats\y\R{sm_mode&b?ON:OFF}" "sm_statsmecmd {sm_mode&b?\'\':statsme};sm_statscmd {sm_mode&b?\'\':stats};sm_mode {sm_mode&b?remove:set} b"
sm_menu "Top10 Rank\y\R{sm_mode&c?ON:OFF}" "sm_rankcmd {sm_mode&c?\'\':top10};sm_mode {sm_mode&c?remove:set} c"
//sm_menu "-----" " "
//sm_menu "mp_tkpunish\y\R{C.mp_tkpunish}" "mp_tkpunish {C.mp_tkpunish?0:1}"
//sm_menu "mp_friendlyfire\y\R{C.mp_friendlyfire}" "mp_friendlyfire {C.mp_friendlyfire?0:1}"
//sm_menu "mp_autoteambalance\y\R{C.mp_autoteambalance}" "mp_autoteambalance {C.mp_autoteambalance?0:1}"


// sm_alias < alias > < command > < flags >
// flags: a - console command, b - say command, c - don't show said alias
sm_alias "/score" "sm_tell2 #{p.uid} \'Game score: {t2gm.name} {t2gm.score} / {t2gm.eff} / {t2gm.acc} -- {t1gm.name} {t1gm.score} / {t1gm.eff} / {t1gm.acc}\' 3" "b"
sm_alias "/report" "sm_clexec2 #{p.uid} \'say_team weapon: {p.w.name?$:#} ammo: {p.w.clip}/{p.w.ammo} health: {p.health} armor: {p.armor} money: {p.money}\' 3" "bc"
sm_alias "/timeleft" "sm_tell2 * \'{timeleft?Time Remaining\: $:* No Time Limit *}\' 3" "b"
sm_alias "/currentmap" "sm_tell2 * \'Played map: {currentmap}\' 3" "b"
sm_alias "/me" "sm_tell2 #{p.uid} \'* Last result: {p.a.hits?$:#} hit(s) >>{p.a.head? head\: $}{p.a.chest? chest\: $}{p.a.stomach? stomach\: $}{p.a.leftleg? leftleg\: $}{p.a.rightleg? rightleg\: $}{p.a.leftarm? leftarm\: $}{p.a.rightarm? rightarm\: $}\' 3" "b"
sm_alias "/ff" "sm_tell2 * \'Firendly fire: {C.mp_friendlyfire?ON:OFF}\' 3" "b"
sm_alias "/switch" "sm_clexec2 #{p.uid} \'setinfo {C.sm_switchinfo} {p.I.{C.sm_switchinfo}?0:1}\';sm_tell2 #{p.uid} \'* You have {p.I.{C.sm_switchinfo}?disabled:enabled} statsme announcement\' 3" "b"
sm_alias "/top10" "{sm_mode&c?:#}sm_clexec2 #{p.uid} {C.sm_rankcmd}" "b"
sm_alias "/statsme" "{sm_mode&b?:#}sm_clexec2 #{p.uid} {C.sm_statsmecmd}" "b"
sm_alias "/stats" "{sm_mode&b?:#}sm_clexec2 #{p.uid} {C.sm_statscmd}" "b"
sm_alias "/rank" "sm_tell2 #{p.uid} \'* Your rank is {p.rk.id} of {ranknum} with {p.rk.kills} kills, {p.rk.hits} hits, {p.rk.acc} acc. and {p.rk.eff} eff.\' 3" "b"

// Load statsme scripts
// Don't comment these lines to disable scripts, use statsme_menu instead

exec addons/statsme/scripts/avlist.cfg
exec addons/statsme/scripts/bombc.cfg
exec addons/statsme/scripts/endround.cfg
exec addons/statsme/scripts/firstblood.cfg
exec addons/statsme/scripts/gresuc.cfg
exec addons/statsme/scripts/headshot.cfg
exec addons/statsme/scripts/kill.cfg
exec addons/statsme/scripts/knifekill.cfg
exec addons/statsme/scripts/lastman.cfg
exec addons/statsme/scripts/playername.cfg
exec addons/statsme/scripts/roundcount.cfg
exec addons/statsme/scripts/specinfo.cfg

// The Following line loads all scriptpacks, defined in scriptpacks.cfg
exec addons/statsme/scriptpacks.cfg
// ONLY add scriptpacks to this file. It makes life easier for the support team.


sm_log Configuration for StatsMe 2.8.0 loaded. fN:OFF}\' 3" "b"
N:OFF}\' 3" "b"
N:OFF}\' 3" "b"
N:OFF}\' 3" "b"
N:OFF}\' 3" "b"
or the HTML motd
// Background color
sm_htmlbgcolor "#000000"
// Text color
sm_htmlfgcolor "#FFB000"
// Link color
sm_htmlacolor "#FFFFFF"
// Font ( in html style syntax )
sm_htmlfont "Verdana,Tahoma"

// Setinfo for disabling StatsMe client side
// example : setinfo "_statsme" "0"
// would disable statsme announcements for that player
sm_switchinfo "_statsme"

// Set teams which score should be available
sm_score "TERRORIST" "CT"

// Usage: sm_mode[ mod id ] < set | remove > < bits > [ * | #uid | team ]
sm_mode set abc // enable itermission stats, statsme, stats and top10

// check if we have to remove statsme, stats and top10 commands
sm_do "sm_rankcmd {sm_mode&c?top10:\'\'};sm_statsmecmd {sm_mode&b?statsme:\'\'};sm_statscmd {sm_mode&b?stats:\'\'}"

// Positions for StatsMe Menu (most of them are in scriptfiles)
// Usage: sm_menu < description > < server command >
sm_menu "All Announcements\y\R{C.sm_enabled?ON:OFFroundcount.cfg
exec addons/statsme/scripts/specinfo.cfg

// The Following line loads all scriptpacks, defined in scriptpacks.cfg
exec addons/statsme/scriptpacks.cfg
// ONLY add scriptpacks to this file. It makes life easier for the support team.


sm_log Configuration for StatsMe 2.8.0 loaded. fN:OFF}\' 3" "b"
}" "sm_enabled {Croundcount.cfg
exec addons/statsme/scripts/specinfo.cfg

// The Following line loads all scriptpacks, defined in scriptpacks.cfg
exec addons/statsme/scriptpacks.cfg
// ONLY add scriptpacks to this file. It makes life easier for the support team.


sm_log Configuration for StatsMe 2.8.0 loaded. fN:OFF}\' 3" "b"
.sm_enabled?0:1}"roundcount.cfg
exec addons/statsme/scripts/specinfo.cfg

// The Following line loads all scriptpacks, defined in scriptpacks.cfg
exec addons/statsme/scriptpacks.cfg
// ONLY add scriptpacks to this file. It makes life easier for the support team.


sm_log Configuration for StatsMe 2.8.0 loaded. fN:OFF}\' 3" "b"

sm_menu "\y----roundcount.cfg
exec addons/statsme/scripts/specinfo.cfg

// The Following line loads all scriptpacks, defined in scriptpacks.cfg
exec addons/statsme/scriptpacks.cfg
// ONLY add scriptpacks to this file. It makes life easier for the support team.


sm_log Configuration for StatsMe 2.8.0 loaded. fN:OFF}\' 3" "b"
-" " "
/scripts/roundcount.cfg
exec addons/statsme/scripts/specinfo.cfg

// The Following line loads all scriptpacks, defined in scriptpacks.cfg
exec addons/statsme/scriptpacks.cfg
// ONLY add scriptpacks to this file. It makes life easier for the support team.


sm_log Configuration for StatsMe 2.8.0 loaded. fN:OFF}\' 3" "b"
announcements for that player
sm_switchinfo "_statsme"

// Set teams which score should be available
sm_score "TERRORIST" "CT"

// Usage: sm_mode[ mod id ] < set | remove > < bits > [ * | #uid | team ]
sm_mode set abc // enable itermission stats, statsme, stats and top10

// check if we have to remove statsme, stats and top10 commands
sm_do "sm_rankcmd {sm_mode&c?top10:\'\'};sm_statsmecmd {sm_mode&b?statsme:\'\'};sm_statscmd {sm_mode&b?stats:\'\'}"

// Positions for StatsMe Menu (most of them are in scriptfiles)
// Usage: sm_menu < description > < server command >
sm_menu "All Announcements\y\R{C.sm_enabled?ON:OFF}" "sm_enabled {C.sm_enabled?0:1}"
sm_menu "\y----roundcount.cfg
exec addons/statsme/scripts/specinfo.cfg

// The Following line loads all scriptpacks, defined in scriptpacks.cfg
exec addons/statsme/scriptpacks.cfg
// ONLY add scriptpacks to this file. It makes life easier for the support team.


sm_log Configuration for StatsMe 2.8.0 loaded. fN:OFF}\' 3" "b"
. It makes life easier for the support team.


sm_log Configuration for StatsMe 2.8.0 loaded. fN:OFF}\' 3" "b"
-" " "
/scripts/roundcount.cfg
exec addons/statsme/scripts/specinfo.cfg

// The Following line loads all scriptpacks, defined in scriptpacks.cfg
exec addons/statsme/scriptpacks.cfg
// ONLY add scriptpacks to this file. It makes life easier for the support team.


sm_log Configuration for StatsMe 2.8.0 loaded. fN:OFF}\' 3" "b"
announcements for that player
sm_switchinfo "_statsme"

// Set teams which score should be available
sm_score "TERRORIST" "CT"

// Usage: sm_mode[ mod id ] < set | remove > < bits > [ * | #uid | team ]
sm_mode set abc // enable itermission stats, statsme, stats and top10

// check if we have to remove statsme, stats and top10 commands
sm_do "sm_rankcmd {sm_mode&c?top10:\'\'};sm_statsmecmd {sm_mode&b?statsme:\'\'};sm_statscmd {sm_mode&b?stats:\'\'}"

// Positions for StatsMe Menu (most of them are in scriptfiles)
// Usage: sm_menu < description > < server command >
sm_menu "All Announcements\y\R{C.sm_enabled?ON:OFF}" "sm_enabled {C.sm_enabled?0:1}"
sm_menu "\y----roundcount.cfg
exec addons/statsme/scripts/specinfo.cfg

// The Following line loads all scriptpacks, defined in scriptpacks.cfg
exec addons/statsme/scriptpacks.cfg
// ONLY add scriptpacks to this file. It makes life easier for the support team.


sm_log Configuration for StatsMe 2.8.0 loaded. fN:OFF}\' 3" "b"
. It makes life easier for the support team.


sm_log Configuration for StatsMe 2.8.0 loaded. fN:OFF}\' 3" "b"
-" " "
/scripts/roundcount.cfg
exec addons/statsme/scripts/specinfo.cfg

// The Following line loads all scriptpacks, defined in scriptpacks.cfg
exec addons/statsme/scriptpacks.cfg
// ONLY add scriptpacks to this file. It makes life easier for the support team.


sm_log Configuration for StatsMe 2.8.0 loaded. fN:OFF}\' 3" "b"
announcements for that player
sm_switchinfo "_statsme"

// Set teams which score should be available
]






AMX.cfg
[// +----------------------------------------------------+
// | 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 dem [Hammer Terror Team Server]" 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 "Hallo" "2551400"
amx_imessage "amx_imessage "Test" "255255255"
amx_imessage "Das ist toll oder?" "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 0

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

// Zeit der jeweiligen Verlängerung
amx_extendmap_step 15

//top15 nach steamid
csstats_rank 1

amx_match_tmenu "mr12" "mr15" "tl10" "tl15" "tl20" "tl30"
amx_match_cmenu "EuroCup Config" "ecup"
amx_match_cmenu "CAL config" "cal"

amx_statscfgmenu

amx_statscfg 1

csstats_reset 0

amx_gore "abd"
// Dieses Plugin sorgt für zusätzliche Blut und Splatter-Effekte.
// Es wird mit dem cvar "amx_gore" eingestellt.(füge es einfach in die admin.cfg ein)
// Beispiel:
// amx_gore "<flags>"
// a - Headshot Blut Effekt
// b - Extra Blut Effekte
// c - Bluten wenn man wenig HP hat
// d - Körper Explosion bei Kill durch Messern,HE oder AWP etc (nur bei Starkem Schaden)


amx_fb_mode "a"
// "a" - Zeigt Firstblood ausgabe im Hud
// "b" - Zeigt Firstblood ausgabe im Chat
// "c" - Spiel Firstblood Sound ab
// "d" - Zeigt Angreifer @ Fistblood msg
// "e" - Setzt First Blood ausgabe über damage_event (default Einstellung ist über death_event)
// Setzt amx_fb_mode "" um das Firstblood Plugin zu deaktivierend
// Einstellung ohne das du was veränderst ist amx_fb_mode is "ac"
o 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
]







Plugini.ini

[/; +----------------------------------------------------+
; | 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 Mod Plugins_____
; Plugins Arbeiten auf Win & LinuX

; ---Admin Basis---
; (wird für die Admin Einrichtung gebraucht)
admin.amx

; ---mysql Admin---
; Admins werden aus einer mysql Datenbank geladen
; (!!!admin.amx nicht auskommentieren!!!)
;admin_mysql.amx

; ---Admin consolen Befehle---
; Erlaubt consolen Befehle auszuführen
admincmd.amx

; ---Chat Sounds---
; psychosounds plugin
psychosounds.amx

; ---Admin Help---
; Zeigt dir zu den installierten Plugins eine Hilfe in der console
adminhelp.amx

; ---Slot Reservierung---
; Hält reservierte Slots Frei
adminslots.amx

; ---Admin Menue---
; Front Ansicht des Admin Menues
menufront.amx

; Befehls Menue (Sounds, Einstellungen)
cmdmenu.amx

statscfgmenu.amx

; Spieler Menue (kick, ban, client cmds.)
plmenu.amx

; Waffen Verbot Menue
restmenu.amx

; Maps Menue(Vote, Mapwechsel)
mapsmenu.amx

; ---Chat Flood---
; Verhindert das Clients den Chat zu spammen
antiflood.amx

; ---consolen Chat Befehle---
; Sorgt für verschiedene Chat Befehle z.B. admin_say, admin_chat, admin_psay usw.
adminchat.amx

; ---Vote Befehle---
; Ermöglicht unter anderem die "amx_vote <...>" Befehle
adminvote.amx

; ---Nextmap---
; Ermöglicht unter anderem das Festlegen der nächsten map per consolen Befehl "amx_nextmap <mapname>"
nextmap.amx

; ---Timeleft---
; Zeigt die die verbleibende Zeit an und ermöglicht den "say timeleft" Befehl
timeleft.amx

; ---Map Vote---
; Ermöglicht das verlängern der map mit einer Map Auswahl
mapchooser.amx

; ---Scroll Message---
; Gibt eine von Rechts nach Links laufende Hud Message aus die ihr vorher festgelegt habt
scrollmsg.amx

; ---Informations Messsage---
; Gibt mittig des Huds eine Text Message aus die ihr vorher festgelegt habt
imessage.amx

; ---consolen Begrüssungs Text---
; Zeigt unter anderem beim connecten den Begrüssungs Text in der console an
welcomemsg.amx

; ---Statistiken Ausgabe---
; Zeigt Angreifer, Opfer und Waffen Stats bei Ende der Map oder wenn man gekillt worden ist an
; CS Stats Modul muss benutzt werden!!!
stats.amx

; ---Waffen Statistiken Speichern---
; CS Stats Modul muss benutzt werden!!!
stats_logging.amx

; ---Teleport Menue---
; (Fun Modul erforderlich!)
telemenu.amx

; ---Misc Stats---
; mehrere Ereigniss ausgaben für Counter-Strike
miscstats.amx

; ---Plugin Pause---
; Erlaubt Plugins zu pausieren oder wieder zu laden
pausecfg.amx

; ---Statistik Menü---
; Erlaubt die Statistik Ausgebe per Menü Einzustellen
statscfg.amx

; ---Match Deluxe---
amx_match_deluxe.amx

; ---Splymenu---
;schlägt einen Spieler
admin_slay_2.amx

; ---Chickenmod---
; macht einen Spieler zum Huhn
;amx_chicken_plugin.amx

; ---High Ping kick---
; kickt Spieler mit zu hohen PIng
high_ping_kicker.amx

; ---Vote Weapon---
; starten eine Vote für Waffen
weapon_vote_and_restrict.amx

; ---Tk TA Betrafung---
; Betraft Spieler
amx_atac.amx
amx_atac_cfg.amx

; ---Team Balancer---
;team_balancer.amx


admin_fire.amx
;amx_bulletdistance.amx
;amx_chicken_plugin.amx
;anticamping_advanced.amx
amx_gore.amx
;firstblood.amx
;last_man_2.amx
;trainautokicker.amx
ultimate_sound.amx
timeprojector.amx
;endround_stats.amxamx

; ---consolen Begrüssungs Text---
; Zeigt unter anderem beim connecten den Begrüssungs Text in der console an
welcomemsg.amx

; ---Statistiken Ausgabe---
]


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


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 ]"