Advertisement
blurbninja

JOB

Mar 28th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. TEAM_DRUG = DarkRP.createJob("Drug Dealer", {
  2.     color = Color(85, 85, 79, 255),
  3.     model = "models/grandtheftauto5/trevor.mdl",
  4.     description = [[You sell drugs. Don't get caught by the police]],
  5.     weapons = {"weapon_fists"},
  6.     command = "drugdealer",
  7.     max = 3,
  8.     salary = 50,
  9.     admin = 0,
  10.     vote = false,
  11.     hasLicense = false,
  12. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement