nie dodałeś do bazy danych amxbans ip:127.0.0.1. I jeden serwer może mieć jedno ip dodane do sql.
// SQL configuration file // File location: $moddir/addons/amxmodx/configs/sql.cfg // *NOTE* Linux users may encounter problems if they specify "localhost" instead of "ip serwera bez portu" // We recommend using your server IP address instead of its name // *NOTE* amx_sql_type specifies the DEFAULT database type which admin.sma will use. amx_sql_host "nazwa forum" amx_sql_user "użytkownik amxbans" amx_sql_pass "haslo" amx_sql_db "nazwa bazy danych" amx_sql_table "amx" amx_sql_type "mysql"