Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.29 KB | None | 0 0
  1. TEAM_RECRUIT DarkRP.createJob("First Order Cadet",
  2. {
  3. color = Color(128, 128, 128, 255),
  4. model = "models/player/sgg/starwars/clonetrooper_mark2.mdl",
  5. description = [[You are a first order cadet, you must be trained]],
  6. weapons = {
  7. "weapon_752_dc15atraining",
  8. "climb_swep2"
  9. },
  10. command = "cadet",
  11. max = 10,
  12. salary = 50,
  13. admin = 0,
  14. vote = false,
  15. hasLicense = false,
  16. candemote = false,
  17. customCheck = function(ply) return table.HasValue(
  18. {
  19. "user",
  20. "admin",
  21. "superadmin",
  22. "owner"
  23. },
  24. ply:GetNWString("usergroup")
  25. ) end,
  26. CustomCheckFailMsg = "You are not whitelisted to this job.",
  27. category = "Troopers",
  28. sortOrder = 30,
  29. PlayerSpawn = function(ply) ply:SetHealth(100) ply:SetArmor(1) end,
  30. PlayerDeath = function(ply) end,
  31. }
  32. )
  33.  
  34. TEAM_STORM = DarkRP.createJob("Stormtrooper",
  35. {
  36. color = Color(128, 128, 128, 255),
  37. model = "models/player/sgg/starwars/clonetrooper_mark2.mdl",
  38. description = [[You passed training!, now to find a regiment...]],
  39. weapons = {
  40. "weapon_752_e11",
  41. "climb_swep2"
  42. },
  43. command = "strooper",
  44. max = 100,
  45. salary = 50,
  46. admin = 0,
  47. vote = false,
  48. hasLicense = false,
  49. candemote = false,
  50. customCheck = function(ply) return table.HasValue(
  51. {
  52. "stormtrooper",
  53. "admin",
  54. "superadmin",
  55. "Owner",
  56. "Head_of_Staff",
  57. "Head_of_Development",
  58. "Head_of_Map_Design"
  59. },
  60. ply:GetNWString("usergroup")
  61. ) end,
  62. CustomCheckFailMsg = "You are not whitelisted to this job.",
  63. category = "Troopers",
  64. sortOrder = 30,
  65. PlayerSpawn = function(ply) ply:SetHealth(250) ply:SetArmor(1) end,
  66. PlayerDeath = function(ply) end,
  67. }
  68. )
  69.  
  70. TEAM_SCAPT = DarkRP.createJob("Stormtrooper Captain",
  71. {
  72. color = Color(128, 128, 128, 255),
  73. model = "models/player/sgg/starwars/clonetrooper_mark2.mdl",
  74. description = [[You help the stormtrooper commander with leading the stormtroopers.]],
  75. weapons = {
  76. "weapon_752_e11",
  77. "climb_swep2"
  78. },
  79. command = "scaptain",
  80. max = 3,
  81. salary = 50,
  82. admin = 0,
  83. vote = false,
  84. hasLicense = false,
  85. candemote = false,
  86. customCheck = function(ply) return table.HasValue(
  87. {
  88. "stormcaptain",
  89. "admin",
  90. "superadmin",
  91. "Owner",
  92. "Head_of_Staff",
  93. "Head_of_Development",
  94. "Head_of_Map_Design"
  95. },
  96. ply:GetNWString("usergroup")
  97. ) end,
  98. CustomCheckFailMsg = "You are not whitelisted to this job.",
  99. category = "Troopers",
  100. sortOrder = 30,
  101. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(100) end,
  102. PlayerDeath = function(ply) end,
  103. }
  104. )
  105.  
  106. TEAM_SCOM = DarkRP.createJob("Stormtrooper Commander",
  107. {
  108. color = Color(128, 128, 128, 255),
  109. model = "models/player/sgg/starwars/clonetrooper_mark2.mdl",
  110. description = [[You lead the brave stormtroopers into battle.]],
  111. weapons = {
  112. "weapon_752_e11",
  113. "voice_amplifier",
  114. "riot_shield",
  115. "climb_swep2"
  116. },
  117. command = "scommander",
  118. max = 1,
  119. salary = 50,
  120. admin = 0,
  121. vote = false,
  122. hasLicense = false,
  123. candemote = false,
  124. customCheck = function(ply) return table.HasValue(
  125. {
  126. "stormcommander",
  127. "admin",
  128. "superadmin",
  129. "Owner",
  130. "Head_of_Staff",
  131. "Head_of_Development",
  132. "Head_of_Map_Design"
  133. },
  134. ply:GetNWString("usergroup")
  135. ) end,
  136. CustomCheckFailMsg = "You are not whitelisted to this job.",
  137. category = "Troopers",
  138. sortOrder = 30,
  139. PlayerSpawn = function(ply) ply:SetHealth(100) ply:SetArmor(1) end,
  140. PlayerDeath = function(ply) end,
  141. }
  142. )
  143.  
  144.  
  145. TEAM_64th = DarkRP.createJob("64th Stormtrooper",
  146. {
  147. color = Color(128, 128, 128, 255),
  148. model = "models/player/sgg/starwars/clonetrooper_mark2.mdl",
  149. description = [[You are a trooper of the 64th attack corps]],
  150. weapons = {
  151. "weapon_752_e11",
  152. "climb_swep2"
  153. },
  154. command = "64th",
  155. max = 100,
  156. salary = 50,
  157. admin = 0,
  158. vote = false,
  159. hasLicense = false,
  160. candemote = false,
  161. customCheck = function(ply) return table.HasValue(
  162. {
  163. "64th Storm",
  164. "admin",
  165. "superadmin",
  166. "Owner",
  167. "Head_of_Staff",
  168. "Head_of_Development",
  169. "Head_of_Map_Design"
  170. },
  171. ply:GetNWString("usergroup")
  172. ) end,
  173. CustomCheckFailMsg = "You are not whitelisted to this job.",
  174. category = "Troopers",
  175. sortOrder = 30,
  176. PlayerSpawn = function(ply) ply:SetHealth(250) ply:SetArmor(1) end,
  177. PlayerDeath = function(ply) end,
  178. }
  179. )
  180.  
  181. TEAM_64thSER = DarkRP.createJob("64th Sergeant",
  182. {
  183. color = Color(128, 128, 128, 255),
  184. model = "models/player/sgg/starwars/clonetrooper_mark2.mdl",
  185. description = [[You are a sergeant of the 64th attack corps]],
  186. weapons = {
  187. "weapon_752_e11",
  188. "climb_swep2"
  189. },
  190. command = "64thSE",
  191. max = 20,
  192. salary = 50,
  193. admin = 0,
  194. vote = false,
  195. hasLicense = false,
  196. candemote = false,
  197. customCheck = function(ply) return table.HasValue(
  198. {
  199. "64th Storm",
  200. "admin",
  201. "superadmin",
  202. "Owner",
  203. "Head_of_Staff",
  204. "Head_of_Development",
  205. "Head_of_Map_Design"
  206. },
  207. ply:GetNWString("usergroup")
  208. ) end,
  209. CustomCheckFailMsg = "You are not whitelisted to this job.",
  210. category = "Troopers",
  211. sortOrder = 30,
  212. PlayerSpawn = function(ply) ply:SetHealth(250) ply:SetArmor(1) end,
  213. PlayerDeath = function(ply) end,
  214. }
  215. )
  216.  
  217. TEAM_64thCAP = DarkRP.createJob("64th Captain",
  218. {
  219. color = Color(128, 128, 128, 255),
  220. model = "models/player/sgg/starwars/clonetrooper_mark2.mdl",
  221. description = [[You are a captain of the 64th attack corps]],
  222. weapons = {
  223. "weapon_752_e11",
  224. "climb_swep2"
  225. },
  226. command = "64thCA",
  227. max = 10,
  228. salary = 50,
  229. admin = 0,
  230. vote = false,
  231. hasLicense = false,
  232. candemote = false,
  233. customCheck = function(ply) return table.HasValue(
  234. {
  235. "64th Captain",
  236. "admin",
  237. "superadmin",
  238. "Owner",
  239. "Head_of_Staff",
  240. "Head_of_Development",
  241. "Head_of_Map_Design"
  242. },
  243. ply:GetNWString("usergroup")
  244. ) end,
  245. CustomCheckFailMsg = "You are not whitelisted to this job.",
  246. category = "Troopers",
  247. sortOrder = 30,
  248. PlayerSpawn = function(ply) ply:SetHealth(500) ply:SetArmor(1) end,
  249. PlayerDeath = function(ply) end,
  250. }
  251. )
  252.  
  253. TEAM_64thCOMM = DarkRP.createJob("64th Commander",
  254. {
  255. color = Color(128, 128, 128, 255),
  256. model = "models/player/sgg/starwars/clonetrooper_mark2.mdl",
  257. description = [[You are the commander of the 64th attack corps]],
  258. weapons = {
  259. "weapon_752_e11",
  260. "climb_swep2"
  261. },
  262. command = "64thCo",
  263. max = 1,
  264. salary = 50,
  265. admin = 0,
  266. vote = false,
  267. hasLicense = false,
  268. candemote = false,
  269. customCheck = function(ply) return table.HasValue(
  270. {
  271. "64th Commander",
  272. "admin",
  273. "superadmin",
  274. "Owner",
  275. "Head_of_Staff",
  276. "Head_of_Development",
  277. "Head_of_Map_Design"
  278. },
  279. ply:GetNWString("usergroup")
  280. ) end,
  281. CustomCheckFailMsg = "You are not whitelisted to this job.",
  282. category = "Troopers",
  283. sortOrder = 30,
  284. PlayerSpawn = function(ply) ply:SetHealth(250) ply:SetArmor(1) end,
  285. PlayerDeath = function(ply) end,
  286. }
  287. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement