Was soll ich noch machen? Sitze nun schon 4 Stunden vorm PC. Hab nen dickes Problem. Mein AMX will nicht.
Ich hab alles so installiert wie in der Anleitung doch es geht nicht. Hier mal die wichtigsten Dateinhalte!
------------------------------------------------------------------------
Hier ein auszug aus ADMIN.CFG (AMX)
// Example of admin account configuration
// amx_admin "Player" "my_password" "abcdefghijklmnopqrstu" "a"
amx_admin "MeineWONID" "123" "bcdefghijklmnopqrstu" "c"
// 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"
SO ICH GLAUBE BIS HIER HIN HAB ICH ALLES RICHTIG GEMACHT?!
------------------------------------------------------------------------
Hier ein auszug aus meiner CONFIG.CFG
cl_righthand "1"
cl_minmodels "1"
cl_dynamiccrosshair "0"
hud_fastswitch "9999"
hud_centerid "0"
voice_modenable "1"
hud_classautokill "1"
setinfo "_pw" "123"
setinfo "s4" "8388607"
setinfo "s3" "67108863"
setinfo "s2" "67108863"
setinfo "s" "67108863"
setinfo "_ah" "1"
setinfo "ghosts" "0.000000"
setinfo "_vgui_menus" "0"
+mlook
+jlook
ICH NEHME DOCH MAL AN ALLES OK?!
------------------------------------------------------------------------
Hier die LISTENSERVER.CFG (da ich selber einen Server erstellen will und auch drauf spielen möchte)
// Use this file to configure your LISTEN server.
// This config file is executed everytime the server changes levels.
// disable autoaim
sv_aim 0
// disable clients´ ability to pause the server
pausable 0
// default server name. Change to "Bob´s Server", etc.
// hostname "Counter-Strike 1.0 Server"
// maximum client movement speed
sv_maxspeed 320
// 20 minute timelimit
mp_timelimit 45
sv_cheats 0
admin_bot_protection "1
amx_admin "MeineWONID" "123" "bcdefghijklmnopqrstu" "c"
ICH GLAUBE DEN LETZTEN BEFEHL BARUCH ICH NET ODER?
------------------------------------------------------------------------
Meine LIBLIST.GAM
game "Counter-Strike"
url_info "[url]http://www.counter-strike.net"[/url];
url_dl ""
version "1.5"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1110"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addonsmetamoddllsmetamod.dll"
gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1"
DÜRFTE RICHTIG SEIN.
------------------------------------------------------------------------
Hier die MODULES.INI aus addon/amx
; AMX Modules
; You can specify both linux & win32 modules here
; CS Stats
; must be declarated in MetaMod and AMX
addons/amx/dlls/csstats_ms.dll
addons/amx/dlls/csstats_ms_i386.so
; AMX LogD
; must be declarated in MetaMod and AMX
addons/amx/dlls/logd_ms.dll
addons/amx/dlls/logd_ms_i386.so
; MySQL access
addons/amx/dlls/mysql_ms.dll
addons/amx/dlls/mysql_ms_i386.so
; More functions for modifications in HL
; must be declarated in MetaMod and AMX
addons/amx/dlls/fun_ms.dll
addons/amx/dlls/fun_ms_i386.so
; Rcon and Query
addons/amx/dlls/udp_ms.dll
addons/amx/dlls/udp_ms_i386.so
RICHTIG?
------------------------------------------------------------------------
Hier die PLUGINS.INI addon/amx/plugins
; AMX Mod plugins
; plugins work on linux and win32
; admin base (required for any admin-related)
admin.amx
; admins loaded from a mysql database
; (do NOT comment admin.amx out)
admin_mysql.amx
; basic admin console commands
admincmd.amx
; help command for admin console commands
adminhelp.amx
; basic admin menus
adminmenu.amx
; slot reservation
adminslots.amx
; console chat commands
adminchat.amx
; vote commands
adminvote.amx
; prevent clients from chat-flooding the server
antiflood.amx
; displays next map in mapcycle
nextmap.amx
; displays time left on map
timeleft.amx
; allows to vote for next map
mapchooser.amx
; displays a scrolling message
scrollmsg.amx
; displays information messages
imessage.amx
; console motd @ client connection
welcomemsg.amx
; displays attackers, victims and weapon stats on death or round end
; to use with CS Stats module
stats.amx
; weapons stats logging
; to use with CS Stats module
stats_logging.amx
; allows to pause and unpause some plugins
ppause.amx
; allows to manage stats plugins via menu
statsset.amx
; matrixjump
matrix_plugin.amx
RICHTIG?
------------------------------------------------------------------------
Und hier das allerwichtigste die PLUGINS.INI addon/metamod
win32 addonsamxdllsamx_mm.dll
win32 addonsamxdllsfun_ms.dll
win32 addonsamxdllscsstats_ms.dll
RICHTIG!!!
------------------------------------------------------------------------
Ich benutze die neuste AMX version und eine 3 Monate alte METAMODVERSION.
So ich glaub mal ich hab nix vergessen. Wie gesagt ich möchte CS mit Freunden übers Netz spielen und der Admin auf meinen Server sein auf den ich gleichzeitig Spiele.
Er lädt zwar METAMOD aber von AMX steht nix da.
Hab versucht amx_help einzugeben, ging net
amx_menu ging auch net auch kein amx_votematrix nix hat gefunkst. Da steht dann immer in der Console "amx_help unknown command" Ich glaube der lädt AMX erst garnet. Hab schon das ganze Forum von vorn bis hinten abgegrasst doch die ganzen Ratschläge halfen nix. Kann mir wer Helfen
Danke im vorraus!!!!!!