Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. SandyShoresMedicalCenter = {
  2.  
  3. Blip = {
  4. coords = vector3(1838.66, 3673.6, 34.28),
  5. sprite = 61,
  6. scale = 1.2,
  7. color = 2
  8. },
  9.  
  10. AmbulanceActions = {
  11. vector3(270.5, -1363.0, 23.5)
  12. },
  13.  
  14. MedKits = {
  15. vector3(1817.73, 3679.64, 34.28)
  16. },
  17.  
  18. Vehicles = {
  19. {
  20. Spawner = vector3(1830.81, 3693.0, 34.22),
  21. InsideShop = vector3(446.7, -1355.6, 43.5),
  22. Marker = { type = 36, x = 1.0, y = 1.0, z = 1.0, r = 100, g = 50, b = 200, a = 100, rotate = true },
  23. SpawnPoints = {
  24. { coords = vector3(1836.54, 3698.63, 34.22), heading = 304.04, radius = 4.0 },
  25. { coords = vector3(1817.64, 3687.74, 34.22), heading = 296.72, radius = 4.0 }
  26. }
  27. }
  28. },
  29.  
  30. Helicopters = {
  31. {
  32. Spawner = vector3(317.5, -1449.5, 46.5),
  33. InsideShop = vector3(305.6, -1419.7, 41.5),
  34. Marker = { type = 34, x = 1.5, y = 1.5, z = 1.5, r = 100, g = 150, b = 150, a = 100, rotate = true },
  35. SpawnPoints = {
  36. { coords = vector3(313.5, -1465.1, 46.5), heading = 142.7, radius = 10.0 },
  37. { coords = vector3(299.5, -1453.2, 46.5), heading = 142.7, radius = 10.0 }
  38. }
  39. }
  40. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement