Advertisement
Guest User

lua error

a guest
Dec 12th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.72 KB | None | 0 0
  1. TEAM_EXPERIENCEDTHIEF = DarkRP.createJob("Experienced Thief", {
  2.     color = Color(49, 59, 128, 255),
  3.     model = model = {"models/player/lanoire_gray_detective.mdl", "models/player/lanoire_detective.mdl",},
  4.     description = [[You are an Experienced Thief,
  5.     You can mug.
  6.     You can raid.
  7.     Raid Cooldown | 10 Minutes
  8.     Be careful, your line of work is illegal and can land you in trouble.]],
  9.     weapons = {"lockpick"},
  10.     command = "experiencedthief",
  11.     max = 3,
  12.     salary = 50,
  13.     admin = 0,
  14.     vote = false,
  15.     hasLicense = false,
  16.     ammo = {
  17.         ["nothing"] = 0,
  18.     },
  19.     category = "Criminals",
  20.     sortOrder = 5,  -- The position of this thing in its category. Lower number means higher up.
  21. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement