Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Config = {}
- Config.DebugCode = false
- Config.Phone = 'qs' --'qb'/'qs'/'gk' editable in the unlocked client file
- Config.MaxDeliveryItems = 3 -- the max number of different items to deliver at once
- Config.MaxDeliveries = 5 --the most amount of deliveries before having to go back and take job again
- Config.PayDeliveryGuy = 0.20 -- in % (0.20 = 20%) -- to pay guy that delivers the stuff
- Config.Notify = 'qb' -- 'qb'/'okok'/'qs' supported ' editable in unlocked client file'
- Config.EnableVoiceRecognise = true --WIP but useable / uses 17mov's Speech Recognition script. turn put false if not using - found here https://store.17movement.net/package/5673280
- Config.DeliveryPhrases = { --words you need to say when at the customers door to enable the delivery
- "delivery",
- "got your delivery",
- "come collect your delivery",
- "package",
- "package for you",
- }
- Config.Locations = { --add as many locations as you like
- {
- Enable = true,
- DebugPoly = false,
- JobCode = 'mechanic',
- MenuType = 'zone', --boxzone
- MenuLocation = { --location to open delivery menu
- {
- Coords = vector3(-343.88, -140.86, 39.01),
- Emote = "mechanic",
- SpeechRecognise = false,
- },
- },
- DeliveryItems = { --change these to fit your server
- {ItemCode = 'engine1', Amount = 1, Price = 240},
- {ItemCode = 'transmission1', Amount = math.random(1,3), Price = 340}, --if Amount is math.random then the item in your Shared/Items must be set to Unique=false (makes them stackable)
- {ItemCode = 'brakes1', Amount = math.random(1,3), Price = 980},
- {ItemCode = 'suspension1', Amount = math.random(1,3), Price = 20},
- {ItemCode = 'turbo', Amount = math.random(1,2), Price = 610},
- {ItemCode = 'spoiler', Amount = 1, Price = 430},
- {ItemCode = 'rollcage', Amount = 1, Price = 100},
- },
- },
- {
- Enable = true,
- DebugPoly = false,
- JobCode = 'burgershot',
- MenuType = 'ped', --ped spawns (if this is ped then you must define the Model in each MenuLocation)
- MenuLocation = { --location to open delivery menu
- -- { --example of how to use the voice recognition
- -- Model = 'u_m_y_burgerdrug_01',
- -- Coords = vector4(-1186.93, -875.44, 13.78, 70.94),
- -- Emote = "idle3",
- -- SpeechRecognise = {
- -- {Phrase = {"hey delivery guy","give delivery"},BlockInVehicle = true,AllowRecognitionInReverse = true},
- -- },
- -- },
- {
- Model = 'u_m_y_burgerdrug_01',
- Coords = vector4(-1186.93, -875.44, 13.78, 70.94),
- Emote = "idle3",
- SpeechRecognise = false,
- },
- },
- DeliveryItems = {
- {ItemCode = 'heartstopper', Amount = math.random(2,4), Price = 100},
- {ItemCode = 'moneyshot', Amount = 2, Price = 100},
- {ItemCode = 'torpedo', Amount = math.random(1,4), Price = 100},
- {ItemCode = 'chicken_wrap', Amount = math.random(1,4), Price = 100},
- },
- },
- }
- Config.DeliveryLocations = {
- --mirror park
- {Coords = vector3(996.89, -729.57, 57.82), Label = "Mirror Park",},
- {Coords = vector3(886.75, -608.18, 58.45), Label = "Mirror Park",},
- {Coords = vector3(987.37, -433.07, 64.05), Label = "Mirror Park",},
- {Coords = vector3(1265.74, -458.04, 70.52), Label = "Mirror Park",},
- {Coords = vector3(1265.77, -648.59, 68.12), Label = "Mirror Park",},
- --east LS
- {Coords = vector3(1193.62, -1656.51, 43.03), Label = "Fudge Lane",},
- {Coords = vector3(1230.57, -1590.88, 53.77), Label = "Fudge Lane",},
- {Coords = vector3(1259.38, -1761.87, 49.66), Label = "Amarillo Vista",},
- {Coords = vector3(1312.29, -1697.32, 58.23), Label = "Amarillo Vista",},
- --southside LS
- {Coords = vector3(489.6, -1714.04, 29.71), Label = "Jamestown St",},
- {Coords = vector3(495.43, -1823.42, 28.87), Label = "Jamestown St",},
- {Coords = vector3(368.62, -1895.68, 25.18), Label = "Jamestown St",},
- {Coords = vector3(76.29, -1948.18, 21.17), Label = "Grove St",},
- {Coords = vector3(46.11, -1864.32, 23.28), Label = "Grove St",},
- {Coords = vector3(-20.47, -1858.84, 25.41), Label = "Grove St",},
- {Coords = vector3(-64.49, -1449.57, 32.52), Label = "Forum Dr",},
- {Coords = vector3(16.6, -1443.79, 30.95), Label = "Forum Dr",},
- {Coords = vector3(240.75, -1687.73, 29.7), Label = "Brouge Ave",},
- {Coords = vector3(250.03, -1730.87, 29.67), Label = "Brouge Ave",},
- {Coords = vector3(216.48, -1717.33, 29.68), Label = "Brouge Ave",},
- {Coords = vector3(443.4, -1707.26, 29.71), Label = "R Lowenstein Blvd",},
- {Coords = vector3(419.11, -1735.52, 29.61), Label = "R Lowenstein Blvd",},
- {Coords = vector3(320.64, -1759.8, 29.64), Label = "R Lowenstein Blvd",},
- --west side LS
- {Coords = vector3(-1057.73, -1540.7, 5.05), Label = "Melanoma St",},
- {Coords = vector3(-1114.79, -1577.69, 4.54), Label = "Melanoma St",},
- {Coords = vector3(-1129.99, -1496.7, 4.43), Label = "Goma St",},
- {Coords = vector3(-1063.6, -1160.36, 2.75), Label = "Invention Ct",},
- --vinewood/rockford
- {Coords = vector3(-842.22, -25.1, 40.4), Label = "Portola Dr",},
- {Coords = vector3(-930.31, 19.48, 48.53), Label = "Caesars Pl",},
- {Coords = vector3(-998.18, 158.21, 62.32), Label = "Steele Way",},
- {Coords = vector3(-913.04, 108.23, 55.71), Label = "Steele Way",},
- {Coords = vector3(-881.33, 363.79, 85.36), Label = "Sth Milton Dr",},
- {Coords = vector3(-884.57, 518.04, 92.44), Label = "Sth Milton Dr",},
- {Coords = vector3(-947.92, 567.74, 101.51), Label = "Sth Milton Dr",},
- {Coords = vector3(-1308.14, 449.0, 100.97), Label = "Mad Wayne Thunder Dr",},
- {Coords = vector3(-1215.84, 457.88, 92.06), Label = "Mad Wayne Thunder Dr",},
- {Coords = vector3(-1052.21, 432.54, 77.26), Label = "Mad Wayne Thunder Dr",},
- {Coords = vector3(-1291.88, 650.51, 141.5), Label = "North Sheldon Ave",},
- {Coords = vector3(-1218.53, 665.22, 144.53), Label = "North Sheldon Ave",},
- {Coords = vector3(-1117.8, 761.45, 164.29), Label = "North Sheldon Ave",},
- {Coords = vector3(-596.79, 851.48, 211.48), Label = "Milton Rd",},
- {Coords = vector3(-495.63, 738.56, 163.03), Label = "Milton Rd",},
- {Coords = vector3(-446.16, 686.33, 153.12), Label = "Kimble Hill Dr",},
- {Coords = vector3(-232.3, 588.2, 190.54), Label = "Kimble Hill Dr",},
- {Coords = vector3(85.01, 561.71, 182.77), Label = "Whispymound Dr",},
- {Coords = vector3(224.04, 513.43, 140.92), Label = "Wild Oats Dr",},
- {Coords = vector3(79.83, 486.17, 148.2), Label = "Wild Oats Dr",},
- {Coords = vector3(-7.91, 467.87, 145.85), Label = "Wild Oats Dr",},
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement