Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. TEAM_51CO = DarkRP.createJob("501st Commander",
  2. {
  3. color = Color(29, 0, 255, 255),
  4. model = "models/player/wwr/starwars/commander.mdl",
  5. description = [[501st Commander]],
  6. weapons = {
  7. "weapon_752_dc15a","weapon_752_dh17"
  8. },
  9. command = "501stCommander",
  10. max = 100,
  11. salary = 0,
  12. admin = 0,
  13. vote = false,
  14. hasLicense = false,
  15. candemote = false,
  16. CustomCheckFailMsg = "You are not whitelisted to this job.",
  17. category = "501st",
  18. sortOrder = 1,
  19. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(1) end,
  20. PlayerDeath = function(ply) end,
  21. }
  22. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement