Advertisement
Salatrel

VF PVT

Oct 23rd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. -[[
  2. Generated using: DarkRP | Job Generator
  3. https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. TEAM_VFPVT = DarkRP.createJob("VF PVT", {
  6. color = Color(0, 9, 255, 255),
  7. model = {"models/player/bunny/imperial_501/501_trooper.mdl"},
  8. description = [[VF PVT]],
  9. weapons = {"ven_e22", "holocomm", "surrender_animation_swep"},
  10. command = "vfpvt",
  11. max = 0,
  12. salary = 40,
  13. admin = 0,
  14. vote = false,
  15. hasLicense = true,
  16. candemote = false,
  17. category = "Vader's Faust",
  18. PlayerSpawn = function(ply)
  19. ply:SetMaxHealth(100)
  20. ply:SetHealth(100)
  21. ply:SetArmor(50)
  22. end
  23. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement