Jump to content

VECTOR_98

Members
  • Posts

    2
  • Joined

  • Last visited

Details

  • Gang
    HG

VECTOR_98'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. thank so much You are the best programmer
  2. hi guys i make new table but i need anyone explain for me How to add number to table automatically? local MyTable = { [5] = 1, Each time more than 5 [10] = 2, [15] = 3, [20] = 4, [25] = 5, [30] = 6, [35] = 7, [40] = 8, [45] = 9, here all numbe until [1005] = 200 } sory guys I am new here I hope anyone help me Thanks --- this table i use for my script local MyTable = { [5] = 1, [10] = 2, [15] = 3, [20] = 4, [25] = 5, [30] = 6, [35] = 7, [40] = 8, [45] = 9, }
×
×
  • Create New...