Difference between revisions of "Configuring AMX Mod X"
Line 1: | Line 1: | ||
− | + | =Admins= | |
+ | See the section on [[Adding Admins (AMX Mod X)|Adding Admins]] for more information. | ||
=Plugins= | =Plugins= |
Revision as of 15:01, 15 January 2006
Contents
Admins
See the section on Adding Admins for more information.
Plugins
Modules
CVARs
SQL
Make sure you have mysql_amxx enabled in AMX Mod X's amxmodx/configs/modules.ini file.
Then, open amxmodx/configs/sql.cfg and edit the cvars accordingly:
CVAR | Default Setting | Purpose |
amx_sql_host | "127.0.0.1" | IP address of SQL server. |
amx_sql_user | "root" | Username to connect to the SQL server. |
amx_sql_pass | "" | Password to connect to the SQL server. |
amx_sql_db | "amx" | Database to use on the SQL server. |
amx_sql_table | "admins" | The table to use for the admin_sql plugin. |