AdminMod.de
https://www.adminmod.de/

Admin Mod Menu
https://www.adminmod.de/viewtopic.php?t=9804
Seite 1 von 1

Autor:  peopleschamp [ 18.04.2006, 02:00 ]
Betreff des Beitrags:  Admin Mod Menu

hallo nochmal an alle habe das admin mod menu installiert und auch die plugins ersetzt aber wenn ich am_menu in die console schreibe dann kommt das menu aber ohne jeden einzelnen befehl ich kann also keine befehle aussuchen voll komisch hier poste ich noch meine admin_version rein....


Admin Mod version 2.50.60 (MM)
* Plugin # 1: Admin Anti-Flood Plugin (v. 2.50.05)
Auto kicks flooders
* Plugin # 2: Admin Base Plugin (v. 2.50.12)
Basic Admin Mod commands.
* Plugin # 3: belloq's Timed Reminders (v. 1.00b)
Announces time remaining and next maps at specified intervals
* Plugin # 4: Admin Chat Plugin (v. 2.50.06)
Commands for responding to chat.
* Plugin # 5: Admin Cheating Plugin (v. 2.50.04)
Commands for noclip, teleporting, godmode, etc.
* Plugin # 6: Admin Mod Menu (v. 2.50.60_v4.3)
Administrate your server with menu
* Plugin # 7: Counter-Strike Plugin (v. 2.50.18)
Team change / Restart Round / Weapons Restrictions
* Plugin # 8: Fun Plugin (v. 2.50.05)
Does silly stuff.
* Plugin # 9: Admin hlds_ld-style Map Vote Plugin (v. 2.50.04)
Runs a chat-based interface map vote, similar to hlds_ld.
* Plugin #10: Server Chime Plugin (v. 2.50.0)
Speaks server time every hour or so.
* Plugin #11: Bomb Planting Timer (v. v1.2)
Just a countdown until the bomb explodes.
* Plugin #12: Timeremember on basis of logd (v. 2.0)
* Plugin #13: Auto-Messaging Plugin (v. 2.50.05)
Shows message on connect, as well as a message every x minutes.
* Plugin #14: Shady Milkman's Anti-Camper plugin (Modified: Paegus) (v. 2.2 beta)
Auto detects, announces, warns, slaps, and kicks campers.
* Plugin #15: Admin Retribution Plugin (v. 2.50.08)
Commands for getting back at llamas and cheaters.
* Plugin #16: Rinde's Connect Sound Plugin (v. 1.0)
Plays a sound to every user that connects.
* Plugin #17: HP Plugin (v. 05.07.04_v5.0)
Announces hp, armor and weapon of your enemy and the damage you did to him
* Plugin #18: Impressive-Script (v. AM_2.50.60_17.05.05_v7.1)
The ultimative Logd-Script: Announces headshots with sound and many more.
* Plugin #19: Menu Map Vote Plugin (v. 1.3)
Map Vote in Clanmod-Style
* Plugin #20: Admin Speech Plugin (v. 2.50.0)
Commands for speaking on clients systems.
* Plugin #21: Admin TFC Plugin (v. 2.50.07)
Commands specific to the Team Fortress Classic mod.

und dann noch meine plugins.ini

addons/Adminmod/scripts/plugin_antiflood.amx
addons/Adminmod/scripts/plugin_sdal_base.amx
addons/Adminmod/scripts/plugin_belloq_timerem1.amx
addons/Adminmod/scripts/plugin_chat.amx
addons/Adminmod/scripts/plugin_sdal_cheat.amx
addons/Adminmod/scripts/plugin_sdal_menu_43.amx
addons/Adminmod/scripts/plugin_sdal_CS.amx
addons/Adminmod/scripts/plugin_fun.amx
addons/Adminmod/scripts/plugin_hldsld_mapvote.amx
addons/Adminmod/scripts/plugin_jack9_chime.amx
addons/Adminmod/scripts/plugin_logd_bombtimer.amx
addons/Adminmod/scripts/plugin_logd_timerem.amx
addons/Adminmod/scripts/plugin_message.amx
addons/Adminmod/scripts/plugin_milkman_camper.amx
addons/Adminmod/scripts/plugin_sdal_retribution.amx
addons/Adminmod/scripts/plugin_rindy_connectsound.amx
addons/Adminmod/scripts/plugin_sdal_logd_hp50.amx
addons/Adminmod/scripts/plugin_sdal_logd_impressive7CZ.amx
addons/Adminmod/scripts/plugin_sdal_logd_mapvote13.amx
addons/Adminmod/scripts/plugin_speech.amx
addons/Adminmod/scripts/plugin_TFC.amx

so ich hoffe damit könnt ihr was anfangen weil ich checke echt nix mehr....

Autor:  [-=THH=-]Stillsetzhut [ 18.04.2006, 13:35 ]
Betreff des Beitrags: 

Hast Du die die *.cfg Dateien in das Verzeichnis addons/adminmod/config/ammenu kopiert?

Da Du ja LogD nutzt, waeren die Logfiles, die beim Laden von Admin Mod geschrieben werden, evtl. hilfreich.

Autor:  peopleschamp [ 18.04.2006, 14:36 ]
Betreff des Beitrags: 

ja sind alle configs drin aber muss ich bei denen was ändern?? z.B. muss irgendwas auf die configs hindeuten wäre echt für jede hilfe dankbar

Dateianhänge:
Dateikommentar: ein bild
a.JPG [143.99 KiB]
1250-mal heruntergeladen

Autor:  [-=THH=-]Stillsetzhut [ 18.04.2006, 15:25 ]
Betreff des Beitrags: 

Der Request im HLSW Deiner Server IP hat mich zunaechst ein wenig verwirrt. :roll: ;)

Egale: Falls Dein Server auf einer Linux Plattform laeuft, dann reicht es schon, wenn Du das Verzeichnis Adminmod im addons Verzeichnis klein schreibst, also:
Code:
addons/adminmod/config/........
Linux ist, was GrossKleinschreibung angeht, recht penibel. Allerdings muesstest Du dann auch alle Verweise in der plugin.ini entsprechend aendern.

Eine Alternative dazu waere, wenn Du das menu_plugin von SDal editierst:

von:
Code:
new g_PlayerCommandFile[]="addons/adminmod/config/ammenu/playercommands.cfg";
new g_MapCommandFile[]="addons/adminmod/config/ammenu/mapcommands.cfg";
new g_MapFile[]="addons/adminmod/config/ammenu/maps.cfg";
new g_ServerCommandFile[]="addons/adminmod/config/ammenu/servercommands.cfg";
new g_VoteCommandFile[]="addons/adminmod/config/ammenu/votecommands.cfg";
new g_OtherCommandFile[]="addons/adminmod/config/ammenu/othercommands.cfg";
new g_StoredCommandFile[]="addons/adminmod/config/ammenu/";
new g_tempStoredCommandFile[]="addons/adminmod/config/ammenu/tempstoredcmds.cfg";
in:
Code:
new g_PlayerCommandFile[]="addons/Adminmod/config/ammenu/playercommands.cfg";
new g_MapCommandFile[]="addons/Adminmod/config/ammenu/mapcommands.cfg";
new g_MapFile[]="addons/Adminmod/config/ammenu/maps.cfg";
new g_ServerCommandFile[]="addons/Adminmod/config/ammenu/servercommands.cfg";
new g_VoteCommandFile[]="addons/Adminmod/config/ammenu/votecommands.cfg";
new g_OtherCommandFile[]="addons/Adminmod/config/ammenu/othercommands.cfg";
new g_StoredCommandFile[]="addons/Adminmod/config/ammenu/";
new g_tempStoredCommandFile[]="addons/Adminmod/config/ammenu/tempstoredcmds.cfg";
(achte auf die Grossschreibung des Adminmod Verzeichnisses)

Auf einer Windowsplattform duerfte das aber irrelevant sein.

Autor:  peopleschamp [ 18.04.2006, 17:21 ]
Betreff des Beitrags: 

ok vielen dank hat geklappt

Seite 1 von 1 Alle Zeiten sind UTC+01:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/