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
Unexpected end of file
Cruzore Offline
Senior Member

Posts: 301
Threads: 2
Joined: Jun 2012
Reputation: 37
#2
RE: Unexpected end of file

void Give_Up(string &in asParent, string &in asChild, int alState)
{
if(GetLocalVarInt("BruteInRoom") != 1) return;
if(alState == 1)

StartBangDoorEvent();
else
StopBangDoorEvent();

}
missing parantheses.
06-20-2012, 08:55 PM
Find


Messages In This Thread
Unexpected end of file - by drunkmonk - 06-20-2012, 08:47 PM
RE: Unexpected end of file - by Cruzore - 06-20-2012, 08:55 PM
RE: Unexpected end of file - by drunkmonk - 06-20-2012, 08:58 PM
RE: Unexpected end of file - by Cruzore - 06-20-2012, 09:04 PM
RE: Unexpected end of file - by drunkmonk - 06-20-2012, 09:09 PM
RE: Unexpected end of file - by Cruzore - 06-20-2012, 09:13 PM
RE: Unexpected end of file - by drunkmonk - 06-20-2012, 09:19 PM
RE: Unexpected end of file - by Cruzore - 06-20-2012, 09:22 PM
RE: Unexpected end of file - by drunkmonk - 06-20-2012, 09:30 PM
RE: Unexpected end of file - by Apjjm - 06-20-2012, 09:34 PM
RE: Unexpected end of file - by drunkmonk - 06-20-2012, 09:40 PM
RE: Unexpected end of file - by Cruzore - 06-20-2012, 09:36 PM



Users browsing this thread: 1 Guest(s)