Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. --[[
  2. Generated using: DarkRP | Job Generator
  3. https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. TEAM_GM = DarkRP.createJob("Galatic Marines", {
  6. color = Color(194, 140, 247, 255),
  7. model = {"https://csite.io/tools/gmod-darkrp-category"},
  8. description = [[You are a Galatic Marine!]],
  9. weapons = {},
  10. command = "gm",
  11. max = 4,
  12. salary = 0,
  13. admin = 0,
  14. vote = false,
  15. hasLicense = true,
  16. candemote = false,
  17. PlayerSpawn = function(ply)
  18. ply:SetMaxHealth(325)
  19. ply:SetHealth(325)
  20. ply:SetArmor(195)
  21. end
  22. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement