Advertisement
Guest User

Untitled

a guest
Jul 21st, 2023
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Config = {}
  2.  
  3. Config.Settings = {
  4. SpeedUp = 0.01,
  5. UpSlow = 0.006,
  6. DownSlow = 0.0055,
  7. DownSpeed = 0.015,
  8. Target = 'OX', -- QB/BT/OX or ST for standalone
  9. Framework = 'QB' -- QB/NO -- set to QB if you are using QB Framework set to no if you are using aynthing else.
  10. }
  11.  
  12. Config.Static = {
  13. TunerShop1 = {
  14. Enable = true,
  15. Target = vector3(127.74, -3042.95, 7.72),
  16. Top = vector3(124.88,-3041.25,8.83),
  17. Bottom = vector3(124.88,-3041.25,6.12),
  18. Prop = 'denis3d_carlift_01'
  19. },
  20. TunerShop2 = {
  21. Enable = true,
  22. Target = vector3(127.82, -3036.6, 7.73),
  23. Top = vector3(124.88,-3034.98,8.83),
  24. Bottom = vector3(124.88,-3034.98,6.12),
  25. Prop = 'denis3d_carlift_01'
  26. },
  27. GabzBenny1 = {
  28. Enable = true,
  29. Target = vector3(-203.95, -1321.35, 31.95),
  30. Top = vector3(-201.82, -1318.73, 33.01),
  31. Bottom = vector3(-201.82, -1318.73, 30.31),
  32. Prop = 'gabz_bennys_prop_carlift_01'
  33. },
  34. GabzBenny2 = {
  35. Enable = true,
  36. Target = vector3(-221.54, -1322.0, 31.92),
  37. Top = vector3(-220.98, -1318.70, 33.01),
  38. Bottom = vector3(-220.98, -1318.70, 30.31),
  39. Prop = 'gabz_bennys_prop_carlift_01'
  40. },
  41. }
  42.  
  43. Config.Lifts = {
  44. vector4(-214.6, -1327.44, 31.3, 257.95)
  45. }
  46.  
  47. Config.Targets = {
  48. vector4(-214.6, -1327.44, 31.3, 257.95)
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement