Chiller87
Lieutenant
- Registriert
- Apr. 2005
- Beiträge
- 820
Hallo,
ich habe folgendes Problem ich hab auf meinem Public Server einen Sound hochgeladen.
Jedoch spielt ihn der Server beim joinen eines Spielers nicht ab.
Actionsoundlist:
"joinserver" admin_plugin/actions/join.server1.wav (als mp3 geht es auch nicht)
"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"
"join.server1" "sound/admin_plugin/actions/join.server1.wav (als mp3 geht es auch nicht)
}
}
Der Sound befindet sich in dem Verzeichnis
cstrike/sound/admin_plugin/actions/join.server1.wav
Beim Versuch zu joinen kommt das hier
Failed to load sound "admin_plugin\actions\join.server1.wav", file probably missing from disk/repository
Wo ist der Fehler?
Danke für eure Hilfe
ich habe folgendes Problem ich hab auf meinem Public Server einen Sound hochgeladen.
Jedoch spielt ihn der Server beim joinen eines Spielers nicht ab.
Actionsoundlist:
"joinserver" admin_plugin/actions/join.server1.wav (als mp3 geht es auch nicht)
"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"
"join.server1" "sound/admin_plugin/actions/join.server1.wav (als mp3 geht es auch nicht)
}
}
Der Sound befindet sich in dem Verzeichnis
cstrike/sound/admin_plugin/actions/join.server1.wav
Beim Versuch zu joinen kommt das hier
Failed to load sound "admin_plugin\actions\join.server1.wav", file probably missing from disk/repository
Wo ist der Fehler?
Danke für eure Hilfe