aintaro Posted April 23, 2014 Share Posted April 23, 2014 Hello guys, I was wondering, lets say you make a housing system, every house should teleport a player to a certain place. I was thinking of making a xml file containing the coordinations and interiors of every house. It is possible for a player to change the xml data? thanks in advance, Greetz, Aintaro Link to comment
Karuzo Posted April 23, 2014 Share Posted April 23, 2014 Just use sql. And it depends on which side you create the xml, client or server. Link to comment
xXMADEXx Posted April 23, 2014 Share Posted April 23, 2014 Yea, you should do what Krzo said, because XML is a very bad method for saving large amounts data. Anyway, if the xml file is on the client side, then the player could easily change the data. So, even if you do decide to use XML, your server is going to get really, really laggy, but be sure to make sure the xml file is on the server side. Link to comment
aintaro Posted April 23, 2014 Author Share Posted April 23, 2014 Ok thanks for your advice, I will be moving to sql. 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