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.
Wo ist der Fehler?
Danke für eure Hilfe
mfg Mounty
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
Danke für eure Hilfe
mfg Mounty
Last edited by a moderator: