Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. TEAM_BATMAN = DarkRP.createJob("Batman", {
  2. color = Color(214, 0, 0, 255),
  3. model = {"models/player/bobert/akak.mdl"},
  4. description = [[You are a bodyguard. You guard people who hire you from others' harm.]],
  5. weapons = {"weapon_stunstick", "colts_inv_swep", "grapplehook"},
  6. command = "bodyguard",
  7. max = 6,
  8. salary = 100,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = true,
  13. -- CustomCheck
  14. medic = false,
  15. chief = false,
  16. mayor = false,
  17. hobo = false,
  18. cook = false,
  19. category = "Citizens",
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement