Sowban Posted January 2, 2022 Share Posted January 2, 2022 Hello guys I recently had ideas for setting up a server in MTA. I heard a bit about lua and its characteristics. I wanted to know what programming languages are needed to set up a game server in MTA and manage it from beginner to professional. thank you. Link to comment
Sowban Posted January 3, 2022 Author Share Posted January 3, 2022 1 hour ago, angeluni said: Lua Xml Maybe mysql Thanks, but are you sure that we only need this 3 things for the whole process ? does html useful tho? does mysql uses sql ? Tnx again. Link to comment
DRW Posted January 3, 2022 Share Posted January 3, 2022 23 minutes ago, Sowban said: Thanks, but are you sure that we only need this 3 things for the whole process ? does html useful tho? does mysql uses sql ? Tnx again. In principle, Lua & SQL are the only necessary languages you need to know! You need to go through Lua to do SQL queries, you need to go through Lua to do anything related to HTML. MySQL is SQL, yes. The default database of MTA is SQLite, which is a little different from MySQL (faster but does not have as many features). You can actually use HTML in MTA for all kinds of things, obviously with Lua in the back end. Link to comment
angeluni Posted January 3, 2022 Share Posted January 3, 2022 2 hours ago, Sowban said: Thanks, but are you sure that we only need this 3 things for the whole process ? does html useful tho? does mysql uses sql ? Tnx again. lately i create everything only using .lua other languages are complements 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