Advertisement
Guest User

Untitled

a guest
May 25th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. TEAM_Citizen = DarkRP.createJob("Citizen", {
  2. color = Color(0, 0, 0, 255),
  3. model = {},
  4. description = [[Das ist eine Test Einheit]],
  5. weapons = {"weapon_deagle2"},
  6. command = "citizen",
  7. max = 0,
  8. salary = 250,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = false,
  13. category = "Citizens",
  14. PlayerSpawn = function(ply)
  15. ply:SetMaxHealth(100)
  16. ply:SetHealth(100)
  17. ply:SetArmor(0)
  18. end
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement