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
Credits
Storfigge Offline
Member

Posts: 101
Threads: 31
Joined: Sep 2012
Reputation: 0
#1
Credits

So im kind of done with my map but I'm having some issues with the end credits :S I've been looking on the wiki and searching around the forums here but I still don't understand what to.

In .lang I've written


<CATEGORY Name="Ending">



<Entry Name="MainCredits">

blablablabal
</Entry>


</CATEGORY>


In my hps file i wrote

void OnStart()



{
AddEntityCollideCallback("Player", "Start_Credits", "MainCredits", true, 1);

}



void Credits(string &in asParent, string &in asChild, int alState)


{
StartCredits("my music.ogg", true, "ending", "MainCredits", 4);
}



void OnEnter()
{


}



void OnLeave()
{


}


I'm a big noob at this so I've just experimented hoping I will get it right... So please tell me what I've done wrong.

11-20-2012, 03:15 PM
Find


Messages In This Thread
Credits - by Storfigge - 11-20-2012, 03:15 PM
RE: Credits - by GoranGaming - 11-20-2012, 05:20 PM



Users browsing this thread: 1 Guest(s)