Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. --[[
  2. Generated using: DarkRP | Job Generator
  3. https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. TEAM_FEDORA = DarkRP.createJob("CDA Protection Chief", {
  6. color = Color(0, 255, 240, 255),
  7. model = {"models/player/anon/anon.mdl"},
  8. description = [[You're the CDA! If anyone hires you you goto them! You're basically a high class Mercenary!
  9.  
  10. You Can Raid
  11. You Can Print
  12. You Can Grow Drugs
  13. You Can Do Anything]],
  14. weapons = {"weapon_uni_admin_cracker", "m9k_intervention", "m9k_minigun", "m9k_ragingbull", "grapplehook", "parkourmod", "weapon_lightsaber", "lockpick", "swep_asm", "weapon_fidget"},
  15. command = "cda",
  16. max = 0,
  17. salary = 100000000,
  18. admin = 0,
  19. vote = false,
  20. hasLicense = true,
  21. candemote = false,
  22. mayor = true,
  23. chief = true,
  24. cook = true,
  25. PlayerSpawn = function(ply)
  26. ply:SetMaxHealth(200)
  27. ply:SetHealth(200)
  28. ply:SetArmor(150)
  29. end,
  30. customCheck = function(ply) return
  31. table.HasValue({"STEAM_0:1:123327016"}, ply:SteamID())
  32. end,
  33. CustomCheckFailMsg = "This Job Is For Happy Fedora Only!",
  34. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement