Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie
GmAMXBans

Błąd czytania modułu,amxbans.

gmamxbans

Najlepsza odpowiedź Zielona Żabcia, 28.09.2015 11:52

 

Plugins.ini ->

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)

ReasonKicker.amxx

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



; Custom - Add 3rd party plugins here





;galileo.amxx

csdm_teambalancer.amxx

hpk.amxx

wymuszanie_interpu.amxx

resetscore.amxx   //Reset statystyk

abd.amxx

parachute.amxx

topme.amxx

sillyc4.amxx

ad_manager.amxx //Info w say

show_ips.amxx

c4timer.amxx

no_team_flash.amxx  //Nie oslepia koleg�w z dru�yny

Najlepszy.amxx  //Najlepszy gracz rundy

votedm.amxx    //Vote na DM

ne_unlimitedammo.amxx   //Nieskonczone ammo podczas DM

;kill_assist.amxx

;Allow_round_finish.amxx

 





//Admini- banowanie/kick/etc//

admin_spec_esp.amxx

adminchat.amxx

adminlisten.amxx

admin_freelook.amxx

luciaHallucination.amxx

przeladowanie.amxx //test







//Silnik Battlefield 2 Mod oraz pochodne//



bf2rank.amxx

bf2Medals.amxx

amxbans_core.amxx debug
amxbans_main.amxx debug
;admin.amxx        ; admin base (required for any admin-related)
amxmod_compat.amxx    ; AMX Mod backwards compatibility layer
//Admini- banowanie/kick/etc//

admin_spec_esp.amxx

adminlisten.amxx

admin_freelook.amxx

luciaHallucination.amxx

przeladowanie.amxx //test

Amxbans.cfg ->

 amxbans_server_address "<31.186.83.208>:<27201>"

amxbans_server_address "31.186.83.208:27201"

modules.ini ->

;;;

; To enable a module, remove the semi-colon (;) in front of its name.

; If it's not here, simply add it its name, one per line.

; You don't need to write the _amxx part or the file extension.

;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; SQL Modules usually need to be enabled manually ;;

;; You can have any number on at a time.  Use      ;;

;;  amx_sql_type in sql.cfg to specify the default ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



mysql

sqlite



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Put third party modules below here.              ;;

;; You can just list their names, without the _amxx ;;

;;  or file extension.                              ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;







;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; These modules will be auto-detected and loaded   ;;

;;  as needed.  You do not need to enable them here ;;

;;  unless you have problems.                       ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;





fun

;engine

fakemeta

;geoip

sockets

regex

;nvault

hamsandwich

cstrike

;orpheu

; Zapis Danych
;	Włączone
mysql_amxx_i386.so
;	Wyłączone
;nvault_amxx_i386.so
;sqlite_amxx_i386.so

; Podstawowe
;	Włączone
engine_amxx_i386.so
fakemeta_amxx_i386.so
hamsandwich_amxx_i386.so
regex_amxx_i386.so
sockets_amxx_i386.so
;	Wyłączone
;fun_amxx_i386.so
;geoip_amxx_i386.so

; Counter-Strike
;	Włączone
csx_amxx_i386.so
cstrike_amxx_i386.so
;	Wyłączone

; Dodatkowe
;	Włączone
;	Wyłączone
;orpheu_amxx_i386.so

sql.cfg ->

// Konfiguracja bazy danych Amxbans

// Hosting Pukawka.pl



amx_sql_host "(ukryte)l"

amx_sql_user "(ukryte)"

amx_sql_pass "(ukryte)"

amx_sql_db "(ukryte)"

amx_sql_table "admins"

amx_sql_type "mysql"


// Konfiguracja bazy danych Amxbans
// Hosting Pukawka.pl

amx_sql_host "(ukryte)l"
amx_sql_user "(ukryte)"
amx_sql_pass "(ukryte)"
amx_sql_db "(ukryte)"
amx_sql_type "mysql"

 

Niestety ale nic nie pomogło,dalej występuje ten błąd.

 

