Advertisement
Guest User

DARKRP STAFF JOBS!

a guest
Mar 29th, 2017
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1.  
  2. Moderator!
  3.  
  4.  
  5. TEAM_MOD = DarkRP.createJob("Mod On Duty", {
  6. color = Color(170, 0, 0, 255),
  7. model = "models/player/combine_soldier_prisonguard.mdl",
  8. description = [[Being a mod requires a great responsibility, when you become this job you have to take
  9. your job as a mod serious, and help the ones who is in need of a mod.]],
  10. weapons = {"arrest_stick", "unarrest_stick"},
  11. command = "modonduty",
  12. max = 0,
  13. salary = 100,
  14. admin = 0,
  15. vote = false,
  16. hasLicense = false,
  17.  
  18. })
  19.  
  20.  
  21. Trail-Mod
  22.  
  23.  
  24. TEAM_TMOD = DarkRP.createJob("Trial-Mod On Duty", {
  25. color = Color(170, 0, 0, 255),
  26. model = "models/player/combine_soldier_prisonguard.mdl",
  27. description = [[Being a trial mod requires a great responsibility, when you become this job you have to take
  28. your job as a mod serious, and help the ones who is in need of a trial mod.]],
  29. weapons = {"arrest_stick", "unarrest_stick"},
  30. command = "tmodonduty",
  31. max = 0,
  32. salary = 50,
  33. admin = 0,
  34. vote = false,
  35. hasLicense = false,
  36.  
  37. })
  38.  
  39.  
  40. Head-Mod
  41.  
  42.  
  43.  
  44. TEAM_HMOD = DarkRP.createJob("Head-Mod On Duty", {
  45. color = Color(170, 0, 0, 255),
  46. model = "models/player/combine_soldier_prisonguard.mdl",
  47. description = [[Being a Head mod requires a great responsibility, when you become this job you have to take
  48. your job as a Head Mod serious and teach other moderators common sense, and help the ones who is in need of a mod in general.]],
  49. weapons = {"arrest_stick", "unarrest_stick"},
  50. command = "hmodonduty",
  51. max = 0,
  52. salary = 100,
  53. admin = 0,
  54. vote = false,
  55. hasLicense = false,
  56.  
  57. })
  58.  
  59.  
  60. Admin
  61.  
  62.  
  63. TEAM_ADMIN = DarkRP.createJob("Admin On Duty", {
  64. color = Color(170, 0, 0, 255),
  65. model = "models/player/combine_soldier.mdl",
  66. description = [[Being an admin requires a great responsibility, when you become this job you have to take
  67. your job as an admin serious, and help the ones who is in need of an admin.]],
  68. weapons = {},
  69. command = "adminonduty",
  70. max = 0,
  71. salary = 100,
  72. admin = 1,
  73. vote = false,
  74. hasLicense = false,
  75.  
  76. })
  77.  
  78.  
  79.  
  80.  
  81. Head-Admin
  82.  
  83.  
  84.  
  85. TEAM_HADMIN = DarkRP.createJob("H-Admin On Duty", {
  86. color = Color(170, 0, 0, 255),
  87. model = "models/player/combine_soldier.mdl",
  88. description = [[Being a head admin requires a great responsibility, when you become this job you have to take
  89. your job as an admin serious, and help the ones who is in need of an admin.]],
  90. weapons = {},
  91. command = "hadminonduty",
  92. max = 0,
  93. salary = 200,
  94. admin = 1,
  95. vote = false,
  96. hasLicense = false,
  97.  
  98. })
  99.  
  100.  
  101.  
  102.  
  103. S-Admin
  104.  
  105.  
  106. TEAM_SADMIN = DarkRP.createJob("S-Admin On Duty", {
  107. color = Color(170, 0, 0, 255),
  108. model = "models/player/combine_super_soldier.mdl",
  109. description = [[Being a super admin requires a great responsibility, when you become this job you have to take
  110. your job as an admin serious, and help the ones who is in need of a superadmin.]],
  111. weapons = {"arrest_stick", "unarrest_stick"},
  112. command = "sadminonduty",
  113. max = 0,
  114. salary = 100,
  115. admin = 2,
  116. vote = false,
  117. hasLicense = false,
  118.  
  119. })
  120.  
  121.  
  122.  
  123.  
  124. Head-SAdmin
  125.  
  126.  
  127.  
  128. TEAM_HSADMIN = DarkRP.createJob("Head S-Admin On Duty", {
  129. color = Color(170, 0, 0, 255),
  130. model = "models/player/combine_super_soldier.mdl",
  131. description = [[Being a Head super admin requires a great responsibility, when you become this job you have to take
  132. your job as an admin serious, and help the ones who is in need of a superadmin. And teach the other superadmins common sense.]],
  133. weapons = {"arrest_stick", "unarrest_stick"},
  134. command = "sadminonduty",
  135. max = 0,
  136. salary = 200,
  137. admin = 2,
  138. vote = false,
  139. hasLicense = false,
  140.  
  141. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement