Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. TEAM_GRYF = DarkRP.createJob("Gryffindor", {
  2. color = Color(255, 0, 0, 255),
  3. model = {
  4. "models/player/gryfg/gryfg.mdl",
  5. "models/player/lordsaw_fps/1gryffondorv1.mdl"
  6. },
  7. description = [[You are apart of the Gryffindor House!]],
  8. weapons = {"sniggerdoodle"},
  9. command = "gryf",
  10. max = 0,
  11. salary = 0,
  12. admin = 0,
  13. vote = false,
  14. hasLicense = true,
  15. candemote = false,
  16. category = "Gryffindor"
  17. })
  18. TEAM_GPERFECT = DarkRP.createJob("Gryffindor Perfect", {
  19. color = Color(255, 0, 0, 255),
  20. model = {"models/player/lordsaw_fps/noirgryffondorv1_lod.mdl"},
  21. description = [[You are a Gryffindor Perfect! Make sure every other Gryffindor is doing the right thing!]],
  22. weapons = {"sniggerdoodle"},
  23. command = "gperfect",
  24. max = 2,
  25. salary = 0,
  26. admin = 0,
  27. vote = false,
  28. hasLicense = true,
  29. candemote = false,
  30. category = "Gryffindor"
  31. })
  32. TEAM_POTTER = DarkRP.createJob("Harry Potter", {
  33. color = Color(255, 0, 0, 255),
  34. model = {"models/player/naruto/harrypm/harrypotterv4.mdl"},
  35. description = [[You are the one and only Harry Potter!]],
  36. weapons = {"sniggerdoodle"},
  37. command = "potter",
  38. max = 1,
  39. salary = 0,
  40. admin = 0,
  41. vote = false,
  42. hasLicense = true,
  43. candemote = false,
  44. category = "Gryffindor"
  45. })
  46. TEAM_RON = DarkRP.createJob("Ron Wisley", {
  47. color = Color(255, 0, 0, 255),
  48. model = {"models/player/naruto/ronpm/ronwisley.mdl"},
  49. description = [[You are the one and only Ron Wisley!]],
  50. weapons = {"sniggerdoodle"},
  51. command = "ron",
  52. max = 1,
  53. salary = 0,
  54. admin = 0,
  55. vote = false,
  56. hasLicense = true,
  57. candemote = false,
  58. category = "Gryffindor"
  59. })
  60. TEAM_HERMIONE = DarkRP.createJob("Hermione Granger", {
  61. color = Color(255, 0, 0, 255),
  62. model = {"models/player/naruto/hermione.mdl"},
  63. description = [[You are the one and only Hermione Granger!]],
  64. weapons = {"sniggerdoodle"},
  65. command = "hermione",
  66. max = 1,
  67. salary = 0,
  68. admin = 0,
  69. vote = false,
  70. hasLicense = true,
  71. candemote = false,
  72. category = "Gryffindor"
  73. })
  74. TEAM_LAVENDER = DarkRP.createJob("Lavender Brown", {
  75. color = Color(255, 0, 0, 255),
  76. model = {"models/player/lordsaw_fps/lavenderv8.mdl"},
  77. description = [[You are the one and only Lavender Brown!]],
  78. weapons = {"sniggerdoodle"},
  79. command = "lavender",
  80. max = 1,
  81. salary = 0,
  82. admin = 0,
  83. vote = false,
  84. hasLicense = true,
  85. candemote = false,
  86. category = "Gryffindor"
  87. })
  88. TEAM_GINNY = DarkRP.createJob("Ginny Weasley", {
  89. color = Color(255, 0, 0, 255),
  90. model = {"models/player/lordsaw_fps/gennyv3.mdl"},
  91. description = [[You are the one and only Ginny Weasley!]],
  92. weapons = {"sniggerdoodle"},
  93. command = "ginny",
  94. max = 1,
  95. salary = 0,
  96. admin = 0,
  97. vote = false,
  98. hasLicense = true,
  99. candemote = false,
  100. category = "Gryffindor"
  101. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement