Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. TEAM_GOVERNMENT = DarkRP.createJob("C019 Light", {
  2. color = Color(0, 113, 247, 255),
  3. model = {""},
  4. description = [[You're the Swat Team C019.. Support the Police in their Raid and Stop all Terrorism.]],
  5. weapons = {"cw_mp5","cw_flash_grenade","khr_gsh18"},
  6. command = "C019",
  7. max = 3,
  8. salary = 80,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = true,
  13. -- CustomCheck
  14. medic = false,
  15. chief = false,
  16. mayor = false,
  17. hobo = false,
  18. cook = false,
  19. category = "Other",
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement