Advertisement
Guest User

Coder On Duty

a guest
Jul 30th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. TEAM_CODER = DarkRP.createJob("Coder On Duty", {
  2. color = Color(0, 163, 255, 255),
  3. model = {"models/player/skeleton.mdl"},
  4. description = [[You Can Deal With Admin Sits, Mostly AFK Coding]],
  5. weapons = {"spidermans_swep","morrowind_dragon_dagger","weapon_vape_juicy"},
  6. command = "coder",
  7. max = 1,
  8. salary = 2000,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. -- CustomCheck
  14. medic = false,
  15. chief = false,
  16. mayor = false,
  17. hobo = false,
  18. cook = false,
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement