Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. --[[
  2.     Generated using: DarkRP | Job Generator
  3.     https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. TEAM_HITMAN = DarkRP.createJob("Hitman", {
  6.     color = Color(43, 33, 33, 255),
  7.     model = {"models/player/suits/male_04_open_tie.mdl"},
  8.     description = [[Du hast es dir zum Beruf gemacht Leute für Geld zu töten!]],
  9.     weapons = {},
  10.     command = "hitman",
  11.     max = 1,
  12.     salary = 100,
  13.     admin = 0,
  14.     vote = true,
  15.     hasLicense = false,
  16.     candemote = true,
  17.     category = "Kriminelle"
  18. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement