Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. TEAM_NYPDCHIEF = DarkRP.createJob("Police Chief", {
  2. color = Color(0, 10, 255, 255),
  3. model = {"models/humans/nypd1940/male_07.mdl", "models/humans/nypd1940/male_04.mdl", "models/humans/nypd1940/male_03.mdl", "models/humans/nypd1940/male_05.mdl"},
  4. description = [[You're the leader of the police force. You protect this town from any crime that happens! Use /warrant to be able to search a person's home (For a valid reason). ]],
  5. weapons = {"keypad_cracker", "door_ram", "arrest_stick", "unarrest_stick", "unarrest_stick", "stunstick", "m9k_glock", "m9k_m16a4_acog"},
  6. command = "policechief",
  7. max = 1,
  8. salary = 150,
  9. admin = 0,
  10. vote = true,
  11. NeedToChangeFrom = TEAM_POLICEOFFICER,
  12. hasLicense = true,
  13. candemote = true,
  14. -- CustomCheck
  15. medic = false,
  16. chief = false,
  17. mayor = false,
  18. hobo = false,
  19. cook = false,
  20. category = "Civil Protection",
  21. })
  22.  
  23.  
  24. TEAM_POLICEOFFICER = DarkRP.createJob("Police Officer", {
  25. color = Color(0, 10, 255, 255),
  26. model = {"models/humans/nypd1940/male_07.mdl", "models/humans/nypd1940/male_04.mdl", "models/humans/nypd1940/male_03.mdl", "models/humans/nypd1940/male_05.mdl", "models/humans/nypd1940/male_08.mdl"},
  27. description = [[You protect this town from any crime that happens! Use /warrant to be able to search a person's home (For a valid reason). ]],
  28. weapons = {"keypad_cracker", "arrest_stick", "unarrest_stick", "unarrest_stick", "stunstick", "m9k_glock"},
  29. command = "NYPDPolice",
  30. max = 10,
  31. salary = 125,
  32. admin = 0,
  33. vote = true,
  34. hasLicense = true,
  35. candemote = true,
  36. -- CustomCheck
  37. medic = false,
  38. chief = false,
  39. mayor = false,
  40. hobo = false,
  41. cook = false,
  42. category = "Civil Protection",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement