Leveling-System icon indicating copy to clipboard operation
Leveling-System copied to clipboard

Doesnt seem to be a file for editing what levels unlock

Open RealButtmeister opened this issue 3 years ago • 2 comments

It's working great but the levels dont unlock anything do they? I cant find the file to edit unlocks.

RealButtmeister avatar Feb 22 '22 05:02 RealButtmeister

Unlocks must be assigned to the entities or jobs. You just add a new line for level = #

For example, if you want thief job to be unlocked at level 5 TEAM_THIEF = DarkRP.createJob("Thief", { color = Color( 0, 0, 0, 255 ), model = "models/player/arctic.mdl", description = [[A thief]], weapons = {"lockpick", "keypad_cracker"}, command = "thief", max = 3, salary = GAMEMODE.Config.normalsalary * 1.5, admin = 0, category = "Organized Crime", vote = false, hasLicense = false, level = 5 })

dkoz avatar Mar 19 '22 04:03 dkoz

What dkoz said is correct, you must specify the requirements.

FCSSensai avatar May 10 '23 21:05 FCSSensai