Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. voluntario = {
  2.  
  3. },
  4.  
  5. paramedico = {
  6. { model = 'lsfd1', livery=math.random(2), label = 'Ambulancia LSED', price = 3750}
  7. },
  8.  
  9. paramedico
  10. = {
  11. { model = 'lsfd2', label = 'Vehículo LSED', price = 2550},
  12. { model = 'lsfd1', livery=math.random(2), label = 'Ambulancia LSED', price = 2750}
  13. },
  14.  
  15. enfermero = {
  16. { model = 'lsfd2', label = 'Vehículo LSED', price = 2050},
  17. { model = 'lsfd1', livery=math.random(2), label = 'Ambulancia LSED', price = 1750}
  18. },
  19.  
  20. doctor = {
  21. { model = 'lsfd2', label = 'Vehículo LSED', price = 1550},
  22. { model = 'lsfd1', livery=math.random(2), label = 'Ambulancia LSED', price = 750},
  23. { model = 'lsfdtruck1', livery=math.random(3), label = 'Camión LSFD', price = 4350}
  24. },
  25.  
  26. cirujano = {
  27. { model = 'lsfd2', label = 'Vehículo LSED', price = 500},
  28. { model = 'lsfd1', livery=math.random(2), label = 'Ambulancia LSED', price = 500},
  29. { model = 'lsfdtruck2', label = 'Furgoneta LSFD', price = 500},
  30. { model = 'lsfdtruck1', livery=math.random(3), label = 'Camión LSFD', price = 500}
  31. },
  32.  
  33. boss = {
  34. { model = 'lsfd2', label = 'Vehículo LSED', price = 500},
  35. { model = 'lsfd1', livery=math.random(2), label = 'Ambulancia LSED', price = 500},
  36. { model = 'lsfdtruck2', label = 'Furgoneta LSFD', price = 500},
  37. { model = 'lsfdtruck1', livery=math.random(3), label = 'Camión LSFD', price = 500}
  38. },
  39.  
  40. boss = {
  41. { model = 'lsfd2', label = 'Vehículo LSED', price = 500},
  42. { model = 'lsfd1', livery=math.random(2), label = 'Ambulancia LSED', price = 500},
  43. { model = 'lsfdtruck2', label = 'Furgoneta LSFD', price = 500},
  44. { model = 'lsfdtruck1', livery=math.random(3), label = 'Camión LSFD', price = 500}
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement