Lollyking

Terrorist

Oct 4th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. TEAM_TERROR = DarkRP.createJob("Terrorist", {
  2. color = Color(56, 56, 56, 255),
  3. model = {"models/player/tfa_insurgent_fighter.mdl"},
  4. description = [[Follow Your Leader Cause Havoc on the Streets (Terror Every 5 Mins Must Call With Leader or 1 other Terrorist)
  5. ]],
  6. weapons = {"m9k_sten","m9k_machete"},
  7. command = "terror",
  8. max = 5,
  9. salary = 0,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = false,
  13. candemote = true,
  14. -- CustomCheck
  15. medic = false,
  16. chief = false,
  17. mayor = false,
  18. hobo = false,
  19. cook = false,
  20. category = "Criminals",
  21. })
Add Comment
Please, Sign In to add comment