Configuring AMX Mod X
Contents
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. |