Advertisement
Guest User

For Phoenix Custom Job

a guest
Dec 10th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. TEAM_DRUGDEALER = DarkRP.createJob("Drug Dealer", {
  2. color = Color(51, 204, 255, 255),
  3. model = "models/player/soldier_stripped.mdl",
  4. description = [[You sell drugs to the public, stay away from the police.]],
  5. weapons = {},
  6. command = "drugdealer",
  7. max = 3,
  8. salary = 40,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement