function data() for i,v in ipairs(pojazdy) do max2 = max2 + 1 end end
table = {} table[1] = "cos" table[3] = "tam" outputChatBox( #table )
table = {} table[1] = "cos" table[3] = "tam" for k,v in ipairs(table) do ilosc = k end outputChatBox(ilosc)