Need help with AMXMODX

Post Reply
beanmachine
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Nov 12, 2013 11:06 pm

Need help with AMXMODX

Post by beanmachine »

I have a server running linux and I'm having trouble getting amx working. I have metamod installed and working. I've followed the instructions from https://wiki.alliedmods.net/Installing_ ... _AMX_Mod_X

Running meta list after restarting the server shows

meta list
Currently loaded plugins:
description stat pend file vers src load unlod
0 plugins, 0 running

Has anyone seen this or have any ideas or insight?
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Need help with AMXMODX

Post by Edge100x »

Have you used the installer that we supply on the "Autoinstallers" page? It should work and show up after a restart.
evil_master
A regular
A regular
Posts: 49
Joined: Fri Jun 17, 2011 3:57 pm

Re: Need help with AMXMODX

Post by evil_master »

beanmachine wrote:I have a server running linux and I'm having trouble getting amx working. I have metamod installed and working. I've followed the instructions from https://wiki.alliedmods.net/Installing_ ... _AMX_Mod_X

Running meta list after restarting the server shows

meta list
Currently loaded plugins:
description stat pend file vers src load unlod
0 plugins, 0 running

Has anyone seen this or have any ideas or insight?
from the sounds of it you didnt add the amxmodx shared object (.so) library to plugins.ini for metamod, the line should look similar to this:

Code: Select all

linux addons/amxmodx/dlls/amxmodx_mm_i386.so
however, I have not ran a linux server in quite some time so they may have changed the name of the linux binary to something else, make sure the line matches the same name as the binary for linux available in $server/$mod/addons/amxmodx/dlls/$FILENAME.so
Post Reply