BolonZX Posted March 1, 2015 Posted March 1, 2015 so I always wondered if MTA was compatible with other programming languages such as c++ or Java if so is there any library for it? In-game name: |-FMJ-|
xXMADEXx Posted March 4, 2015 Posted March 4, 2015 No, however it does allow users to write modules for the game using C++ I believe. https://wiki.multitheftauto.com/wiki/Modules The Ultimate Lua Tutorial! | MTA PHP SDK
ixjf Posted March 4, 2015 Posted March 4, 2015 The modules can be written in any language as long as such language supports exporting a C interface (e.g. C, C++, Rust). I used to know how to code, but then I took an arrow in the knee. Project Redivivus - Remaking Old School MTA With New Code MTA 0.6 Nightly 1 released
Jaysds1 Posted March 6, 2015 Posted March 6, 2015 What about Java? My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
ixjf Posted March 6, 2015 Posted March 6, 2015 Java is an interpreted language, therefore the only way to do it is to write a module in one of the languages I mentioned to create a Java virtual machine from there. Pointless, really, all of it. Lua is good enough. I used to know how to code, but then I took an arrow in the knee. Project Redivivus - Remaking Old School MTA With New Code MTA 0.6 Nightly 1 released
Jaysds1 Posted March 8, 2015 Posted March 8, 2015 I know, I just wanted to know if Java could be used to create a Module for MTA. Thanks tho My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
BolonZX Posted March 8, 2015 Author Posted March 8, 2015 sorry for the late reply guys and thanks for the replies In-game name: |-FMJ-|
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