Advertisement
Guest User

BMD

a guest
Jul 28th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | None | 0 0
  1. TEAM_BLACKMARKET = DarkRP.createJob("Black market Dealer", {
  2.    color = Color(0, 0, 0, 255),
  3.    model = {"models/code_gs/robber/robberplayer.mdl"},
  4.    description = [[You sell illegals such as drugs and explosives, stay low and avoid the cops]],
  5.    weapons = {"m9k_deagle", "m9k_fists", "m9k_knife"},
  6.    command = "bmd",
  7.    max = 2,
  8.    salary = 100,
  9.    admin = 0,
  10.    vote = true,
  11.    hasLicense = false,
  12.    candemote = true,
  13.    category = "Regular jobs",
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement