Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. TEAM_DONATE = DarkRP.createJob("Zmurfus", {
  2. color = Color(226, 86, 70, 255),
  3. model = {"models/mark2580/ut4/necris_m_player.mdl", "models/imperius/imperiuss.mdl", "models/kallig/kallig.mdl", "models/player/anon/anon.mdl", "models/mark2580/ut4/necris_f_player.mdl"},
  4. description = [[]],
  5. weapons = {"keys", "weapon_lightsaber", "tfsr_blackflash", "weapon_camo"},
  6. command = "zmurfus",
  7. max = 1,
  8. salary = 1000,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = false,
  13. category = "Donator",
  14. PlayerSpawn = function(ply)
  15. ply:SetMaxHealth(5000)
  16. ply:SetHealth(5000)
  17. ply:SetArmor(500)
  18. end
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement