Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. --[[
  2. Generated using: DarkRP | Job Generator
  3. https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. 501st_Colonel = DarkRP.createJob("501st Colonel", {
  6. color = Color(0, 75, 255, 255),
  7. model = {"models/reizer_cgi_p2/501_d7/501_d7.mdl"},
  8. description = [[You are the 501st Colonel prove yourself as the second in command]],
  9. weapons = {"sent_jetpack", "tfa_swch_dc15a", "tfa_752_dc15s_expanded", "bf2017_dc17", "weapon_cuff_elastic", "stunstick", "re_hands", "clone_card_c4", "zeus_thermaldet"},
  10. command = "501stCol",
  11. max = 1,
  12. salary = 2000,
  13. admin = 0,
  14. vote = false,
  15. hasLicense = true,
  16. candemote = false,
  17. category = "501st",
  18. ammo = {
  19. ["rifke"] = 9999,
  20. ["pistol"] = 9999
  21. },
  22. PlayerSpawn = function(ply)
  23. ply:SetMaxHealth(1250)
  24. ply:SetHealth(1250)
  25. ply:SetArmor(0)
  26. ply:SetBodygroup(0, 0)
  27. end
  28. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement