Advertisement
CyanFalre

Untitled

May 28th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. TEAM_GUARD = DarkRP.createJob("Security Guard", {
  2. color = Color( 0, 153, 153),
  3. model = {
  4. "models/player/guard_pack/guard_01.mdl",
  5. "models/player/guard_pack/guard_02.mdl",
  6. "models/player/guard_pack/guard_03.mdl",
  7. "models/player/guard_pack/guard_04.mdl",
  8. "models/player/guard_pack/guard_05.mdl",
  9. "models/player/guard_pack/guard_06.mdl",
  10. "models/player/guard_pack/guard_07.mdl",
  11. "models/player/guard_pack/guard_08.mdl",
  12. "models/player/guard_pack/guard_09.mdl"
  13. },
  14. description = [[People Hire you to, protect their loot such as meth and printers. Then they pay you money]],
  15. weapons = {"m9k_mp5"},
  16. command = "guard",
  17. max = 10,
  18. salary = 600,
  19. admin = 0,
  20. vote = false,
  21. hasLicense = false
  22. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement