Author Topic: [FIXED] Syntax error on state that doesnt make sense  (Read 809 times)

getting this stupid syntax error that is causing my add-on not to load



code itself


literally what is going on.

entire code

http://hastebin.com/casirojoli.cs
« Last Edit: January 12, 2016, 10:39:45 PM by Trogtor »

This line here

needs a semicolon at the end of it
"onCheckFire";

This line here

needs a semicolon at the end of it
"onCheckFire";
literally me rn

90% of the time, a syntax error is on the line above the one torque highlights.