Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. TEAM_HITMAN = DarkRP.createJob("Hitman", {
  2. color = Color(0, 0, 0, 255),
  3. model = "models/player/alyx.mdl",
  4. description = [[People hire you to take out other people,
  5. this job require you to be completely focussed.
  6. A single breath can make you loose a shot.]],
  7.  
  8. rulesnig = "1. You can base, but ONLY with other players who're your owner. Other Animals cannot be your Owner.\n\n2. You have the ability to bite, leap, and bark, feel free to use it. However you cannot randomly bite players, you can only bite them if they're harming your owner. If your Owner says attack do NOT attack unless it's a hostile situation where your Owner is being harmed.\n\n3. Press F4 and go to Misc tab, then buy the leash to give to your Owner.\n\n4. You can build a small base inside your Owners home, you cannot be the main builder. Just only a small area for you to stay while you're in the base and if your Owner lets you run around.\n\n5. If you have no Owner, you may make a small little box area with the sign mentioniong Abandoned Dog in hopes of being adopted.\n\n6. Cats are by default a K.O.S unless however you don't wish to K.O.S them. But by default Cats and Dogs are both K.O.S to one another.\n\n7. You cannot use any weapons besides your Dog SWEP.",
  9. weapons = {"crowbar"},
  10. command = "hitman",
  11. max = 1,
  12. salary = 65,
  13. admin = 0,
  14. vote = false,
  15. hasLicense = false,
  16. category = "Citizens",
  17. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement