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
.Lang File Help Having some credits problems, please help?
Magasztos Offline
Member

Posts: 54
Threads: 21
Joined: Jun 2012
Reputation: 0
#1
Having some credits problems, please help?

Hi, I'm having a pretty annoying problem I'm trying to make some credits and I'm pretty sure I used the correct script:

void Final(string &in asParent, string &in asChild, int alState)
{
SetPlayerSanity(0);
PlayGuiSound("SNITBC.snt", 50);
SetEntityActive("servant_brute (custom)_1", false);
    FadeOut(2);
    AddTimer ("", 4.5f, "StartCredits");
}

void StartCredits (string &in asTimer)
{
    StartCredits("EndCredits.ogg", false, "Ending", "MainCredits", 4);
}


And my credits start as normally with the correct music but instead of the text I put in my .Lang file it shows the credits of the original game.


It's really starting to annoy me cuz nothing I do seems to work, please help me Huh

~The Hulk is always greener on the other side~
12-22-2012, 10:41 PM
Find


Messages In This Thread
Having some credits problems, please help? - by Magasztos - 12-22-2012, 10:41 PM



Users browsing this thread: 1 Guest(s)