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
 

kndlucek - zdjęcie

kndlucek

Rejestracja: 24.12.2008
Aktualnie: Nieaktywny
Poza forum Ostatnio: 24.04.2013 20:36
-----

Moje tematy

Problem Roundsound

21.04.2013 23:19

Witam a więc mam problem z alterative round sound

nie pobiera wogóle muzyki i oczywiscie nie odtwarza w logach tez nic nie widać zeby wogóle sie ładował

w grze działa komenta roundsound włacza i wyłacza

piosenki mam dodane do sound/misc/

 

plugins.ini

; AMX Mod X plugins
amxbans_core.amxx
amxbans_main.amxx
; 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)

; 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
mapchooser4.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
alt_end_round_sounds.amxx
bf2rank.amxx
weaponicon.amxx
parachute.amxx
realnadedrops.amxx
ptb.amxx
hi.amxx
flashbang.amxx
he_damage_nowy.amxx
;dontsayips.amxx
do_you_hear.amxx
descriptive_fire_in_the_hole.amxx
dead_talk.amxx
c4.amxx
;backweapons.amxx
abd.amxx
ad_manager.amxx
Automaticknifeduel.amxx
show_ip.amxx
admin_spec_esp.amxx
afkbombtransfer.amxx
poprawne_rate.amxx
hpk.amxx
medale.amxx
vip.amxx
;ultimate_sounds_PL.amxx
;swear_replacement.amxx
grenade_trail.amxx
sillyc4.amxx
godzina.amxx
objectives_mess.amxx
ex.interp.amxx
mutemenu.amxx
dontsayips.amxx
;SpawnProtectionAIMAWPFY.amxx
adminchat.amxx
nozowka_mp3.amxx             ;rzogrzewka


amxx.cfg

// 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: "Welcome to %hostname% -- This server is using AMX Mod X" 600
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
//
// Default values: "Welcome to %hostname%" "000255100"
//                 "This server is using AMX ModX\nVisit http://www.amxmodx.org" "000100255"
amx_imessage "Welcome to %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 0

// Max size of the stats file
//
// Default value: 3500
csstats_maxsize 35000

// 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


//////////////////////// Battlefield 2: Rank Mod /////////////////////
// [ Battlefield 2 : Rank Mod PL v1.0.5 ] //
// [ Battlefield 2 : Rank Mod PL v1.0.5 | Ustawienia Glowne ] //
bf2_active 1 //(1|0) - Wlacz/wyłącz Plugin (Standardowo 1 - Wlaczony)
bf2_badges 1 //(1|0) - Wlacz/wyłącz system odznak (Standardowo 1 - Wlaczone)
bf2_badgepowers 1 //(1|0) - Wlacz/wyłącz moce dla odznak (Standardowo 0 - Wylaczone)
bf2_awp 1 //(1|0) - AWP/Scout. Co ma dostac gracz jesli posiada odznake za bron snajperska (Standradowo 0 - Scout)
bf2_ffa 0 //(1|0) - Wlacz/wyłącz atakowanie druzyny dla zdobycia fragow i uzycia odznak (Standardowo 0 - Wylaczone)
bf2_xpmultiplier 0.1 //(dziesietna) - Wielkosc jaka ma byc do nastepnej rangi. (z 0.1 to jest: 15 trzeba zabic aby miec range 1, 20 000 zabic aby byc w top randze) (Standradowo 0.1)
bf2_xpminplayers 2 //(int) - Minimalna ilosc graczy, wymagana aby zdobywac pkt za wybuch/rozbrojenie bomby oraz za kradziez flag (jesli gramy w tryb CTF) (Standradowo 2)
bf2_reset_days 2145 //(int) - Liczba dni gdy gracz nie gra po ktorych kasuje sie jego XP (Uwaga: obecnie dziala tylko z zapisem SQL/MYSQL) (Standradowo 21)
bf2_icon_time 1.5 //(dziesietna) - Czas w jakim maja sie wyswietlac ikony nad graczami (info o randze) jak na nich nacelujesz (Standradowo 1.5)
bf2_help_url "http://fastdownload.pl/ts12970/bf2webdocs/"  Poleć znajomym  //(znaki) - strona na ktorej umieszczone sa pliki pomocy (opcjonalnie) nie dodawaj na koncu /
bf2_statustext 1 //(int) - Wlacz/wyłącz punkty, # odznaki, rang info oraz inne w hud (Standradowo 1 - Wlaczone)
bf2_hud_options "abde" //(flagi) - Ustawienia hud gracza, nie dziala jesli Opcja PlayerName jest wlaczona (Standradowo "abcde")
//flag a - Wyswietl Zdrowie/Pancerz/Bron dla druzyny
//flag b - Wyswietl Range dla druzyny
//flag c - Wyswietl Range dla wrogow
//flag d - Nie wyswietlaj informacji jesli wrog jest niewidzialny (dana odznaka umozliwia niewidzialnosc)
//flag e - Wyswietl graficzna Range nad glowami graczy[/center]
// [ Battlefield 2 : Rank Mod PL v1.0.5 | Dodatkowe Ustawienia ] //
bf2_wymus "1" //(1|0) - Wlacz/wyłącz wymuszanie hud_centerid 0 oraz cl_shadows 0
// [ Battlefield 2 : Rank Mod PL v1.0.5 | CS Flags ] //
bf2_flag_kills 3 //(int) - Ile punktow za przejecie flagi
bf2_flag_round_kills 1 //(int) - Ile punktow za wygrana runde

amx_extendmap_max 90 //Maksymalny czas jaki mapa może być grana. Jeśli gracze będą wybierać przedłużenie mapy. Tylko do tego czasu będzie to możliwe.

amx_extendmap_step 15 //ile mapa ma być przedłużana jeśli gracze wybiorą ta opcje (w minutach)

amx_mapchooser_type "1"	 	// 0-mapy do votowania wybierane sa z pliku, 1-nominowanie map do votowania, 2-brak votowania
amx_mapchooser_mapsloc "2" 	// 0-używa amx_mapchooser_mapsfile, 1-używa mapcycle, 2-używa folderu z mapami
amx_mapchooser_mapsfile "maps.ini" // nazwa pliku w amxmodx/configs/ ,używany go kiedy amx_mapchooser_mapsloc ustawione jest na "0"
amx_mapchooser_mapsfile_s "maps_small.ini" // plik użyty kiedy amx_mapchooser_mapsloc jest ustawiony na 0 
i jest poniżej 10 osób na serwerze. Trzeba stworzyć ten plik
amx_nominfromfile "0" 		// 0-gracze mogą nominować wszystkie mapy z folderu map, 1-gracze mogą nominować tylko mapy z amx_mapchooser_mapsfile
amx_maxnominperplayer "1" 	// ile map może nominować jeden gracz
amx_map_history 3 			// Ile ostatnich granych map nie ma być w vote
amx_extendmap_max "10" 		// maksymalny czas dla całkowitego rozszerzenia mapy (w minutach)
amx_extendmap_step "10" 		// z jakim czasem mapa zostanie rozszerzona (czas w minutach)
amx_ext_round_max "1" 		// ile razy mapa może być rozszerzana
amx_ext_round_step "1" 		// z jaką liczbą rund mapa zostanie rozszerzona
amx_ext_win_max "1" 		// ile razy mapa może być rozszerzana
amx_ext_win_step "1" 		// z jaką liczbą rund mapa zostanie rozszerzona
amx_rtv "1"				// włączyć/wyłączyć opcję rockthevote (wymuszanie głosowania)
amx_rtv_percent "0.6"			// stosunek (%/100) ile graczy musi powiedzieć rockthevote aby wymusić głosowanie
amx_rtv_min_time "10"		// minimalny czas (w minutach) wymagany od rozpoczęcia mapy aby wymusić głosowanie (możliwość użycia opcji rockthevote)
amx_rtv_map_time "10"		// czas pomiędzy sukcesem głosowania na mapie (po rtv) i zmianie mapy (zamiast czekać do końca rundy)





ers_enabled "1" //czy plugin ma działać 0 - wyłączony / 1 - właczony, oryginalnie 1

ers_player_toggle "1" //komenda "/roundsound" (dzięki tej komendzie każdy gracz będzie mógł wyłączyć i włączyć sobie muzykę na koniec rundy) 0 - wyłączona / 1 - właczona, oryginalnie 1

