Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.76d AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.76d AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.76d AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.76d AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual System 1.76d AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.76d AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.76d AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.76d AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.76d AMXX Dev Team mapsmenu.amxx running
[ 10] Admin Chat 1.76d AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.76d AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.76d AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.76d AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 1.76d AMXX Dev Team adminvote.amxx running
[ 15] NextMap 1.76d AMXX Dev Team nextmap.amxx running
[ 16] Nextmap Chooser 1.76d AMXX Dev Team mapchooser.amxx running
[ 17] TimeLeft 1.76d AMXX Dev Team timeleft.amxx running
[ 18] Pause Plugins 1.76d AMXX Dev Team pausecfg.amxx running
[ 19] Stats Configuration 1.76d AMXX Dev Team statscfg.amxx running
[ 20] StatsX 1.76d AMXX Dev Team statsx.amxx running
[ 21] Warcraft 3 Frozen Thro 3.0 RC8 Geesu & Avanderi war3ft.amxx debug
21 plugins, 21 running
amxx modules
Currently loaded modules:
name version author status
[ 1] SQLite 1.76b AMX Mod X Dev Team running
[ 2] Fun 1.76 AMX Mod X Dev Team running
[ 3] Engine 1.76 AMX Mod X Dev Team running
[ 4] FakeMeta 1.76d AMX Mod X Dev Team running
[ 5] nVault 1.76c AMX Mod X Dev Team running
[ 6] CStrike 1.76 AMX Mod X Dev Team running
[ 7] CSX 1.76c AMX Mod X Dev Team running
[ 8] MySQL 1.76b AMX Mod X Dev Team running
8 modules, 8 correct
meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.76d ini ANY ANY
[ 2] SQLite RUN - sqlite_amxx.dll v1.76b pl1 ANY ANY
[ 3] Fun RUN - fun_amxx.dll v1.76 pl1 ANY ANY
[ 4] Engine RUN - engine_amxx.dll v1.76 pl1 ANY ANY
[ 5] FakeMeta RUN - fakemeta_amxx.dl v1.76d pl1 ANY ANY
[ 6] CStrike RUN - cstrike_amxx.dll v1.76 pl1 ANY ANY
[ 7] CSX RUN - csx_amxx.dll v1.76c pl1 ANY ANY
[ 8] MySQL RUN - mysql_amxx.dll v1.76b pl1 ANY ANY
8 plugins, 8 running
Have any clue whats up? I'm new to this, and hit a road block. Basically, it says it needs to be debugged, but i'm not really sure what needs to happen.
here is some more info that might help to show the error of my ways:
; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
; Counter-Strike
;restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here
war3ft.amxx debug
;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;mysql
sqlite
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded ;;
;; as needed. You do not need to enable them here ;;
;; unless you have problems. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
fun
engine
fakemeta
;geoip
;sockets
;regex
nvault
cstrike
csx
it was automatically saying that earlier...i will go change it again.
Now i need to figure out how to set prices of shopmenu items and percentages of abilities...i guess i will use the search function. In anycase, this forum has been extremly helpful with all the threads to revert back to.