Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1.  
  2. Config.Zones = {
  3.  
  4. HospitalInteriorEntering1 = { -- Main entrance
  5. Pos = { x = 355.8, y = -596.42, z = 27.70 },
  6. Type = 1
  7. },
  8.  
  9. HospitalInteriorInside1 = {
  10. Pos = { x = 276.64, y = -1359.9, z = 24.54 },
  11. Type = -1
  12. },
  13.  
  14. HospitalInteriorOutside1 = {
  15. Pos = { x = 249.141, y = -1369.078, z = 24.54 },
  16. Type = -1
  17. },
  18.  
  19. HospitalInteriorExit1 = {
  20. Pos = { x = 324.89, y = -598.81, z = 42.29 },
  21. Type = 1
  22. },
  23.  
  24. HospitalInteriorEntering2 = { -- Lift go to the roof
  25. Pos = { x = 247.1, y = -1371.4, z = 23.5 },
  26. Type = 1
  27. },
  28.  
  29. HospitalInteriorInside2 = { -- Roof outlet
  30. Pos = { x = 326.11, y = -595.76, z = 43.29 },
  31. Type = -1
  32. },
  33.  
  34. HospitalInteriorOutside2 = { -- Lift back from roof
  35. Pos = { x = 360.31, y = -585.23, z = 28.82 },
  36. Type = -1
  37. },
  38.  
  39. HospitalInteriorExit2 = { -- Roof entrance
  40. Pos = { x = 275.56, y = -1361.31, z = 23.4 },
  41. Type = 1
  42. },
  43.  
  44. AmbulanceActions = {
  45. Pos = { x = 336.33, y = -574.62, z = 43.33 },
  46. Type = 1
  47. },
  48.  
  49. VehicleSpawner = {
  50. Pos = { x = 323.264, y = -557.975, z = 27.650 },
  51. Type = 1
  52. },
  53.  
  54. VehicleSpawnPoint = {
  55. Pos = { x = 328.374, y = -555.934, z = 27.500 },
  56. Type = -1
  57. },
  58.  
  59. VehicleDeleter = {
  60. Pos = { x = 340.488, y = -561.599, z = 27.700 },
  61. Type = 1
  62. },
  63.  
  64. Pharmacy = {
  65. Pos = { x = 323.34, y = -581.83, z = 43.32 },
  66. Type = 1
  67. },
  68.  
  69. ParkingDoorGoOutInside = {
  70. Pos = { x = 334.38, y = -569.24, z = 42.4 },
  71. Type = 1
  72. },
  73.  
  74. ParkingDoorGoOutOutside = {
  75. Pos = { x = 318.636, y = -556.944, z = 28.743 },
  76. Type = -1
  77. },
  78.  
  79. ParkingDoorGoInInside = {
  80. Pos = { x = 333.361, y = -571.753, z = 43.300 },
  81. Type = -1
  82. },
  83.  
  84. ParkingDoorGoInOutside = {
  85. Pos = { x = 319.435, y = -559.804, z = 28.000 },
  86. Type = 1
  87. },
  88.  
  89. StairsGoTopTop = {
  90. Pos = { x = 251.91, y = -1363.3, z = 38.53 },
  91. Type = -1
  92. },
  93.  
  94. StairsGoTopBottom = {
  95. Pos = { x = 237.45, y = -1373.89, z = 26.30 },
  96. Type = -1
  97. },
  98.  
  99. StairsGoBottomTop = {
  100. Pos = { x = 256.58, y = -1357.7, z = 37.30 },
  101. Type = -1
  102. },
  103.  
  104. StairsGoBottomBottom = {
  105. Pos = { x = 235.45, y = -1372.89, z = 26.30 },
  106. Type = -1
  107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement