Page 1 of 1

How do I enable/disable AMXmodx?

Posted: Sun Mar 02, 2008 3:09 pm
by Nick|NFo
ENABLE
If you purchased your server with AMXmodx, it comes enabled. You can enable AMXmodx on the Easy Setup tab, under the Metamod section, by simply checking it and committing the changes.

If you wish to do it manually, you can edit the addons/metamod/plugins.ini and uncomment the line for Amxmodx by deleting the semicolon (;), then save it.

Example:
win32 addons/amxmodx/dlls/amxmodx_mm.dll
DISABLE
You can access the Easy Setup tab, go to the Metamod section, uncheck Amxmodx and then commit changes.

If you wish to do it manually, you can edit the addons/metamod/plugins.ini and comment the line for Amxmodx by adding a semicolon (;) before the amxmodx line, then save it.

Example:
;win32 addons/amxmodx/dlls/amxmodx_mm.dll