Castillo Posted July 18, 2010 Share Posted July 18, 2010 (edited) hey guys, ive got a problem while adding data to a xml file, all works but i have to restart the resource to the data be refresh and i dont want it that way cause would be weird , so if someone can help me thanks Edit: solved used local root = getResourceConfig("playerdb.xml") Edited July 21, 2010 by Guest Link to comment
MaddDogg Posted July 18, 2010 Share Posted July 18, 2010 You have to close the file in order to have the data written into the file. As long as it is not closed, the data will stay in the memory. https://wiki.multitheftauto.com/wiki/XmlUnloadFile Link to comment
Castillo Posted July 18, 2010 Author Share Posted July 18, 2010 (edited) solved. Edited July 21, 2010 by Guest Link to comment
Dark Dragon Posted July 18, 2010 Share Posted July 18, 2010 better do not save information like this in xml files, with huge amounts of notes it can slow the server down and it will some time hit the limit of xml nodes which can result in the complete loss of all information. i did that mistake once, better switch to something more reliable like sqlite which comes built in or mysql provided by this module right now Link to comment
eAi Posted July 18, 2010 Share Posted July 18, 2010 Use setAccountData which is designed for doing this exact thing. Link to comment
Castillo Posted July 20, 2010 Author Share Posted July 20, 2010 Use setAccountData which is designed for doing this exact thing. thats what exactly i wont do... but can someone tell me why dosnt works what i did with xmlUnloadFile? the problem with account data was that i dint know how to set more than 1 character per player. Link to comment
eAi Posted July 20, 2010 Share Posted July 20, 2010 Use setAccountData which is designed for doing this exact thing. thats what exactly i wont do... Why? Link to comment
Castillo Posted July 21, 2010 Author Share Posted July 21, 2010 Use setAccountData which is designed for doing this exact thing. thats what exactly i wont do... Why? i dont know how to set more than 1 character per player. 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