• This forum has a zero tolerance policy regarding spam. If you register here to publish advertising, your user account will be deleted without further questions.

Joinsound [CSS]

low

New Member
Hallo,

ich habe folgendes Problem ich hab auf meinem FTP server einen Sound hochgeladen jedoch spielt ihn der Server beim Join eines Spielers nicht ab.
Code:
Actionsoundlist:
 
"joinserver" admin_plugin/actions/anfang.mp3
"votestart" admin_plugin/actions/startyourvoting.mp3
"voteend" admin_plugin/actions/endofvote.mp3
//"roundstart" admin_plugin/actions/roundstart.mp3
//"roundend" admin_plugin/actions/roundend.mp3
"restrictedweapon" admin_plugin/actions/restrictedweapon.wav
 
Download
 
"downloads.txt"
{
// Add any files you wish to have downloaded to a clients system in here
// The key can be any name you wish.
// The value must be the location on your server of the file
 
"downloads"
{
"my_file" "materials/decals/custom/mani_admin_plugin/mani_logo.vmt"
"anfang" "sound/admin_plugin/actions/anfang.mp3"
}
}
 
Der Sound befindet sich in dem Verzeichnis
 
/srcds/cstrike/sound/admin_plugin/actions/anfang.mp3
 
Beim Versuch zu joinen kommt das hier
 
Failed to load sound "admin_plugin\actions\anfang.mp3", file probably missing from disk/repository
Wo ist der Fehler?

Danke für eure Hilfe

mfg Mounty
 
Last edited by a moderator:
Hi

die "downloads.txt" wird normalerweise nicht benötigt wen "sv_allowdownload" 1 ist.
versuch mal die datei "mani_player_settings.txt" im ordner "cstrike\cfg\mani_admin_plugin\data" zu löschen. die datei wird automatisch neu erstellt wen mani's das nächste mal gestartet wird. darin sind die einstellungen auf dem server für alle spieler gespeichert. durch das löschen werden z.B. deaktivierte sounds wieder aktiviert.
 
Back
Top