[script:esx_addonacco] SCRIPT ERROR: @esx_addonaccount/server/main.lua:47: attempt to get length of a nil value (field ‘?’)

function GetAccount(name, owner)
for i=1, accounts[name], 1 do
if Accounts[name][i].owner == owner then
return Accounts[name][i]
end
end
end

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.