Advertisement
Guest User

Untitled

a guest
Jun 24th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. TEAM_FBI = DarkRP.createJob("FBI", {
  2. color = Color(255, 0, 0, 255),
  3. model = {"models/player/police_agent/male_02_agent.mdl"},
  4. description = [[]],
  5. weapons = {"cw_m1911", "arrest_stick", "unarrest_stick, "door_ram"},
  6. command = "",
  7. max = 4,
  8. salary = 100,
  9. admin = 0,
  10. vote = true,
  11. hasLicense = true,
  12. candemote = true,
  13. -- CustomCheck
  14. medic = false,
  15. chief = true,
  16. mayor = false,
  17. hobo = false,
  18. cook = false,
  19. category = "Govornment",
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement