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

Need a bit of help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
<^Nm0^>
Junior Member
Join Date: Sep 2005
Old 09-18-2005 , 05:56   Need a bit of help
Reply With Quote #1

I got this problem

Code:
11:40:50 L 09/18/2005 - 10:48:51: -------- Mapchange --------
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Module "DBI" required for plugin.  Check modules.ini. (plugin "admin_sql.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "superheromodvault.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_anubis.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_aquaman.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_batman.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_bomberman.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_captaina.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_cyclops.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_daredevil.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_dazzler.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_dracula.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_flash.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_hobgoblin.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_hulk.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_humantorch.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_ironman.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_kamikaze.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_magneto.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_mystique.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_nightcrawler.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_punisher.amxx")
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Invalid Plugin (plugin "sh_skeletor.amxx")
Wut does this mean. I've put the lines in my plugins.ini under the line Third party plugins.

Code:
Currently loaded plugins:
               description      stat pend  file              vers      src  load  unlod
          [ 1] AMX Mod X        RUN   -    amxmodx_mm_i386.  v1.01     ini  ANY   ANY  
          [ 2] Monster          RUN   -    monster_mm_i386.  v3.02.01  ini  Chlvl Chlvl
         2 plugins, 2 running
Metamod is running and my monster dll is running to. Meta mod version is 1.018. I've also turned the modules on that are needed to run the hero mod. Pls help me

I hope i gave u enough info here. If it not ask me for more things.
<^Nm0^> is offline
D o o m
Veteran Member
Join Date: Sep 2005
Location: Germany
Old 09-18-2005 , 10:50  
Reply With Quote #2

Do you have the plugins which you wrote into your plugins.ini in your plugins folder?

superheromodvault.amxx and so on have to be in that one (.../addons/plugins/)
__________________
Heroes
:+: Deadpool :+:
D o o m is offline
peoplerpoop
Member
Join Date: Feb 2005
Old 09-18-2005 , 22:44  
Reply With Quote #3

1)upgrade your AMXx
2)upgrade you metamod
3)comment sql line in the modules because it appears your trying to use vault saving, you dont need sql if your using vault saving

it should look like

Code:
; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
peoplerpoop is offline
[RKS]i/you.got.pwned
Member
Join Date: Mar 2005
Location: Your location here.
Old 09-18-2005 , 23:45  
Reply With Quote #4

@peoplerpoop
he actully trying to use sql, but he doesnt have his sql plugin enabled
Quote:
11:40:50 L 09/18/2005 - 10:48:51: [AMXX] Module "DBI" required for plugin. Check modules.ini. (plugin "admin_sql.amxx")
-----------
plan a, really using sql
  1. open modules.ini
  2. look towards the section that says
    Code:
     ; -------------------------------------------
    ; Database Access - only enable one of these
    ; -------------------------------------------
    ; MySQL
    ;mysql_amxx_i386.so
    ;mysql_amxx.dll
    ;mysql_amxx_amd64.so
    ; PostgreSQL
    ;pgsql_amxx_i386.so
    ;pgsql_amxx.dll
    ; Microsoft SQL
    ;mssql_amxx.dll
    ; SQLite
    ;sqlite_amxx.dll
    ;sqlite_amxx_i386.so
    ;sqlite_amxx_amd64.so
  3. enable one of the relevant terms, depending if you are using mysql, postgresql, mircrosoft sql, or sqlite, and your operating system, if you have a linux server, a windows server, or an amd64 linux server.
  4. save and close
  5. follow instructions 1 and 2 of peoplerpoop
  6. follow doom's instructions
  7. reload server, see if it works and post back

plan b, really not using sql
  1. follow peoplerpoop's instructions
  2. in plugins.ini, comment admin_sql.amxx
  3. uncomment admin.amxx
  4. follow doom's instructions
  5. reload server, see if it works and post back
__________________
www.clanrks.com
Official Clan [RKS] Website
[RKS]i/you.got.pwned is offline
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 09-19-2005 , 00:41  
Reply With Quote #5

Doom: please do not help if you do not know what you are talking about (don't guess). Same goes for that other post where you said the same thing.


<^Nm0^>:
Invalid Plugin = your using plugin versions that aren't compiled for your version of amxx, compile them and they will work. (though you should update your amxx to the latest version)

Disable admin_sql.amxx like the other 2 guys said since your not using it.

Next time follow the rules when posting in tech support and supply the require info eveytime you make a new post.
http://forums.alliedmods.net/showthread.php?t=31346
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
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 13:11.


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