Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
elseif (event == "PLAYER_LOGOUT") then
AucAdvanced.Scan.Commit(true)
private.OnUnload()
AucAdvanced.Scan.LogoutCommit()
if fData.image and type(fData.image) == "string" then
local loader, err = loadstring(fData.image)
if (loader) then
fData.image = loader()
collectgarbage()
else
print("Error loading scan image: {{", err, "}}")
end
for i = 1, #scandata.image do
id = scandata.image[i][Const.ID]
table.insert(idList, id)
1 to 12 of 12