Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. TEAM_RAPE = DarkRP.createJob("Rapist", {
  2. color = Color(229, 229, 229),
  3. model = "models/player/hidden/hidden.mdl",
  4. description = [[Your a rapeist you rape people in alleyways and make sure you do /advert rape can only rape every 5 mins]],
  5. weapons = {"weapon_rape"},
  6. command = "rape",
  7. max = 2,
  8. salary = 50,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = true,
  13. category = "Citizens",
  14. PlayerSpawn = function(ply)
  15. ply:SetMaxHealth(100)
  16. ply:SetHealth(100)
  17. ply:SetArmor(0)
  18. end
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement