Guest User

Untitled

a guest
Apr 26th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. binteriors = {
  2.     [1] = {
  3.         ["x"] = 5,  -- x
  4.         ["y"] = 10, -- y
  5.         ["z"] = 15,     -- z
  6.         ["int"] = 20    -- int
  7.     },
  8.        
  9.     [2] = {
  10.         ["x"] = 5,
  11.         ["y"] = 10,
  12.         ["z"] = 15,
  13.         ["int"] = 20
  14.     },
  15.        
  16.     [3] = {
  17.         ["x"] = 5,
  18.         ["y"] = 10,
  19.         ["z"] = 15,
  20.         ["int"] = 20
  21.     }
  22. }
Add Comment
Please, Sign In to add comment