Advertisement
soarplex

DarkRP Job Template

Aug 24th, 2016
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. TEAM_ DarkRP.createJob("", {
  2. color = Color(0, 0, 0, 255),
  3. model = "",
  4. description = [[]],
  5. weapons = {},
  6. max = 0,
  7. salary = 25,
  8. admin = 0,
  9. vote = false,
  10. hasLicense = false,
  11. customCheck = function(ply) return ply:GetUserGroup() == "" end, -- Change ply:GetUserGroup() to ply:SteamId() if you want steamid
  12. CustomCheckFailMsg = "",
  13. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement