The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
My custom Credits arn't showing.
onv Offline
Member

Posts: 51
Threads: 12
Joined: Feb 2012
Reputation: 2
#1
My custom Credits arn't showing.

Hey.
I have a little probleme with my Credits , i've writed my own one , but in-game , it shows the game's Credits (the original Credits)

Here how where the credits function is called :

void finish(string &in asEntity)
{
GiveSanityBoost();
FadeOut(1.7);
AddTimer("rrioairjaer", 2.0f, "startcredits");
}

void startcredits(string &in asTimer)
{
StartCredits("ending_alexander.ogg", false, "Ending", "MainCredits", 9001);
}

And here is the Category and the Entry in the extra_english.lang :

<CATEGORY Name="Ending">
<Entry Name="MainCredits">blablablablablabla[br][br][br]blablalba[br]*blabla[br]blabal</Entry>
</CATEGORY>

Is there anything wrong ? I will apreciate any tips or help.
08-03-2012, 09:02 PM
Find


Messages In This Thread
My custom Credits arn't showing. - by onv - 08-03-2012, 09:02 PM
RE: My custom Credits arn't showing. - by Kurton - 08-03-2012, 11:17 PM
RE: My custom Credits arn't showing. - by onv - 08-04-2012, 01:39 PM



Users browsing this thread: 1 Guest(s)