What I'm dooing wrong?!
#2

Quote:
Originally Posted by [ĦŁ₣
ЉǾǖŦĦЗŁΛẄ ]
Check your indentation, never must you have two braces, open or close, on the same tab column:

Callback()
{
Function()
{
Statement()
{
//Etc...
}
}
}

You must have your braces aligned so you can keep track of them and know what and where functions and statements start and end.

Correction:

Callback()
{
Function()
{
Statement()
{
//Etc...
}
}
}


Check your command script again and look for abnormalities like this.
Yeah, I'm not best in english but i'll try to understand a bit of this
Reply


Messages In This Thread
What I'm dooing wrong?! - by sekol - 20.04.2010, 15:00
Re: What I'm dooing wrong?! - by sekol - 20.04.2010, 15:22
Re: What I'm dooing wrong?! - by Oxside - 20.04.2010, 15:24
Re: What I'm dooing wrong?! - by sekol - 20.04.2010, 18:24
Re: What I'm dooing wrong?! - by Oxside - 28.04.2010, 15:40

Forum Jump:


Users browsing this thread: 1 Guest(s)