Anonymous
public text v1 · immutableg_playerstat = {}
@Login
g_playerstat[client] = {}
g_playerstat[client]["Userid"] = tonumber(row["id"])
g_playerstat[client]["AccountName"] = row["accountname"]
g_playerstat[client]["Level"] = row["level"]
......