19.10.2011, 17:18
If the compiler crashes, then that's usually an indication that there may be a loose bracket somewhere. I glanced over the script, but I couldn't find any. So to solve this, we'll need to work step by step.
First, wrap all of your commands in a comment block ( /* */ ) and try to compile. If the compiler does not crash, then the error is in one of the commands. On the other hand, if the compiler still crashes, the error is somewhere in the callbacks or other functions.
First, wrap all of your commands in a comment block ( /* */ ) and try to compile. If the compiler does not crash, then the error is in one of the commands. On the other hand, if the compiler still crashes, the error is somewhere in the callbacks or other functions.