Jump to content

Saving Memo Data


Xeno

Recommended Posts

How would I save memo data for the next time a player joined the server? So say if a check box was ticked, the data would save for the next time the player logged on

guiCreateMemo(17,79,414,246,"",false,Window) 
local checkedBox = guiCreateCheckBox(20,30,150,20,"Checked checkbox",true,false,guiWindow) 
  

Please could you help me?

Link to comment

1. save on Account but then the player need to log in and after you can get the info from account use this if the player need to log in to can see the window

2. save in xml file and then when player join to the server you can get the info from the xml use this is the player don't need to log in to see the window

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...