Advertisement
Guest User

Untitled

a guest
May 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. TEAM_GRYFFINDOR = DarkRP.createJob("Gryffindor Schüler", {
  2. color = Color(215, 0, 0, 255),
  3. model = {
  4. "models/player/lordsaw_fps/1gryffondorv1.mdl",
  5. "models/player/custom/gryffindor2.mdl",
  6. "models/player/custom/gryffindorgirl.mdl",
  7. "models/player/lordsaw_fps/blondgryffondorv1.mdl"
  8. },
  9. description = [[
  10. Du bist ein Schüler des Hauses Gryffindor.
  11.  
  12. Deine Aufgabe ist es in den Unterricht zu gehen um neue Zauber zu lernen und ein vollwertiger Zauberer zu werden!
  13.  
  14. Erforderliches Level: 1]],
  15. weapons = {"key", "weapon_hpwr_stick"},
  16. command = "gryffs",
  17. max = 0,
  18. salary = GAMEMODE.Config.normalsalary,
  19. admin = 0,
  20. vote = false,
  21. hasLicense = false,
  22. candemote = false,
  23. category = "Haus Gryffindor",
  24. PlayerSpawn = function(ply)
  25. ply:SetArmor(0)
  26. ply:SetHealth(100)
  27. ply:SetMaxHealth(100)
  28. end,
  29. PlayerLoadout = function(ply)
  30. ply:SetArmor(0)
  31. ply:SetHealth(100)
  32. ply:SetMaxHealth(100)
  33. end,
  34. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement