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
My level will not load...
HakePT Offline
Junior Member

Posts: 49
Threads: 1
Joined: Sep 2010
Reputation: 0
#5
RE: My level will not load...

http://www.frictionalgames.com/forum/thr...+validator

Internets to MulleDK19 for sharing.

And yes the error seems to be in the HPS file.

"main (24,2) : ERR :Expected data type"

line 24, 2 error unexpected data type. Sorry i didn't notice:

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

You forgot the parentheses on the function OnLeave.

Causes immediate error since what is between the () is what the function receives as information so if you don't close it or put unsupported information it crashes.

EDITTongueandemoneus was faster than me Tongue
10-01-2010, 04:55 PM
Find


Messages In This Thread
My level will not load... - by LoneWolf - 10-01-2010, 03:12 PM
RE: My level will not load... - by HakePT - 10-01-2010, 03:38 PM
RE: My level will not load... - by LoneWolf - 10-01-2010, 04:09 PM
RE: My level will not load... - by Pandemoneus - 10-01-2010, 04:43 PM
RE: My level will not load... - by HakePT - 10-01-2010, 04:55 PM
RE: My level will not load... - by LoneWolf - 10-01-2010, 04:57 PM
RE: My level will not load... - by HakePT - 10-01-2010, 05:01 PM
RE: My level will not load... - by LoneWolf - 10-01-2010, 05:11 PM
RE: My level will not load... - by HakePT - 10-01-2010, 06:12 PM



Users browsing this thread: 1 Guest(s)