Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. TEAMRMCPVT = DarkRP.createJob("74th Medical Corps Private", {
  2. color = Color(255, 113, 113, 255),
  3. model = {
  4. "models/player/smitty/bf2_reg/jt_medic_trooper/jt_medic_trooper.mdl",
  5. "models/dxn/cod_ghosts/hazmat_pm.mdl"},
  6. description = [[private]],
  7. weapons = {"rw_sw_dc15a_o", "rw_sw_dc15s", "weapon_bactainjector", "weapon_medkit", "weapon_defibrillator"},
  8. command = "rmcprivate",
  9. max = 0,
  10. salary = 0,
  11. admin = 0,
  12. vote = false,
  13. hasLicense = false,
  14. candemote = false,
  15. category = "74th Medical Corps",
  16. PlayerSpawn = function(ply)
  17. ply:SetMaxHealth(150)
  18. ply:SetHealth(150)
  19. ply:SetArmor(100)
  20. end
  21. })
  22.  
  23.  
  24. TEAMRMCCPL = DarkRP.createJob("74th Medical Corps Corporal", {
  25. color = Color(255, 113, 113, 255),
  26. model = {
  27. "models/player/smitty/bf2_reg/jt_medic_trooper/jt_medic_trooper.mdl",
  28. "models/dxn/cod_ghosts/hazmat_pm.mdl"},
  29. description = [[cpl]],
  30. weapons = {"rw_sw_dc15a_o", "rw_sw_dc15s", "weapon_bactainjector", "weapon_medkit", "weapon_defibrillator", "weapon_bactanade"},
  31. command = "rmccorporal",
  32. max = 0,
  33. salary = 0,
  34. admin = 0,
  35. vote = false,
  36. hasLicense = false,
  37. candemote = false,
  38. category = "74th Medical Corps",
  39. PlayerSpawn = function(ply)
  40. ply:SetMaxHealth(150)
  41. ply:SetHealth(150)
  42. ply:SetArmor(100)
  43. end
  44. })
  45.  
  46.  
  47. TEAMRMCSGT = DarkRP.createJob("74th Medical Corps Sergeant", {
  48. color = Color(255, 113, 113, 255),
  49. model = {
  50. "models/player/smitty/bf2_reg/jt_medic_sergeant/jt_medic_sergeant.mdl",
  51. "models/dxn/cod_ghosts/hazmat_pm.mdl"
  52. description = [[sgt]],
  53. weapons = {"rw_sw_dc15a_o", "rw_sw_dc15s", "weapon_bactainjector", "weapon_medkit", "weapon_defibrillator", "weapon_bactanade", "zeus_smokegranade", "rw_sw_dc17"},
  54. command = "rmcsergeant",
  55. max = 0,
  56. salary = 0,
  57. admin = 0,
  58. vote = false,
  59. hasLicense = false,
  60. candemote = false,
  61. category = "74th Medical Corps",
  62. PlayerSpawn = function(ply)
  63. ply:SetMaxHealth(150)
  64. ply:SetHealth(150)
  65. ply:SetArmor(100)
  66. end
  67. })
  68.  
  69.  
  70. TEAMRMCLT = DarkRP.createJob("74th Medical Corps Lieutenant", {
  71. color = Color(255, 113, 113, 255),
  72. model = {
  73. "models/player/smitty/bf2_reg/jt_medic_lieutenant/jt_medic_lieutenant.mdl",
  74. "models/dxn/cod_ghosts/hazmat_pm.mdl"
  75. description = [[lt]],
  76. weapons = {"rw_sw_dc15a_o", "rw_sw_dc15s", "weapon_bactainjector", "weapon_medkit", "weapon_defibrillator", "weapon_bactanade", "rw_sw_dc17", "zeus_smokegranade", "zeus_thermaldet"},
  77. command = "rmclieutenant",
  78. max = 0,
  79. salary = 0,
  80. admin = 0,
  81. vote = false,
  82. hasLicense = false,
  83. candemote = false,
  84. category = "74th Medical Corps",
  85. PlayerSpawn = function(ply)
  86. ply:SetMaxHealth(150)
  87. ply:SetHealth(150)
  88. ply:SetArmor(100)
  89. end
  90. })
  91.  
  92.  
  93. TEAMRMCCPT = DarkRP.createJob("74th Medical Corps Captain", {
  94. color = Color(255, 113, 113, 255),
  95. model = {
  96. "models/player/smitty/bf2_reg/jt_medic_captain/jt_medic_captain.mdl",
  97. "models/dxn/cod_ghosts/hazmat_pm.mdl"
  98. },
  99. description = [[cpt]],
  100. weapons = {"rw_sw_dc15a_o", "rw_sw_dc15s", "weapon_bactainjector", "weapon_medkit", "weapon_defibrillator", "weapon_bactanade", "zeus_smokegranade", "zeus_thermaldet", "rw_sw_dual_dc17"},
  101. command = "rmccaptain",
  102. max = 0,
  103. salary = 0,
  104. admin = 0,
  105. vote = false,
  106. hasLicense = false,
  107. candemote = false,
  108. category = "74th Medical Corps",
  109. PlayerSpawn = function(ply)
  110. ply:SetMaxHealth(150)
  111. ply:SetHealth(150)
  112. ply:SetArmor(100)
  113. end
  114. })
  115.  
  116.  
  117. TEAMRMCMJR = DarkRP.createJob("74th Medical Corps Major", {
  118. color = Color(255, 113, 113, 255),
  119. model = {
  120. "models/dxn/cod_ghosts/hazmat_pm.mdl",
  121. "models/player/smitty/bf2_reg/jt_medic_major/jt_medic_major.mdl"
  122. },
  123. description = [[mjr]],
  124. weapons = {"rw_sw_dc15a_o", "rw_sw_dc15s", "weapon_bactainjector", "weapon_medkit", "weapon_defibrillator", "weapon_bactanade", "zeus_smokegranade", "zeus_thermaldet", "rw_sw_dual_dc17"},
  125. command = "rmcmajor",
  126. max = 0,
  127. salary = 0,
  128. admin = 0,
  129. vote = false,
  130. hasLicense = false,
  131. candemote = false,
  132. category = "74th Medical Corps",
  133. PlayerSpawn = function(ply)
  134. ply:SetMaxHealth(150)
  135. ply:SetHealth(150)
  136. ply:SetArmor(100)
  137. end
  138. })
  139.  
  140.  
  141. TEAMRMCCOM = DarkRP.createJob("74th Medical Corps Commander", {
  142. color = Color(255, 113, 113, 255),
  143. model = {
  144. "models/dxn/cod_ghosts/hazmat_pm.mdl",
  145. "models/player/smitty/bf2_reg/jt_medic_commander/jt_medic_commander.mdl"
  146. },
  147. description = [[com]],
  148. weapons = {"rw_sw_dc15a_o", "rw_sw_dc15s", "weapon_bactainjector", "weapon_medkit", "weapon_defibrillator", "weapon_bactanade", "zeus_smokegranade", "zeus_thermaldet", "rw_sw_dual_dc17"},
  149. command = "rmccommander",
  150. max = 0,
  151. salary = 0,
  152. admin = 0,
  153. vote = false,
  154. hasLicense = false,
  155. candemote = false,
  156. category = "74th Medical Corps",
  157. PlayerSpawn = function(ply)
  158. ply:SetMaxHealth(200)
  159. ply:SetHealth(200)
  160. ply:SetArmor(100)
  161. end
  162. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement