VampireKid2088
01-09-2008, 09:20 AM
Alright, I've just begun scratching the surface when it comes to All this Dod Dedicated server stuff, the last two days have been...Horrible. Lol. Finally got my server to work online which was wonderful, now for really cool Plugins right? Well I get this error [AMXX] Plugin file open error (Such and such File) I've tried Multiple different plugins from this site because you guys seem to do awesome work, I've been them in action on other servers. Weaponsmod, Medic, and a few others. Well I understand you take the .amxx file and place it in the addons/amxx/plugins folder. I've done that, and then you goto the Configs folder and pull up the plugins.ini and in this case I was trying it with WeaponsMod2.amxx. I added it far below:
; 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)
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
;multilingual.amxx ; Multi-Lingual management
; 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
; Day of Defeat
stats.amxx ; stats on death or round end (DoD Module required!)
;statssounds.amxx ; precache plugin for stats plugins
;stats_logging.amxx ; weapons stats logging (DoD Module required!)
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here
dod_weaponsmod2.amxx
Now I don't know if I'm putting it in the wrong place, but the server when I start it up, seems to recognize it's there, but once again I get the "Plugin File Open error" And I get that with any Addon I try to adapt to my server. I've been scanning through the forums and I couldn't find anything that pertained to this subject, I also looked through the installation guide from amxmodx.org and I've tried compiling them myself using the .sma usually given and then adding it like so. And it still doesn't work. >.< Also Gone through and looked at all the Modules Needed:
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <dodx>
#include <fakemeta>
I've also went into the modules.ini and taken away the ; infront of said Modules needed. And I still get that error. >.< Hope I've elaborated enough to give you all the information needed.
; 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)
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
;multilingual.amxx ; Multi-Lingual management
; 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
; Day of Defeat
stats.amxx ; stats on death or round end (DoD Module required!)
;statssounds.amxx ; precache plugin for stats plugins
;stats_logging.amxx ; weapons stats logging (DoD Module required!)
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here
dod_weaponsmod2.amxx
Now I don't know if I'm putting it in the wrong place, but the server when I start it up, seems to recognize it's there, but once again I get the "Plugin File Open error" And I get that with any Addon I try to adapt to my server. I've been scanning through the forums and I couldn't find anything that pertained to this subject, I also looked through the installation guide from amxmodx.org and I've tried compiling them myself using the .sma usually given and then adding it like so. And it still doesn't work. >.< Also Gone through and looked at all the Modules Needed:
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <dodx>
#include <fakemeta>
I've also went into the modules.ini and taken away the ; infront of said Modules needed. And I still get that error. >.< Hope I've elaborated enough to give you all the information needed.