erc_time_ads "120" // czas w sekundach co ile ma wyświetlać w czacie informacje o "/roundsound" 0 - wyłączony, oryginalnie 120

erc_random_precache "5" //ilość plików muzycznych na drużynę, przykład:
gdy do obu drużyn przypisane są po dwa utwory:
 


money_kill_bonus 500    // Ile kasy dostanie VIP za kill'a
money_hs_bonus 300       // Ile kasy dostanie Vip za HeadShot'a
amx_vip_hp 15            // Ile dostanie Vip HP za killa
amx_vip_hp_hs 30         // Ile dostanie HP Vip za headshota
amx_vip_max_hp 130  // Ile VIP może mieć max. hp
vip_active 0       // 0 = każdy może mieć awp, 1 = tylko vip
menu_active 1    // 0 = Nie ma menu na początku rundy z darmowymi M4+Dgl lub AK47+DGL, 1 = Jest to menu

grenade_tr               2         
grenade_he "255000000"
grenade_fb "000000255"
grenade_sg "000255000"



rr_czas 70

roundsound.ini


; CT Sounds
"misc/1.mp3" "1" "CT"
"misc/2.mp3" "2" "CT"
"misc/3.mp3" "3" "CT"
"misc/4.mp3" "4" "CT"
"misc/5.mp3" "5" "CT"

; T Sounds
"misc./6.mp3" "11" "T"
"misc/7.mp3" "12" "T"
"misc/8.mp3" "13" "T"
"misc/9.mp3" "14" "T"
"misc/10.mp3" "15" "T"

logi

Admin Spectator ESP v1.3, Copyright (C) 2006 by KoST

Executing AMX Mod X Configuration File
Czestotliwosc wyswietlania wiadomosci: 10:00 minut
[AMXBans] laduje plik amxbans.cfg
[AMXBans] amxbans.cfg zostal zaladowany | AMXX.PL | Wersja PL - Szyfrant i MisieQ
PTB: (limitjoin) WTJ prevention is ON.
PTB: (limitafter) Team limiting starts after 0 round(s).
PTB: (limitmin) Team limiting needs at least 0 player(s).
PTB: (maxsize) Maximum team size is 10 player(s).
PTB: (maxdiff) Maximum team size difference is 2.
PTB: (autorounds) First 3 rounds no free team choice.
PTB: (wtjauto) Auto-joining WTJ after 3 tr(y/ies).
PTB: (wtjauto) Auto-kicking WTJ after 5 tr(y/ies).
PTB: (kick) WTJ kicking is OFF.
PTB: (savewtj) Saving to wtj.log is OFF.
PTB: (switch) Team switching is ON.
PTB: (switchafter) Switching starts after 3 round(s).
PTB: (switchmin) Switching needs at least 5 player(s).
PTB: (switchfreq) Switch occurs every 1 round(s) at maximum.
PTB: (playerfreq) Individual players are switched every 7 round(s) at maximum.
PTB: (forceswitch) Forcing switch after 0 unsuccessful switch(es).
PTB: (deadonly) Switching dead only is OFF.
PTB: (tellwtj) Telling about WTJ tries is OFF.
PTB: (announce) Announcements are OFF.
PTB: (sayok) "OK" announcements are OFF.
PTB: (typesay) typesay usage is OFF.
PTB: (maxstreak) Maximum accepted win streak is 3.
PTB: (maxscore) Maximum accepted team score difference is 2.
PTB: (minrating) Minimum critical strength rating is 1.50.
PTB: (maxrating) Maximum critical strength rating is 2.00.
PTB: (superrating) Super critical strength rating is 3.00.
PTB: (maxincidents) Maximum incidents before internal player score scale down is 50.
PTB: (scaledown) Integer scale down factor for player scores is 2.
[AMXBans] plugin_cfg: ip 94.23.88.66:27037 / prefix amx
L 04/22/2013 - 00:06:26: [amxbans_main.amxx] [AMXBans] Received DB Info Tuple from amxbans_core: 1 | amx
[AMXBans] Zaladowano 12 adminow z bazy danych
[AMXBans] The server IP:PORT is: 94.23.88.66:27037
L 04/22/2013 - 00:06:26: [amxbans_main.amxx] [AMXBans] The server IP:PORT is: 94.23.88.66:27037
AMXBANS DEBUG] UPDATE `amx_serverinfo` SET timestamp=1366581986,hostname='Cs-Stalowa.pl[BF2][60 odznak]@Tserwery.pl',gametype='cstrike',amxban_version='1.5.1', amxban_menu=1 WHERE address = '94.23.88.66:27037'
L 04/22/2013 - 00:06:26: [amxbans_main.amxx] [AMXBANS DEBUG] UPDATE `amx_serverinfo` SET timestamp=1366581986,hostname='Cs-Stalowa.pl[BF2][60 odznak]@Tserwery.pl',gametype='cstrike',amxban_version='1.5.1', amxban_menu=1 WHERE address = '94.23.88.66:27037'
L 04/22/2013 - 00:06:26: [amxbans_main.amxx] [AMXBans] AMXBans Gm 1.5.1 jest wlaczony
[AMXBans] Zaladowano 4 powody/ow bana z Bazy danych.
Connection to Steam servers successful.
VAC secure mode is activated.
Menu item 17 added to Menus Front-End: "AMXBans: Oznacz Gracza" from plugin "AMXBans Main"
Menu item 18 added to Menus Front-End: "AMXBans: Rozlaczono Graczy" from plugin "AMXBans Main"
Menu item 19 added to Menus Front-End: "AMXBans: Historia Banow" from plugin "AMXBans Main"
Menu item 20 added to Menus Front-End: "AMXBans: Screens" from plugin "AMXBans: Screens"

