TwinkiDev

Vinery Job

Dec 14th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1.  
  2. Config = {}
  3.  
  4. Config.TickCheckJob = 120
  5.  
  6. Config.BossMenu = {{x = -1875.764, y = 2060.812, z = 145.574}}
  7.  
  8. Config.Job = 'vineria'
  9. Config.ControlBindInteract = 'G'
  10. Config.ControlBindInteractMenu = 'F9'
  11. Config.EnableVoiceSystem = false
  12. Config.EnableSoundScissors = true
  13.  
  14. Config.RestrictAccessGradeProcessGranRiserva = true
  15. Config.RestrictAccessGradeProcessMorello = true
  16. Config.RestrictAccessGradeProcessJuice = true
  17. Config.RestrictAccessGradeName1 = 'responsabile'
  18. Config.RestrictAccessGradeName2 = 'boss'
  19.  
  20. Config.PriceForJuice = 2
  21. Config.SellQuantityJuice = 50
  22. Config.PriceForMorello = 10
  23. Config.SellQuantityMorello = 10
  24. Config.PriceForGranRiserva = 100
  25. Config.SellQuantityGranRiserva = 2
  26.  
  27. Config.VehicleModel = 'bison'
  28. Config.VehicleSpawnPoint = {x = -1918.898, y = 2052.415, z = 140.735}
  29. -----------------------------------------------------------------
  30. -----------------------------------------------------------------
  31.  
  32. Config.Ped1 = {name = "Grape Juice Exchange", x = -49.141, y = 1900.62, z = 194.361,rotation = 90.654,NetworkSync = true, hash = "a_m_o_acult_02", anim = "WORLD_HUMAN_CLIPBOARD"}
  33. Config.Ped2 = {name = "Morello Wine Exchange", x = -48.596, y = 1896.008, z = 194.362,rotation = 90.654,NetworkSync = true, hash = "s_m_o_busker_01", anim = "WORLD_HUMAN_CLIPBOARD"}
  34. Config.Ped3 = {name = "Great Reserve Wine Exchange", x = -57.781, y = 1913.812, z = 194.361,rotation = 90.654,NetworkSync = true, hash = "ig_jewelass", anim = "WORLD_HUMAN_CLIPBOARD"}
  35. Config.Ped4 = {name = "Wine Interport", x = -568.965, y = -88.741, z = 41.356,rotation = 180.83,NetworkSync = true, hash = "a_m_m_socenlat_01", anim = "WORLD_HUMAN_CLIPBOARD"}
  36. Config.Ped5 = {name = "Vehicle Zone", x = -1924.0, y = 2054.114, z = 139.912, rotation = 250.83,NetworkSync = true, hash = "cs_drfriedlander", anim = "WORLD_HUMAN_CLIPBOARD"}
  37.  
  38. Config.EnableBlips = true
  39.  
  40. Config.secondsOfRecolect = 10 * 1000
  41.  
  42. Config.UseDefaultTriggerGive = true
  43. Config.TriggerNameGiveItem = 'vineria:addItem'
  44. Config.UseDefaultTriggerRemove = true
  45. Config.TriggerNameGiveRemove = 'vineria:removeItem'
  46. Config.UseDefaultTriggerAddMoney = true
  47. Config.TriggerNameAddMoney = 'vineria:addMoney'
  48.  
  49. Config.TriggerBillingEvent = 'esx_billing:sendBill'
  50. Config.TriggerNameSellItem = 'vineria:vendita'
  51.  
  52. Config.ItemCollect = 'uva'
  53. Config.ItemCollectQTY = 10
  54.  
  55. Config.AnimCollectLib = "anim@amb@business@weed@weed_inspecting_lo_med_hi@"
  56. Config.AnimCollect = "weed_spraybottle_crouch_spraying_02_inspector"
  57.  
  58. Config.Punti = {
  59. {x = -1879.38, y = 2168.002, z = 115.054},
  60. {x = -1870.123, y = 2167.215, z = 115.939},
  61. {x = -1857.419, y = 2162.05, z = 116.59},
  62. {x = -1861.974, y = 2162.191, z = 117.151},
  63. {x = -1868.294, y = 2162.721, z = 117.622},
  64. {x = -1871.194, y = 2162.929, z = 117.366},
  65. {x = -1876.716, y = 2163.298, z = 116.854},
  66. {x = -1880.374, y = 2163.733, z = 116.28},
  67. {x = -1883.355, y = 2164.326, z = 115.654},
  68. {x = -1888.506, y = 2164.608, z = 114.717},
  69. {x = -1894.232, y = 2160.363, z = 115.414},
  70. {x = -1890.568, y = 2160.015, z = 116.182},
  71. {x = -1887.161, y = 2159.716, z = 116.778},
  72. {x = -1883.506, y = 2159.377, z = 117.518},
  73. {x = -1879.13, y = 2158.968, z = 118.392},
  74. {x = -1871.494, y = 2158.505, z = 118.895},
  75. {x = -1867.835, y = 2158.282, z = 119.117},
  76. {x = -1864.253, y = 2157.816, z = 118.823},
  77. {x = -1860.449, y = 2157.394, z = 118.492},
  78. {x = -1857.245, y = 2157.056, z = 118.173},
  79. {x = -1853.139, y = 2156.799, z = 117.477},
  80. {x = -1849.032, y = 2156.534, z = 116.799},
  81. }
  82.  
  83. ---------------------
  84. --Logic Section--
  85. ---------------------
  86.  
  87. Config.ProcessMorelloItemRasin = "uva"
  88. Config.ProcessMorelloRequiredRasinQTY = 100
  89. Config.ProcessMorelloItemMorello = "vino"
  90. Config.ProcessMorelloGiveMorelloQTY = 10
  91.  
  92. Config.ProcessJuiceItemRasin = "uva"
  93. Config.ProcessJuiceRequiredRasinQTY = 100
  94. Config.ProcessJuiceItemJuice = "uva2"
  95. Config.ProcessJuiceGiveJuiceQTY = 50
  96.  
  97. Config.ProcessGranRiservaItemRasin = "uva"
  98. Config.ProcessGranRiservaRequiredRasinQTY = 100
  99. Config.ProcessGranRiservaItemGranRiserva = "vino2"
  100. Config.ProcessGranRiservaGiveGranRiservaQTY = 2
  101.  
Add Comment
Please, Sign In to add comment