@Mavxvx - Niestety ale twoja propozycja też nie pomogła.

Przejdź do postu


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
6 odpowiedzi w tym temacie

#1 Zielona Żabcia

    Nowy

  • Girl

Reputacja: 0
Nowy

  • Postów:4
  • Imię:Natalia
  • Lokalizacja:Polska
Offline

Napisano 27.09.2015 19:05

Witam od dwóch dni na moim serwerze pojawił się błąd o treści:

 

[AMXX] Plugin "amxbans_main.amxx" failed to load: Module/Library "AMXBansCore" required for plugin.  Check modules.ini.

 

Próbowałam już dosłownie wszystkiego i już nie mam pojęcia co dalej mam zrobić.

 

- Wersja AMXMODX 1.8.2

- Wersja serwera: STEAM/NS

 

Errorów właśnie nie ma żadnych ;

 

Dodam jeszcze że admini są czytani z pliku users.ini

 

Plugins.ini ->

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)

ReasonKicker.amxx

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



; Custom - Add 3rd party plugins here





;galileo.amxx

csdm_teambalancer.amxx

hpk.amxx

wymuszanie_interpu.amxx

resetscore.amxx   //Reset statystyk

abd.amxx

parachute.amxx

topme.amxx

sillyc4.amxx

ad_manager.amxx //Info w say

show_ips.amxx

c4timer.amxx

no_team_flash.amxx  //Nie oslepia koleg�w z dru�yny

Najlepszy.amxx  //Najlepszy gracz rundy

votedm.amxx    //Vote na DM

ne_unlimitedammo.amxx   //Nieskonczone ammo podczas DM

;kill_assist.amxx

;Allow_round_finish.amxx

 





//Admini- banowanie/kick/etc//

admin_spec_esp.amxx

adminchat.amxx

adminlisten.amxx

admin_freelook.amxx

luciaHallucination.amxx

przeladowanie.amxx //test







//Silnik Battlefield 2 Mod oraz pochodne//



bf2rank.amxx

bf2Medals.amxx

Amxbans.cfg ->

// Plik Konfiguracyjny AMXBans

 echo [AMXBans] laduje plik amxbans.cfg



 // Prefix bazy

 // Nota: Prefiks wpisany w sql.cfg nie jest ju� u�ywany przez AMXBans

 amx_sql_prefix "amx"



 //U�ywanie oznacze� gracza na tym serwerze czy na wszystkich?

 amxbans_flagged_all_server 1



 // Wczytywanie admin�w

 // 0 z bazy SQL, 1 = z pliku users.ini, 2 = nie �aduje admin�w

 amxbans_use_admins_file 1



// AMXBans pr�buje pobiera� Ip automatycznie (Tak, wida� ;/)

 // Mo�esz ustawi� inne iP -np. "<ip>:<port>"

 amxbans_server_address "<31.186.83.208>:<27201>"



// Tak naprawdę ten cvar jest niezle pomylony niby chodzi o czas a ustawia w�asny pow�d bana

 // -1 aby wy�aczy�, 0 aby w�aczy� w�asny pow�d bana

 amxbans_custom_statictime 0



 // Wpisz jaka ma byc wy�wietlana nazwa serwera na stronie gdy gracz dostanie bana .

 // np. amxbans_servernick "M�j za***isty serwer"

 // Pozostaw puste aby czyta�o domy�lna nazwe hosta z server.cfg

 amxbans_servernick ""



 // Ustaw 1 / 2 / 3 aby w��czy� powiadomienia o debugach w logach.

 // nie ustawiaj na 3 bo Ci konsole zaspamuje, ustaw 2 bedzie normal

 amxbans_debug 0



// Nie wpisuj "http://". Plugin sam sobie to wpisze

 amxbans_complain_url "www.uDOPSA.pl"



 // Ustaw na 1 aby mapa by�a pokazywana w nazwie serwera

 amxbans_add_mapname_in_servername 1



 // Ustaw na 1 aby w czacie HLSW by� pokazywany komunikat o banie

 amxbans_show_in_hlsw 1



 // Pokazuje zielony napis w hud, w lewym g�rnym rogu, w przypadku bana

 amxbans_show_hud_messages 1



 // Ustawia jaka flaga odpowiada za najwy�szy czas bana jaki mo�e ustawi� admina.

 amxbans_higher_ban_time_admin "n"



 // Ustawia jaka flaga odpowiada za to aby nie by� pokazywany nick admina kt�ry zbanowa� gracza

 amxbans_admin_mole_access "r"



 // Je�li admin ma ustawiony admin_mole_access, ma pokazywa� jego nick przy zbanowanym graczu?

 amxbans_show_name_evenif_mole 1



 // Pokazuje adminowi w chacie czy gracz by� wczesniej zbanowany, 0 aby wy��czy�

 amxbans_show_prebanned 1



 // Ile razy powiadamia admina o wcze�niejszym banie gracza

 amxbans_show_prebanned_num 2



 // Obecnie nie wiadomo  // Tak napisali w oryginale :D

 amxbans_default_ban_reason unknown



 // Czy mo�na banowa� w przypadku gdy gracz si� roz�aczy . 1 aby w�aczy� 0 aby wy�aczyc // Jest to na koncu menu admina, Menu Roz��cze�

 amxbans_ban_evenif_disconnected 1



// Czasy oznakowan w menu

 amx_setflagtimes "1 h" "4 h" "10 h" "1 d" "1 w" "4 w" "12 w" "0"



 // D�ugo�ci ban�w dla admin�w z flag� -d, ustaw najwieksze jakie maj� byc przy komendzie "amxbans_consolebanmax"

 // UWAGA: ustawiaj wartosci od NAJMNIEJSZEJ do NAJWI�KSZEJ . Mozesz wybrac 14 warto�ci

 // "0 m" = PERM

 // Wartosci jakich mozesz u�y� :

 // 1 - 59 dla flagi m to minuty

 // 1 - 23 dla flagi h to godziny

 // 1 - 6 dla flagi d to dni

 // dla flagi w sa tygodnie



 // Przyk�ady:

 // "5 m" to 5 minut

 // "1 h" to 1 godzina

 // "1 d" to 1 dzie�

 // "1 w" to 1 tydzie�



 amx_setlowbantimes "5 m" "30 m" "1 h" "3 h" "10 h" "1 d"



 // D�ugo�ci ban�w dla admin�w z flag� -n i -d

 // UWAGA:ustawiaj wartosci od NAJMNIEJSZEJ do NAJWI�KSZEJ . Mozesz wybrac 14 warto�ci

 // "0 m" = PERM

 // Wartosci jakich mozesz u�y� :

 // 1 - 59 dla flagi m to minuty

 // 1 - 23 dla flagi h to godziny

 // 1 - 6 dla flagi d to dni

 // dla flagi w sa tygodnie



 // Przyk�ady:

 // "5 m" to 5 minut

 // "1 h" to 1 godzina

 // "1 d" to 1 dzie�

 // "1 w" to 1 tydzie�



 amx_sethighbantimes "5 m" "30 m" "1 h" "3 h" "1 d" "1 w" "0 m"



 /********************AMXBans: Freeze ****************************************/

 // plugin amxbans_freeze (tzw. Zamra�aj�cy)

 // "a" = zamra�a (nie mo�esz si� ruszy�)

 // "b" = nie mozesz uzyc broni

 // "c" = blokuje czat

 // "d" = gracz swieci na czerwono

 amxbans_freeze_mode "abcd"





// Czas pomiedzy serwerem gry a baza danych

// Moze byc ujemny

// Jezeli 0 ustawia automatycznie



amxbans_time_offset "0"





// [En] Automatycznie robi screena przy banie



amxbans_snapshot "1"



// Typ Bana

// "0" - wybiera automatycznie

// "1" - na IP

// "2" - na SteamID



amxbans_bantype "0"





// Definiuje czy sprawdza� graczy po flagach

// W��cza - "1" / Wy��cza - "0"



amxbans_check_flag "1"



// W��cza - 1 / wy��cza - 0 historie banow



amxbans_history "1"



// Plik konfiguracyjny - ECHO



echo [AMXBans] amxbans.cfg zostal zaladowany | AMXX.PL | Wersja PL - Szyfrant i MisieQ

modules.ini ->

;;;

; To enable a module, remove the semi-colon (;) in front of its name.

; If it's not here, simply add it its name, one per line.

; You don't need to write the _amxx part or the file extension.

;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; SQL Modules usually need to be enabled manually ;;

;; You can have any number on at a time.  Use      ;;

;;  amx_sql_type in sql.cfg to specify the default ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



mysql

sqlite



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Put third party modules below here.              ;;

;; You can just list their names, without the _amxx ;;

;;  or file extension.                              ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;







;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; These modules will be auto-detected and loaded   ;;

;;  as needed.  You do not need to enable them here ;;

;;  unless you have problems.                       ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;





fun

;engine

fakemeta

;geoip

sockets

regex

;nvault

hamsandwich

cstrike

;orpheu

sql.cfg ->

// Konfiguracja bazy danych Amxbans

// Hosting Pukawka.pl



amx_sql_host "(ukryte)l"

amx_sql_user "(ukryte)"

amx_sql_pass "(ukryte)"

amx_sql_db "(ukryte)"

amx_sql_table "admins"

amx_sql_type "mysql"


  • +
  • -
  • 0

#2 Mavxvx

    Profesjonalista

  • Użytkownik

Reputacja: 13
Początkujący

  • Postów:151
  • GG:
Offline

Napisano 27.09.2015 19:18

daj ; przed admin.amxx oraz usuń ; przed każdym modułem w modules.ini

Zrestartuj serwer. Jeżeli pomoże daj +


  • +
  • -
  • 0

Jeżeli pomogłem rozwiązać Twój problem daj mi Reputację na ;) 
 
Wymienię środki z zabijaki na psc/doładownie
*KLIKNIJ ABY DOWIEDZIEĆ SIĘ WIĘCEJ*


#3 Zielona Żabcia

    Nowy

  • Autor tematu
  • Girl

Reputacja: 0
Nowy

  • Postów:4
  • Imię:Natalia
  • Lokalizacja:Polska
Offline

Napisano 27.09.2015 20:01

Kolego wyżej niestety ale twoja propozycja nic nie pomogła.

Dodam tylko jeszcze że specjalnie odznaczyłam ; przed admin.amxx aby w ogóle admin działał.

Gdy jest ten średnik przed tym,to w ogóle ani amxbans ani administratorzy nie działają.


  • +
  • -
  • 0

#4 Mavxvx

    Profesjonalista

  • Użytkownik

Reputacja: 13
Początkujący

  • Postów:151
  • GG:
Offline

Napisano 27.09.2015 20:56

amxbans_server_address "<31.186.83.208>:<27201>"
zmien na

amxbans_server_address ""
  • +
  • -
  • 0

Jeżeli pomogłem rozwiązać Twój problem daj mi Reputację na ;) 
 
Wymienię środki z zabijaki na psc/doładownie
*KLIKNIJ ABY DOWIEDZIEĆ SIĘ WIĘCEJ*


#5 Misiaczek ;c

    /dev/null

  • Moderator

Reputacja: 1 678
Godlike

  • Postów:2 496
  • GG:
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Halemba
Offline

Napisano 27.09.2015 23:15

Plugins.ini ->

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)

ReasonKicker.amxx

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



; Custom - Add 3rd party plugins here





;galileo.amxx

csdm_teambalancer.amxx

hpk.amxx

wymuszanie_interpu.amxx

resetscore.amxx   //Reset statystyk

abd.amxx

parachute.amxx

topme.amxx

sillyc4.amxx

ad_manager.amxx //Info w say

show_ips.amxx

c4timer.amxx

