Mongoo Posted February 20, 2016 Share Posted February 20, 2016 I want to save some data files for each player only at server folder And reload data when server restart. thanks for helping me Link to comment https://forums.kleientertainment.com/forums/topic/64571-helphow-to-save-and-load-custom-data-at-server/ Share on other sites More sharing options...
SenL Posted February 20, 2016 Share Posted February 20, 2016 Welcome to the forum. What kind of data? You could put them in onsave() and onload() Link to comment https://forums.kleientertainment.com/forums/topic/64571-helphow-to-save-and-load-custom-data-at-server/#findComment-724955 Share on other sites More sharing options...
Mongoo Posted February 20, 2016 Author Share Posted February 20, 2016 56 minutes ago, SenL said: Welcome to the forum. What kind of data? You could put them in onsave() and onload() A global table data. like this playerdata = { [player1] = { some data}, [player2] = {some data}, } allplayers shared the global data. which file can i put them? thank you. Link to comment https://forums.kleientertainment.com/forums/topic/64571-helphow-to-save-and-load-custom-data-at-server/#findComment-724980 Share on other sites More sharing options...
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