Raised This Month: $51 Target: $400
 12% 

Problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Revop
Junior Member
Join Date: Jul 2006
Old 09-06-2006 , 22:31   Problem
Reply With Quote #1

Code:
 
19:25:16 og L 09/06/2006 - 21:25:01: [META] WARNING: Plugin didn't set meta_result: csdm_amxx.dll:ServerDeactivate_Post()
19:25:16 og L 09/06/2006 - 21:25:01: [META] ini: Begin re-reading plugins list: d:/gamese~1/cs1.6-uwc3/cstrike/addons/metamod/plugins.ini
19:25:16 og L 09/06/2006 - 21:25:01: [META] ini: Read plugin config for: AMX Mod X
19:25:16 og L 09/06/2006 - 21:25:01: [META] ini: Finished reading plugins list: d:/gamese~1/cs1.6-uwc3/cstrike/addons/metamod/plugins.ini; Found 1 plugins
19:25:16 og L 09/06/2006 - 21:25:01: [META] dll: Updating plugins...
19:25:16 og L 09/06/2006 - 21:25:01: [META] dll: Finished updating 8 plugins; kept 1, loaded 0, unloaded 0, reloaded 0, delayed 0
Code:
 
;;;
; 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
;Counter-Strike Deathmatch Module
csdm_amxx

Code:
Admin Base (AmxBa  1.75     AMXX Dev Team     admin_sql.amxx   running  
AMXBans            4.3      YoMama/Lux & lan  amxbans.amxx     debug    
Admin Commands     1.75     AMXX Dev Team     admincmd.amxx    running  
Admin Help         1.75     AMXX Dev Team     adminhelp.amxx   running  
Slots Reservation  1.75     AMXX Dev Team     adminslots.amxx  running  
Multi-Lingual Sys  1.75     AMXX Dev Team     multilingual.am  running  
Menus Front-End    1.75     AMXX Dev Team     menufront.amxx   running  
Commands Menu      1.75     AMXX Dev Team     cmdmenu.amxx     running  
Players Menu       1.75     AMXX Dev Team     plmenu.amxx      running  
Maps Menu          1.75     AMXX Dev Team     mapsmenu.amxx    running  
Admin Chat         1.75     AMXX Dev Team     adminchat.amxx   running  
Anti Flood         1.75     AMXX Dev Team     antiflood.amxx   running  
Scrolling Message  1.75     AMXX Dev Team     scrollmsg.amxx   running  
Info. Messages     1.75     AMXX Dev Team     imessage.amxx    running  
Admin Votes        1.75     AMXX Dev Team     adminvote.amxx   running  
NextMap            1.75     AMXX Dev Team     nextmap.amxx     running  
TimeLeft           1.75     AMXX Dev Team     timeleft.amxx    running  
Pause Plugins      1.75     AMXX Dev Team     pausecfg.amxx    running  
Stats Configurati  1.75     AMXX Dev Team     statscfg.amxx    running  
Restrict Weapons   1.75     AMXX Dev Team     restmenu.amxx    running  
StatsX             1.75     AMXX Dev Team     statsx.amxx      running  
CS Misc. Stats     1.75     AMXX Dev Team     miscstats.amxx   running  
CS Stats Logging   1.75     AMXX Dev Team     stats_logging.a  running  
UWC3               1.6.2-u  K2mia             uwc3.amxx        running  
Admin Hook         1.0      AssKicR           adminhook.amxx   running  
Admin FF           0.21     JustinHoMi        admin_ff.amxx    running  
Admin Slash        1.1      mike_cao          admin_slash.amx  running  
AMX Admin Model    1.1.1    whitemike         amx_adminmodel.  running  
Rate Enforcer      1.0      OpticalGaming     amx_enforcerate  running  
Amx_Super All-In-  2.0      bmann_420/AMX(x)  amx_super.amxx   running  
DeagsMapManage     2.30b    Deags             deagsmapmanage2  running  
CSDM Main          2.00     CSDM Team         csdm_main.amxx   running  
CSDM Equip         2.00     CSDM Team         csdm_equip.amxx  running  
CSDM Misc          2.00     CSDM Team         csdm_misc.amxx   running  
CSDM Protection    2.00     BAILOPAN          csdm_protection  running  
CSDM Mod           2.00     CSDM Team         csdm_spawn_pres  running  
CSDM Spawn Editor  2.00     CSDM Te

Code:
 
Currently running plugins:
 [  1] AMX Mod X, v1.75a, Jul  4 2006, by AMX Mod X Dev Team, see 
 [  2] MySQL, v1.75, Jul  4 2006, by AMX Mod X Dev Team, see  
 [  3] Fun, v1.75, Jul  4 2006, by AMX Mod X Dev Team, see  
 [  4] Engine, v1.75, Jul  4 2006, by AMX Mod X Dev Team, see
 [  5] FakeMeta, v1.75, Jul  4 2006, by AMX Mod X Dev Team, see 
 [  6] CStrike, v1.75, Jun 28 2006, by AMX Mod X Dev Team, see 
 [  7] CSX, v1.75, Jun 28 2006, by AMX Mod X Dev Team, see 
 [  8] CSDM, v2.00, Oct 19 2005, by CSDM Team, see
Revop is offline
Silver Dragon
Veteran Member
Join Date: Jan 2005
Location: Chicago, Illinois
Old 09-06-2006 , 22:34   Re: Problem
Reply With Quote #2

You put the into the third party modules not on the default modules.

Counter-Strike Deathmatch Module
csdm_amxx

and just put csdm, no need for the _amxx.
__________________

Silver Dragon is offline
Send a message via AIM to Silver Dragon Send a message via MSN to Silver Dragon Send a message via Yahoo to Silver Dragon
Revop
Junior Member
Join Date: Jul 2006
Old 09-06-2006 , 23:12   Re: Problem
Reply With Quote #3

Still get the error
Revop is offline
BAILOPAN
Join Date: Jan 2004
Old 09-07-2006 , 14:57   Re: Problem
Reply With Quote #4

It's a warning, ignore it.
__________________
egg
BAILOPAN is offline
Reply



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 20:58.


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