Advertisement
Guest User

Darkrp

a guest
Feb 5th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Team_Swat = DarkRP.createJob("Swat", {
  2. color = Color(0, 0, 0, 255),
  3. model = {"models/player/gasmask.mdl"},
  4. description = [[Help players out]],
  5. weapons = {},
  6. command = "",
  7. max = 5,
  8. salary = 250,
  9. admin = 0,
  10. vote = false,
  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 = "staff",
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement