Jump to content

Erro attempt to index field '?' (a nil value)


Luiz_Eduardo21

Recommended Posts

attempt to index field '?' (a nil value)
```lua
function FormatTableItens(tablei)
    TabelaItens = tablei
    if #tablei ~= 0 then
        for i, v in ipairs(tablei) do
            local Item = v.Item
            => v.Peso = Config.Itens[Item].peso * v.Quantidade
        end
    end
    return TabelaItens
end```

Link to comment
  • Tut locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...