Advertisement
Guest User

FBI SPY

a guest
Jun 27th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. TEAM_Sentinel = DarkRP.createJob("Sentinel", {
  2. color = Color(38, 168, 14, 255),
  3. model = {"models/player/guard_pack/guard_05.md"},
  4. description = [[You can be hired to guard professional bussinesses with your life through years of training ]],
  5. weapons = {"m9k_g36", "m9k_hk45", "stunstick"},
  6. command = "Sentinel",
  7. max = 2,
  8. salary = 500,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. category = "Citizens",
  14. PlayerSpawn = function(ply)
  15. ply:SetArmor(120)
  16. end
  17. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement