hi
ich habe meta mod und clan mod auf meinem pc die funzen auch beide, aber ich finde einfach nicht den fehler wieso amx nicht funzt
wenn ich im game amx in die console eingebe kommt falscher befehl oder so, wenn ich meta list eingebe flieg ich aus em cs raus
meine liblist gam
game "Counter-Strike"
url_info "
www.counter-strike.net"
url_dl ""
version "1.1"
size "184000000"
svonly "0"
cldll "1"
hlversion "1104"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
trainmap "tr_1"
dann hier meine plugins bei meta mod (da ist clanmod aber nicht dabei)
; AMX mod
win32 addons\amx\dlls\amx_mm.dll
linux addons/amx/dlls/amx_mm_i386.so
; More script functions for AMX Mod
win32 addons\amx\dlls\fun_ms.dll
linux addons/amx/dlls/fun_ms_i386.so
; Stats for Counter-Strike
win32 addons\amx\dlls\csstats_ms.dll
linux addons/amx/dlls/csstats_ms_i386.so
hier meine plugins bei amx
; 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
; Warcraft 3
warcraft3.amx
und hier meine modules
; 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
addons/amx/dlls/war3_ms.dll
ich wusste nicht was euch vieleicht noch helfen könnte
falls ich euch die mühe macht euch mal darüber gedanken zumachen wär ich euch sehr dankbar
mfg mig