Jump to content

Luiz_Eduardo21

Members
  • Posts

    1
  • Joined

  • Last visited

Luiz_Eduardo21's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. 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```
×
×
  • Create New...