Configuring AMX Mod X

From AlliedModders Wiki
Revision as of 16:01, 15 January 2006 by BAILOPAN (talk | contribs)
Jump to: navigation, search

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.


Maps

Menus

Client Commands

Commands

Configs

Speech