Advertisement
poxipox

Untitled

Jul 1st, 2023
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.05 KB | None | 0 0
  1.         [1] = {name = "Future", pos = {
  2.                 {x = 242, y = 1847, z = 7}, -- future rock city
  3.                 {x = 186, y = 1380, z = 7}, -- future city center
  4.                 {x = 128, y = 1775, z = 7}, -- future rock city 2
  5.                 {x = 724, y = 2153, z = 8}, -- jungle (future)
  6.             }
  7.         },
  8.        
  9.         [2] = {name = "(??)...s", pos = { -- NEW POS {x = 1982, y = 1539, z = 8}
  10.                 -- {x = 1080, y = 1338, z = 8}, -- mysterius island
  11.                 {x = 1982, y = 1539, z = 8}, -- multis world
  12.             }
  13.         },
  14.        
  15.         [3] = {name = "Honbur", pos = {
  16.                 {x = 980, y = 1467, z = 7}, -- honbur
  17.             }
  18.         },
  19.        
  20.         [4] = {name = "Monars", pos = {
  21.                 {x = 1791, y = 1019, z = 8}, -- monars
  22.                 {x = 1736, y = 1130, z = 7}, -- monars lp 2
  23.             }
  24.         },
  25.        
  26.         [5] = {name = "Falster", pos = {
  27.                 {x = 111, y = 638, z = 9}, -- falster
  28.             }
  29.         },
  30.        
  31.         [6] = {name = "Rodos", pos = {
  32.                 {x = 354, y = 1161, z = 7}, -- rodos
  33.             }
  34.         },
  35.        
  36.         [7] = {name = "Kanasa", pos = {
  37.                 {x = 674, y = 501, z = 7}, -- kanasa
  38.             }
  39.         },
  40.        
  41.         [8] = {name = "Inceptus", pos = {
  42.                 {x = 977, y = 1739, z = 9}, -- inceptus
  43.             }
  44.         },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement