Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.87 KB | None | 0 0
  1. TEAM_442NDTRP = DarkRP.createJob("442nd Trooper", {
  2. color = Color(0, 115, 4, 255),
  3. model = "models/player/wwr/starwars/colonel.mdl",
  4. description = [[You are A 442nd Trooper, Well Done!!]],
  5. weapons = {"keys", "weapon_tfa_dc15a501", "tfa_752_dlt19"},
  6. command = "442nd Trooper",
  7. max = 0,
  8. salary = 0,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. category = "442nd Siege",
  13. PlayerSpawn = function(ply) ply:SetHealth(100) end,
  14. BWhitelist_customCheck = function(ply) return ply:GetUserGroup() == "442nd Trooper" end
  15. })
  16.  
  17. TEAM_442NDLCPL = DarkRP.createJob("442nd Lance Corporal", {
  18. color = Color(0, 115, 4, 255),
  19. model = "models/player/wwr/starwars/colonel.mdl",
  20. description = [[You are A 442nd Lance Corporal, Well Done!!]],
  21. weapons = {"keys", "weapon_tfa_dc15a501", "tfa_752_dlt19"},
  22. command = "442nd Lance Corporal",
  23. max = 0,
  24. salary = 0,
  25. admin = 0,
  26. vote = false,
  27. hasLicense = true,
  28. category = "442nd Siege",
  29. PlayerSpawn = function(ply) ply:SetHealth(200) end,
  30. BWhitelist_customCheck = function(ply) return ply:GetUserGroup() == "442nd Lance Corporal" end
  31. })
  32.  
  33. TEAM_442NDCPL = DarkRP.createJob("442nd Corporal", {
  34. color = Color(0, 115, 4, 255),
  35. model = "models/player/wwr/starwars/colonel.mdl",
  36. description = [[You are A 442nd Corporal, Well Done!!]],
  37. weapons = {"keys", "weapon_tfa_dc15a501", "tfa_752_dlt19"},
  38. command = "442nd Corporal",
  39. max = 0,
  40. salary = 0,
  41. admin = 0,
  42. vote = false,
  43. hasLicense = true,
  44. category = "442nd Siege",
  45. PlayerSpawn = function(ply) ply:SetHealth(300) end,
  46. BWhitelist_customCheck = function(ply) return ply:GetUserGroup() == "442nd Corporal" end
  47. })
  48.  
  49. TEAM_442NDNCO = DarkRP.createJob("442nd Non Commissioned Officer", {
  50. color = Color(0, 115, 4, 255),
  51. model = "models/player/wwr/starwars/colonel.mdl",
  52. description = [[You are A 442nd Non Commissioned Officer, Well Done!!]],
  53. weapons = {"keys", "weapon_tfa_dc15a501", "tfa_752_dlt19"},
  54. command = "442nd Non Commissioned Officer",
  55. max = 5,
  56. salary = 0,
  57. admin = 0,
  58. vote = false,
  59. hasLicense = true,
  60. category = "442nd Siege",
  61. PlayerSpawn = function(ply) ply:SetHealth(550) end,
  62. BWhitelist_customCheck = function(ply) return ply:GetUserGroup() == "442nd Non Commissioned Officer" end
  63. })
  64.  
  65. TEAM_442NDCO = DarkRP.createJob("442nd Commissioned Officer", {
  66. color = Color(0, 115, 4, 255),
  67. model = "models/player/wwr/starwars/colonel.mdl",
  68. description = [[You are A 442nd Commissioned Officer, Well Done!!]],
  69. weapons = {"keys", "weapon_tfa_dc15a501", "tfa_752_dlt19"},
  70. command = "442nd Commissioned Officer",
  71. max = 2,
  72. salary = 0,
  73. admin = 0,
  74. vote = false,
  75. hasLicense = true,
  76. category = "442nd Siege",
  77. PlayerSpawn = function(ply) ply:SetHealth(600) end,
  78. BWhitelist_customCheck = function(ply) return ply:GetUserGroup() == "442nd Commissioned Officer" end
  79. })
  80.  
  81. TEAM_442NDCPT = DarkRP.createJob("442nd Captain", {
  82. color = Color(0, 115, 4, 255),
  83. model = "models/player/wwr/starwars/colonel.mdl",
  84. description = [[You are A 442nd Captain, Well Done!!]],
  85. weapons = {"keys", "weapon_tfa_dc15a501", "tfa_752_dlt19"},
  86. command = "442nd Captain",
  87. max = 1,
  88. salary = 0,
  89. admin = 0,
  90. vote = false,
  91. hasLicense = true,
  92. category = "442nd Siege",
  93. PlayerSpawn = function(ply) ply:SetHealth(700) end,
  94. BWhitelist_customCheck = function(ply) return ply:GetUserGroup() == "442nd Captain" end
  95. })
  96.  
  97. TEAM_442NDMAJ = DarkRP.createJob("442nd Major", {
  98. color = Color(0, 115, 4, 255),
  99. model = "models/player/wwr/starwars/colonel.mdl",
  100. description = [[You are A 442nd Major, Well Done!!]],
  101. weapons = {"keys", "weapon_tfa_dc15a501", "tfa_752_dlt19"},
  102. command = "442nd Major",
  103. max = 1,
  104. salary = 0,
  105. admin = 0,
  106. vote = false,
  107. hasLicense = true,
  108. category = "442nd Siege",
  109. PlayerSpawn = function(ply) ply:SetHealth(800) end,
  110. BWhitelist_customCheck = function(ply) return ply:GetUserGroup() == "442nd Major" end
  111. })
  112.  
  113. TEAM_442NDCOL = DarkRP.createJob("442nd Colonel", {
  114. color = Color(0, 115, 4, 255),
  115. model = "models/player/wwr/starwars/colonel.mdl",
  116. description = [[You are A 442nd Colonel, Well Done!!]],
  117. weapons = {"keys", "weapon_tfa_dc15a501", "tfa_752_dlt19"},
  118. command = "442nd Colonel",
  119. max = 1,
  120. salary = 0,
  121. admin = 0,
  122. vote = false,
  123. hasLicense = true,
  124. category = "442nd Siege",
  125. PlayerSpawn = function(ply) ply:SetHealth(900) end,
  126. BWhitelist_customCheck = function(ply) return ply:GetUserGroup() == "442nd Colonel" end
  127. })
  128.  
  129. TEAM_442NDBATCOMM = DarkRP.createJob("442nd Battalion Commander", {
  130. color = Color(0, 115, 4, 255),
  131. model = "models/player/wwr/starwars/colonel.mdl",
  132. description = [[You are A 442nd Battalion Commander, Well Done!!]],
  133. weapons = {"keys", "weapon_tfa_dc15a501", "tfa_752_dlt19"},
  134. command = "442nd Battalion Commander",
  135. max = 1,
  136. salary = 0,
  137. admin = 0,
  138. vote = false,
  139. hasLicense = true,
  140. category = "442nd Siege",
  141. PlayerSpawn = function(ply) ply:SetHealth(1000) end,
  142. BWhitelist_customCheck = function(ply) return ply:GetUserGroup() == "442nd Battalion Commander" end
  143. })
  144.  
  145. TEAM_442NDCOMMDOOM = DarkRP.createJob("442nd Commander Doom", {
  146. color = Color(0, 115, 4, 255),
  147. model = "models/player/wwr/starwars/colonel.mdl",
  148. description = [[You are 442nd Commander Doom, Well Done!!]],
  149. weapons = {"keys", "weapon_tfa_dc15a501", "tfa_752_dlt19"},
  150. command = "442nd Commander Doom",
  151. max = 1,
  152. salary = 0,
  153. admin = 0,
  154. vote = false,
  155. hasLicense = true,
  156. category = "442nd Siege",
  157. PlayerSpawn = function(ply) ply:SetHealth(1000) end,
  158. BWhitelist_customCheck = function(ply) return ply:GetUserGroup() == "442nd Commander Doom" end
  159. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement