Witam, otóż mam pewien problem z banowaniem kiedy banuje gracz na serwerze ban mu się nie nakłada przez amxbans tez nie działa serwer jest w sumie gotowy tylko do głupie banowanie.
amxbans.cfg
// Plik Konfiguracyjny AMXBans echo [AMXBans] laduje plik amxbans.cfg // Prefix bazy // Nota: Prefiks wpisany w sql.cfg nie jest juz uzywany przez AMXBans amx_sql_prefix "amx" //Uzywanie oznaczen 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 laduje adminów amxbans_use_admins_file 1 // AMXBans próbuje pobierac Ip automatycznie (Tak, widac ;/) // Mozesz ustawic inne iP -np. "<ip>:<port>" amxbans_server_address "213.189.52.237:27176" // Wybierz styl banowanie // 1 (nowy): amx_ban <SteamID lub nick lub #authid lub IP> <Czas w minutach> <Powód> // 0 (stary): amx_ban <czas w minutach> <SteamID albo Nick albo #authid albo IP> <Powód> amxbans_use_newbancmd 1 // Maksymalna liczba graczy w Menu Rozlaczen amxbans_discon_players_saved 10 // Tak naprawdę ten cvar jest niezle pomylony niby chodzi o czas a ustawia wlasny powód bana // -1 aby wylaczyc, 0 aby wlaczyc wlasny powód bana amxbans_custom_statictime 0 // Wpisz jaka ma byc wyswietlana nazwa serwera na stronie gdy gracz dostanie bana . // np. amxbans_servernick "Mój za***isty serwer" // Pozostaw puste aby czytalo domyslna nazwe hosta z server.cfg amxbans_servernick "" // Ustaw 1 / 2 / 3 aby wlaczyc powiadomienia o debugach w logach. // nie ustawiaj na 3 bo Ci konsole zaspamuje, ustaw 2 bedzie normal amxbans_debug 1 // Nie wpisuj "http://". Plugin sam sobie to wpisze amxbans_complain_url "www.gramy-razem.gameclan.pl/bany" // Ustaw na 1 aby mapa byla pokazywana w nazwie serwera amxbans_add_mapname_in_servername 1 // Ustaw na 1 aby w czacie HLSW byl 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 najwyzszy czas bana jaki moze ustawic admina. amxbans_higher_ban_time_admin "n" // Ustawia jaka flaga odpowiada za to aby nie byl pokazywany nick admina który zbanowal gracza amxbans_admin_mole_access "r" // Jesli admin ma ustawiony admin_mole_access, ma pokazywac jego nick przy zbanowanym graczu? amxbans_show_name_evenif_mole 1 // Pokazuje adminowi w chacie czy gracz byl wczesniej zbanowany, 0 aby wylaczyc amxbans_show_prebanned 1 // Ile razy powiadamia admina o wczesniejszym banie gracza amxbans_show_prebanned_num 2 // Obecnie nie wiadomo // Tak napisali w oryginale :D amxbans_default_ban_reason unknown // Czy mozna banowac w przypadku gdy gracz sie rozlaczy . 1 aby wlaczyc 0 aby wylaczyc // Jest to na koncu menu admina, Menu Rozlaczen amxbans_ban_evenif_disconnected 1 // Czasy oznakowan w menu amx_setflagtimes "5 m" "30 m" "1 h" "3 h" "5 h" "12 h" "1 d" "0" // Dlugosci banów dla adminów z flaga -d, ustaw najwieksze jakie maja byc przy komendzie "amxbans_consolebanmax" // UWAGA: ustawiaj wartosci od NAJMNIEJSZEJ do NAJWIEKSZEJ . Mozesz wybrac 14 wartosci // "0 m" = PERM // Wartosci jakich mozesz uzyc : // 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 // Przyklady: // "5 m" to 5 minut // "1 h" to 1 godzina // "1 d" to 1 dzien // "1 w" to 1 tydzien amx_setlowbantimes "5 m" "30 m" "1 h" "3 h" "5 h" "12 h" "1 d" "0" // Dlugosci banów dla adminów z flaga -n i -d // UWAGA:ustawiaj wartosci od NAJMNIEJSZEJ do NAJWIEKSZEJ . Mozesz wybrac 14 wartosci // "0 m" = PERM // Wartosci jakich mozesz uzyc : // 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 // Przyklady: // "5 m" to 5 minut // "1 h" to 1 godzina // "1 d" to 1 dzien // "1 w" to 1 tydzien amx_sethighbantimes "5 m" "30 m" "1 h" "3 h" "1 d" "1 w" "0 m" /************* Opcjonalne pluginy AMXBans Start Configu ******************************/ // Opcjonalne pluginy AMXBans // Wymagany plugin amxbans_freeze // // "a" = zamrozenie // "b" = wyrzucenie broni // "c" = blokowanie rozmow // "d" = gracz swieci na czerwono amxbans_freeze_mode "abcd" /************* Opcjonalne pluginy AMXBans: Koniec Configu ******************************/ // Plik konfiguracyjny - ECHO echo [AMXBans] amxbans.cfg zostal zaladowany | AMXX.PL | Wersja PL - Szyfrant i MisieQ
amxx.cfg
// -----------------------------------------
// Amx Mod X 1.8.2 | HLDS 2013 | Pukawka.pl
// -----------------------------------------
// AMX Mod X Configuration File
echo Executing AMX Mod X Configuration File
// Default access for all non admin players (see users.ini for access details)
//
// Default value: "z"
amx_default_access "z"
// Name of setinfo which should store a password on a client (you should change this)
// Note: Always prefix the field with an underscore (aka: "_")
// (Example: setinfo _pw "password")
//
// Default value: "_pw"
amx_password_field "_pw"
// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
//
// Default value: 1
amx_mode 1
// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 2
// Frequency in seconds and text of scrolling message
//
// Default value: "Witaj na %hostname% -- This server is using AMX Mod X" 600
amx_scrollmsg "Witaj na %hostname% " 600
// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
//
// Default values: "Witaj na %hostname%" "000255100"
// "This server is using AMX ModX\nVisit http://www.amxmodx.org" "000100255"
amx_imessage "Witaj na %hostname%" "000255100"
amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmodx.org" "000100255"
// Frequency in seconds of colored messages
//
// Default value: 180
amx_freq_imessage 180
// Ban times for the main ban menu (amx_banmenu)
// Use 0 for permanent ban
// Default values: 0 5 10 15 30 45 60
amx_plmenu_bantimes 0 5 10 15 30 45 60
// Slap damage amounts for the main slap menu (amx_slapmenu)
// Slay is automaticall inserted as the first option
// Default values: 0 1 5
amx_plmenu_slapdmg 0 1 5
// Set in seconds how fast players can chat (chat-flood protection)
//
// Default value: 0.75
amx_flood_time 0.75
// Amount of slots to reserve.
//
// Default value: 0
amx_reservation 0
// If you set this to 1, you can hide slots on your server.
// If server "full" of public slots and slots hidden, you must manually connect with connect console command
//
// Default value: 0
amx_hideslots 0
// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
//
// Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
// Announce "say thetime" and "say timeleft" with voice, set to 0 to disable.
//
// Default value: 1
amx_time_voice 1
// Minimum delay in seconds between two voting sessions
//
// Default value: 10
amx_vote_delay 10
// How long voting session goes on
//
// Default value: 10
amx_vote_time 10
// Display who votes for what option, set to 0 to disable, 1 to enable.
//
// Default value: 1
amx_vote_answers 1
// Some ratios for voting success
// Default value: 0.40
amx_votekick_ratio 0.40
// Default value: 0.40
amx_voteban_ratio 0.40
// Default value: 0.40
amx_votemap_ratio 0.40
// Default value: 0.02
amx_vote_ratio 0.02
// Max. time to which map can be extended
//
// Default value: 90
amx_extendmap_max 90
// Step for each extending
//
// Default value: 15
amx_extendmap_step 15
// If you set this to 0, clients cannot chose their language, instead they use
// whatever language the server is configured to use.
//
// Default value: 1
amx_client_languages 1
// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
//
// Default value: 1
amx_debug 1
// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
//
// Default value: ""
amx_mldebug ""
//
// Beginning of Counter-Strike package specific configurations.
//
// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
//
// Default value: 1
csstats_rank 1
// Max size of the stats file
//
// Default value: 3500
csstats_maxsize 99999999
// Whether or not to rank bots with csstats - set to 1 to rank bots, 0 otherwise.
//
// Default value: 0
csstats_rankbots 0
// Duration of HUD-statistics
//
// Default value: 12.0
amx_statsx_duration 12.0
// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
//
// Default value: -2.0
amx_statsx_freeze -2.0
/////////////////////
// Call of Duty: MW
cod_killxp 40 // - Doswiadczenie za zabojstwo.
cod_winxp 60 // - Doswiadczenie za wygrana.
cod_damagexp 5 // - Doswiadczenie za 20 obrazen.
cod_savetype 1 // - Typ zapisu 1- Nick 2-SteamID 3-IP.
cod_maxlevel 200 // - Maksymalny poziom.
cod_levelratio 35 // - Ustawia ile doswiadczenia potrzebne do zdobycia 1 poziomu.
cod_weaponsblocking 1 // - blokowanie podnoszenia broni
////////////////////
amx_minibans_reason "Czitujesz" amx_minibans_bantimes "0"
amx_minibans_reason "Ping" amx_minibans_bantimes "5"
amx_minibans_reason "Zasady/Kultura" amx_minibans_bantimes "60"
amx_minibans_reason "Ss`y na forum" amx_minibans_bantimes "0"
amx_minibans_reason "Zmien nick" amx_minibans_bantimes "5"
amx_minibans_forum "http://gramy-razem.gameclan.pl/index.php"
amx_minibans_hudmsg "1"
amx_minibans_moreinfo "0"
amx_minibans_logs "1"
amx_minibans_logstype "1"
amx_minibans_kickdelay "10.0"
amx_minibans_bantype "0"
///////////////////////////////
//
// Minibans - Powody banów:
//
amx_minibans_reason "Powod Bana 1"
amx_minibans_reason "Powod Bana 2"
amx_minibans_reason "Powod Bana 3"
amx_minibans_reason "Powody banow"
amx_minibans_reason "mozesz ustawic"
amx_minibans_reason "w pliku amxx.cfg"
amx_minibans_reason "Powod Bana 7"
///////////////////////////////
//
// Minibans - Konfiguracja
//
amx_minibans_bantimes 0 30 60 10080
amx_minibans_forum "http://gramy-razem.gameclan.pl"
amx_ss_max 10 //ile można maksymalnie zrobić sreenów graczowi
amx_ss_interval 1.0 //czas jaki musi min±c aby wykonać następny sreen
amx_ss_design 3 //display options
amx_ss_site www.gramy-razem.gameclan.pl //strona/forum na jakim trzeba dodać sreena aby został zdjęty ban.sv_parachute "1" // - 0: wyłączony - 1: włączony
parachute_cost "1000" // - ile kosztuje (CStrike ONLY)
parachute_payback "75" // - za ile możesz sprzedac spadochron(ie. (75/100) * 1000 = 750$)
parachute_fallspeed "100" // - szybkosc lotu
sql.cfg
// Konfiguracja bazy danych Amxbans // Hosting Pukawka.pl amx_sql_host " hosting.pukawka.pl" amx_sql_user "xxxCENZURAxxx" amx_sql_pass "xxxCENZURAxxx" amx_sql_db "341100" amx_sql_table "amx" amx_sql_type "mysql"
plugins.ini
amxbans_core.amxx ; amxbans amxbans_main.amxx debug ; amxbans ; 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) ; ; admin base (required for any admin-related minibans.amxx vip.amxx ;admin_sql.amxx ; admin base - SQL version (comment ) ; 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 ; Custom - Add 3rd party plugins here
error_20140502.log (mysle ze też się przyda.)
L 05/02/2014 - 00:23:38: Start of error session. L 05/02/2014 - 00:23:38: Info (map "de_chateau") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 00:23:38: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 01:01:50: Start of error session. L 05/02/2014 - 01:01:50: Info (map "de_aztec") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 01:01:50: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 01:40:02: Start of error session. L 05/02/2014 - 01:40:02: Info (map "as_oilrig") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 01:40:02: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 02:18:14: Start of error session. L 05/02/2014 - 02:18:14: Info (map "cs_siege") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 02:18:14: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 02:56:26: Start of error session. L 05/02/2014 - 02:56:26: Info (map "de_cbble") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 02:56:26: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 03:34:37: Start of error session. L 05/02/2014 - 03:34:37: Info (map "de_dust") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 03:34:37: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 04:03:45: Start of error session. L 05/02/2014 - 04:03:45: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 04:03:45: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 04:07:35: Start of error session. L 05/02/2014 - 04:07:35: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 04:07:35: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 04:14:46: Start of error session. L 05/02/2014 - 04:14:46: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 04:14:46: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 04:19:13: Start of error session. L 05/02/2014 - 04:19:13: Info (map "as_oilrig") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 04:19:13: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 04:25:21: Start of error session. L 05/02/2014 - 04:25:21: Info (map "de_vertigo") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 04:25:21: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 04:28:42: Start of error session. L 05/02/2014 - 04:28:42: Info (map "de_c4") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 04:28:42: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 04:34:21: Start of error session. L 05/02/2014 - 04:34:21: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 04:34:21: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 04:48:47: Start of error session. L 05/02/2014 - 04:48:47: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 04:48:47: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 04:56:24: Start of error session. L 05/02/2014 - 04:56:24: Info (map "de_inferno") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 04:56:24: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 05:01:13: Start of error session. L 05/02/2014 - 05:01:13: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 05:01:13: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 05:26:12: Start of error session. L 05/02/2014 - 05:26:12: Info (map "de_chateau") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 05:26:12: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 05:51:11: Start of error session. L 05/02/2014 - 05:51:11: Info (map "de_aztec") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 05:51:11: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 06:16:09: Start of error session. L 05/02/2014 - 06:16:09: Info (map "as_oilrig") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 06:16:09: [AMXX] Plugin file open error (plugin "amxbans.amxx") L 05/02/2014 - 06:41:08: Start of error session. L 05/02/2014 - 06:41:08: Info (map "cs_siege") (file "addons/amxmodx/logs/error_20140502.log") L 05/02/2014 - 06:41:08: [AMXX] Plugin file open error (plugin "amxbans.amxx")
więkrzość to robił inny H@ ja tylko staram się to połączyć i ogarnąc.
Nie wiem jakie pliki jeszcze pokazać jeśli ktoś wie oco chodzi proszę o pomoc.


Dodatki SourceMod












