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:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Faid In Script
HplGeek Offline
Junior Member

Posts: 17
Threads: 8
Joined: Sep 2011
Reputation: 0
#1
Faid In Script

My map worked this far:
It faids out > Some Information text appears > (fails here) I want the screen to faid in again.
Have been trying to fix this for about 35 minutes now, and descided to write a post here
about it. Dodgy

////////////////////////////
// Run first time starting map
void OnStart()
{
AddTimer("FadeIn", 5, "FadeIn");
AddTimer("tmrIntro", 10.5f, "IntroMessage2");
AddTimer("tmrIntro", 21.0f, "IntroMessage3");
FadeOut(0.0f);
SetMessage("Messages", "intro1", 10.0f);
}

void IntroMessage2(string &in asTimer)
{
SetMessage("Messages", "intro2", 10.0f);
}

void IntroMessage3(string &in asTimer)
{
SetMessage("Messages", "intro3", 10.0f);
}
void FadeIn(float afTime);
{
FadeIn(3.0f);
}
////////////////////////////
// Run when entering map
void OnEnter()
{

}
////////////////////////////
// Run when leaving map
void OnLeave()
{

}
(This post was last modified: 09-16-2011, 03:38 PM by HplGeek.)
09-16-2011, 03:23 PM
Find


Messages In This Thread
Faid In Script - by HplGeek - 09-16-2011, 03:23 PM
RE: Faid In Script - by Khyrpa - 09-16-2011, 03:43 PM
RE: Faid In Script - by HplGeek - 09-16-2011, 03:44 PM
RE: Faid In Script - by Your Computer - 09-16-2011, 04:29 PM
RE: Faid In Script - by HplGeek - 09-16-2011, 04:43 PM



Users browsing this thread: 1 Guest(s)