Raised This Month: $ Target: $400
 0% 

I must be the millionth idiot, but...


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
easymac
New Member
Join Date: May 2007
Old 05-13-2007 , 13:42   I must be the millionth idiot, but...
Reply With Quote #1

i'm running with steam btw

I've got amxmodx installed, and running, with the cs addon...

i get these errors:

L 05/13/2007 - 12:51:25: [AMXX] Plugin "csdm_main.amxx" failed to load: Plugin uses an unknown function (name "csdm_respawn") - check your modules.ini.
L 05/13/2007 - 12:51:25: [AMXX] Plugin "csdm_equip.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
L 05/13/2007 - 12:51:25: [AMXX] Plugin "csdm_spawn_preset.amxx" failed to load: Plugin uses an unknown function (name "csdm_trace_hull") - check your modules.ini.
L 05/13/2007 - 12:51:25: [AMXX] Plugin "csdm_misc.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
L 05/13/2007 - 12:51:25: [AMXX] Plugin "csdm_protection.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
L 05/13/2007 - 12:51:26: [CSDM2] CSDM failed to load, contact author...
[AMXX] Loaded 1 admin from file
L 05/13/2007 - 12:51:26: Called dynanative into a paused plugin.
L 05/13/2007 - 12:51:26: [AMXX] Run time error 10 (plugin "spawn_editor.amxx") (native "csdm_main_menu") - debug not enabled!
L 05/13/2007 - 12:51:26: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 05/13/2007 - 12:51:26: Called dynanative into a paused plugin.
L 05/13/2007 - 12:51:26: [AMXX] Run time error 10 (plugin "csdm_ffa.amxx") (native "csdm_main_menu") - debug not enabled!
L 05/13/2007 - 12:51:26: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).




meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.76d ini ANY ANY
[ 2] Fun RUN - fun_amxx_i386.so v1.76 pl1 ANY ANY
[ 3] CStrike RUN - cstrike_amxx_i38 v1.76 pl1 ANY ANY
[ 4] CSX RUN - csx_amxx_i386.so v1.76c pl1 ANY ANY
[ 5] CSDM2 RUN - csdm_amxx_i386.s v2.1 pl1 ANY ANY
[ 6] FakeMeta RUN - fakemeta_amxx_i3 v1.76d pl1 ANY ANY
6 plugins, 6 running


amxx plugins
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] unknown unknown unknown csdm_main.amxx bad load
[ 22] unknown unknown unknown csdm_equip.amxx bad load
[ 23] unknown unknown unknown csdm_spawn_pres bad load
[ 24] CSDM Spawn Editor 2.1 CSDM Team spawn_editor.am paused
[ 25] unknown unknown unknown csdm_misc.amxx bad load
[ 26] unknown unknown unknown csdm_protection bad load
[ 27] CSDM Main 2.1 CSDM Team csdm_ffa.amxx paused
( 21) Load fails: Plugin uses an unknown function (name "csdm_respawn") - check your modules.ini.
( 22) Load fails: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
( 23) Load fails: Plugin uses an unknown function (name "csdm_trace_hull") - check your modules.ini.
( 25) Load fails: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
( 26) Load fails: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
27 plugins, 20 running


I've checked modules.ini, and I can't see what I'm missing...


;;;
; 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

Last edited by easymac; 05-13-2007 at 13:46.
easymac is offline
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode