Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. TEAM_TERRORIST = DarkRP.createJob("Terrorist", {
  2. color = Color(200, 235, 170, 255),
  3. model = {"models/player/kuma/alqaeda_commando.mdl"},
  4. description = [[You are a Terrorist! Bomb the streets, and make road blocks]],
  5. weapons = {"lockpick", "weapon_fists"},
  6. command = "terrorist",
  7. max = 4,
  8. salary = 45,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. category = "Citizens",
  13. customCheck = function(ply) return ply:GetUserGroup() == "donator", "Admin", "Superadmin", "Owner", "CoOwner" end,
  14. CustomCheckFailMsg = "This job is VIP only!" -- Allows you to tell the user what went wrong when attempting to switch jobs
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement