Advertisement
artemx32

Untitled

Nov 22nd, 2024
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.99 KB | None | 0 0
  1.  
  2. Metrostroi.StationConfigurations = {
  3.     [801] =
  4.     {
  5.         names = {"Приморская","Primorskaya","pm"},
  6.         positions = {
  7.             {Vector(-3468.453613, 15302.538086, -8137.968750),Angle(0,0,0)},
  8.         }
  9.     },
  10.     [802] =
  11.     {
  12.         names = {"Василеостровская","Vasileostrovskaya","vl"},
  13.         positions = {
  14.             {Vector(-1770.940308, -6024.260742, -7067.968750),Angle(0,90,0)},
  15.         }
  16.     },
  17.     [803] =
  18.     {
  19.         names = {"Гостиный двор","Gostiny dvor","gd"},
  20.         positions = {
  21.             {Vector(-1799.306274, 34.361675, -5985.968750),Angle(0,90,0)},
  22.         }
  23.     },
  24.     [804] =
  25.     {
  26.         names = {"Маяковская","Mayakovskaya","mk"},
  27.         positions = {
  28.             {Vector(-4584.219238, 6290.223633, -5450.968750),Angle(0,180,0)},
  29.         }
  30.     },
  31.     [805] =
  32.     {
  33.         names = {"Пл. Александра Невского","Pl. Aleksandra Nevskogo","an"},
  34.         positions = {
  35.             {Vector(9599.419922, 13412.332031, -4924.968750),Angle(0,0,0)},
  36.         }
  37.     },
  38.     [806] =
  39.     {
  40.         names = {"Елизаровская","Elizarovskaya","el"},
  41.         positions = {
  42.             {Vector(-4565.163574, 1183.925049, -3854.968750),Angle(0,0,0)},
  43.         }
  44.     },
  45.     [807] =
  46.     {
  47.         names = {"Ломоносовская","Lomonosovskaya","ls"},
  48.         positions = {
  49.             {Vector(406.534271, 1543.816772, -2782.969482),Angle(0,90,0)},
  50.         }
  51.     },
  52.     [808] =
  53.     {
  54.         names = {"Пролетарская","Proletarskaya","pt"},
  55.         positions = {
  56.             {Vector(5235.820313, -6172.987305, -1712.968750),Angle(0,180,0)},
  57.         }
  58.     },
  59.     [809] =
  60.     {
  61.         names = {"Обухово","Obukhovo","ob"},
  62.         positions = {
  63.             {Vector(4720.016113, -1883.235352, -1176.968750),Angle(0,0,0)},
  64.         }
  65.     },
  66.     [810] =
  67.     {
  68.         names = {"Рыбацкое","Rybatskoye","rb"},
  69.         positions = {
  70.             {Vector(102.440422, 7092.099609, -105.968750),Angle(0,45,0)},
  71.         }
  72.     },
  73.     depot = {
  74.         names = {"Депо"},
  75.         positions = {
  76.             {Vector(10333.222656, -8364.990234, -168.968750),Angle(0,0,0)},
  77.         }
  78.     },
  79.     disp = {
  80.         names = {"Диспетчерская"},
  81.         positions = {
  82.             {Vector(-2214.783447,-8402.745117,40.031250),Angle(0,130,0)},
  83.         }
  84.     }  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement