Guest User

Untitled

a guest
Dec 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. optionsTable = {}
  2. optionsTable[1] = {x=3623273, y=247236472346, z=2478247287}
  3. optionsTable[2] = {x=3623273, y=247236472346, z=2478247287}
  4. optionsTable[3] = {x=3623273, y=247236472346, z=2478247287}
  5. optionsTable[4] = {x=3623273, y=247236472346, z=2478247287}
  6.  
  7. local randomNumber = math.random(1,4)
  8. local x = optionsTable[randomNumber]['x']
  9. local y = optionsTable[randomNumber]['y']
  10. local z = optionsTable[randomNumber]['z']
Add Comment
Please, Sign In to add comment