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
What´s Wrong?
HplGeek Offline
Junior Member

Posts: 17
Threads: 8
Joined: Sep 2011
Reputation: 0
#1
What´s Wrong?

Getting an error: Main (22, 1) : ERR : Unexpected token '{' [Image: huh.gif]

Please Help ): Have been trying to fix this for about an hour and cant find any wrongs in my script.

Thanks


////////////////////////////
// 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(string &in asTimer);
{
FadeIn(3.0f);
}
////////////////////////////
// Run when entering map
void OnEnter()
{

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

}
09-16-2011, 04:04 PM
Find


Messages In This Thread
What´s Wrong? - by HplGeek - 09-16-2011, 04:04 PM
RE: What´s Wrong? - by Obliviator27 - 09-16-2011, 05:15 PM
RE: What´s Wrong? - by GreyFox - 09-16-2011, 06:14 PM
RE: What´s Wrong? - by Obliviator27 - 09-16-2011, 07:57 PM



Users browsing this thread: 1 Guest(s)