Leveling-System
Leveling-System copied to clipboard
Doesnt seem to be a file for editing what levels unlock
It's working great but the levels dont unlock anything do they? I cant find the file to edit unlocks.
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 })
What dkoz said is correct, you must specify the requirements.