All pastes #2123556 Raw Edit

Anonymous

public text v1 · immutable
#2123556 ·published 2012-03-02 18:02 UTC
rendered paste body
g_playerstat = {}

@Login
g_playerstat[client] = {}
g_playerstat[client]["Userid"] = tonumber(row["id"])
g_playerstat[client]["AccountName"] = row["accountname"]
g_playerstat[client]["Level"] = row["level"]
......