Jump to content

How To Save Teams?


vXHazE

Recommended Posts

It should give warning/error on debug for players with no team accountData on first function (players first time on server) at

local team = getAccountData (account, "team")

what you should do is set it to

local team = getAccountData (account, "team") or "some default team"

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...