trumpito

nigga who

Apr 29th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. --#################################################################################--
  2. -- Doom Legion
  3. --#################################################################################--
  4. TEAM_DOOMTROOPER = DarkRP.createJob("Doom Trooper", {
  5. color = Color(0, 153, 76),
  6. model = "models/player/doctorjew/doomtrooper/doomtrooper.mdl",
  7. description = [[Congratulations you are a member of the Doom Legion!.]],
  8. weapons = {"tfa_sbg_dc15a", "tfa_sbg_dc17", "weapon_policeshield" , "clone_card_c1", "tfa_sbg_republicmini"},
  9. command = "doomtrooper",
  10. max = 0,
  11. salary = 0,
  12. admin = 0,
  13. vote = false,
  14. category = "Doom Legion",
  15. sortOrder = 6,
  16. PlayerSpawn = function(ply) ply:SetMaxHealth(250) end,
  17. PlayerLoadout = function(ply) ply:SetHealth(250) ply:GiveAmmo(700, "ar2") end,
  18. )}
Add Comment
Please, Sign In to add comment