Thuan Truong
Results
1
comments of
Thuan Truong
``` MySQL.Async.fetchAll("SELECT accounts FROM users WHERE identifier = @identifier", { ["@identifier"] = identifier }, function(result) if result[1].accounts and result[1].accounts ~= "" then local accounts = json.decode(result[1].accounts) accounts.bank = accounts.bank +...