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
Loading Screen help
MaZiCUT Offline
Senior Member

Posts: 536
Threads: 31
Joined: Jun 2012
Reputation: 17
#1
Loading Screen help

void OnStart()
{
AddEntityCollideCallback("Player", "NextLevel", "ChangeMap", true, 1);
}



void LoadingScreenText (string&asTextCat, string&asTextEntry, int alRandomNum, string&asImageFile)
{
SetupLoadScreen("LoadingScreen", "LoadText", 1, "LoadScreenText.jpg");
}



void ChangeMap(string &in asParent, string &in asChild, int alState)
{
ChangeMap("Outside2.map", "StartArea_3", "", "");
LoadingScreenText();
}

It doesen't work Sad

Hi.
(This post was last modified: 06-12-2012, 09:58 PM by MaZiCUT.)
06-12-2012, 09:24 PM
Website Find


Messages In This Thread
Loading Screen help - by MaZiCUT - 06-12-2012, 09:24 PM
RE: Loading Screen help - by Adny - 06-12-2012, 09:32 PM
RE: Loading Screen help - by Acies - 06-12-2012, 09:32 PM
RE: Loading Screen help - by MaZiCUT - 06-12-2012, 09:58 PM



Users browsing this thread: 1 Guest(s)