Advertisement
OllieHee

Jobs

Nov 20th, 2019
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. ---------------------------------------------------------------------------------------------------------------------------------------
  2.  
  3. Afghan Army:
  4.  
  5. ---------------------------------------------------------------------------------------------------------------------------------------
  6.  
  7. afg_R = DarkRP.createJob("Afghan Recruit", {
  8. color = Color(40, 87, 255, 255),
  9. model = {"models/arachnit/csgooldleet/tm_leet_variantaplayer.mdl"},
  10. description = [[]],
  11. weapons = {"khr_ak103", "cw_m1911", "realrbn_tazer_mr", "vc_spikestrip_wep", "weapon_cuff_elastic", "dradio", "keys"},
  12. command = "afgr",
  13. max = 0,
  14. salary = 200,
  15. admin = 0,
  16. vote = false,
  17. hasLicense = false,
  18. candemote = false,
  19. category = "Afghan Army",
  20. PlayerSpawn = function(ply)
  21. ply:SetMaxHealth(100)
  22. ply:SetHealth(100)
  23. ply:SetArmor(100)
  24. end
  25. })
  26.  
  27. afg_CP = DarkRP.createJob("Afghan Close Protection", {
  28. color = Color(40, 87, 255, 255),
  29. model = {"models/arachnit/csgooldleet/tm_leet_variantdplayer.mdl"},
  30. description = [[]],
  31. weapons = {"khr_ak103", "khr_mp40", "cw_m1911", "realrbn_tazer_mr", "vc_spikestrip_wep", "weapon_cuff_elastic", "dradio", "cw_smoke_grenade", "keys"},
  32. command = "afgcp",
  33. max = 0,
  34. salary = 200,
  35. admin = 0,
  36. vote = false,
  37. hasLicense = false,
  38. candemote = false,
  39. category = "Afghan Army",
  40. PlayerSpawn = function(ply)
  41. ply:SetMaxHealth(100)
  42. ply:SetHealth(100)
  43. ply:SetArmor(100)
  44. end
  45. })
  46.  
  47. afg_MG = DarkRP.createJob("Afghan Machine Gunner", {
  48. color = Color(40, 87, 255, 255),
  49. model = {"models/arachnit/csgooldleet/tm_leet_variantcplayer.mdl"},
  50. description = [[]],
  51. weapons = {"cw_pkm", "cw_m1911", "realrbn_tazer_mr", "vc_spikestrip_wep", "weapon_cuff_elastic", "dradio", "keys"},
  52. command = "afgmg",
  53. max = 0,
  54. salary = 200,
  55. admin = 0,
  56. vote = false,
  57. hasLicense = false,
  58. candemote = false,
  59. category = "Afghan Army",
  60. PlayerSpawn = function(ply)
  61. ply:SetMaxHealth(100)
  62. ply:SetHealth(100)
  63. ply:SetArmor(100)
  64. end
  65. })
  66.  
  67. afg_co = DarkRP.createJob("Afghan CO", {
  68. color = Color(34, 85, 85, 255),
  69. model = {"models/arachnit/csgooldleet/tm_leet_variantbplayer.mdl"},
  70. description = [[]],
  71. weapons = {"khr_ak103", "cw_makarov", "realrbn_tazer_mr", "vc_spikestrip_wep", "weapon_cuff_elastic", "cw_smoke_grenade", "dradio", "keys"},
  72. command = "afgco",
  73. max = 3,
  74. salary = 200,
  75. admin = 0,
  76. vote = false,
  77. hasLicense = false,
  78. candemote = false,
  79. category = "Afghan Army",
  80. PlayerSpawn = function(ply)
  81. ply:SetMaxHealth(100)
  82. ply:SetHealth(100)
  83. ply:SetArmor(100)
  84. end
  85. })
  86.  
  87. ---------------------------------------------------------------------------------------------------------------------------------------
  88.  
  89. Taliban Special Forces
  90.  
  91. ---------------------------------------------------------------------------------------------------------------------------------------
  92.  
  93. tsf_f = DarkRP.createJob("TSF Fighter", {
  94. color = Color(255, 0, 0, 255),
  95. model = {"models/codplayers/opfor5.mdl"},
  96. description = [[]],
  97. weapons = {"cw_ar15", "cw_makarov", "khr_mp40", "cw_smoke_grenade", "cw_frag_grenade", "weapon_cuff_elastic", "dradio", "keys"},
  98. command = "tsff",
  99. max = 0,
  100. salary = 200,
  101. admin = 0,
  102. vote = false,
  103. hasLicense = false,
  104. candemote = false,
  105. category = "Taliban Special Forces",
  106. PlayerSpawn = function(ply)
  107. ply:SetMaxHealth(100)
  108. ply:SetHealth(100)
  109. ply:SetArmor(100)
  110. end
  111. })
  112.  
  113. tsf_m = DarkRP.createJob("TSF Marksman", {
  114. color = Color(255, 0, 0, 255),
  115. model = {"models/cod players/opfor6.mdl"},
  116. description = [[]],
  117. weapons = {"cw_ar15", "cw_makarov", "khr_mp40", "cw_smoke_grenade", "cw_frag_grenade", "weapon_cuff_elastic", "khr_t5000", "dradio", "keys"},
  118. command = "tsfm",
  119. max = 0,
  120. salary = 200,
  121. admin = 0,
  122. vote = false,
  123. hasLicense = false,
  124. candemote = false,
  125. category = "Taliban Special Forces",
  126. PlayerSpawn = function(ply)
  127. ply:SetMaxHealth(100)
  128. ply:SetHealth(100)
  129. ply:SetArmor(100)
  130. end
  131. })
  132.  
  133. tsf_d = DarkRP.createJob("TSF Demolitions", {
  134. color = Color(255, 0, 0, 255),
  135. model = {"models/codplayers/opfor2.mdl"},
  136. description = [[]],
  137. weapons = {"cw_ar15", "cw_makarov", "khr_mp40", "cw_smoke_grenade", "cw_frag_grenade", "weapon_cuff_elastic", "cw_a35", "m9k_suicide_bomb", "dradio", "keys"},
  138. command = "tsfd",
  139. max = 0,
  140. salary = 200,
  141. admin = 0,
  142. vote = false,
  143. hasLicense = false,
  144. candemote = false,
  145. category = "Taliban Special Forces",
  146. PlayerSpawn = function(ply)
  147. ply:SetMaxHealth(100)
  148. ply:SetHealth(100)
  149. ply:SetArmor(100)
  150. end
  151. })
  152.  
  153. tsf_cm = DarkRP.createJob("TSF Commander", {
  154. color = Color(255, 0, 0, 255),
  155. model = {"models/codplayers/opfor3.mdl"},
  156. description = [[]],
  157. weapons = {"cw_ar15", "cw_deagle", "khr_mp40", "cw_smoke_grenade", "cw_frag_grenade", "weapon_cuff_elastic", "cw_flash_grenade", "dradio", "keys"},
  158. command = "tsfcm",
  159. max = 0,
  160. salary = 200,
  161. admin = 0,
  162. vote = false,
  163. hasLicense = false,
  164. candemote = false,
  165. category = "Taliban Special Forces",
  166. PlayerSpawn = function(ply)
  167. ply:SetMaxHealth(100)
  168. ply:SetHealth(100)
  169. ply:SetArmor(100)
  170. end
  171. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement