tworstStore

tw-fashion/config.lua

Feb 10th, 2025
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 67.61 KB | Source Code | 0 0
  1. Config                        = {}
  2. Locales                       = Locales or {}
  3. Config.Framework              = 'qb'       -- esx, oldesx, qb, oldqb qb = qbox
  4. Config.Locale                 = 'en'
  5. Config.CurrencyUnit           = '$'        -- '€' -- '₺'  '$'
  6. Config.SQL                    = "oxmysql"  -- oxmysql / mysql-async / ghmattimysql
  7. Config.Inventory              = "qb_inventory" -- qb_inventory / esx_inventory / ox_inventory / qs_inventory / need Config.missioncompletedItems
  8. Config.ServeName              = "TWORST"   -- Server Name MAX 10
  9. Config.MoneyType              = "$"        -- Money Type
  10. Config.MoneyType2             = "bank"     -- Money Type bank / cash
  11. Config.InteractionHandler     = 'drawtext' --  qb-target, drawtext,ox-target
  12. Config.ExampleProfilePicture  = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/LogoNEW.png"
  13. Config.Command                = {
  14.     jobReset = "jobresetfashion",
  15.     jobLeave = "jobleavefashion",
  16.     openTutorial = "openTutorial",
  17. }
  18. Config.jobCoolDownHours       = 0                 -- Job Cooldown Hourss if 0 no cooldowns
  19. Config.ChangeClothesSystem    = true              -- true / false
  20. Config.ClothingScript         = "qb-clothing"     -- fivem-appearance / illenium-appearance  / esx_skin / qb-clothing
  21. Config.TebexSystem            = true              -- true / false
  22. Config.ServerWaitTime         = 200
  23. Config.DevMode                = false             -- true / false
  24. Config.Debug                  = false              -- true / false
  25. Config.maxWaitingClothesCount = 4                -- masada katlanmamış ve ütülenmiş kıyafet sayısı
  26. Config.ScriptSound            = true              -- true / false
  27. Config.Controls               = {
  28.     ['QuitTable'] = 74,                             -- H tuşu kontrolü
  29. }
  30.  
  31. Config.Fashion                = {
  32.     ['coords'] = {
  33.         ['intreactionCoords'] = vector3(722.07, -976.57, 24.13),
  34.         ['ped'] = true,
  35.         ['pedCoords'] = vector3(722.07, -976.57, 24.13),
  36.         ['pedHeading'] = 176.8,
  37.         ['pedHash'] = 0x20C8012F,
  38.     },
  39.     ['market'] = {
  40.         ['intreactionCoords'] = vector3(452.32, -787.34, 27.36),
  41.         ['ped'] = true,
  42.         ['pedCoords'] = vector3(452.32, -787.34, 27.36),
  43.         ['pedHeading'] = 278.22,
  44.         ['pedHash'] = 0xECD04FE9,
  45.     },
  46.     ['job'] = 'all',
  47.     ['blip'] = {
  48.         show = true,
  49.         blipName = Locales[Config.Locale]['fashionjob'],
  50.         blipType = 73,
  51.         blipColor = 2,
  52.         blipScale = 0.65
  53.  
  54.     },
  55.     ['marketBlip'] = {
  56.         show = true,
  57.         blipName = Locales[Config.Locale]['fashionmarket'],
  58.         blipType = 59,
  59.         blipColor = 24,
  60.         blipScale = 0.65
  61.     },
  62.  
  63.     ['missionBlips'] = {
  64.         ['boxdelivery'] = {
  65.             SetBlipSprite = 366,
  66.             SetBlipColour = 25,
  67.             SetBlipScale = 0.80,
  68.             SetBlipDisplay = 4
  69.         },
  70.         ['vehicleBlips'] = {
  71.             SetBlipSprite = 67,
  72.             SetBlipColour = 0,
  73.             SetBlipScale = 0.8,
  74.         },
  75.         ['deliveryBlips'] = {
  76.             SetBlipSprite = 38,
  77.             SetBlipColour = 29,
  78.             SetBlipScale = 0.80,
  79.         }
  80.     },
  81.     ['missioncompletedItems'] = {
  82.         giveItemPlayer = false, -- true / false
  83.         itemList = {
  84.             { item = "sandwich", count = math.random(1, 4) },
  85.             { item = "sandwich", count = 1 },
  86.         },
  87.     },
  88.  
  89.     ['marker'] = {
  90.         ['type'] = 1,
  91.         ['size'] = vector3(-324.13, -1533.45, 27.57),
  92.         ['color'] = { r = 0, g = 255, b = 0 },
  93.     },
  94.     ['drawtext'] = {
  95.         ['text'] = "Press ~g~[E]~s~ to open the ~g~Fashion~s~",
  96.         ['marketText'] = "Press ~g~[E]~s~ to open the ~g~Market~s~",
  97.         ['openMachine'] = Locales[Config.Locale]['openMachine'],
  98.         ['openTable'] = Locales[Config.Locale]['openTable'],
  99.         ['deliveryVehicle'] = Locales[Config.Locale]['deliveryVehicle'],
  100.  
  101.     },
  102.     ['progressBarText'] = {
  103.         ['openboxLoading'] = Locales[Config.Locale]['openboxLoading'],
  104.         ['giveVehicle'] = Locales[Config.Locale]['giveVehicle'],
  105.         ['pickupWaiting'] = Locales[Config.Locale]['pickupWaiting'],
  106.         ['giveWaiting'] = Locales[Config.Locale]['giveWaiting'],
  107.     },
  108.  
  109.     ['regionData'] = {
  110.         {
  111.             regionKey = 1,
  112.             regionInfo = {
  113.                 regionTitle = "Fashion Region",
  114.                 regionDetails = Locales[Config.Locale] and Locales[Config.Locale]['regionDetails'],
  115.                 regionJobTask = Locales[Config.Locale] and Locales[Config.Locale]['regionJobTask'],
  116.                 regionImage = "region.png",
  117.                 regionMinimumLevel = 0
  118.  
  119.             },
  120.             regionJobVehicle = {
  121.                 vehicle = "burrito4",
  122.                 vehicleBoneName = "chassis_dummy"
  123.             },
  124.             vehicleSpawnCoords = {
  125.                 vector4(711.66, -980.29, 23.93, 225.27),
  126.                 vector4(707.41, -980.64, 23.94, 225.21),
  127.                 vector4(703.99, -981.66, 23.94, 225.64),
  128.                 vector4(699.12, -982.74, 23.9, 223.45),
  129.             },
  130.             regionAwards = {
  131.                 money = 5000,
  132.                 xp = 1000,
  133.                 onlineJobExtraAwards = 2,
  134.                 extraMoneyperClothes = 100 -- 0 == false
  135.             },
  136.  
  137.             regionMachine = {
  138.                 machineCoords = vector4(711.67, -973.96, 30.81, 91.26),
  139.                 machineHeading = 91.26,
  140.                 machineSteps = {
  141.                     vector3(711.03, -973.47, 30.41),
  142.                     vector3(711.04, -973.08, 30.45),
  143.                     vector3(711.04, -972.7, 30.45),
  144.                     vector3(711.03, -972.39, 30.45),
  145.                     vector3(711.06, -972.12, 30.45),
  146.                     vector3(711.01, -971.75, 30.45),
  147.                     vector3(711.05, -971.47, 30.45),
  148.                     vector3(711.04, -971.2, 30.45),
  149.                     vector3(711.05, -970.88, 30.45),
  150.                     vector3(711.13, -970.43, 30.41)
  151.                 },
  152.             },
  153.             regionTable = {
  154.                 drawtextCoords = vector3(712.2, -969.18, 30.4),
  155.                 tablePosition = vector3(711.17, -969.17, 29.89),
  156.                 centerPosition = vector3(711.1, -969.2, 30.41),
  157.                 boxCoords = vector3(711.23, -968.29, 30.39),
  158.                 boxModel = "shirtbox",
  159.                 closedBoxModel = "shirtbox_closed",
  160.                 boxWaitingAreaCoords = vector3(715.4, -973.63, 30.4),
  161.                 boxHeading = 0.0,
  162.                 tableCamUPDistance = 2.2,
  163.                 tableDetails = {
  164.                     detailsone = 0.5,
  165.                     detailstwo = 2.0,
  166.                     heading = 90.0,
  167.                     tableRadius = 1.29
  168.                 },
  169.                 boxDetails = {
  170.                     boxClothesCount = 2,
  171.                     boxOffset = {
  172.                         ['sweatercraft'] = {
  173.                             xOffset = 0.1,
  174.                             yOffset = 0.07,
  175.                         },
  176.                         ['tshirtcraft'] = {
  177.                             xOffset = -0.02,
  178.                             yOffset = -0.02,
  179.                         }
  180.                     },
  181.                     boxLimit = {
  182.                         rows = 3,
  183.                         cols = 3,
  184.                         height = 2,
  185.                     }
  186.                 }
  187.             },
  188.             regionJobTask = {
  189.                 {
  190.                     jobName = "tshirtcraft",
  191.                     missionCount = {
  192.                         minAmount = 1,
  193.                         maxAmount = 3,
  194.                         MaxColors = math.random(1, 5),
  195.                         maxTotalAmount = 10
  196.                     },
  197.                     jobColor = {
  198.                         darkblue = true,
  199.                         purple = true,
  200.                         black = true,
  201.                         white = true,
  202.                         blue = true,
  203.                     },
  204.                     materialsNeeded = {
  205.                         { item = "wool", label = "Wool", secondItem = true, count = 2 },
  206.                         { item = "dye",  label = "Dye",  count = 3 },
  207.                     },
  208.                     jobLabel = Locales[Config.Locale]['producecoloredtshirt']
  209.                 },
  210.                 {
  211.                     jobName = "sweatercraft",
  212.                     missionCount = {
  213.                         minAmount = 1,
  214.                         maxAmount = 3,
  215.                         MaxColors = math.random(1, 5),
  216.                         maxTotalAmount = 10
  217.                     },
  218.                     jobColor = {
  219.                         darkblue = true,
  220.                         purple = true,
  221.                         black = true,
  222.                         white = true,
  223.                         blue = true,
  224.                     },
  225.                     materialsNeeded = {
  226.                         { item = "wool", label = "Wool", secondItem = true, count = 3 },
  227.                         { item = "dye",  label = "Dye",  count = 4 },
  228.                     },
  229.                     jobLabel = Locales[Config.Locale]['producesweater']
  230.                 },
  231.                 {
  232.                     jobName = "boxloading",
  233.                     jobCount = 0,
  234.                     jobLabel = Locales[Config.Locale]['boxloading']
  235.                 },
  236.                 {
  237.                     jobName = "boxdelivery",
  238.                     jobCount = 0,
  239.                     jobLabel = Locales[Config.Locale]['boxdelivery']
  240.                 }
  241.             },
  242.             regionBoxDeliveryCount = math.random(2, 3),
  243.             regionBoxDelivery = {
  244.                 {
  245.                     boxDeliveryAreaCoords = vector3(618.94, 2786.04, 43.48),
  246.                     boxDeliveryAreaRadius = 8.0,
  247.                     regionType = "poor",
  248.                     zCoords = 42.486145019531,
  249.                 },
  250.                 {
  251.                     boxDeliveryAreaCoords = vector3(1190.36, 2722.58, 38.62),
  252.                     boxDeliveryAreaRadius = 8.0,
  253.                     regionType = "poor",
  254.                     zCoords = 37.628437042236,
  255.                 },
  256.                 {
  257.                     boxDeliveryAreaCoords = vector3(-1108.41, 2723.72, 18.8),
  258.                     boxDeliveryAreaRadius = 8.0,
  259.                     regionType = "poor",
  260.                     zCoords = 17.80029296875,
  261.                 },
  262.                 {
  263.                     boxDeliveryAreaCoords = vector3(-1204.64, -1453.26, 4.38),
  264.                     boxDeliveryAreaRadius = 8.0,
  265.                     regionType = "poor",
  266.                     zCoords = 3.384765625,
  267.                 },
  268.                 {
  269.                     boxDeliveryAreaCoords = vector3(-699.01, -146.49, 37.85),
  270.                     boxDeliveryAreaRadius = 8.0,
  271.                     regionType = "rich",
  272.                     zCoords = 36.85066986084,
  273.                 },
  274.                 {
  275.                     boxDeliveryAreaCoords = vector3(-235.56, -332.94, 30.06),
  276.                     boxDeliveryAreaRadius = 8.0,
  277.                     zCoords = 29.06247329711914,
  278.                     regionType = "rich"
  279.                 },
  280.                 {
  281.                     boxDeliveryAreaCoords = vector3(-1423.3, -213.81, 46.5),
  282.                     boxDeliveryAreaRadius = 8.0,
  283.                     regionType = "rich",
  284.                     zCoords = 45.500392913818,
  285.                 },
  286.                 {
  287.                     boxDeliveryAreaCoords = vector3(116.14, -244.01, 51.4),
  288.                     boxDeliveryAreaRadius = 8.0,
  289.                     regionType = "mid",
  290.                     zCoords = 50.3994140625,
  291.                 },
  292.                 {
  293.                     boxDeliveryAreaCoords = vector3(-849.71, -1089.77, 9.17),
  294.                     boxDeliveryAreaRadius = 8.0,
  295.                     regionType = "mid",
  296.                     zCoords = 8.1688232421875,
  297.                 },
  298.                 {
  299.                     boxDeliveryAreaCoords = vector3(453.83, -800.72, 27.45),
  300.                     boxDeliveryAreaRadius = 8.0,
  301.                     regionType = "mid",
  302.                     zCoords = 26.450012207031,
  303.                 },
  304.                 {
  305.                     boxDeliveryAreaCoords = vector3(66.53, -1400.49, 29.36),
  306.                     boxDeliveryAreaRadius = 8.0,
  307.                     regionType = "mid",
  308.                     zCoords = 28.358276367188,
  309.                 },
  310.             },
  311.         },
  312.         {
  313.             regionKey = 2,
  314.             regionInfo = {
  315.                 regionTitle = "Fashion Region",
  316.                 regionDetails = Locales[Config.Locale] and Locales[Config.Locale]['regionDetails'],
  317.                 regionJobTask = Locales[Config.Locale] and Locales[Config.Locale]['regionJobTask'],
  318.                 regionImage = "region.png",
  319.                 regionMinimumLevel = 3
  320.  
  321.             },
  322.             regionJobVehicle = {
  323.                 vehicle = "burrito4",
  324.                 vehicleBoneName = "chassis_dummy"
  325.             },
  326.             vehicleSpawnCoords = {
  327.                 vector4(711.66, -980.29, 23.93, 225.27),
  328.                 vector4(707.41, -980.64, 23.94, 225.21),
  329.                 vector4(703.99, -981.66, 23.94, 225.64),
  330.                 vector4(699.12, -982.74, 23.9, 223.45),
  331.             },
  332.             regionAwards = {
  333.                 money = 10000,
  334.                 xp = 2000,
  335.                 onlineJobExtraAwards = 2,
  336.                 extraMoneyperClothes = 200 -- 0 == false
  337.             },
  338.             regionMachine = {
  339.                 machineCoords = vector4(705.65, -967.94, 30.4, 82.53),
  340.                 machineHeading = 91.26,
  341.                 machineSteps = {
  342.                     vector3(704.61, -967.24, 30.41),
  343.                     vector3(704.6, -966.8, 30.44),
  344.                     vector3(704.56, -966.45, 30.44),
  345.                     vector3(704.61, -966.12, 30.44),
  346.                     vector3(704.62, -965.78, 30.44),
  347.                     vector3(704.59, -965.46, 30.44),
  348.                     vector3(704.61, -965.25, 30.44),
  349.                     vector3(704.63, -964.96, 30.44),
  350.                     vector3(704.63, -964.74, 30.44),
  351.                     vector3(704.58, -964.32, 30.41),
  352.                     vector3(704.55, -964.14, 30.41),
  353.                 },
  354.             },
  355.             regionTable = {
  356.                 drawtextCoords = vector3(705.61, -962.81, 30.4),
  357.                 tablePosition = vector3(704.8, -962.83, 29.89),
  358.                 centerPosition = vector3(704.48, -962.92, 30.41),
  359.                 boxCoords = vector3(704.59, -961.84, 30.41),
  360.                 boxModel = "shirtbox",
  361.                 closedBoxModel = "shirtbox_closed",
  362.                 boxWaitingAreaCoords = vector3(707.91, -967.37, 30.4),
  363.                 boxHeading = 0.0,
  364.                 tableCamUPDistance = 2.3,
  365.                 tableDetails = {
  366.                     detailsone = 0.5,
  367.                     detailstwo = 2.0,
  368.                     heading = 90.0,
  369.                     tableRadius = 1.30,
  370.                 },
  371.                 boxDetails = {
  372.                     boxClothesCount = 2,
  373.                     boxOffset = {
  374.                         ['sweatercraft'] = {
  375.                             xOffset = 0.1,
  376.                             yOffset = 0.07,
  377.                         },
  378.                         ['tshirtcraft'] = {
  379.                             xOffset = -0.02,
  380.                             yOffset = -0.02,
  381.                         }
  382.                     },
  383.                     boxLimit = {
  384.                         rows = 3,
  385.                         cols = 3,
  386.                         height = 2,
  387.                     }
  388.                 }
  389.             },
  390.             regionJobTask = {
  391.                 {
  392.                     jobName = "tshirtcraft",
  393.                     missionCount = {
  394.                         minAmount = 2,
  395.                         maxAmount = 3,
  396.                         MaxColors = math.random(1, 5),
  397.                         maxTotalAmount = 10
  398.                     },
  399.                     jobColor = {
  400.                         darkblue = true,
  401.                         purple = true,
  402.                         black = true,
  403.                         white = true,
  404.                         blue = true,
  405.                     },
  406.                     materialsNeeded = {
  407.                         { item = "wool", label = "Wool", secondItem = true, count = 2 },
  408.                         { item = "dye",  label = "Dye",  count = 3 },
  409.                     },
  410.                     jobLabel = Locales[Config.Locale]['producecoloredtshirt']
  411.                 },
  412.                 {
  413.                     jobName = "sweatercraft",
  414.                     missionCount = {
  415.                         minAmount = 2,
  416.                         maxAmount = 3,
  417.                         MaxColors = math.random(1, 5),
  418.                         maxTotalAmount = 10
  419.                     },
  420.                     jobColor = {
  421.                         darkblue = true,
  422.                         purple = true,
  423.                         black = true,
  424.                         white = true,
  425.                         blue = true,
  426.                     },
  427.                     materialsNeeded = {
  428.                         { item = "wool", label = "Wool", count = 3 },
  429.                         { item = "dye",  label = "Dye",  count = 4 },
  430.                     },
  431.                     jobLabel = Locales[Config.Locale]['producesweater']
  432.                 },
  433.  
  434.                 {
  435.                     jobName = "boxloading",
  436.                     jobCount = 0, -- dont change
  437.                     jobLabel = Locales[Config.Locale]['boxloading']
  438.                 },
  439.  
  440.                 {
  441.                     jobName = "boxdelivery",
  442.                     jobCount = 0, -- dont change
  443.                     jobLabel = Locales[Config.Locale]['boxdelivery']
  444.  
  445.                 }
  446.             },
  447.             regionBoxDeliveryCount = math.random(2, 5),
  448.             regionBoxDelivery = {
  449.                 {
  450.                     boxDeliveryAreaCoords = vector3(618.94, 2786.04, 43.48),
  451.                     boxDeliveryAreaRadius = 8.0,
  452.                     regionType = "poor",
  453.                     zCoords = 42.486145019531,
  454.                 },
  455.                 {
  456.                     boxDeliveryAreaCoords = vector3(1190.36, 2722.58, 38.62),
  457.                     boxDeliveryAreaRadius = 8.0,
  458.                     regionType = "poor",
  459.                     zCoords = 37.628437042236,
  460.                 },
  461.                 {
  462.                     boxDeliveryAreaCoords = vector3(-1108.41, 2723.72, 18.8),
  463.                     boxDeliveryAreaRadius = 8.0,
  464.                     regionType = "poor",
  465.                     zCoords = 17.80029296875,
  466.                 },
  467.                 {
  468.                     boxDeliveryAreaCoords = vector3(-1204.64, -1453.26, 4.38),
  469.                     boxDeliveryAreaRadius = 8.0,
  470.                     regionType = "poor",
  471.                     zCoords = 3.384765625,
  472.                 },
  473.                 {
  474.                     boxDeliveryAreaCoords = vector3(-699.01, -146.49, 37.85),
  475.                     boxDeliveryAreaRadius = 8.0,
  476.                     regionType = "rich",
  477.                     zCoords = 36.85066986084,
  478.                 },
  479.  
  480.                 {
  481.                     boxDeliveryAreaCoords = vector3(-235.56, -332.94, 30.06),
  482.                     boxDeliveryAreaRadius = 8.0,
  483.                     zCoords = 29.06247329711914,
  484.                     regionType = "rich"
  485.                 },
  486.                 {
  487.                     boxDeliveryAreaCoords = vector3(-1423.3, -213.81, 46.5),
  488.                     boxDeliveryAreaRadius = 8.0,
  489.                     regionType = "rich",
  490.                     zCoords = 45.500392913818,
  491.                 },
  492.  
  493.                 {
  494.                     boxDeliveryAreaCoords = vector3(116.14, -244.01, 51.4),
  495.                     boxDeliveryAreaRadius = 8.0,
  496.                     regionType = "mid",
  497.                     zCoords = 50.3994140625,
  498.                 },
  499.  
  500.                 {
  501.                     boxDeliveryAreaCoords = vector3(-849.71, -1089.77, 9.17),
  502.                     boxDeliveryAreaRadius = 8.0,
  503.                     regionType = "mid",
  504.                     zCoords = 8.1688232421875,
  505.                 },
  506.  
  507.                 {
  508.                     boxDeliveryAreaCoords = vector3(453.83, -800.72, 27.45),
  509.                     boxDeliveryAreaRadius = 8.0,
  510.                     regionType = "mid",
  511.                     zCoords = 26.450012207031,
  512.                 },
  513.  
  514.                 {
  515.                     boxDeliveryAreaCoords = vector3(66.53, -1400.49, 29.36),
  516.                     boxDeliveryAreaRadius = 8.0,
  517.                     regionType = "mid",
  518.                     zCoords = 28.358276367188,
  519.                 },
  520.  
  521.  
  522.             },
  523.         },
  524.         {
  525.             regionKey = 3,
  526.             regionInfo = {
  527.                 regionTitle = "Fashion Region",
  528.                 regionDetails = Locales[Config.Locale] and Locales[Config.Locale]['regionDetails'],
  529.                 regionJobTask = Locales[Config.Locale] and Locales[Config.Locale]['regionJobTask'],
  530.                 regionImage = "region.png",
  531.                 regionMinimumLevel = 5
  532.  
  533.             },
  534.             regionJobVehicle = {
  535.                 vehicle = "burrito4",
  536.                 vehicleBoneName = "chassis_dummy"
  537.             },
  538.             vehicleSpawnCoords = {
  539.                 vector4(711.66, -980.29, 23.93, 225.27),
  540.                 vector4(707.41, -980.64, 23.94, 225.21),
  541.                 vector4(703.99, -981.66, 23.94, 225.64),
  542.                 vector4(699.12, -982.74, 23.9, 223.45),
  543.             },
  544.             regionAwards = {
  545.                 money = 15000,
  546.                 xp = 3000,
  547.                 onlineJobExtraAwards = 2,
  548.                 extraMoneyperClothes = 300 -- 0 == false
  549.             },
  550.             regionMachine = {
  551.                 machineCoords = vector4(704.82, -960.35, 30.4, 22.52),
  552.                 machineHeading = 2.12,
  553.                 machineSteps = {
  554.                     vector3(705.34, -959.43, 30.42),
  555.                     vector3(706.96, -959.36, 30.45),
  556.                     vector3(708.38, -959.37, 30.42),
  557.                 },
  558.             },
  559.             regionTable = {
  560.                 drawtextCoords = vector3(709.78, -960.47, 30.4),
  561.                 tablePosition = vector3(709.67, -959.45, 29.90),
  562.                 centerPosition = vector3(709.73, -959.36, 30.41),
  563.                 boxCoords = vector3(710.81, -959.36, 30.41),
  564.                 boxModel = "shirtbox",
  565.                 closedBoxModel = "shirtbox_closed",
  566.                 boxWaitingAreaCoords = vector3(711.11, -962.46, 30.4),
  567.                 boxHeading = 90.0,
  568.                 tableCamUPDistance = 2.3,
  569.                 tableDetails = {
  570.                     detailsone = 0.5,
  571.                     detailstwo = 2.0,
  572.                     heading = 2.00,
  573.                     tableRadius = 1.35,
  574.                 },
  575.  
  576.                 boxDetails = {
  577.                     boxClothesCount = 2,
  578.                     boxOffset = {
  579.                         ['sweatercraft'] = {
  580.                             xOffset = -0.1,
  581.                             yOffset = -0.11,
  582.                         },
  583.                         ['tshirtcraft'] = {
  584.                             xOffset = -0.02,
  585.                             yOffset = -0.02,
  586.                         }
  587.                     },
  588.                     boxLimit = {
  589.                         rows = 3,
  590.                         cols = 3,
  591.                         height = 2,
  592.                     }
  593.                 }
  594.             },
  595.             regionJobTask = {
  596.                 {
  597.                     jobName = "tshirtcraft",
  598.                     missionCount = {
  599.                         minAmount = 2,
  600.                         maxAmount = 3,
  601.                         MaxColors = math.random(1, 5),
  602.                         maxTotalAmount = 10
  603.                     },
  604.                     jobColor = {
  605.                         darkblue = true,
  606.                         purple = true,
  607.                         black = true,
  608.                         white = true,
  609.                         blue = true,
  610.                     },
  611.                     materialsNeeded = {
  612.                         { item = "wool", label = "Wool", secondItem = true, count = 2 },
  613.                         { item = "dye",  label = "Dye",  count = 3 },
  614.                     },
  615.                     jobLabel = Locales[Config.Locale]['producecoloredtshirt']
  616.                 },
  617.                 {
  618.                     jobName = "sweatercraft",
  619.                     missionCount = {
  620.                         minAmount = 2,
  621.                         maxAmount = 3,
  622.                         MaxColors = math.random(1, 5),
  623.                         maxTotalAmount = 10
  624.                     },
  625.                     jobColor = {
  626.                         darkblue = true,
  627.                         purple = true,
  628.                         black = true,
  629.                         white = true,
  630.                         blue = true,
  631.                     },
  632.                     materialsNeeded = {
  633.                         { item = "wool", label = "Wool", count = 3 },
  634.                         { item = "dye",  label = "Dye",  count = 4 },
  635.                     },
  636.                     jobLabel = Locales[Config.Locale]['producesweater']
  637.                 },
  638.  
  639.                 {
  640.                     jobName = "boxloading",
  641.                     jobCount = 0, -- dont change
  642.                     jobLabel = Locales[Config.Locale]['boxloading']
  643.                 },
  644.  
  645.                 {
  646.                     jobName = "boxdelivery",
  647.                     jobCount = 0, -- dont change
  648.                     jobLabel = Locales[Config.Locale]['boxdelivery']
  649.  
  650.                 }
  651.             },
  652.             regionBoxDeliveryCount = math.random(2, 5),
  653.             regionBoxDelivery = {
  654.                 {
  655.                     boxDeliveryAreaCoords = vector3(618.94, 2786.04, 43.48),
  656.                     boxDeliveryAreaRadius = 8.0,
  657.                     regionType = "poor",
  658.                     zCoords = 42.486145019531,
  659.                 },
  660.                 {
  661.                     boxDeliveryAreaCoords = vector3(1190.36, 2722.58, 38.62),
  662.                     boxDeliveryAreaRadius = 8.0,
  663.                     regionType = "poor",
  664.                     zCoords = 37.628437042236,
  665.                 },
  666.                 {
  667.                     boxDeliveryAreaCoords = vector3(-1108.41, 2723.72, 18.8),
  668.                     boxDeliveryAreaRadius = 8.0,
  669.                     regionType = "poor",
  670.                     zCoords = 17.80029296875,
  671.                 },
  672.                 {
  673.                     boxDeliveryAreaCoords = vector3(-1204.64, -1453.26, 4.38),
  674.                     boxDeliveryAreaRadius = 8.0,
  675.                     regionType = "poor",
  676.                     zCoords = 3.384765625,
  677.                 },
  678.                 {
  679.                     boxDeliveryAreaCoords = vector3(-699.01, -146.49, 37.85),
  680.                     boxDeliveryAreaRadius = 8.0,
  681.                     regionType = "rich",
  682.                     zCoords = 36.85066986084,
  683.                 },
  684.  
  685.                 {
  686.                     boxDeliveryAreaCoords = vector3(-235.56, -332.94, 30.06),
  687.                     boxDeliveryAreaRadius = 8.0,
  688.                     zCoords = 29.06247329711914,
  689.                     regionType = "rich"
  690.                 },
  691.                 {
  692.                     boxDeliveryAreaCoords = vector3(-1423.3, -213.81, 46.5),
  693.                     boxDeliveryAreaRadius = 8.0,
  694.                     regionType = "rich",
  695.                     zCoords = 45.500392913818,
  696.                 },
  697.  
  698.                 {
  699.                     boxDeliveryAreaCoords = vector3(116.14, -244.01, 51.4),
  700.                     boxDeliveryAreaRadius = 8.0,
  701.                     regionType = "mid",
  702.                     zCoords = 50.3994140625,
  703.                 },
  704.  
  705.                 {
  706.                     boxDeliveryAreaCoords = vector3(-849.71, -1089.77, 9.17),
  707.                     boxDeliveryAreaRadius = 8.0,
  708.                     regionType = "mid",
  709.                     zCoords = 8.1688232421875,
  710.                 },
  711.  
  712.                 {
  713.                     boxDeliveryAreaCoords = vector3(453.83, -800.72, 27.45),
  714.                     boxDeliveryAreaRadius = 8.0,
  715.                     regionType = "mid",
  716.                     zCoords = 26.450012207031,
  717.                 },
  718.  
  719.                 {
  720.                     boxDeliveryAreaCoords = vector3(66.53, -1400.49, 29.36),
  721.                     boxDeliveryAreaRadius = 8.0,
  722.                     regionType = "mid",
  723.                     zCoords = 28.358276367188,
  724.                 },
  725.  
  726.  
  727.             },
  728.         },
  729.         {
  730.             regionKey = 4,
  731.             regionInfo = {
  732.                 regionTitle = "Fashion Region",
  733.                 regionDetails = Locales[Config.Locale] and Locales[Config.Locale]['regionDetails'],
  734.                 regionJobTask = Locales[Config.Locale] and Locales[Config.Locale]['regionJobTask'],
  735.                 regionImage = "region.png",
  736.                 regionMinimumLevel = 8
  737.  
  738.             },
  739.             regionJobVehicle = {
  740.                 vehicle = "burrito4",
  741.                 vehicleBoneName = "chassis_dummy"
  742.             },
  743.             vehicleSpawnCoords = {
  744.                 vector4(711.66, -980.29, 23.93, 225.27),
  745.                 vector4(707.41, -980.64, 23.94, 225.21),
  746.                 vector4(703.99, -981.66, 23.94, 225.64),
  747.                 vector4(699.12, -982.74, 23.9, 223.45),
  748.             },
  749.             regionAwards = {
  750.                 money = 20000,
  751.                 xp = 4000,
  752.                 onlineJobExtraAwards = 2,
  753.                 extraMoneyperClothes = 400 -- 0 == false
  754.             },
  755.             regionMachine = {
  756.                 machineCoords = vector4(713.87, -960.11, 30.4, 341.07),
  757.                 machineHeading = 2.68,
  758.                 machineSteps = {
  759.                     vector3(714.48, -959.23, 30.41),
  760.                     vector3(715.75, -959.13, 30.45),
  761.                     vector3(716.76, -959.16, 30.45),
  762.                     vector3(717.60, -959.17, 30.41),
  763.                 },
  764.             },
  765.             regionTable = {
  766.                 drawtextCoords = vector3(718.81, -960.16, 30.4),
  767.                 tablePosition = vector3(718.9, -959.16, 29.90),
  768.                 centerPosition = vector3(718.9, -959.16, 30.40),
  769.                 boxCoords = vector3(720.05, -959.21, 30.40),
  770.                 boxModel = "shirtbox",
  771.                 closedBoxModel = "shirtbox_closed",
  772.                 boxWaitingAreaCoords = vector3(719.3, -962.45, 30.4),
  773.                 boxHeading = 90.0,
  774.                 tableCamUPDistance = 2.3,
  775.                 tableDetails = {
  776.                     detailsone = 0.5,
  777.                     detailstwo = 2.0,
  778.                     heading = 2.00,
  779.                     tableRadius = 1.35,
  780.                 },
  781.  
  782.                 boxDetails = {
  783.                     boxClothesCount = 2,
  784.                     boxOffset = {
  785.                         ['sweatercraft'] = {
  786.                             xOffset = -0.1,
  787.                             yOffset = -0.11,
  788.                         },
  789.                         ['tshirtcraft'] = {
  790.                             xOffset = -0.02,
  791.                             yOffset = -0.02,
  792.                         }
  793.                     },
  794.                     boxLimit = {
  795.                         rows = 3,
  796.                         cols = 3,
  797.                         height = 2,
  798.                     }
  799.                 }
  800.             },
  801.             regionJobTask = {
  802.                 {
  803.                     jobName = "tshirtcraft",
  804.                     missionCount = {
  805.                         minAmount = 2,
  806.                         maxAmount = 3,
  807.                         MaxColors = math.random(1, 5),
  808.                         maxTotalAmount = 10
  809.                     },
  810.                     jobColor = {
  811.                         darkblue = true,
  812.                         purple = true,
  813.                         black = true,
  814.                         white = true,
  815.                         blue = true,
  816.                     },
  817.                     materialsNeeded = {
  818.                         { item = "wool", label = "Wool", secondItem = true, count = 2 },
  819.                         { item = "dye",  label = "Dye",  count = 3 },
  820.                     },
  821.                     jobLabel = Locales[Config.Locale]['producecoloredtshirt']
  822.                 },
  823.                 {
  824.                     jobName = "sweatercraft",
  825.                     missionCount = {
  826.                         minAmount = 2,
  827.                         maxAmount = 3,
  828.                         MaxColors = math.random(1, 5),
  829.                         maxTotalAmount = 10
  830.                     },
  831.                     jobColor = {
  832.                         darkblue = true,
  833.                         purple = true,
  834.                         black = true,
  835.                         white = true,
  836.                         blue = true,
  837.                     },
  838.                     materialsNeeded = {
  839.                         { item = "wool", label = "Wool", count = 3 },
  840.                         { item = "dye",  label = "Dye",  count = 4 },
  841.                     },
  842.                     jobLabel = Locales[Config.Locale]['producesweater']
  843.                 },
  844.  
  845.                 {
  846.                     jobName = "boxloading",
  847.                     jobCount = 0, -- dont change
  848.                     jobLabel = Locales[Config.Locale]['boxloading']
  849.                 },
  850.  
  851.                 {
  852.                     jobName = "boxdelivery",
  853.                     jobCount = 0, -- dont change
  854.                     jobLabel = Locales[Config.Locale]['boxdelivery']
  855.  
  856.                 }
  857.             },
  858.             regionBoxDeliveryCount = math.random(2, 5),
  859.             regionBoxDelivery = {
  860.                 {
  861.                     boxDeliveryAreaCoords = vector3(618.94, 2786.04, 43.48),
  862.                     boxDeliveryAreaRadius = 8.0,
  863.                     regionType = "poor",
  864.                     zCoords = 42.486145019531,
  865.                 },
  866.                 {
  867.                     boxDeliveryAreaCoords = vector3(1190.36, 2722.58, 38.62),
  868.                     boxDeliveryAreaRadius = 8.0,
  869.                     regionType = "poor",
  870.                     zCoords = 37.628437042236,
  871.                 },
  872.                 {
  873.                     boxDeliveryAreaCoords = vector3(-1108.41, 2723.72, 18.8),
  874.                     boxDeliveryAreaRadius = 8.0,
  875.                     regionType = "poor",
  876.                     zCoords = 17.80029296875,
  877.                 },
  878.                 {
  879.                     boxDeliveryAreaCoords = vector3(-1204.64, -1453.26, 4.38),
  880.                     boxDeliveryAreaRadius = 8.0,
  881.                     regionType = "poor",
  882.                     zCoords = 3.384765625,
  883.                 },
  884.                 {
  885.                     boxDeliveryAreaCoords = vector3(-699.01, -146.49, 37.85),
  886.                     boxDeliveryAreaRadius = 8.0,
  887.                     regionType = "rich",
  888.                     zCoords = 36.85066986084,
  889.                 },
  890.  
  891.                 {
  892.                     boxDeliveryAreaCoords = vector3(-235.56, -332.94, 30.06),
  893.                     boxDeliveryAreaRadius = 8.0,
  894.                     zCoords = 29.06247329711914,
  895.                     regionType = "rich"
  896.                 },
  897.                 {
  898.                     boxDeliveryAreaCoords = vector3(-1423.3, -213.81, 46.5),
  899.                     boxDeliveryAreaRadius = 8.0,
  900.                     regionType = "rich",
  901.                     zCoords = 45.500392913818,
  902.                 },
  903.  
  904.                 {
  905.                     boxDeliveryAreaCoords = vector3(116.14, -244.01, 51.4),
  906.                     boxDeliveryAreaRadius = 8.0,
  907.                     regionType = "mid",
  908.                     zCoords = 50.3994140625,
  909.                 },
  910.  
  911.                 {
  912.                     boxDeliveryAreaCoords = vector3(-849.71, -1089.77, 9.17),
  913.                     boxDeliveryAreaRadius = 8.0,
  914.                     regionType = "mid",
  915.                     zCoords = 8.1688232421875,
  916.                 },
  917.  
  918.                 {
  919.                     boxDeliveryAreaCoords = vector3(453.83, -800.72, 27.45),
  920.                     boxDeliveryAreaRadius = 8.0,
  921.                     regionType = "mid",
  922.                     zCoords = 26.450012207031,
  923.                 },
  924.  
  925.                 {
  926.                     boxDeliveryAreaCoords = vector3(66.53, -1400.49, 29.36),
  927.                     boxDeliveryAreaRadius = 8.0,
  928.                     regionType = "mid",
  929.                     zCoords = 28.358276367188,
  930.                 },
  931.  
  932.  
  933.             },
  934.         },
  935.     },
  936.     ['dailyMission'] = {
  937.         {
  938.             name = 'jobtask_one',
  939.             header = Locales[Config.Locale]['jobtask'] .. " 1",
  940.             label = Locales[Config.Locale]['dailyjobone'],
  941.             count = 50,
  942.             xp = 2500,
  943.             money = 1000,
  944.  
  945.         },
  946.         {
  947.             name = 'jobtask_two',
  948.             header = Locales[Config.Locale]['jobtask'] .. " 2",
  949.             label = Locales[Config.Locale]['dailyjobtwo'],
  950.             count = 10,
  951.             xp = 1000,
  952.             money = 3000
  953.  
  954.         },
  955.         {
  956.             name = 'jobtask_three',
  957.             header = Locales[Config.Locale]['jobtask'] .. " 3",
  958.             label = Locales[Config.Locale]['dailyjobthree'],
  959.             count = 10000,
  960.             xp = 2000,
  961.             money = 3000
  962.         },
  963.  
  964.         {
  965.             name = 'jobtask_four',
  966.             header = Locales[Config.Locale]['jobtask'] .. " 4",
  967.             label = Locales[Config.Locale]['dailyjobfour'],
  968.             count = 20,
  969.             xp = 2000,
  970.             money = 3000
  971.         },
  972.     },
  973. }
  974.  
  975. Config.Clothes                = {
  976.     [1] = {
  977.         ['tshirtcraft'] = {
  978.             folded = {
  979.                 darkblue = {
  980.                     model = 'tshirt',
  981.                     textureName = 'white5'
  982.                 },
  983.                 purple = {
  984.                     model = 'tshirt2',
  985.                     textureName = 'white5'
  986.                 },
  987.                 black = {
  988.                     model = 'tshirt3',
  989.                     textureName = 'white5'
  990.                 },
  991.                 white = {
  992.                     model = 'tshirt4',
  993.                     textureName = 'white5'
  994.                 },
  995.                 blue = {
  996.                     model = 'tshirt5',
  997.                     textureName = 'white5'
  998.                 }
  999.             },
  1000.             wrinkle = {
  1001.                 darkblue = {
  1002.                     model = 'f-tshirt1',
  1003.                     textureName = 'white5'
  1004.                 },
  1005.                 purple = {
  1006.                     model = 'f-tshirt2',
  1007.                     textureName = 'white5'
  1008.                 },
  1009.                 black = {
  1010.                     model = 'f-tshirt3',
  1011.                     textureName = 'white5'
  1012.                 },
  1013.                 white = {
  1014.                     model = 'f-tshirt4',
  1015.                     textureName = 'white5'
  1016.                 },
  1017.                 blue = {
  1018.                     model = 'f-tshirt5',
  1019.                     textureName = 'white5'
  1020.                 }
  1021.             },
  1022.             notfolded = {
  1023.                 darkblue = {
  1024.                     model = 'tshirtv1',
  1025.                     textureName = 'white5'
  1026.                 },
  1027.                 purple = {
  1028.                     model = 'tshirtv2',
  1029.                     textureName = 'white_2'
  1030.                 },
  1031.                 black = {
  1032.                     model = 'tshirtv3',
  1033.                     textureName = 'white_3'
  1034.                 },
  1035.                 white = {
  1036.                     model = 'tshirtv4',
  1037.                     textureName = 'white4'
  1038.                 },
  1039.                 blue = {
  1040.                     model = 'tshirtv5',
  1041.                     textureName = 'white'
  1042.                 }
  1043.             }
  1044.         },
  1045.         ['sweatercraft'] = {
  1046.             folded = {
  1047.                 darkblue = {
  1048.                     model = 'kashirt',
  1049.                     textureName = 'white'
  1050.                 },
  1051.                 purple = {
  1052.                     model = 'kashirt2',
  1053.                     textureName = 'white_2'
  1054.                 },
  1055.                 black = {
  1056.                     model = 'kashirt3',
  1057.                     textureName = 'white_3'
  1058.                 },
  1059.                 white = {
  1060.                     model = 'kashirt4',
  1061.                     textureName = 'white4'
  1062.                 },
  1063.                 blue = {
  1064.                     model = 'kashirt5',
  1065.                     textureName = 'white5'
  1066.                 }
  1067.             },
  1068.             wrinkle = {
  1069.                 darkblue = {
  1070.                     model = 'dsweat1',
  1071.                     textureName = 'white'
  1072.                 },
  1073.                 purple = {
  1074.                     model = 'dsweat2',
  1075.                     textureName = 'white_2'
  1076.                 },
  1077.                 black = {
  1078.                     model = 'dsweat3',
  1079.                     textureName = 'white_3'
  1080.                 },
  1081.                 white = {
  1082.                     model = 'dsweat4',
  1083.                     textureName = 'white4'
  1084.                 },
  1085.                 blue = {
  1086.                     model = 'dsweat5',
  1087.                     textureName = 'white5'
  1088.                 }
  1089.             },
  1090.             notfolded = {
  1091.                 darkblue = {
  1092.                     model = 'shirtv1',
  1093.                     textureName = 'white'
  1094.                 },
  1095.                 purple = {
  1096.                     model = 'shirtv2',
  1097.                     textureName = 'white_2'
  1098.                 },
  1099.                 black = {
  1100.                     model = 'shirtv3',
  1101.                     textureName = 'white_3'
  1102.                 },
  1103.                 white = {
  1104.                     model = 'shirtv4',
  1105.                     textureName = 'white4'
  1106.                 },
  1107.                 blue = {
  1108.                     model = 'shirtv5',
  1109.                     textureName = 'white5'
  1110.                 }
  1111.             }
  1112.         }
  1113.     },
  1114.     [2] = {
  1115.         ['tshirtcraft'] = {
  1116.             folded = {
  1117.                 darkblue = {
  1118.                     model = '2tshirt',
  1119.                     textureName = 'white5'
  1120.                 },
  1121.                 purple = {
  1122.                     model = '2tshirt2',
  1123.                     textureName = 'white5'
  1124.                 },
  1125.                 black = {
  1126.                     model = '2tshirt3',
  1127.                     textureName = 'white5'
  1128.                 },
  1129.                 white = {
  1130.                     model = '2tshirt4',
  1131.                     textureName = 'white5'
  1132.                 },
  1133.                 blue = {
  1134.                     model = '2tshirt5',
  1135.                     textureName = 'white5'
  1136.                 }
  1137.             },
  1138.             wrinkle = {
  1139.                 darkblue = {
  1140.                     model = 'f2-tshirt1',
  1141.                     textureName = 'white5'
  1142.                 },
  1143.                 purple = {
  1144.                     model = 'f2-tshirt2',
  1145.                     textureName = 'white5'
  1146.                 },
  1147.                 black = {
  1148.                     model = 'f2-tshirt3',
  1149.                     textureName = 'white5'
  1150.                 },
  1151.                 white = {
  1152.                     model = 'f2-tshirt4',
  1153.                     textureName = 'white5'
  1154.                 },
  1155.                 blue = {
  1156.                     model = 'f2-tshirt5',
  1157.                     textureName = 'white5'
  1158.                 }
  1159.             },
  1160.             notfolded = {
  1161.                 darkblue = {
  1162.                     model = '2tshirtv1',
  1163.                     textureName = 'white5'
  1164.                 },
  1165.                 purple = {
  1166.                     model = '2tshirtv2',
  1167.                     textureName = 'white_2'
  1168.                 },
  1169.                 black = {
  1170.                     model = '2tshirtv3',
  1171.                     textureName = 'white_3'
  1172.                 },
  1173.                 white = {
  1174.                     model = '2tshirtv4',
  1175.                     textureName = 'white4'
  1176.                 },
  1177.                 blue = {
  1178.                     model = '2tshirtv5',
  1179.                     textureName = 'white'
  1180.                 }
  1181.             }
  1182.         },
  1183.         ['sweatercraft'] = {
  1184.             folded = {
  1185.                 darkblue = {
  1186.                     model = 'k2ashirt',
  1187.                     textureName = 'white'
  1188.                 },
  1189.                 purple = {
  1190.                     model = 'k2ashirt2',
  1191.                     textureName = 'white_2'
  1192.                 },
  1193.                 black = {
  1194.                     model = 'k2ashirt3',
  1195.                     textureName = 'white_3'
  1196.                 },
  1197.                 white = {
  1198.                     model = 'k2ashirt4',
  1199.                     textureName = 'white4'
  1200.                 },
  1201.                 blue = {
  1202.                     model = 'k2ashirt5',
  1203.                     textureName = 'white5'
  1204.                 }
  1205.             },
  1206.             wrinkle = {
  1207.                 darkblue = {
  1208.                     model = 'd2sweat1',
  1209.                     textureName = 'white'
  1210.                 },
  1211.                 purple = {
  1212.                     model = 'd2sweat2',
  1213.                     textureName = 'white_2'
  1214.                 },
  1215.                 black = {
  1216.                     model = 'd2sweat3',
  1217.                     textureName = 'white_3'
  1218.                 },
  1219.                 white = {
  1220.                     model = 'd2sweat4',
  1221.                     textureName = 'white4'
  1222.                 },
  1223.                 blue = {
  1224.                     model = 'd2sweat5',
  1225.                     textureName = 'white5'
  1226.                 }
  1227.             },
  1228.             notfolded = {
  1229.                 darkblue = {
  1230.                     model = '2shirtv1',
  1231.                     textureName = 'white'
  1232.                 },
  1233.                 purple = {
  1234.                     model = '2shirtv2',
  1235.                     textureName = 'white_2'
  1236.                 },
  1237.                 black = {
  1238.                     model = '2shirtv3',
  1239.                     textureName = 'white_3'
  1240.                 },
  1241.                 white = {
  1242.                     model = '2shirtv4',
  1243.                     textureName = 'white4'
  1244.                 },
  1245.                 blue = {
  1246.                     model = '2shirtv5',
  1247.                     textureName = 'white5'
  1248.                 }
  1249.             }
  1250.         }
  1251.     },
  1252.     [3] = {
  1253.         ['tshirtcraft'] = {
  1254.             folded = {
  1255.                 darkblue = {
  1256.                     model = '3tshirt',
  1257.                     textureName = 'white5'
  1258.                 },
  1259.                 purple = {
  1260.                     model = '3tshirt2',
  1261.                     textureName = 'white5'
  1262.                 },
  1263.                 black = {
  1264.                     model = '3tshirt3',
  1265.                     textureName = 'white5'
  1266.                 },
  1267.                 white = {
  1268.                     model = '3tshirt4',
  1269.                     textureName = 'white5'
  1270.                 },
  1271.                 blue = {
  1272.                     model = '3tshirt5',
  1273.                     textureName = 'white5'
  1274.                 }
  1275.             },
  1276.             wrinkle = {
  1277.                 darkblue = {
  1278.                     model = 'f3-tshirt1',
  1279.                     textureName = 'white5'
  1280.                 },
  1281.                 purple = {
  1282.                     model = 'f3-tshirt2',
  1283.                     textureName = 'white5'
  1284.                 },
  1285.                 black = {
  1286.                     model = 'f3-tshirt3',
  1287.                     textureName = 'white5'
  1288.                 },
  1289.                 white = {
  1290.                     model = 'f3-tshirt4',
  1291.                     textureName = 'white5'
  1292.                 },
  1293.                 blue = {
  1294.                     model = 'f3-tshirt5',
  1295.                     textureName = 'white5'
  1296.                 }
  1297.             },
  1298.             notfolded = {
  1299.                 darkblue = {
  1300.                     model = '3tshirtv1',
  1301.                     textureName = 'white5'
  1302.                 },
  1303.                 purple = {
  1304.                     model = '3tshirtv2',
  1305.                     textureName = 'white_2'
  1306.                 },
  1307.                 black = {
  1308.                     model = '3tshirtv3',
  1309.                     textureName = 'white_3'
  1310.                 },
  1311.                 white = {
  1312.                     model = '3tshirtv4',
  1313.                     textureName = 'white4'
  1314.                 },
  1315.                 blue = {
  1316.                     model = '3tshirtv5',
  1317.                     textureName = 'white'
  1318.                 }
  1319.             }
  1320.         },
  1321.         ['sweatercraft'] = {
  1322.             folded = {
  1323.                 darkblue = {
  1324.                     model = 'k3ashirt',
  1325.                     textureName = 'white'
  1326.                 },
  1327.                 purple = {
  1328.                     model = 'k3ashirt2',
  1329.                     textureName = 'white_2'
  1330.                 },
  1331.                 black = {
  1332.                     model = 'k3ashirt3',
  1333.                     textureName = 'white_3'
  1334.                 },
  1335.                 white = {
  1336.                     model = 'k3ashirt4',
  1337.                     textureName = 'white4'
  1338.                 },
  1339.                 blue = {
  1340.                     model = 'k3ashirt5',
  1341.                     textureName = 'white5'
  1342.                 }
  1343.             },
  1344.             wrinkle = {
  1345.                 darkblue = {
  1346.                     model = 'd3sweat1',
  1347.                     textureName = 'white'
  1348.                 },
  1349.                 purple = {
  1350.                     model = 'd3sweat2',
  1351.                     textureName = 'white_2'
  1352.                 },
  1353.                 black = {
  1354.                     model = 'd3sweat3',
  1355.                     textureName = 'white_3'
  1356.                 },
  1357.                 white = {
  1358.                     model = 'd3sweat4',
  1359.                     textureName = 'white4'
  1360.                 },
  1361.                 blue = {
  1362.                     model = 'd3sweat5',
  1363.                     textureName = 'white5'
  1364.                 }
  1365.             },
  1366.             notfolded = {
  1367.                 darkblue = {
  1368.                     model = '3shirtv1',
  1369.                     textureName = 'white'
  1370.                 },
  1371.                 purple = {
  1372.                     model = '3shirtv2',
  1373.                     textureName = 'white_2'
  1374.                 },
  1375.                 black = {
  1376.                     model = '3shirtv3',
  1377.                     textureName = 'white_3'
  1378.                 },
  1379.                 white = {
  1380.                     model = '3shirtv4',
  1381.                     textureName = 'white4'
  1382.                 },
  1383.                 blue = {
  1384.                     model = '3shirtv5',
  1385.                     textureName = 'white5'
  1386.                 }
  1387.             }
  1388.         }
  1389.     },
  1390.     [4] = {
  1391.         ['tshirtcraft'] = {
  1392.             folded = {
  1393.                 darkblue = {
  1394.                     model = '4tshirt',
  1395.                     textureName = 'white5'
  1396.                 },
  1397.                 purple = {
  1398.                     model = '4tshirt2',
  1399.                     textureName = 'white5'
  1400.                 },
  1401.                 black = {
  1402.                     model = '4tshirt3',
  1403.                     textureName = 'white5'
  1404.                 },
  1405.                 white = {
  1406.                     model = '4tshirt4',
  1407.                     textureName = 'white5'
  1408.                 },
  1409.                 blue = {
  1410.                     model = '4tshirt5',
  1411.                     textureName = 'white5'
  1412.                 }
  1413.             },
  1414.             wrinkle = {
  1415.                 darkblue = {
  1416.                     model = 'f4-tshirt1',
  1417.                     textureName = 'white5'
  1418.                 },
  1419.                 purple = {
  1420.                     model = 'f4-tshirt2',
  1421.                     textureName = 'white5'
  1422.                 },
  1423.                 black = {
  1424.                     model = 'f4-tshirt3',
  1425.                     textureName = 'white5'
  1426.                 },
  1427.                 white = {
  1428.                     model = 'f4-tshirt4',
  1429.                     textureName = 'white5'
  1430.                 },
  1431.                 blue = {
  1432.                     model = 'f4-tshirt5',
  1433.                     textureName = 'white5'
  1434.                 }
  1435.             },
  1436.             notfolded = {
  1437.                 darkblue = {
  1438.                     model = '4tshirtv1',
  1439.                     textureName = 'white5'
  1440.                 },
  1441.                 purple = {
  1442.                     model = '4tshirtv2',
  1443.                     textureName = 'white_2'
  1444.                 },
  1445.                 black = {
  1446.                     model = '4tshirtv3',
  1447.                     textureName = 'white_3'
  1448.                 },
  1449.                 white = {
  1450.                     model = '4tshirtv4',
  1451.                     textureName = 'white4'
  1452.                 },
  1453.                 blue = {
  1454.                     model = '4tshirtv5',
  1455.                     textureName = 'white'
  1456.                 }
  1457.             }
  1458.         },
  1459.         ['sweatercraft'] = {
  1460.             folded = {
  1461.                 darkblue = {
  1462.                     model = 'k4ashirt',
  1463.                     textureName = 'white'
  1464.                 },
  1465.                 purple = {
  1466.                     model = 'k4ashirt2',
  1467.                     textureName = 'white_2'
  1468.                 },
  1469.                 black = {
  1470.                     model = 'k4ashirt3',
  1471.                     textureName = 'white_3'
  1472.                 },
  1473.                 white = {
  1474.                     model = 'k4ashirt4',
  1475.                     textureName = 'white4'
  1476.                 },
  1477.                 blue = {
  1478.                     model = 'k4ashirt5',
  1479.                     textureName = 'white5'
  1480.                 }
  1481.             },
  1482.             wrinkle = {
  1483.                 darkblue = {
  1484.                     model = 'd4sweat1',
  1485.                     textureName = 'white'
  1486.                 },
  1487.                 purple = {
  1488.                     model = 'd4sweat2',
  1489.                     textureName = 'white_2'
  1490.                 },
  1491.                 black = {
  1492.                     model = 'd4sweat3',
  1493.                     textureName = 'white_3'
  1494.                 },
  1495.                 white = {
  1496.                     model = 'd4sweat4',
  1497.                     textureName = 'white4'
  1498.                 },
  1499.                 blue = {
  1500.                     model = 'd4sweat5',
  1501.                     textureName = 'white5'
  1502.                 }
  1503.             },
  1504.             notfolded = {
  1505.                 darkblue = {
  1506.                     model = '4shirtv1',
  1507.                     textureName = 'white'
  1508.                 },
  1509.                 purple = {
  1510.                     model = '4shirtv2',
  1511.                     textureName = 'white_2'
  1512.                 },
  1513.                 black = {
  1514.                     model = '4shirtv3',
  1515.                     textureName = 'white_3'
  1516.                 },
  1517.                 white = {
  1518.                     model = '4shirtv4',
  1519.                     textureName = 'white4'
  1520.                 },
  1521.                 blue = {
  1522.                     model = '4shirtv5',
  1523.                     textureName = 'white5'
  1524.                 }
  1525.             }
  1526.         }
  1527.     },
  1528. }
  1529.  
  1530. Config.InventoryAccess        = {
  1531.     allowedItems = {
  1532.         'wool',
  1533.         'darkbluedye',
  1534.         'purpledye',
  1535.         'blackdye',
  1536.         'whitedye',
  1537.         'bluedye',
  1538.     }
  1539. }
  1540.  
  1541. Config.MarketItems            = {
  1542.     { item = 'darkbluedye', label = 'Dark Blue Dye', image = 'darkbluedye.png', price = 250, weight = 0.1 },
  1543.     { item = 'purpledye',   label = 'Purple Dye',    image = 'purpledye.png',   price = 250, weight = 0.1 },
  1544.     { item = 'blackdye',    label = 'Black Dye',     image = 'blackdye.png',    price = 250, weight = 0.1 },
  1545.     { item = 'whitedye',    label = 'White Dye',     image = 'whitedye.png',    price = 250, weight = 0.1 },
  1546.     { item = 'bluedye',     label = 'Blue Dye',      image = 'bluedye.png',     price = 250, weight = 0.1 },
  1547.     { item = 'wool',        label = 'Wool',          image = 'wool.png',        price = 150, weight = 0.1 },
  1548. }
  1549.  
  1550. Config.DefaultLogo            = {
  1551.     {
  1552.         bigImage = 'https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/images/image_31.png',
  1553.     },
  1554.     {
  1555.         bigImage = 'https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/images/image_30.png',
  1556.     },
  1557.     {
  1558.         bigImage = 'https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/images/Logo.png',
  1559.     },
  1560.     {
  1561.         bigImage = 'https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/images/image_14.png',
  1562.     },
  1563.     {
  1564.         bigImage = 'https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/images/wallpaperflare.com_wallpaper_1.png',
  1565.     },
  1566. }
  1567.  
  1568. Config.TutorialList           = {
  1569.     { id = 1, title = Locales[Config.Locale]['tutorialTitle1'], description = Locales[Config.Locale]['tutorialDescription1'], name = 'tutorial_one' },
  1570.     { id = 2, title = Locales[Config.Locale]['tutorialTitle2'], description = Locales[Config.Locale]['tutorialDescription2'], name = 'tutorial_two' },
  1571.     { id = 3, title = Locales[Config.Locale]['tutorialTitle3'], description = Locales[Config.Locale]['tutorialDescription3'], name = 'tutorial_three' },
  1572.     { id = 4, title = Locales[Config.Locale]['tutorialTitle4'], description = Locales[Config.Locale]['tutorialDescription4'], name = 'tutorial_four' },
  1573.     { id = 5, title = Locales[Config.Locale]['tutorialTitle5'], description = Locales[Config.Locale]['tutorialDescription5'], name = 'tutorial_five' },
  1574.     { id = 6, title = Locales[Config.Locale]['tutorialTitle6'], description = Locales[Config.Locale]['tutorialDescription6'], name = 'tutorial_six' },
  1575. }
  1576.  
  1577. Config.JobClothes             = {
  1578.     male = {
  1579.         { jacket = 97,   texture = 0 },
  1580.         { shirt = 15,    texture = 0 },
  1581.         { arms = 0,      texture = 0 },
  1582.         { legs = 9,      texture = 6 },
  1583.         { shoes = 12,    texture = 3 },
  1584.         { mask = 0,      texture = 0 },
  1585.         { chain = 0,     texture = 11 },
  1586.         { decals = 0,    texture = 11 },
  1587.         { helmet = 0,    texture = 11 },
  1588.         { glasses = 0,   texture = 11 },
  1589.         { watches = 0,   texture = 11 },
  1590.         { bracelets = 0, texture = 11 }
  1591.     },
  1592.     female = {
  1593.         { jacket = 239,  texture = 8 },
  1594.         { shirt = 15,    texture = 0 },
  1595.         { arms = 0,      texture = 0 },
  1596.         { legs = 35,     texture = 0 },
  1597.         { shoes = 26,    texture = 0 },
  1598.         { mask = 0,      texture = 0 },
  1599.         { chain = 0,     texture = 11 },
  1600.         { decals = 0,    texture = 11 },
  1601.         { helmet = 0,    texture = 11 },
  1602.         { glasses = 0,   texture = 11 },
  1603.         { watches = 0,   texture = 11 },
  1604.         { bracelets = 0, texture = 11 }
  1605.     }
  1606. }
  1607.  
  1608. Config.DrawMarker             = {
  1609.     dropBoxesOnTrailer = {
  1610.         value = 27,
  1611.         color = { r = 0, g = 255, b = 0, a = 128 },
  1612.     },
  1613.     vehicleMarker = {
  1614.         value = 2,
  1615.         color = { r = 255, g = 255, b = 255, a = 210 },
  1616.     },
  1617.     dropBoxesOnTrailerDelivery = {
  1618.         value = 30,
  1619.     },
  1620.     pickupBoxMarker = {
  1621.         value = 25,
  1622.         color = { r = 139, g = 69, b = 19, a = 80 },
  1623.     }
  1624. }
  1625.  
  1626. Config.Vehiclekey             = true
  1627. Config.VehicleSystem          =
  1628. "qbx-vehiclekeys" -- cd_garage / qs-vehiclekeys / wasabi-carlock / qb-vehiclekeys / qbx-vehiclekeys
  1629. Config.Removekeys             = true
  1630. Config.RemoveVehicleSystem    =
  1631. "qb-vehiclekeys"                                                -- cd_garage / qs-vehiclekeys / wasabi-carlock / qb-vehiclekeys
  1632.  
  1633. Config.GiveVehicleKey         = function(plate, model, vehicle) -- you can change vehiclekeys export if you use another vehicle key system
  1634.     if Config.Vehiclekey then
  1635.         if Config.VehicleSystem == 'cd_garage' then
  1636.             TriggerEvent('cd_garage:AddKeys', exports['cd_garage']:GetPlate(vehicle))
  1637.         elseif Config.VehicleSystem == 'qs-vehiclekeys' then
  1638.             model = GetDisplayNameFromVehicleModel(GetEntityModel(vehicle))
  1639.             exports['qs-vehiclekeys']:GiveKeys(plate, model, true)
  1640.         elseif Config.VehicleSystem == 'wasabi-carlock' then
  1641.             exports.wasabi_carlock:GiveKey(plate)
  1642.         elseif Config.VehicleSystem == 'qb-vehiclekeys' then
  1643.             TriggerServerEvent('qb-vehiclekeys:server:AcquireVehicleKeys', plate)
  1644.         elseif Config.VehicleSystem == 'qbx-vehiclekeys' then
  1645.             TriggerServerEvent('qb-vehiclekeys:server:AcquireVehicleKeys', plate)
  1646.         end
  1647.     end
  1648. end
  1649.  
  1650. Config.RemoveVehiclekey       = function(plate, model, vehicle)
  1651.     if Config.Removekeys then
  1652.         if Config.RemoveVehicleSystem == 'cd_garage' then
  1653.             TriggerServerEvent('cd_garage:RemovePersistentVehicles', exports['cd_garage']:GetPlate(vehicle))
  1654.         elseif Config.RemoveVehicleSystem == 'qs-vehiclekeys' then
  1655.             model = GetDisplayNameFromVehicleModel(GetEntityModel(vehicle))
  1656.             exports['qs-vehiclekeys']:RemoveKeys(plate, model)
  1657.         elseif Config.RemoveVehicleSystem == 'wasabi-carlock' then
  1658.             exports.wasabi_carlock:RemoveKey(plate)
  1659.         elseif Config.RemoveVehicleSystem == 'qb-vehiclekeys' then
  1660.             TriggerServerEvent('qb-vehiclekeys:client:RemoveKeys', plate)
  1661.         end
  1662.     end
  1663. end
  1664.  
  1665. Config.FuelSystem             = "LegacyFuel"                  -- LegacyFuel / x-fuel / ox_fuel / cdn-fuel
  1666.  
  1667. Config.SetVehicleFuel         = function(vehicle, fuel_level) -- you can change LegacyFuel export if you use another fuel system
  1668.     if Config.FuelSystem == 'LegacyFuel' then
  1669.         return exports["LegacyFuel"]:SetFuel(vehicle, fuel_level)
  1670.     elseif Config.FuelSystem == 'x-fuel' then
  1671.         return exports["x-fuel"]:SetFuel(vehicle, fuel_level)
  1672.     elseif Config.FuelSystem == 'ox_fuel' then
  1673.         return SetVehicleFuelLevel(vehicle, 100.0)
  1674.     elseif Config.FuelSystem == 'cdn-fuel' then
  1675.         return exports['cdn-fuel']:SetFuel(vehicle, fuel_level)
  1676.     elseif Config.FuelSystem == 'ps-fuel' then
  1677.         return exports['ps-fuel']:SetFuel(vehicle, 100.0)
  1678.     else
  1679.         return SetVehicleFuelLevel(vehicle, fuel_level + 0.0)
  1680.     end
  1681. end
  1682.  
  1683. Config.sendNotification       = function(messages, value)
  1684.     NuiMessage('NOTIFICATION', { message = messages, type = value })
  1685. end
  1686.  
  1687. Config.endJobFunction         = function(source, owneridentifier, scoreAmount)
  1688. end
  1689.  
  1690. Config.NotificationText       = {
  1691.     ['vehicleexist'] = {
  1692.         text = Locales[Config.Locale]['vehicleexist'],
  1693.         type = "errorNotify"
  1694.     },
  1695.     ['wrongjob'] = {
  1696.         text = Locales[Config.Locale]['wrongjob'],
  1697.         type = "errorNotify"
  1698.     },
  1699.     ['jobcooldown'] = {
  1700.         text = Locales[Config.Locale]['jobcooldown'],
  1701.         type = "errorNotify"
  1702.     },
  1703.     ['delivervehicle'] = {
  1704.         text = Locales[Config.Locale]['delivervehicle'],
  1705.         type = "infoNotify"
  1706.     },
  1707.     ['playerfaraway'] = {
  1708.         text = Locales[Config.Locale]['playerfaraway'],
  1709.         type = "infoNotify"
  1710.     },
  1711.     ['lobbyfull'] = {
  1712.         text = Locales[Config.Locale]['lobbyfull'],
  1713.         type = "succesNotify"
  1714.     },
  1715.     ['jobnotstarted'] = {
  1716.         text = Locales[Config.Locale]['jobnotstarted'],
  1717.         type = "errorNotify"
  1718.     },
  1719.     ['jobalreadystarted'] = {
  1720.         text = Locales[Config.Locale]['jobalreadystarted'],
  1721.         type = "errorNotify"
  1722.     },
  1723.     ['maxlevel'] = {
  1724.         text = Locales[Config.Locale]['maxlevel'],
  1725.         type = "errorNotify"
  1726.     },
  1727.     ['joblevelnotenough'] = {
  1728.         text = Locales[Config.Locale]['joblevelnotenough'],
  1729.         type = "errorNotify"
  1730.     },
  1731.     ['playeralreadyinlobby'] = {
  1732.         text = Locales[Config.Locale]['playeralreadyinlobby'],
  1733.         type = "errorNotify"
  1734.     },
  1735.  
  1736.     ['missionnotselected'] = {
  1737.         text = Locales[Config.Locale]['missionnotselected'],
  1738.         type = "errorNotify"
  1739.     },
  1740.     ['playerleftlobby'] = {
  1741.         text = Locales[Config.Locale]['playerleftlobby'],
  1742.         type = "errorNotify"
  1743.     },
  1744.     ['deliverVehile'] = {
  1745.         text = Locales[Config.Locale]['deliverVehile'],
  1746.         type = "infoNotify"
  1747.     },
  1748.     ['resetJob'] = {
  1749.         text = Locales[Config.Locale]['resetJob'],
  1750.         type = "errorNotify"
  1751.     },
  1752.     ['notowner'] = {
  1753.         text = Locales[Config.Locale]['notowner'],
  1754.         type = "errorNotify"
  1755.     },
  1756.     ['usedtbxid'] = {
  1757.         text = Locales[Config.Locale]['usedtbxid'],
  1758.         type = "errorNotify"
  1759.     },
  1760.     ['successfullyExp'] = {
  1761.         text = Locales[Config.Locale]['successfullyExp'],
  1762.         type = "succesNotify"
  1763.     },
  1764.     ['notfoundtbxid'] = {
  1765.         text = Locales[Config.Locale]['notfoundtbxid'],
  1766.         type = "errorNotify"
  1767.     },
  1768.     ['getontruck'] = {
  1769.         text = Locales[Config.Locale]['getontruck'],
  1770.         type = "infoNotify"
  1771.     },
  1772.     ['notenoughmoney'] = {
  1773.         text = Locales[Config.Locale]['notenoughmoney'],
  1774.         type = "errorNotify"
  1775.     },
  1776.     ['buyItemN'] = {
  1777.         text = Locales[Config.Locale]['buyItemN'],
  1778.         type = "succesNotify"
  1779.     },
  1780.     ['doorisopen'] = {
  1781.         text = Locales[Config.Locale]['doorisopen'],
  1782.         type = "errorNotify"
  1783.     },
  1784.     ['finishBoxDelivery'] = {
  1785.         text = Locales[Config.Locale]['finishBoxDelivery'],
  1786.         type = "succesNotify"
  1787.     },
  1788.     ['takebox'] = {
  1789.         text = Locales[Config.Locale]['takebox'],
  1790.         type = "succesNotify"
  1791.     },
  1792.     ['giveabox'] = {
  1793.         text = Locales[Config.Locale]['giveabox'],
  1794.         type = "succesNotify"
  1795.     },
  1796.     ['waypoint'] = {
  1797.         text = Locales[Config.Locale]['waypoint'],
  1798.         type = "succesNotify"
  1799.     },
  1800.     ['boxfull'] = {
  1801.         text = Locales[Config.Locale]['boxfull'],
  1802.         type = "errorNotify"
  1803.     },
  1804.     ['clothesback'] = {
  1805.         text = Locales[Config.Locale]['clothesback'],
  1806.         type = "errorNotify"
  1807.     },
  1808.     ['boxcreated'] = {
  1809.         text = Locales[Config.Locale]['boxcreated'],
  1810.         type = "succesNotify"
  1811.     },
  1812.  
  1813.     ['clothesalreadyproduced'] = {
  1814.         text = Locales[Config.Locale]['clothesalreadyproduced'],
  1815.         type = "errorNotify"
  1816.     },
  1817.     ['toomanyclothes'] = {
  1818.         text = Locales[Config.Locale]['toomanyclothes'],
  1819.         type = "errorNotify"
  1820.     },
  1821.  
  1822.     ['alreadyarea'] = {
  1823.         text = Locales[Config.Locale]['alreadyarea'],
  1824.         type = "errorNotify"
  1825.     },
  1826.     ['isownernotleave'] = {
  1827.         text = Locales[Config.Locale]['isownernotleave'],
  1828.         type = "errorNotify"
  1829.     },
  1830.     ['removed'] = {
  1831.         text = Locales[Config.Locale]['removed'],
  1832.         type = "succesNotify"
  1833.     },
  1834.     ['notremoved'] = {
  1835.         text = Locales[Config.Locale]['notremoved'],
  1836.         type = "errorNotify"
  1837.     },
  1838. }
  1839.  
  1840.  
  1841.  
  1842. Config.RequiredXP = {
  1843.     [1] = 1000,
  1844.     [2] = 1500,
  1845.     [3] = 2000,
  1846.     [4] = 2500,
  1847.     [5] = 3000,
  1848.     [6] = 3500,
  1849.     [7] = 4000,
  1850.     [8] = 4500,
  1851.     [9] = 5000,
  1852.     [10] = 5500,
  1853.     [11] = 6000,
  1854.     [12] = 6500,
  1855.     [13] = 7000,
  1856.     [14] = 7500,
  1857.     [15] = 8000,
  1858.     [16] = 8500,
  1859.     [17] = 9000,
  1860.     [18] = 9500,
  1861.     [19] = 10000,
  1862.     [20] = 10500,
  1863.     [21] = 11000,
  1864.     [22] = 11500,
  1865.     [23] = 12000,
  1866.     [24] = 12500,
  1867.     [25] = 13000,
  1868.     [26] = 13500,
  1869.     [27] = 14000,
  1870.     [28] = 14500,
  1871.     [29] = 15000,
  1872.     [30] = 15500,
  1873.     [31] = 16000,
  1874.     [32] = 16500,
  1875.     [33] = 17000,
  1876.     [34] = 17500,
  1877.     [35] = 18000,
  1878.     [36] = 18500,
  1879.     [37] = 19000,
  1880.     [38] = 19500,
  1881.     [39] = 20000,
  1882.     [40] = 20500,
  1883.     [41] = 21000,
  1884.     [42] = 21500,
  1885.     [43] = 22000,
  1886.     [44] = 22500,
  1887.     [45] = 23000,
  1888.     [46] = 23500,
  1889.     [47] = 24000,
  1890.     [48] = 24500,
  1891.     [49] = 25000,
  1892.     [50] = 25500,
  1893.     [51] = 26500,
  1894.     [52] = 27500,
  1895.     [53] = 28500,
  1896.     [54] = 29500,
  1897.     [55] = 30500,
  1898.     [56] = 31500,
  1899.     [57] = 32500,
  1900.     [58] = 33500,
  1901.     [59] = 34500,
  1902.     [60] = 35500,
  1903.     [61] = 36500,
  1904.     [62] = 37500,
  1905.     [63] = 38500,
  1906.     [64] = 39500,
  1907.     [65] = 40500,
  1908.     [66] = 41500,
  1909.     [67] = 42500,
  1910.     [68] = 43500,
  1911.     [69] = 44500,
  1912.     [70] = 45500,
  1913.  
  1914. }
  1915.  
  1916. Config.Disable    = {
  1917.     onDeath = true,    -- Disable interactions on death
  1918.     onNuiFocus = true, -- Disable interactions while NUI is focused
  1919.     onVehicle = true,  -- Disable interactions while in a vehicle
  1920.     onHandCuff = true, -- Disable interactions while handcuffed
  1921. }
  1922.  
  1923. Config.OtherNuiClose = function(bool)
  1924.     TriggerServerEvent('tworst-fashion:server:OtherNuiClose', bool)
  1925.     if Config.Inventory == 'ox_inventory' then
  1926.         local invOpen = LocalPlayer.state.invOpen
  1927.         if invOpen then
  1928.             exports.ox_inventory:closeInventory()
  1929.         end
  1930.         if GetResourceState("lb-phone") == "started" then
  1931.             exports["lb-phone"]:ToggleOpen(false, false)
  1932.         end
  1933.         LocalPlayer.state.invBusy = bool
  1934.     end
  1935.  
  1936. end
Advertisement
Add Comment
Please, Sign In to add comment