Advertisement
Guest User

HITMAN JOB CODE

a guest
Sep 2nd, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.57 KB | None | 0 0
  1. TEAM_HITMAN = DarkRP.createJob("Hitman", {
  2.     color = Color(143, 71, 71, 255),
  3.     model = "models/player/alyx.mdl",
  4.     description = [[Kill people and get money at the same time!]],
  5.     weapons = {"m9k_deagle"},
  6.     command = "hitman",
  7.     max = 2,
  8.     salary = 50,
  9.     admin = 0,
  10.     vote = true,
  11.     hasLicense = false,
  12.     })
  13. /*---------------------------------------------------------------------------
  14. Jobs that are hitmen (enables the hitman menu)
  15. ---------------------------------------------------------------------------*/
  16. DarkRP.addHitmanTeam(TEAM_HITMAN)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement