mouamle Posted July 10, 2017 Share Posted July 10, 2017 Hi i'm working on a script editor for mta. The first problem was that i don't have the time to copy and paste all the functions syntax and the return type and the extra info And web scraping did not work for me ( you can check it yourself ) is there a way to get them? The Script editor will be written in Java and it will be open source once i have this problem solved :D. Thanks <3. Link to comment
Simple0x47 Posted July 10, 2017 Share Posted July 10, 2017 Copy from wiki and paste in your code, no other way. 1 Link to comment
mouamle Posted July 10, 2017 Author Share Posted July 10, 2017 1 hour ago, Uknown. said: Copy from wiki and paste in your code, no other way. That would take for-ever Link to comment
ma2med Posted July 11, 2017 Share Posted July 11, 2017 Maybe function _G from that page https://wiki.multitheftauto.com/wiki/Predefined_variables_list Link to comment
mouamle Posted July 11, 2017 Author Share Posted July 11, 2017 3 hours ago, ma2med said: Maybe function _G from that page https://wiki.multitheftauto.com/wiki/Predefined_variables_list That would just return the function name not it's args Link to comment
mouamle Posted July 11, 2017 Author Share Posted July 11, 2017 Oh nevermind guys i did it using Jsoup pastebin.com/vnPwZskw 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