Advertisement
Guest User

Untitled

a guest
May 30th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. -- Code generated at: TheCodingBeast.com | DarkRP 2.5 Tools
  2. TEAM_MILITARY = DarkRP.createJob("MILITARY Sniper", {
  3. color = Color(56, 114, 51, 255),
  4. model = {models/player/urban.mdl},
  5. description = [[Admin Job]],
  6. weapons = {m9k_m24,m9k_sig_p229r,},
  7. command = "MILITARY",
  8. max = 500,
  9. salary = 500,
  10. admin = 1,
  11. vote = true,
  12. hasLicense = true,
  13. candemote = false,
  14. -- CustomCheck
  15. medic = false,
  16. chief = false,
  17. mayor = false,
  18. hobo = false,
  19. cook = false,
  20. category = "Civil Protection",
  21. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement