AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Module is not a valid library (https://forums.alliedmods.net/showthread.php?t=664)

FatallError 03-30-2004 05:42

Module is not a valid library
 
After include any modules
AMXX run follow error:

[AMXX] Module is not a valid library(file "cstrike\addons\amxx\modules\addons\a
mxx\modules\csstats_amx.dll ")

L 03/30/2004 - 15:24:37: [AMXX] Make sure that mod
rules are compatible with AMX Mod X 0.16

L 03/30/2004 - 15:24:37: [AMXX] Please fix the problem then start the server again

PM 03-30-2004 05:45

you only need the name of the module in modules.ini, not the path :)

GTno a!m 05-10-2004 09:51

So how can I fix that?? I have the same problem :?

PM 05-10-2004 12:13

omg.. :)

=> cstrike\addons\amxx\modules\ <-- this is added by AMX Mod X
addons\amxx\modules\csstats_amx.dll <-- this is the line in your modules.ini

change the line in your modules.ini to:
csstats_amx.dll
so when AMX Mod X adds something to it, you will get:
cstrike\addons\amxx\modules\csstats_amx.dll


All times are GMT -4. The time now is 13:30.

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