no_team_flash.amxx  //Nie oslepia koleg�w z dru�yny

Najlepszy.amxx  //Najlepszy gracz rundy

votedm.amxx    //Vote na DM

ne_unlimitedammo.amxx   //Nieskonczone ammo podczas DM

;kill_assist.amxx

;Allow_round_finish.amxx

 





//Admini- banowanie/kick/etc//

admin_spec_esp.amxx

adminchat.amxx

adminlisten.amxx

admin_freelook.amxx

luciaHallucination.amxx

przeladowanie.amxx //test







//Silnik Battlefield 2 Mod oraz pochodne//



bf2rank.amxx

bf2Medals.amxx

amxbans_core.amxx debug
amxbans_main.amxx debug
;admin.amxx        ; admin base (required for any admin-related)
amxmod_compat.amxx    ; AMX Mod backwards compatibility layer
//Admini- banowanie/kick/etc//

admin_spec_esp.amxx

adminlisten.amxx

admin_freelook.amxx

luciaHallucination.amxx

przeladowanie.amxx //test

Amxbans.cfg ->

 amxbans_server_address "<31.186.83.208>:<27201>"

amxbans_server_address "31.186.83.208:27201"

modules.ini ->

;;;

; To enable a module, remove the semi-colon (;) in front of its name.

; If it's not here, simply add it its name, one per line.

; You don't need to write the _amxx part or the file extension.

;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; SQL Modules usually need to be enabled manually ;;

;; You can have any number on at a time.  Use      ;;

;;  amx_sql_type in sql.cfg to specify the default ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



mysql

sqlite



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Put third party modules below here.              ;;

;; You can just list their names, without the _amxx ;;

;;  or file extension.                              ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;







;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; These modules will be auto-detected and loaded   ;;

;;  as needed.  You do not need to enable them here ;;

;;  unless you have problems.                       ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;





fun

;engine

fakemeta

;geoip

sockets

regex

;nvault

hamsandwich

cstrike

;orpheu

; Zapis Danych
;	Włączone
mysql_amxx_i386.so
;	Wyłączone
;nvault_amxx_i386.so
;sqlite_amxx_i386.so

; Podstawowe
;	Włączone
engine_amxx_i386.so
fakemeta_amxx_i386.so
hamsandwich_amxx_i386.so
regex_amxx_i386.so
sockets_amxx_i386.so
;	Wyłączone
;fun_amxx_i386.so
;geoip_amxx_i386.so

; Counter-Strike
;	Włączone
csx_amxx_i386.so
cstrike_amxx_i386.so
;	Wyłączone

; Dodatkowe
;	Włączone
;	Wyłączone
;orpheu_amxx_i386.so

sql.cfg ->

// Konfiguracja bazy danych Amxbans

// Hosting Pukawka.pl



amx_sql_host "(ukryte)l"

amx_sql_user "(ukryte)"

amx_sql_pass "(ukryte)"

amx_sql_db "(ukryte)"

amx_sql_table "admins"

amx_sql_type "mysql"


// Konfiguracja bazy danych Amxbans
// Hosting Pukawka.pl

amx_sql_host "(ukryte)l"
amx_sql_user "(ukryte)"
amx_sql_pass "(ukryte)"
amx_sql_db "(ukryte)"
amx_sql_type "mysql"

  • +
  • -
  • 0

#6 Zielona Żabcia

    Nowy

  • Autor tematu
  • Girl

Reputacja: 0
Nowy

  • Postów:4
  • Imię:Natalia
  • Lokalizacja:Polska
Offline

Napisano 28.09.2015 11:52   Najlepsza odpowiedź

 

Plugins.ini ->

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)

ReasonKicker.amxx

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



; Custom - Add 3rd party plugins here





;galileo.amxx

csdm_teambalancer.amxx

hpk.amxx

wymuszanie_interpu.amxx

resetscore.amxx   //Reset statystyk

abd.amxx

parachute.amxx

topme.amxx

sillyc4.amxx

ad_manager.amxx //Info w say

show_ips.amxx