Fast Download nie działa

01.04.2013 22:17

Witam nie działą mi fast download

server.cfg
hostname "Cs-Stalowa.pl[BF2][60 odznak]@Tserwery.pl"
sv_contact "[email protected]"
sv_region "3"
rcon_password "aaaas"
sv_rcon_banpenalty "60"
sv_rcon_minfailures "5"
sv_rcon_minfailuretime "30"
sv_password ""
mp_logdetail "3"
mp_logmessages "1"
mp_timelimit "20"
mp_autokick "0"
mp_autoteambalance "0"
mp_c4timer "35"
mp_flashlight "1"
mp_footsteps "1"
mp_forcechasecam "0"
mp_freezetime "3"
mp_friendlyfire "0"
mp_limitteams "0"
mp_hostagepenalty "0"
mp_roundtime "2"
mp_tkpunish "0"
mp_startmoney "1000"
mp_chattime "3"
sv_maxspeed "320"
sv_cheats "0"
mp_falldamage "1"
allow_spectators "1"
decalfrequecy "50"
sv_lan "0"
secure "1"
sv_proxies "1"
sv_allowupload "1"
sv_aim "0"
pausable "0"
sv_voicequality "3"
sv_voiceenable "1"
sv_voicecodec "voice_speex"
sv_alltalk "0"
sv_downloadurl "http://fastdownload.pl/ts12970/cstrike/"
sv_allowdownload 1
sv_send_resources 1
sv_allowupload 1

Serwer sam się wyłacza

31.03.2013 23:58

Witam mam problem ponieważ mój serwer sam się wyłacza po jakimś czasie
HLDS Beta oraz Autoupdate jest wyłaczone
linia startowa
./hlds_run -command update -game cstrike +ip %ip% +port %port% +maxplayers %maxplayers% +sys_ticrate 150 +map de_dust2[/b]
[b]



plugins.ini
; AMX Mod X plugins
amxbans_core.amxx
amxbans_main.amxx
; 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)
; 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
bf2rank.amxx
weaponicon.amxx
parachute.amxx
realnadedrops.amxx
ptb.amxx
hi.amxx
flashbang.amxx
he_damage_nowy.amxx
dontsayips.amxx
do_you_hear.amxx
descriptive_fire_in_the_hole.amxx
dead_talk.amxx
c4.amxx
backweapons.amxx
abd.amxx
ad_manager.amxx
Automaticknifeduel.amxx
show_ip.amxx
admin_spec_esp.amxx
afkbombtransfer.amxx
poprawne_rate.amxx
medale.amxx
hpk_pl.amxx



