GhostXoP Posted June 14, 2012 Share Posted June 14, 2012 I saw these.. What would they be useful for? Can i just use my own system? Where is information stored? How would i use these in a server where one would login via my login system. Would i then link them to the accounts using these functions? Will these functions hold information about the users weapons, or health? Link to comment
Castillo Posted June 15, 2012 Share Posted June 15, 2012 These functions are for the default MTA account system, you can create/remove accounts and use get/setAccountData to save/get data from/on them. The accounts are stored at a file named: "internal.db" at your server folder. Of course you can create your own account system, there are many ways, MySQL, SQLite, XML ( not recommend for big information, as the file size will be too big ). Link to comment
GhostXoP Posted June 15, 2012 Author Share Posted June 15, 2012 I had figured, since my login system utilizes SQLite for storage of user information, it would basically be like MTA's default account system. Would it be recommended for me to go on and use my system, or use MTA's account system Link to comment
Castillo Posted June 15, 2012 Share Posted June 15, 2012 Well, as far as I know, SQLite has more functions that could be useful. Link to comment
GhostXoP Posted June 15, 2012 Author Share Posted June 15, 2012 Thank you for your response 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