How do I enable/disable AMXmodx?

Post Reply
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

How do I enable/disable AMXmodx?

Post 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
-Nick
Post Reply