logi
PTB: (autorounds) First 3 rounds no free team choice.
PTB: (wtjauto) Auto-joining WTJ after 3 tr(y/ies).
PTB: (wtjauto) Auto-kicking WTJ after 5 tr(y/ies).
PTB: (kick) WTJ kicking is OFF.
PTB: (savewtj) Saving to wtj.log is OFF.
PTB: (switch) Team switching is ON.
PTB: (switchafter) Switching starts after 3 round(s).
PTB: (switchmin) Switching needs at least 5 player(s).
PTB: (switchfreq) Switch occurs every 1 round(s) at maximum.
PTB: (playerfreq) Individual players are switched every 7 round(s) at maximum.
PTB: (forceswitch) Forcing switch after 0 unsuccessful switch(es).
PTB: (deadonly) Switching dead only is OFF.
PTB: (tellwtj) Telling about WTJ tries is OFF.
PTB: (announce) Announcements are OFF.
PTB: (sayok) "OK" announcements are OFF.
PTB: (typesay) typesay usage is OFF.
PTB: (maxstreak) Maximum accepted win streak is 3.
PTB: (maxscore) Maximum accepted team score difference is 2.
PTB: (minrating) Minimum critical strength rating is 1.50.
PTB: (maxrating) Maximum critical strength rating is 2.00.
PTB: (superrating) Super critical strength rating is 3.00.
PTB: (maxincidents) Maximum incidents before internal player score scale down is 50.
PTB: (scaledown) Integer scale down factor for player scores is 2.
[AMXBans] Loaded 2 admins from database
L 04/01/2013 - 00:37:55: [amxbans_core.amxx] Login: "Lucek<1><STEAM_ID_LAN><>" became an admin (account "Lucek") (access "abcdefghijklmnopqrstu") (address "82.243.245.11") (nick "lucek") (static 0)
L 04/01/2013 - 00:37:55: [amxbans_main.amxx] [AMXBans] AMXBans Gm 1.5.1 is online, date: 20:31 07.03.2011
[AMXBans] 2 Reasons loaded from Database.
Dropped Lucek from server
Reason: Client sent 'drop'
Menu item 17 added to Menus Front-End: "AMXBans: Player-Flagging" from plugin "AMXBans Main"
Menu item 18 added to Menus Front-End: "AMXBans: Disconnected Players" from plugin "AMXBans Main"
Menu item 19 added to Menus Front-End: "AMXBans: Banhistory" from plugin "AMXBans Main"
Menu item 20 added to Menus Front-End: "AMXBans: Screens" from plugin "AMXBans: Screens"
82.243.245.11:27005:reconnect
L 04/01/2013 - 00:37:59: [amxbans_core.amxx] Login: "Lucek<2><STEAM_ID_LAN><>" became an admin (account "Lucek") (access "abcdefghijklmnopqrstu") (address "82.243.245.11") (nick "lucek") (static 0)
Warning: Unable to open sound/misc/headshot.wav for transfer
Warning: Unable to open sound/misc/doublekill.wav for transfer
Warning: Unable to open sound/misc/firstblood.wav for transfer
Warning: Unable to open sound/misc/unstoppable.wav for transfer
Warning: Unable to open sound/misc/dominating.wav for transfer
Warning: Unable to open sound/misc/perfect.wav for transfer
MasterRequestRestart
Your server needs to be restarted in order to receive the latest update.
Lucek : bf2
Dropped Zibi Pro from server
Reason: Client sent 'drop'
82.243.245.11:1024:reconnect
Warning: Unable to open sound/misc/prepare.wav for transfer
MasterRequestRestart
Your server needs to be restarted in order to receive the latest update.

AMXBans Nie wyświetla powodów i nie banuje

31.03.2013 22:30

Witam mam problem z amxbans poniewaz nie banuje ani nie wysietla w konsoli powodów aby wybrać. nawet nie wyrzuca playera z serwera. Z bazą danych mi się połączyło ponieważ załadowało admin


amxmodx - 1.8.1
gmamxbans 1.6
probowałem wrzucic poprawke od aro tez niedziala


plugins.ini
; 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)
; 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
amxbans_core.amxx
amxbans_main.amxx
bf2rank.amxx

modules.ini
;;;
; To enable a module, remove the semi-colon (<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/wink.png' class='bbc_emoticon' alt=';)' /> 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
cstrike
csx

