Advertisement
MysticalBeast

501st Fives

Sep 27th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. TEAM_501ST = DarkRP.createJob("501st Fives", {
  2. color = Color(47, 44, 168, 255),
  3. model = {"models/player/harcf/cgi_harcff.mdl"},
  4. description = [[You are Fives of the 501st Legion]],
  5. weapons = {tfa_dc15a_expanded, tfa_swch_dc15s},
  6. command = "501stF",
  7. max = 1,
  8. salary = 200,
  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 = "501st Legion",
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement