Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. TEAM_POLICE = DarkRP.createJob("Police", {
  2. color = Color(25, 25, 170, 255),
  3. model = {"models/player/police.mdl", "models/player/police_fem.mdl"},
  4. description = [[The protector of every citizen that lives in the city.]],
  5. weapons = {"arrest_stick", "unarrest_stick", "weapon_glock2", "stunstick", "door_ram", "weaponchecker"},
  6. command = "cp",
  7. max = 4,
  8. salary = GAMEMODE.Config.normalsalary * 1.45,
  9. admin = 0,
  10. vote = true,
  11. hasLicense = true,
  12. ammo = {
  13. ["pistol"] = 60,
  14. }
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement