Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. VespucciPD = {
  2.  
  3. Blip = {
  4. Coords = vector3(-1082.4,824.94,41.22),
  5. Sprite = 60,
  6. Display = 4,
  7. Scale = 1.2,
  8. Colour = 29
  9. },
  10.  
  11. Cloakrooms = {
  12. vector3(-1063.4,-843.59,5.04)
  13. },
  14.  
  15. Armories = {
  16. vector3(-1062,-842.85,5.04)
  17. },
  18.  
  19. Vehicles = {
  20. {
  21. Spawner = vector3(-1070.84,-853.75,4.87),
  22. InsideShop = vector3(-1070.84,-853.75,4.87),
  23. SpawnPoints = {
  24. { coords = vector3(-1051,-867.37,5.13), heading = 57.01, radius = 6.0 },
  25. { coords = vector3(-1049.02,-863.79,5), heading = 62.34, radius = 6.0 },
  26. }
  27. },
  28. },
  29.  
  30. Helicopters = {
  31. {
  32. Spawner = vector3(-1078.61,-856.57,5.04),
  33. InsideShop = vector3(-1078.61,-856.57,5.04),
  34. SpawnPoints = {
  35. { coords = vector3(-1095.37,-834.9,37.68), heading = 128.9, radius = 10.0 }
  36. }
  37. }
  38. },
  39.  
  40. BossActions = {
  41. vector3(-1056.3,-830.76,19.2)
  42. }
  43.  
  44. }
  45.  
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement