Advertisement
Guest User

Setting up properties

a guest
Mar 3rd, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Properties.PropertyDoors[1] = { ["price"] = 300, ["name"] = "Garage 1", ["poses"] = {{ pos = Vector(-3716.6110839844,2996.2976074219,33.192474365234), ang = Angle(12.07213306427,135.49728393555,0)},{ pos = Vector(-4539.5444335938,3696.7763671875,17.546012878418), ang = Angle(9.0985774993896,-50.407833099365,0)},{ pos = Vector(-4821.2358398438,2672.17578125,-84.948211669922), ang = Angle(9.8659076690674,47.922515869141,0)}}
  2. Properties.DoorLookUp[1] = {2072, 2071, 2070, 2120}
  3.  
  4. Properties.PropertyDoors[2] = { ["price"] = 0, ["name"] = "", ["poses"] =
  5. Properties.DoorLookUp[2] =
  6.  
  7. So, when making a new property:
  8. Change the number, "1, 2, etc"
  9. It's price, nothing below 100 and nothing higher than 1000.
  10. it's name, example "Appartments 1"
  11. the "poses" are the view positions, or previews, they're like screenshots.
  12. and the second line is the door ID's. What's on your clipboard, you just paste it infront of the ='s.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement