Jump to content

Recommended Posts

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.

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
×
  • Create New...