Advertisement
KimonK

Untitled

Aug 19th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.94 KB | None | 0 0
  1. TEAM_cadet = DarkRP.createJob("Clone Cadet", { -- Name
  2. color = Color(211, 219, 222, 255), -- Team color
  3. model = {"models/player/clone cadet/clonecadet.mdl"},
  4. description = [[You are a Clone Cadet serving under the Galactic Republic.]], -- Job description
  5. weapons = {"keys", "crusader"}, -- Additional weapons
  6. command = "cadet", -- Command to become the job
  7. max = 0, -- Maximum amount of said job
  8. salary = 45, -- Salary
  9. admin = 0, -- Requires Admin? 1 for yes, 0 for no.
  10. vote = false, -- Do they need to vote? true for yes, false for no.
  11. sortOrder = 1;
  12. hasLicense = true, -- Has a license
  13. category = "Cadet",
  14. PlayerSpawn = function(ply) ply:SetHealth(100) return CLIENT end,
  15. })
  16. TEAM_CT = DarkRP.createJob("Clone Trooper", { -- Name
  17. color = Color(211, 219, 222, 255), -- Team color
  18. model = {"models/player/gideon/1024p/cleantrooper/1024_ph2clean.mdl"},
  19. description = [[You are a trooper serving under the galactic republic.]], -- Job description
  20. weapons = {"keys", "crusader"}, -- Additional weapons
  21. command = "CT", -- Command to become the job
  22. max = 0, -- Maximum amount of said job
  23. salary = 45, -- Salary
  24. admin = 0, -- Requires Admin? 1 for yes, 0 for no.
  25. vote = false, -- Do they need to vote? true for yes, false for no.
  26. sortOrder = 2;
  27. hasLicense = true, -- Has a license
  28. category = "Clone Trooper",
  29. PlayerSpawn = function(ply) ply:SetHealth(250) return CLIENT end,
  30. })
  31. TEAM_501st = DarkRP.createJob("501st PVT", { -- Name
  32. color = Color(211, 219, 222, 255), -- Team color
  33. model = {"models/player/gideon/501st/trooper/501st_ph2trooper.mdl"},
  34. description = [[You are a trooper serving under the galactic republic.]], -- Job description
  35. weapons = {"keys", "tfa_swch_dc15a", "tfa_swch_dc17"}, -- Additional weapons
  36. command = "501st", -- Command to become the job
  37. max = 0, -- Maximum amount of said job
  38. salary = 45, -- Salary
  39. admin = 0, -- Requires Admin? 1 for yes, 0 for no.
  40. vote = false, -- Do they need to vote? true for yes, false for no.
  41. sortOrder = 3;
  42. hasLicense = true, -- Has a license
  43. category = "501st Legion",
  44. PlayerSpawn = function(ply) ply:SetHealth(300) return CLIENT end,
  45. })
  46. TEAM_501st = DarkRP.createJob("501st SGT", { -- Name
  47. color = Color(211, 219, 222, 255), -- Team color
  48. model = {"models/reizer_cgi_p2/501_sgt/501_sgt.mdl"},
  49. description = [[You are a trooper serving under the galactic republic.]], -- Job description
  50. weapons = {"keys", "tfa_swch_dc15a", "tfa_swch_dc17", "zeus_thermaldet"}, -- Additional weapons
  51. command = "501STSGT", -- Command to become the job
  52. max = 0, -- Maximum amount of said job
  53. salary = 45, -- Salary
  54. admin = 0, -- Requires Admin? 1 for yes, 0 for no.
  55. vote = false, -- Do they need to vote? true for yes, false for no.
  56. sortOrder = 4;
  57. hasLicense = true, -- Has a license
  58. category = "501st Legion",
  59. PlayerSpawn = function(ply) ply:SetHealth(400) return CLIENT end,
  60. })
  61. TEAM_501st = DarkRP.createJob("501st LT", { -- Name
  62. color = Color(211, 219, 222, 255), -- Team color
  63. model = {"models/reizer_cgi_p2/501_lt/501_lt.mdl"},
  64. description = [[You are a trooper serving under the galactic republic.]], -- Job description
  65. weapons = {"keys", "tfa_swch_dc15a", "tfa_sw_dc17dual", "zeus_thermaldet"}, -- Additional weapons
  66. command = "501STLT", -- Command to become the job
  67. max = 0, -- Maximum amount of said job
  68. salary = 45, -- Salary
  69. admin = 0, -- Requires Admin? 1 for yes, 0 for no.
  70. vote = false, -- Do they need to vote? true for yes, false for no.
  71. sortOrder = 5;
  72. hasLicense = true, -- Has a license
  73. category = "501st Legion",
  74. PlayerSpawn = function(ply) ply:SetHealth(450) return CLIENT end,
  75. })
  76. TEAM_501st = DarkRP.createJob("501st CPT", { -- Name
  77. color = Color(211, 219, 222, 255), -- Team color
  78. model = {"models/reizer_cgi_p2/501_cpt/501_cpt.mdl"},
  79. description = [[You are a trooper serving under the galactic republic.]], -- Job description
  80. weapons = {"keys", "tfa_swch_dc15a", "tfa_sw_dc17dual", "zeus_thermaldet", "t3m4_empgrenade"}, -- Additional weapons
  81. command = "501STCPT", -- Command to become the job
  82. max = 0, -- Maximum amount of said job
  83. salary = 45, -- Salary
  84. admin = 0, -- Requires Admin? 1 for yes, 0 for no.
  85. vote = false, -- Do they need to vote? true for yes, false for no.
  86. sortOrder = 6;
  87. hasLicense = true, -- Has a license
  88. category = "501st Legion",
  89. PlayerSpawn = function(ply) ply:SetHealth(550) return CLIENT end,
  90. })
  91. TEAM_501st = DarkRP.createJob("501st Executive Officer", { -- Name
  92. color = Color(211, 219, 222, 255), -- Team color
  93. model = {"models/reizer_cgi_p2/501_col/501_col.mdl"},
  94. description = [[You are a trooper serving under the galactic republic.]], -- Job description
  95. weapons = {"keys", "tfa_swch_dc15a", "tfa_sw_dc17dual", "zeus_thermaldet", "t3m4_empgrenade"}, -- Additional weapons
  96. command = "501STECO", -- Command to become the job
  97. max = 0, -- Maximum amount of said job
  98. salary = 45, -- Salary
  99. admin = 0, -- Requires Admin? 1 for yes, 0 for no.
  100. vote = false, -- Do they need to vote? true for yes, false for no.
  101. sortOrder = 7;
  102. hasLicense = true, -- Has a license
  103. category = "501st Legion",
  104. PlayerSpawn = function(ply) ply:SetHealth(650) return CLIENT end,
  105. })
  106. TEAM_501st = DarkRP.createJob("501st Executive Officer", { -- Name
  107. color = Color(211, 219, 222, 255), -- Team color
  108. model = {"models/reizer_cgi_p2/501_col/501_col.mdl"},
  109. description = [[You are a trooper serving under the galactic republic.]], -- Job description
  110. weapons = {"keys", "tfa_swch_dc15a", "tfa_sw_dc17dual", "zeus_thermaldet", "t3m4_empgrenade"}, -- Additional weapons
  111. command = "501STECO", -- Command to become the job
  112. max = 0, -- Maximum amount of said job
  113. salary = 45, -- Salary
  114. admin = 0, -- Requires Admin? 1 for yes, 0 for no.
  115. vote = false, -- Do they need to vote? true for yes, false for no.
  116. sortOrder = 7;
  117. hasLicense = true, -- Has a license
  118. category = "501st Legion",
  119. PlayerSpawn = function(ply) ply:SetHealth(650) return CLIENT end,
  120. })
  121. color = Color(211, 219, 222, 255), -- Team color
  122. model = {"models/reizer_cgi_p2/501_rex/501_rex.mdl"},
  123. description = [[You are a trooper serving under the galactic republic.]], -- Job description
  124. weapons = {"keys", "tfa_swch_dc15a", "zeus_thermaldet", "t3m4_empgrenade"}, -- Additional weapons
  125. command = "501STECO", -- Command to become the job
  126. max = 0, -- Maximum amount of said job
  127. salary = 45, -- Salary
  128. admin = 0, -- Requires Admin? 1 for yes, 0 for no.
  129. vote = false, -- Do they need to vote? true for yes, false for no.
  130. sortOrder = 8;
  131. hasLicense = true, -- Has a license
  132. category = "501st Legion",
  133. PlayerSpawn = function(ply) ply:SetHealth(750) return CLIENT end,
  134. })
  135.  
  136. GAMEMODE.DefaultTeam = TEAM_cadet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement