• Storing data.
    4 replies, posted
What would be the best way to store data that i can then add to or remove from with in-game commands/concommands.
What do you mean data? Like player data?
I am making a loot spawning code and i want to be able to add or remove loot spawns with chat commands so i dont have to be manually adding each like a horse. What should i use for the storage of those positions and class names? I have mysql set-up btw.
[QUOTE=Benjiko99;39540435]I am making a loot spawning code and i want to be able to add or remove loot spawns with chat commands so i dont have to be manually adding each like a horse. What should i use for the storage of those positions and class names? I have mysql set-up btw.[/QUOTE] You can use mysql, sqlite, or a text file. You should probably use SQLite because its easy and portable, but any of them will work fine.
Well guess ill just mysql since i already used that on stuff before. It just feels most suitable to me.
Sorry, you need to Log In to post a reply to this thread.