←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Problem z roundsound

Zablokowany

  • +
  • -
MasterPL - zdjęcie MasterPL 09.03.2011

Siema!

Mam problem z pluginem do AMX:X Alt End Roundsounds. Plugin nie działa. Zainstalowałem go według instrukcji podanych na tym forum.

Daję pliki do wglądu:

addons/amxmodx/configs/plugins.ini


; AMX Mod X plugins

; Admin Base - Always one has to be activated
amxbans_core.amxx       ; amx bans
amxbans_main.amxx       ; amx bans
: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       ; kick z powodem
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
bullet_damage.amxx      ; plugin pokazujący obrażenia
afkkicker.amxx          ; kick graczy z afk
amx_showip.amxx         ; pokazuje ip innych graczy
alt_end_round_sounds.amxx ; dzwieki pod koniec rundy


addons/amxmodx/configs/roundsounds.ini


; CT Sounds
"sound/misc/deatchalive.xaa.pl/FFA/ct1.mp3" "CT"
"sound/misc/deatchalive.xaa.pl/FFA/ct2.mp3" "CT"
"sound/misc/deatchalive.xaa.pl/FFA/ct3.mp3" "CT"
"sound/misc/deatchalive.xaa.pl/FFA/ct4.mp3" "CT"
"sound/misc/deatchalive.xaa.pl/FFA/ct5.mp3" "CT"
"sound/misc/deatchalive.xaa.pl/FFA/ct6.mp3" "CT"

; T Sounds
"sound/misc/deatchalive.xaa.pl/FFA/t1.mp3" "T"
"sound/misc/deatchalive.xaa.pl/FFA/t2.mp3" "T"
"sound/misc/deatchalive.xaa.pl/FFA/t3.mp3" "T"
"sound/misc/deatchalive.xaa.pl/FFA/t4.mp3" "T"
"sound/misc/deatchalive.xaa.pl/FFA/t5.mp3" "T"
"sound/misc/deatchalive.xaa.pl/FFA/t6.mp3" "T"


Dźwięki są załadowane na serwer. Są to pliki mp3. Ucinane były MP3 Knife, choć to nie ma znaczenia. Mają po 20 sek. Serwer ma fast download na xaa.pl.
To jest wpisane w config'u:


sv_downloadurl "http://www.deatchalive.xaa.pl\fastdl\ffa\cstrike" 


Cvary z configu AMX:


//Round Sound
ers_enabled 1
ers_player_toggle 1
erc_time_ads 120
erc_random_precache "6"


Co mam robić?
Odpowiedz
Zablokowany