What would be the best way to store a player's information whenever he/she accepts a quest (clicking a DButton), deletes a quest (again, clicking a DButton), or completes a quest (clicking a DButton once more?)
Would my best interest be storing data into the sv.db file or storing it in a file in the /data folder?
Thanks for any help you can give me!
If you need cross-server functionality, store it in a MySQL database, otherwise store it in sv.db. If you need to store it temporarily or per player session, then store it in a table on the server.
[QUOTE=McDunkable;50257687]If you need cross-server functionality, store it in a MySQL database, otherwise store it in sv.db. If you need to store it temporarily or per player session, then store it in a table on the server.[/QUOTE]
I see, thanks mate!
Sorry, you need to Log In to post a reply to this thread.