Guest User

91st Snow Trooper

a guest
Sep 24th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. TEAM_91ST = DarkRP.createJob("91st Snow Trooper", {
  2. color = Color(137, 45, 73, 255),
  3. model = {"models/player/snow_91/91_snow.mdl"},
  4. description = [[You are a Snow Trooper of the 91st reconnaissance corps]],
  5. weapons = {tfa_dc15a_expanded, tfa_swch_dc15s},
  6. command = "91stST",
  7. max = 20,
  8. salary = 175,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = false,
  13. -- CustomCheck
  14. medic = false,
  15. chief = false,
  16. mayor = false,
  17. hobo = false,
  18. cook = false,
  19. category = "91st Reconnaissance Corps",
  20. })
Advertisement
Add Comment
Please, Sign In to add comment