Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1.  
  2. TEAM_THEIF = DarkRP.createJob("Theif", {
  3. color = Color(34, 85, 85, 255),
  4. model = {"models/player/Group03/male_07.mdl"},
  5. description = [[The bad boys of the memeboard of 4chan and Seven]],
  6. weapons = {"weapon_fiveseven2"},
  7. command = "theif",
  8. max = 10,
  9. salary = 0,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = false,
  13. candemote = true,
  14. category = "Bad Boys"
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement