brightsun Posted November 22, 2013 Share Posted November 22, 2013 Hello! Recently I learned about a language that compiles to Lua called Moonscript. I found a resource for MTA called "luna". This resource is created to execute Moonscript code without compiling it to Lua. I downloaded this resource here: https://github.com/lemonade/luna But the problem is I can't run any code this resource. When I try to call the exports.luna:execute() function, It always outputs an error: Quote ERROR: luna\execute.lua:7: [luna] [string "server:lpeg"]:2388: bad argument #1 to 'P' (lpeg-pattern expected, got nil) Expand So, maybe someone over here has a working version of this resource? Or a simmilar resource which can execute .moon files? And yes, I'm aware of that I can compile .moon scripts with Moonscript compiler. But for resource I'm working on I need to execute Moonscript files without pre-compiling it! Thank you! Link to comment
Orange Posted November 22, 2013 Share Posted November 22, 2013 That was my project, I stopped developing it due to the fact that someone blocked newproxy in MTA:SA. Until it's fixed, it won't work. 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