Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. TEAM228THCOMMANDER = DarkRP.createJob("228th Marshall Commander Flanker", {
  2. color = Color(0, 0, 0, 255),
  3. model = {"models/player/applesauce/228th/commanding_officer.mdl","models/reizer_cgi_p2_cm2/5_cpt/5_cpt.mdl"},
  4. description = [[228th]],
  5. weapons = {"rw_sw_dc19", "rw_sw_dc19le", "weapon_camo", "weapon_thehiddenblade", "rw_sw_bino_dark", "weapon_cuff_elastic"},
  6. command = "flanker",
  7. max = 0,
  8. salary = 100,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = false,
  13. category = "228th",
  14. PlayerSpawn = function(ply)
  15. ply:SetMaxHealth(200)
  16. ply:SetHealth(200)
  17. ply:SetArmor(100)
  18. end
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement