|
Post by blompcube on Jun 13, 2005 1:39:23 GMT -5
how do you get mmorpg stat saving to a text document or something? (needs to be able to be edited by admins on my game)
|
|
|
Post by IsmAvatar on Jun 13, 2005 15:03:59 GMT -5
you would save stats in a file, preferrably on the server's computer. For the admins to edit, they'd simply log in and access the files from the server.
Another method (though I don't encourage it) is to use a MySQL database online.
Look into text file reading/writing, along with ini and bin files.
|
|