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"


Dodatki SourceMod




Moja zawartość
Nie podano