sql.cfg
// 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 "cs-stalowa.xaa.pl"
amx_sql_user "p283600_amxbans"
amx_sql_pass "***********"
amx_sql_db  "p283600_amxbans"
amx_sql_table "admins"
amx_sql_type "mysql"

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 0
// AMXBans próbuje pobierać Ip automatycznie (Tak, widać ;/)
// Możesz ustawić inne iP -np. "<ip>:<port>"
amxbans_server_address ""

amxbans_use_newbancmd 0
// 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 "FFa+BF2"
// 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 2
// Nie wpisuj "http://". Plugin sam sobie to wpisze
amxbans_complain_url "www.cs-Zaborze.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 0
// 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 "m"
// 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 0
// Obecnie nie wiadomo  // Tak napisali w oryginale <img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/biggrin.png' class='bbc_emoticon' alt=':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 0
// Czasy oznakowan w menu
amx_setflagtimes "5 m" "30 m" "1 h" "3 h" "1 d" "1 w" "0 m"
// 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" "1 d" "1 w" "0 m"
// 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 "3"
// 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



log
AMX Mod X version 1.8.1.3711 Copyright (c) 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.
Version 0.9.179 Linux
[DPROTO]: Loading config './dproto.cfg'
[DPROTO]: LoggingMode = 2
[DPROTO]: Config sucessfully loaded.
[DPROTO]: Done.
scandir failed:/home/s12970/SAVE
scandir failed:/home/s12970/./valve/SAVE
scandir failed:/home/s12970/./platform/SAVE
L 03/31/2013 - 23:17:34: -------- Mapchange to de_dust2 --------
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
stray key in process_key: item_getiteminfo 63
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
[AMXBans] laduje plik amxbans.cfg
[AMXBans] amxbans.cfg zostal zaladowany | AMXX.PL | Wersja PL - Szyfrant i MisieQ
[AMXBans] plugin_cfg: ip 94.23.88.66:27037 / prefix amx
L 03/31/2013 - 23:17:35: [amxbans_main.amxx] [AMXBans] Received DB Info Tuple from amxbans_core: 1 | amx
[AMXBans] Loaded 1 admin from database
L 03/31/2013 - 23:17:35: [amxbans_main.amxx] [AMXBans] The server IP:PORT is: 94.23.88.66:27037
[AMXBans] No Reasons found
L 03/31/2013 - 23:17:35: [amxbans_main.amxx] [AMXBans] No Reasons found in Database. Static reasons were loaded instead.
L 03/31/2013 - 23:17:35: [amxbans_main.amxx] [AMXBANS DEBUG] UPDATE `amx_serverinfo` SET `timestamp` = '', `hostname` = 'Counter-Strike 1.6 @Tserwery.pl', `gametype` = 'cstrike', `amxban_version` = '1.6', `amxban_menu` = '1' WHERE `address` = '94.23.88.66:27037'
L 03/31/2013 - 23:17:35: [amxbans_main.amxx] [AMXBans] AMXBans Gm 1.6 is online, date: 14:25 26.04.2011
Connection to Steam servers successful.
VAC secure mode is activated.
MasterRequestRestart
Your server needs to be restarted in order to receive the latest update.
Menu item 17 added to Menus Front-End: "AMXBans: Player-Flagging" from plugin "AMXBans: Main"
Menu item 18 added to Menus Front-End: "AMXBans: Disconnected Players" from plugin "AMXBans: Main"
Menu item 19 added to Menus Front-End: "AMXBans: Banhistory" from plugin "AMXBans: Main"
L 03/31/2013 - 23:21:35: [amxbans_core.amxx] Login: "Lucek<1><STEAM_ID_LAN><>" became an admin (account "Lucek") (access "abcdefghijklmnopqrstu") (address "82.243.245.11") (nick "lucek") (static 0)
L 03/31/2013 - 23:21:35: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 03/31/2013 - 23:21:35: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 03/31/2013 - 23:21:35: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 03/31/2013 - 23:21:59: [plmenu.amxx] Ban: "Lucek<1><STEAM_ID_LAN><>" ban and kick "Lucek<1><STEAM_ID_LAN><>" (minutes "5")
Dropped Lucek from server
Reason: Added to banned list
Writing listip.cfg.
MasterRequestRestart
Your server needs to be restarted in order to receive the latest update.