Jump to content

xml problem


Castillo

Recommended Posts

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 :P, so if someone can help me thanks :D

Edit: solved used

local root = getResourceConfig("playerdb.xml")

Edited by Guest
Link to comment

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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...