Flower ☠ Power Posted November 8, 2018 Share Posted November 8, 2018 Hello there, first of all a little bit of context: I'm scripting my own server and right now I use MTA's default account data system to storage it's very simple to use and for simple stuff like player kills, money... it's really easy and confortable to use, but when we're talking about storaging about bigger data like maybe the clothes that he's wearing if he has CJ skin I have to start doing tricks with toJSON in order to storage it as string and then back it up as a table... Overall I don't have any issue, but now with more complex stuff like group system I'm seriously thinking about making my own custom MySQL data storage system. Now my questions are more specifically about performance, how good is MTA default acc storage system? does a custom one with MySQL perform better? and ultimately the most important is it worthy making a whole new storage system for your own server or should stick to the default one (or maybe mix them)? Link to comment
Dimos7 Posted November 8, 2018 Share Posted November 8, 2018 For me it better use costum mysql so you can see what you store and you can put a password strong so none can stole password etc from account its better and easy Link to comment
Gordon_G Posted November 8, 2018 Share Posted November 8, 2018 Yeah or you could just let the default MTA account system and store account's data in your custom database 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