←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

GmAMXBans
GmAMXBans nie dodaje adminów na serwer

  • +
  • -
Sevcio - zdjęcie Sevcio 26.04.2014

Witam. Tutaj kontynuacja tematu stąd: http://amxx.pl/topic...minów/?p=634728

Serwer podpięty, hazia normalnie, jednakże nie chce mi dodać tych adminów. To znaczy, normalnie dopisałem adminów przez gmamxbans, jednak gra ich nie znajduje. Ustawiałem konfigurację i aby czytało ich z users.ini i na odwrót, jednak nic nie działa. Adminów jakby po prostu nie było.

Odpowiedz

beznazwy123 - zdjęcie beznazwy123 26.04.2014

w sql sprobuj tak na końcu 

amx_sql_db "speakvco_bans"  -- może oprócz tego 
amx_sql_table "amx"
amx_sql_type "mysql"

 

Odpowiedz

  • +
  • -
Sevcio - zdjęcie Sevcio 26.04.2014

Zmieniłem na taki:

// SQL configuration file
// File location: $moddir/addons/amxmodx/configs/sql.cfg

// *NOTE* Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1"
// 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    "127.0.0.1"
amx_sql_user    "cspacman_amxbans"
amx_sql_pass    "*****"
amx_sql_db        "cspacman_amxbans"
amx_sql_table    "amx"
amx_sql_type    "mysql"

 

bez owocnie :)

Odpowiedz

james2001 - zdjęcie james2001 27.04.2014

Zmieniłem na taki:

// SQL configuration file
// File location: $moddir/addons/amxmodx/configs/sql.cfg

// *NOTE* Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1"
// 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    "127.0.0.1"
amx_sql_user    "cspacman_amxbans"
amx_sql_pass    "*****"
amx_sql_db        "cspacman_amxbans"
amx_sql_table    "amx"
amx_sql_type    "mysql"
bez owocnie :)

Jakim prawem masz tu wpisane
127.0.0.1
??
Zamiast tego wpisz "cspacman.xaa.pl" albo "cspacman.pl".
Dodałeś serwer do zezwolonych połączeń z bazą ?
Odpowiedz

  • +
  • -
Sevcio - zdjęcie Sevcio 27.04.2014

Działa, można zamknąć.

Odpowiedz