Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. AddCSLuaFile()
  2.  
  3. local VehicleName = "Mercedes G65 AMG unmarked"
  4.  
  5. local EMV = {}
  6.  
  7. EMV.Siren = 79
  8. EMV.Skin = 0
  9. EMV.Color = Color(0,0,0)
  10.  
  11. EMV.BodyGroups = {
  12. { 0, 0 }, -- Body
  13. { 1, 2 }, -- Fbumper
  14. { 2, 1 }, -- Rbumper
  15. { 3, 1 }, -- Exhaust
  16. { 4, 0 }, -- Grill
  17. { 5, 0 }, -- Hood
  18. { 6, 0 }, -- Cage
  19. { 7, 0 }, -- Antenne
  20. { 8, 0 }, -- Roofrack
  21. { 9, 0 }, -- Rooflights
  22. { 10, 0 }, -- Sparewheel
  23. { 11, 0 }, -- Screens
  24. { 12, 0 }, -- Wing
  25. { 13, 0 }, -- Windows
  26. { 14, 0 }, -- Frontwheels
  27. { 15, 0 }, -- Rearwheels
  28. { 16, 0 }, -- clamped1
  29. { 17, 0 }, -- clamped2
  30. { 18, 0 }, -- clamped3
  31. }
  32.  
  33. EMV.Auto = {
  34. {
  35. ID = "Federal Signal Viper Dual",
  36. Scale = 1,
  37. Pos = Vector( -20, 30, 90 ),
  38. Ang = Angle( 0, 90, 0 ),
  39. Color1 = "RED",
  40. Color2 = "BLUE",
  41. },
  42. {
  43. ID = "Federal Signal Viper Dual",
  44. Scale = 1,
  45. Pos = Vector( 20, 30, 90 ),
  46. Ang = Angle( 0, 90, 0 ),
  47. Color1 = "RED",
  48. Color2 = "BLUE",
  49. },
  50. {
  51. ID = "TDM Pushbar LED",
  52. Scale = 1,
  53. Pos = Vector( 0, 110, 34 ),
  54. Ang = Angle( 0, -90, 0 ),
  55. },
  56. {
  57. ID = "Whelen 700",
  58. Scale = 1,
  59. Pos = Vector( -20, -30, -90 ),
  60. Ang = Angle( 0, 90, 0 ),
  61. Color1 = "RED",
  62. Color2 = "BLUE",
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement