Untitled

From Bulky Octupus, 2 Years ago, written in Lua, viewed 202 times. This paste will bite the big one in 1 Second.
URL https://paste.godclan.hu/view/7491daf2 Embed
Download Paste or View Raw
  1. local jet_doors_right =
  2.     {
  3.         {3095, 4176.6226, -1856.8087, 244.26378, 83.333, 180, 149.996},
  4.         {3095, 4176.875,  -1856.3716, 241.40071, 76.667, 180, 149.996},
  5.         {3095, 4177.2925, -1855.6495, 238.6156,  70,     180, 149.996},
  6.         {3095, 4177.8682  -1854.6525, 235.94612, 63.333, 180, 149.996},
  7.         {3095, 4178.5952, -1853.3938, 233.42839, 56.667, 180, 149.996},
  8.         {3095, 4179.4639, -1851.8905, 231.09642, 50,     180, 149.996},
  9.         {3095, 4180.4619, -1850.163,  228.98177, 43.333, 180, 149.996},
  10.         {3095, 4181.5757, -1848.2346, 227.11302, 36.667, 180, 149.996},
  11.         {3095, 4182.791,  -1846.1313, 225.51547, 30,     180, 149.996},
  12.         {3095, 4184.0903, -1843.8817, 224.21071, 23.333, 180, 149.996},
  13.         {3095, 4185.457,  -1841.5162, 223.21637, 16.667, 180, 149.996},
  14.         {3095, 4186.8721, -1839.0667, 222.54591, 10,     180, 149.996},
  15.         {3095, 4188.3164, -1836.5663, 222.2084,  3.333,  180, 149.996}
  16. }
  17.  
  18.  
  19.         for col, row in pairs(jet_doors_right) do
  20.                 createObject(jet_doors_left[col][row]
  21.         end

Reply to "Untitled"

Here you can reply to the paste above