Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. TEAM_LAD = DarkRP.createJob("Light Arms Dealer",
  2. color = Color(255,171,0,0),
  3. model = "models/monk.mdl",
  4. description = [[A arms dealer who specialises in selling light arms to the public..]],
  5. weapons = {"weapon_fists"},
  6. command = "lightarms",
  7. max = 3,
  8. salary = 500,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement