i want to know how to add specific grade to modify cars?
1 Like
you need to edit client/main.lua
look for this line:
if (PlayerData.job ~= nil and PlayerData.job.name == 'mechanic') or Config.IsMechanicJobOnly == false then
change it to:
if (PlayerData.job ~= nil and PlayerData.job.name == 'mechanic' and PlayerData.job.grade_name == 'gradeNameHere') or Config.IsMechanicJobOnly == false then
1 Like
ty ;D
@ZerefGG
excuse another question if I want to add another grade? what should i do?
1 Like
i thing that u need to add it just in the database