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
Script Help Unexpected end to file
Southlaguna Offline
Member

Posts: 70
Threads: 21
Joined: Jan 2012
Reputation: 0
#30
RE: Unexpected end to file

I dont know why but now this is happening on my PC version and ive already removed the cache with no improved results... Tell me if theres a way to get rid of this issue i included my log at the bottom.


////////////////////////////
// BEGIN

void Intro(string &in asTimer)
{
string x = asTimer;
if (x == "T1")
{
FadeIn(3);
SetPlayerActive(true);
SetPlayerMoveSpeedMul(0.35f);
SetPlayerRunSpeedMul(0);
SetPlayerLookSpeedMul(0.5);
FadeImageTrailTo(2,1);
FadePlayerRollTo(12, 0.3f,0.7f);
FadePlayerFOVMulTo(0.7, 0.05);
}
string x =asTimer:
if (x=="T2")
{
FadeOut(3);
FadeGlobalSoundVolume(0, 3);
}
string x =asTimer:
if (x=="T3")
{
FadeIn(3);
FadeGlobalSoundVolume(2, 3);
}
}

////////////////////////////
// Run when starting map
void OnStart()

//----INTRO----//
{
AddTimer("T1, 1, "Intro");
AddTimer("T2, 3, "Intro");
AddTimer("T3, 6, "Intro");
}
////////////////////////////
// Run when entering map
void OnEnter()
{

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

}


Attached Files
.log   hpl.log (Size: 2.93 KB / Downloads: 117)

02-11-2012, 09:42 PM
Find


Messages In This Thread
Unexpected end to file - by Southlaguna - 02-10-2012, 06:14 AM
RE: Unexpected end to file - by Obliviator27 - 02-10-2012, 08:30 AM
RE: Unexpected end to file - by Southlaguna - 02-10-2012, 09:37 PM
RE: Unexpected end to file - by Your Computer - 02-10-2012, 10:05 PM
RE: Unexpected end to file - by Southlaguna - 02-10-2012, 10:29 PM
RE: Unexpected end to file - by Your Computer - 02-10-2012, 10:31 PM
RE: Unexpected end to file - by Southlaguna - 02-10-2012, 10:38 PM
RE: Unexpected end to file - by Your Computer - 02-10-2012, 11:11 PM
RE: Unexpected end to file - by Southlaguna - 02-10-2012, 11:18 PM
RE: Unexpected end to file - by Your Computer - 02-10-2012, 11:39 PM
RE: Unexpected end to file - by Southlaguna - 02-10-2012, 11:48 PM
RE: Unexpected end to file - by Your Computer - 02-11-2012, 12:09 AM
RE: Unexpected end to file - by Southlaguna - 02-11-2012, 12:36 AM
RE: Unexpected end to file - by Your Computer - 02-11-2012, 12:45 AM
RE: Unexpected end to file - by Southlaguna - 02-11-2012, 12:46 AM
RE: Unexpected end to file - by Your Computer - 02-11-2012, 12:51 AM
RE: Unexpected end to file - by Southlaguna - 02-11-2012, 01:01 AM
RE: Unexpected end to file - by Your Computer - 02-11-2012, 01:09 AM
RE: Unexpected end to file - by Southlaguna - 02-11-2012, 01:19 AM
RE: Unexpected end to file - by Your Computer - 02-11-2012, 01:25 AM
RE: Unexpected end to file - by Southlaguna - 02-11-2012, 01:41 AM
RE: Unexpected end to file - by Your Computer - 02-11-2012, 01:46 AM
RE: Unexpected end to file - by xjonx - 03-20-2014, 12:25 AM
RE: Unexpected end to file - by Southlaguna - 02-11-2012, 02:31 AM
RE: Unexpected end to file - by Your Computer - 02-11-2012, 02:36 AM
RE: Unexpected end to file - by Southlaguna - 02-11-2012, 02:40 AM
RE: Unexpected end to file - by Your Computer - 02-11-2012, 03:02 AM
RE: Unexpected end to file - by Southlaguna - 02-11-2012, 03:15 AM
RE: Unexpected end to file - by Southlaguna - 02-11-2012, 09:42 PM
RE: Unexpected end to file - by Your Computer - 02-11-2012, 09:58 PM
RE: Unexpected end to file - by Southlaguna - 02-11-2012, 10:07 PM
RE: Unexpected end to file - by Your Computer - 02-11-2012, 10:29 PM
RE: Unexpected end to file - by Southlaguna - 02-12-2012, 05:33 AM
RE: Unexpected end to file - by Southlaguna - 02-12-2012, 06:59 AM
RE: Unexpected end to file - by Southlaguna - 02-13-2012, 10:48 PM
RE: Unexpected end to file - by oscar1007 - 02-14-2012, 07:32 AM
RE: Unexpected end to file - by Southlaguna - 02-14-2012, 08:39 PM
RE: Unexpected end to file - by PutraenusAlivius - 03-20-2014, 12:35 AM
RE: Unexpected end to file - by Neelke - 03-20-2014, 03:40 PM



Users browsing this thread: 1 Guest(s)