27.12.2013, 14:09
If the compiler crashes without any error, it means that you have put one or several } useless.
For example
For example
PHP код:
if(strcmp(cmd, "/mycommand", true) == 0)
{
if(first_condition = true)
{
some script here
}
}
} // This one is useless and could crash your compiler