It still doesn't work. I tried all of your answers:/
When I'm in Entrance hall.map I get the music I wanted to hear but the screen doesn't go black to show my credits:/ This is the Entrance hall.hps
void OnStart()
{
StartCredits("ending_daniel.ogg", false, "Ending", "MainCredits", 101);
}
And this is the part in extra_english.lang
<LANGUAGE>
<CATEGORY Name="Ending">
<Entry Name="MainCredits">Here should be my Credits but it does not work. It does start playing the music I wanted but it does not go black to show this text</Entry>
</CATEGORY>
</LANGUAGE>
Can somebody please help?