![]()
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
"round_start"
{
"sounds"
{
"Warioware Intro Sound" "sound/MySoundFolder/sample.mp3"
"Other sound" "sound/MySoundFolder/OtherSound.mp3"
}
"options"
{
"NOTIFY_SOUND_DELAY" "0.1"
"SOUND_CLIENTONLY" "1"
"SOUND_PLAYTYPE" "1"
"NOTIFY_MSG" "Message"
}
}
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Newbie'« (17. Dezember 2012, 14:31)

Das sind die Events für CS:GO
Klick
Die Ordnerstruktur bei CS:GO ist anders
CS:S -> sound/dein Ordner/....mp3
CS:GO -> sound/music/dein Ordner/...mp3
Hast du das alles beachtet ???
MFG
FfoPrinz
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
"round_start"
{
"conditions"
{
"userid:userid" "1"
}
"sounds"
{
"Lied01" "sound/music/deinOrdner/...mp3"
"Lied02" "sound/music/deinOrdner/...mp3"
"Lied03" "sound/music/deinOrdner/...mp3"
"Lied04" "sound/music/deinOrdner/...mp3"
}
"options"
{
sm_event_sounds_play_type "1"
sm_event_sounds_notify_msg "Message"
sm_event_sounds_notify_delay "0.1"
sm_event_sounds_sound_delay "0.1"
sm_event_sounds_color_notify "0"
sm_event_sounds_clientonly "0"
}
}
|