←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

GmAMXBans
Gracz może wbić na serwer po daniu bana

  • +
  • -
lunatic1221's Photo lunatic1221 19.01.2014

Witam mam pewien problem. Gdy zrobiłem serwer bo nadaniu bana graczowi mógł on dalej wbijać na niego i nie wyświetlało bana w amxbans. Ostatnio kolega dał mi plik o nazwie amx_main.rar( chyba tak ), dzięki któremu gracz po zbanowaniu nie może wbić na serw. Dzisiaj zrobiłem drugi serwer i mam ten sam problem. Mógłby mi ktoś dać link do tego pliku, ponieważ nie mogę go znaleść

Quote

  • +
  • -
skibos's Photo skibos 19.01.2014

Pokaż plugins.ini , amxbans.cfg , logi i konsolę serwera ( co w nich masz )

Quote

  • +
  • -
Vacik's Photo Vacik 19.01.2014

Mam to samo co kolega:

L 01/19/2014 - 15:33:57: Start of error session.
L 01/19/2014 - 15:33:57: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20140119.log")
L 01/19/2014 - 15:33:57: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 01/19/2014 - 15:33:57: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 01/19/2014 - 15:33:57: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 01/19/2014 - 15:34:12: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 01/19/2014 - 15:34:12: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 01/19/2014 - 15:34:12: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 01/19/2014 - 15:35:17: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 01/19/2014 - 15:35:17: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 01/19/2014 - 15:35:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

Quote

  • +
  • -
lunatic1221's Photo lunatic1221 19.01.2014

Sprubowałem tego i nic. http://amxx.pl/topic...-amxbans-gm-16/


Plugins.ini
Spoiler

Amxbans.cfg
Spoiler

Logi:

Spoiler

Edited by glut, 19.01.2014 18:11.
Quote

  • +
  • -
skibos's Photo skibos 19.01.2014

Po pierwsze to ustaw amxbans_flagged_all_server "1" na 0 żeby czytało adminów z bazy danych a nie z users.ini .

 

Po drugie pokaż co masz w konsoli serwera przecież napisałem.

 

Przypisałeś adminów do serwera w amxbans ?


Edited by skibos, 19.01.2014 20:42.
Quote

  • +
  • -
lunatic1221's Photo lunatic1221 20.01.2014

Tak przypisałem.

Quote

  • +
  • -
xWangan's Photo xWangan 20.01.2014

Masz odblokowane moduły 

mysql
sqlite

Jeśli nie, to odblokuj. Dodaj przy okazji plugins-amxbans.ini

 

Quote