❔ Common questions
Commonly asked questions from our customers. Feel free to read these to get a better overview.
How do I modify the contract payout/skillpoints?
classSBasePay = 2000, -- Base pay for class S contracts
classSPerPartPay = 1600, -- Pay per part for class S contracts
classABasePay = 1250, -- Base pay for class A contracts
classAPerPartPay = 1000, -- Pay per part for class A contracts
classBBasePay = 350, -- Base pay for class B contracts
classBPerPartPay = 250, -- Pay per part for class B contracts
classCBasePay = 275, -- Base pay for class C contracts
classCPerPartPay = 225, -- Pay per part for class C contracts
classDBasePay = 225, -- Base pay for class D contracts
classDPerPartPay = 175, -- Pay per part for class D contracts
minRandomBonusPercentage = 5, -- Minimum random bonus percentage for contracts
maxRandomBonusPercentage = 20, -- Maximum random bonus percentage for contracts
classSSkillpointBase = 100, -- Base skill points for class S contracts
classSSkillpointPerPart = 30, -- Skill points per part for class S contracts
classASkillpointBase = 50, -- Base skill points for class A contracts
classASkillpointPerPart = 15,
classBSkillpointBase = 8, -- Base skill points for class B contracts
classBSkillpointPerPart = 3,
classCSkillpointBase = 5, -- Base skill points for class C contracts
classCSkillpointPerPart = 2,
classDSkillpointBase = 3, -- Base skill points for class D contracts
classDSkillpointPerPart = 1,
vehicleClassPartMinMaxLimits = {
["S"] = { min = 9, max = 11 }, -- Minimum and maximum number of parts for vehicle class S
["A"] = { min = 7, max = 9 }, -- Minimum and maximum number of parts for vehicle class A
["B"] = { min = 4, max = 6 }, -- Minimum and maximum number of parts for vehicle class B
["C"] = { min = 3, max = 5 }, -- Minimum and maximum number of parts for vehicle class C
["D"] = { min = 2, max = 4 }, -- Minimum and maximum number of parts for vehicle class D
},How to change the number of skillpoints required to unlock a skill?
How do I add or remove scrapyards?
How does a typical (D and C class) contract look like?
How does a typical B class contract look like?
How does a typical A/S class contract look like?
Last updated