Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | None | 0 0
  1. TEAM_THIEF = DarkRP.createJob("Thief",
  2. {
  3.     color = Color(0, 0, 0, 255)
  4.     model = {"models/player/arctic.mdl"}
  5.     description = [[You are a thief, rob people, lockpick their house and steal their plants and legal printers.]]
  6.     weapons = {"lockpick, bkeycardscannerhacker"} -- You may wanna find a pickpocket swep and add it here.
  7.     command = "thief"
  8.     max = 6
  9.     salary = 65
  10.     admin = 0
  11.     vote = false
  12.     hasLicense = false
  13.     category = "Criminals"
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement