←  Problemy z pluginami

AMXX.pl: Support AMX Mod X i SourceMod

»

Problem z BF2 i AMXX.

  • +
  • -
Deminer84 - zdjęcie Deminer84 29.09.2013

Witam. Mam dwa problemy z BF2 oraz z AMX.
 
1. BF2:
Połączyłem z MYSQL i gdy chcę zobaczyć np. ile jest zabić na daną odznakę mam -105. 
Odnośnie MYSQL, pisałem do pomocy i dali mi dwa ssy:
 
http://scr.hu/0w1e/8j18w

Podczas startu serwera mam taki błąd w konsoli:

L 09/28/2013 - 17:47:59: [amxbans_main.amxx] [AMXBans] Connection failed!
L 09/28/2013 - 17:47:59: [amxbans_main.amxx] [AMXBans] Threaded Query Error, Place: 5
L 09/28/2013 - 17:47:59: [amxbans_main.amxx] [AMXBans] Message: Host '31.186.86.30' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' (1129)

Pomógłby ktoś?


Kawon (29.09.2013 12:20):
Kod w postach (np. źródło pluginu) umieszczaj w odpowiednich tagach (code/php/spoiler itp), a powyżej 200 linijek tylko w załączniku lub na wklejce.

Użytkownik Kawon edytował ten post 29.09.2013 12:19
Odpowiedz

  • +
  • -
Scorpion Flail - zdjęcie Scorpion Flail 29.09.2013

1 ss to tylko zrzut tabeli z phpmyadmin [amxbans]. Ten drugi to pewnie dane do AmxBans'a. Zedytuj post i usuń drugi ss dla bezpieczeństwa.

 

Gdzie podałeś dane sql do BF2? [sql.cfg służy do amxbans]

Odpowiedz

  • +
  • -
Deminer84 - zdjęcie Deminer84 29.09.2013

Możesz wyjaśnić gdzie co mam powpisywać? AMXbans też mi nie działa. Nie banuje.

jak pisałem do pomocy, to dali mi te dwa linki i napisali ,,Gdzie jest taka tabela?" chodzi tutaj o to ,,admins", bo w MYSQL nie ma takiej tabeli.

jak zrozumiałem, mam tam wpisać jakąś nazwę tabeli, czy w MYSQL stworzyć tabelę o nazwie ,,admins"?


Użytkownik Deminer84 edytował ten post 29.09.2013 11:24
Odpowiedz

  • +
  • -
Kawon - zdjęcie Kawon 29.09.2013

amxbans nie korzysta z cvar'u amx_sql_table tak więc zostaw to w spokoju (skasuj z sql.cfg)
pokaż plugins.ini i logi

Odpowiedz

  • +
  • -
Deminer84 - zdjęcie Deminer84 29.09.2013

amxbans_core.amxx
amxbans_main.amxx
; AMX Mod X plugins


; Admin Base - Always one has to be activated
;admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)


; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management


; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin


; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands


; Map related
;nextmap.amxx ; displays next map in mapcycle
;mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map


; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands


; Counter-Strike
;restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)


; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer




; TUTAJ dopisuj samodzielnie zainstalowane pluginy:


bcd_hudtimer.amxx
admin_spec_esp.amxx
alt_end_round_sounds.amxx
Automaticknifeduel.amxx
bf2rank.amxx
parachute.amxx
vip.amxx
descriptive_fire_in_the_hole.amxx
abd.amxx
amx_malamapa_v12.amxx


; +---------------------------------------------------------------------------+
; | W Panelu Administracyjnym mozesz zainstalowac dodatkowe pluginy.   -==-   |
; | Prosimy aby zainstalowane "recznie" pluginy dopisywac powyzej tej tabeli! |
; +---------------------------------------------------------------------------+


; Pluginy zainstalowane z poziomu panelu:




ad_manager.amxx
ptb.amxx

Logi to właśnie to co w treści tematu.

 

 

 

Czyli w sql.cfg mam dobrze ustawione?

 

 

amx_sql_host "94.23.14.31"
amx_sql_user "s7069"
amx_sql_pass "mojehaslo"
amx_sql_db "s7069"
amx_sql_table "admins"
amx_sql_type "mysql"
Odpowiedz