Jump to content

MaxMoss

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MaxMoss's Achievements

Vic

Vic (3/54)

0

Reputation

  1. MaxMoss

    Table

    i try it
  2. MaxMoss

    Table

    Hello I want to create a table like this: table = { [1] = {}, [2] = {}, [3] = {}, } And I want to change table 3 to table 2 when table 2 is deleted table = { [1] = {}, --[2] = {}, [2] = {}, } Sorry for my English, I took help from Google Translate
×
×
  • Create New...