Controlled Posted March 8, 2014 Share Posted March 8, 2014 I'm trying to compile a Lua file at https://luac.multitheftauto.com/ and whenever I try it says "Error Cannot Compile File" Is their some kind of character I have in it causing this issue? Or whats going on? lol Link to comment
Castillo Posted March 8, 2014 Share Posted March 8, 2014 Your script may have syntax errors. Link to comment
Controlled Posted March 8, 2014 Author Share Posted March 8, 2014 Had a line if (speed=>1) then Instead of if (speed>=1) then That was the issue, thanks Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now