c4timer.amxx

no_team_flash.amxx  //Nie oslepia koleg�w z dru�yny

Najlepszy.amxx  //Najlepszy gracz rundy

votedm.amxx    //Vote na DM

ne_unlimitedammo.amxx   //Nieskonczone ammo podczas DM

;kill_assist.amxx

;Allow_round_finish.amxx

 





//Admini- banowanie/kick/etc//

admin_spec_esp.amxx

adminchat.amxx

adminlisten.amxx

admin_freelook.amxx

luciaHallucination.amxx

przeladowanie.amxx //test







//Silnik Battlefield 2 Mod oraz pochodne//



bf2rank.amxx

bf2Medals.amxx

amxbans_core.amxx debug
amxbans_main.amxx debug
;admin.amxx        ; admin base (required for any admin-related)
amxmod_compat.amxx    ; AMX Mod backwards compatibility layer
//Admini- banowanie/kick/etc//

admin_spec_esp.amxx

adminlisten.amxx

admin_freelook.amxx

luciaHallucination.amxx

przeladowanie.amxx //test

Amxbans.cfg ->

 amxbans_server_address "<31.186.83.208>:<27201>"

amxbans_server_address "31.186.83.208:27201"

modules.ini ->

;;;

; To enable a module, remove the semi-colon (;) in front of its name.

; If it's not here, simply add it its name, one per line.

; You don't need to write the _amxx part or the file extension.

;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; SQL Modules usually need to be enabled manually ;;

;; You can have any number on at a time.  Use      ;;

;;  amx_sql_type in sql.cfg to specify the default ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



mysql

sqlite



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Put third party modules below here.              ;;

;; You can just list their names, without the _amxx ;;

;;  or file extension.                              ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;







;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; These modules will be auto-detected and loaded   ;;

;;  as needed.  You do not need to enable them here ;;

;;  unless you have problems.                       ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;





fun

;engine

fakemeta

;geoip

sockets

regex

;nvault

hamsandwich

cstrike

;orpheu

; Zapis Danych
;	Włączone
mysql_amxx_i386.so
;	Wyłączone
;nvault_amxx_i386.so
;sqlite_amxx_i386.so

; Podstawowe
;	Włączone
engine_amxx_i386.so
fakemeta_amxx_i386.so
hamsandwich_amxx_i386.so
regex_amxx_i386.so
sockets_amxx_i386.so
;	Wyłączone
;fun_amxx_i386.so
;geoip_amxx_i386.so

; Counter-Strike
;	Włączone
csx_amxx_i386.so
cstrike_amxx_i386.so
;	Wyłączone

; Dodatkowe
;	Włączone
;	Wyłączone
;orpheu_amxx_i386.so

sql.cfg ->

// Konfiguracja bazy danych Amxbans

// Hosting Pukawka.pl



amx_sql_host "(ukryte)l"

amx_sql_user "(ukryte)"

amx_sql_pass "(ukryte)"

amx_sql_db "(ukryte)"

amx_sql_table "admins"

amx_sql_type "mysql"


// Konfiguracja bazy danych Amxbans
// Hosting Pukawka.pl

amx_sql_host "(ukryte)l"
amx_sql_user "(ukryte)"
amx_sql_pass "(ukryte)"
amx_sql_db "(ukryte)"
amx_sql_type "mysql"

 

Niestety ale nic nie pomogło,dalej występuje ten błąd.

 

@Mavxvx - Niestety ale twoja propozycja też nie pomogła.


  • +
  • -
  • 0

#7 Zielona Żabcia

    Nowy

  • Autor tematu
  • Girl

Reputacja: 0
Nowy

  • Postów:4
  • Imię:Natalia
  • Lokalizacja:Polska
Offline

Napisano 28.09.2015 14:38

Dobrze rozwiązałam problem :)
Wystarczyło przeinstalować AmxBansa i sprawdzić czy nie ma ukrytych znaków :)

Możecie zamknąć! ;)
 


  • +
  • -
  • 0





Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych