Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. property.Enable( ) -- THIS LINE IS REQUIRED TO USE PROPERTIES
  2. property.Add( "Appartment 101", "A Typical Appartment", 100, { 258, 260 })
  3. property.Add( "Appartment 202", "A Typical Appartment", 100, { 245, 261 })
  4. property.Add( "Garage", "Medium Sized Garage", 150, { 191, 185, 603 })
  5. property.Add( "In Town housing Block", "A large Appartment", 250, { 232, 580, 233, 480, 479, 483, 484, 486, 578 })
  6. property.Add( "Court House", "German court House", 300, { 833, 834, 610, 840, 838, 622 })
  7. property.Add( "Freight Warehouse", "A Large Warehouse", 350, { 189, 188, 291, 290, 289, 235, 236, 222, 223, 187, 186 })
  8. property.Add( "Coffee Shop", "A Small Coffer Shop", 150, { 544, 872, 549 })
  9. property.Add( "Concession Store", "Small 2 Door Shop", 150, { 191, 185, 603 })
  10. property.Add( "3 Story Brick House", "3 Story Home", 235, { 405, 416, 414 })
  11. property.Add( "Yellow Warehouse", "A Large Warehouse", 350, { 333, 332, 335, 586, 581, 338, 337, 400 })
  12. property.Add( "Pawn Shop", "A Small Coffer Shop", 250, { 423, 466, 470, 422 })
  13. property.Add( "Red Warehouse", "A Large Warehouse", 350, { 649, 648, 650 })
  14. property.Add( "Small Home", "2 Story Home With a Balcony", 150, { 643, 539, 530, 535, 533 })
  15. property.Add( "Large Home", "Features a Shop, Living Area, and a Basement", 250, { 427, 438, 431, 451, 450, 489 })
  16. property.Add( "Small Flat", "Appartment in The Slums", 150, { 591, 442, 444 })
  17. property.Add( "Industrial Warehouse", "A Large Warehouse", 250, { 812, 813, 823 })
  18. property.Add( "Blue Warehouse", "A Mid Size Warehouse", 200, { 736, 737, 734, 732, 667 })
  19. property.Add( "Movie Theater", "A Small Theater", 250, { 711, 710, 720, 820 })
  20. property.Add( "Small Pawn Shop", "A Small Shop", 150, { 727, 728, 729 })
  21. property.Add( "A Mansion", "A Large Home", 350, { 757, 758, 772, 707 })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement