Advertisement
Salatrel

VF LT

Oct 23rd, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. --[[
  2. Generated using: DarkRP | Job Generator
  3. https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. TEAM_VFLT = DarkRP.createJob("VF LT", {
  6. color = Color(0, 9, 255, 255),
  7. model = {"models/player/bunny/imperial_501/501_lieutenant.mdl"},
  8. description = [[VF LT]],
  9. weapons = {"ven_e22", "holocomm", "surrender_animation_swep", "tfa_se14c_extended"},
  10. command = "vflt",
  11. max = 4,
  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(150)
  20. ply:SetHealth(150)
  21. ply:SetArmor(100)
  22. end
  23. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement